Home
last modified time | relevance | path

Searched defs:_opts (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/gadget/function/
H A Df_uac2.c53 #define EPIN_EN(_opts) ((_opts)->p_chmask != 0) argument
54 #define EPOUT_EN(_opts) ((_opts)->c_chmask != 0) argument
55 #define FUIN_EN(_opts) (EPIN_EN(_opts) \ argument
58 #define FUOUT_EN(_opts) (EPOUT_EN(_opts) \ argument
61 #define EPOUT_FBACK_IN_EN(_opts) ((_opts)->c_sync == USB_ENDPOINT_SYNC_ASYNC) argument
H A Df_uac1.c29 #define EPIN_EN(_opts) ((_opts)->p_chmask != 0) argument
30 #define EPOUT_EN(_opts) ((_opts)->c_chmask != 0) argument
31 #define FUIN_EN(_opts) ((_opts)->p_mute_present \ argument
33 #define FUOUT_EN(_opts) ((_opts)->c_mute_present \ argument
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.c14 #define MVPP2_DEF_FLOW(_type, _id, _opts, _ri, _ri_mask) \ argument