Searched refs:_opts (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/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 | 52 #define EPIN_EN(_opts) ((_opts)->p_chmask != 0) argument 53 #define EPOUT_EN(_opts) ((_opts)->c_chmask != 0) argument 54 #define FUIN_EN(_opts) (EPIN_EN(_opts) \ argument 55 && ((_opts)->p_mute_present \ 56 || (_opts)->p_volume_present)) 57 #define FUOUT_EN(_opts) (EPOUT_EN(_opts) \ argument 58 && ((_opts)->c_mute_present \ 59 || (_opts)->c_volume_present)) 60 #define EPOUT_FBACK_IN_EN(_opts) ((_opts)->c_sync == USB_ENDPOINT_SYNC_ASYNC) argument
|
| D | f_uac1.c | 28 #define EPIN_EN(_opts) ((_opts)->p_chmask != 0) argument 29 #define EPOUT_EN(_opts) ((_opts)->c_chmask != 0) argument 30 #define FUIN_EN(_opts) ((_opts)->p_mute_present \ argument 31 || (_opts)->p_volume_present) 32 #define FUOUT_EN(_opts) ((_opts)->c_mute_present \ argument 33 || (_opts)->c_volume_present)
|
| /Linux-v5.15/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-v5.15/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-v5.15/tools/bpf/bpftool/Documentation/ |
| D | bpftool-gen.rst | 111 **_opts** variants accepts extra **bpf_object_open_opts**
|
| /Linux-v5.15/Documentation/filesystems/ext4/ |
| D | super.rst | 254 - s\_default\_mount\_opts 402 - s\_mount\_opts[64]
|