Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dunifdef.c789 struct ops;
791 typedef Linetype eval_fn(const struct ops *, int *, const char **);
802 static const struct ops { struct
825 eval_unary(const struct ops *ops, int *valp, const char **cpp) in eval_unary() argument
835 debug("eval%d !", ops - eval_ops); in eval_unary()
837 lt = eval_unary(ops, valp, &cp); in eval_unary()
846 debug("eval%d (", ops - eval_ops); in eval_unary()
854 debug("eval%d number", ops - eval_ops); in eval_unary()
862 debug("eval%d defined", ops - eval_ops); in eval_unary()
882 debug("eval%d symbol", ops - eval_ops); in eval_unary()
[all …]
H A Dcheckpatch.pl2037 my $ops = qr{
2044 my @elements = split(/($ops|;)/, $opline);
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSB.c3008 struct usb_operations *ops; in usb_disconnect() local
3039 ops = bus->op; in usb_disconnect()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dmdrv_mfe.c403 g_MFE_Dev.cdev.ops = &MFE_Fops; in MDrv_MFE_ModuleInit()