Searched refs:_opts (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/usb/gadget/function/ |
D | u_ether_configfs.h | 19 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \ 32 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \ 45 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \ 67 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \ 80 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \ 102 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \ 114 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \ 141 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \ 154 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \ 170 struct f_##_f_##_opts *opts = to_f_##_f_##_opts(item); \ [all …]
|
D | f_uac2.c | 53 #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 56 && ((_opts)->p_mute_present \ 57 || (_opts)->p_volume_present)) 58 #define FUOUT_EN(_opts) (EPOUT_EN(_opts) \ argument 59 && ((_opts)->c_mute_present \ 60 || (_opts)->c_volume_present)) 61 #define EPOUT_FBACK_IN_EN(_opts) ((_opts)->c_sync == USB_ENDPOINT_SYNC_ASYNC) argument
|
D | f_uac1.c | 29 #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 32 || (_opts)->p_volume_present) 33 #define FUOUT_EN(_opts) ((_opts)->c_mute_present \ argument 34 || (_opts)->c_volume_present)
|
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | firmware.h | 19 const char *_opts = (o); \ 24 snprintf(_option, sizeof(_option), "Nv%sFw", _opts); \ 35 snprintf(_option, sizeof(_option), "Nv%sFwVer", _opts); \
|
/linux-5.19.10/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_cls.c | 14 #define MVPP2_DEF_FLOW(_type, _id, _opts, _ri, _ri_mask) \ argument 18 .supported_hash_opts = _opts, \
|
/linux-5.19.10/tools/bpf/bpftool/Documentation/ |
D | bpftool-gen.rst | 116 **_opts** variants accepts extra **bpf_object_open_opts**
|