Searched refs:_opts (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/usb/gadget/function/ |
H A 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 …]
|
H A 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
|
H A 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/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | firmware.h | 48 const char *_opts = (o); \ 53 snprintf(_option, sizeof(_option), "Nv%sFw", _opts); \ 64 snprintf(_option, sizeof(_option), "Nv%sFwVer", _opts); \
|
/linux/fs/bcachefs/ |
H A D | opts.h | 541 #define opt_defined(_opts, _name) ((_opts)._name##_defined) argument 543 #define opt_get(_opts, _name) \ argument 544 (opt_defined(_opts, _name) ? (_opts)._name : bch2_opts_default._name) 546 #define opt_set(_opts, _name, _v) \ argument 548 (_opts)._name##_defined = true; \ 549 (_opts)._name = _v; \
|
/linux/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_cls.c | 14 #define MVPP2_DEF_FLOW(_type, _id, _opts, _ri, _ri_mask) \ argument 18 .supported_hash_opts = _opts, \
|
/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-gen.rst | 102 libbpf's **bpf_object__open**\ () API. **_opts** variants accepts extra
|