Home
last modified time | relevance | path

Searched refs:_opts (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Du_ether_configfs.h19 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 Du_uac.h30 #define EPIN_EN(_opts) ((_opts)->p_chmask != 0) argument
31 #define EPOUT_EN(_opts) ((_opts)->c_chmask != 0) argument
32 #define EPIN_FU(_opts) ((_opts)->p_feature_unit != 0) argument
33 #define EPOUT_FU(_opts) ((_opts)->c_feature_unit != 0) argument
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
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 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
32 || (_opts)->p_volume_present)
33 #define FUOUT_EN(_opts) ((_opts)->c_mute_present \ argument
34 || (_opts)->c_volume_present)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmtlv.h161 #define BCM_XTLV_HDR_SIZE_EX(_opts) bcm_xtlv_hdr_size(_opts) argument
165 #define BCM_XTLV_LEN_EX(_elt, _opts) bcm_xtlv_len(_elt, _opts) argument
168 #define BCM_XTLV_ID_EX(_elt, _opts) bcm_xtlv_id(_elt, _opts) argument
172 #define BCM_XTLV_SIZE_EX(_elt, _opts) bcm_xtlv_size(_elt, _opts) argument
176 #define BCM_XTLV_MAX_DATA_SIZE_EX(_opts) ((_opts & BCM_XTLV_OPTION_LENU8) ? \ argument
258 #define BCM_XTLV_SIZE_FOR_TLVS(_data_len, _num_tlvs, _opts) (\ argument
259 bcm_xtlv_size_for_data(_data_len, _opts) + (\
260 (_num_tlvs) * BCM_XTLV_HDR_SIZE_EX(_opts)))
263 #define BCM_XTLV_BCOPY(_src, _dst, _opts) \ argument
264 bcm_xtlv_bcopy(_src, _dst, BCM_XTLV_MAX_DATA_SIZE_EX(_opts), \
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmtlv.h161 #define BCM_XTLV_HDR_SIZE_EX(_opts) bcm_xtlv_hdr_size(_opts) argument
165 #define BCM_XTLV_LEN_EX(_elt, _opts) bcm_xtlv_len(_elt, _opts) argument
168 #define BCM_XTLV_ID_EX(_elt, _opts) bcm_xtlv_id(_elt, _opts) argument
172 #define BCM_XTLV_SIZE_EX(_elt, _opts) bcm_xtlv_size(_elt, _opts) argument
176 #define BCM_XTLV_MAX_DATA_SIZE_EX(_opts) ((_opts & BCM_XTLV_OPTION_LENU8) ? \ argument
258 #define BCM_XTLV_SIZE_FOR_TLVS(_data_len, _num_tlvs, _opts) (\ argument
259 bcm_xtlv_size_for_data(_data_len, _opts) + (\
260 (_num_tlvs) * BCM_XTLV_HDR_SIZE_EX(_opts)))
263 #define BCM_XTLV_BCOPY(_src, _dst, _opts) \ argument
264 bcm_xtlv_bcopy(_src, _dst, BCM_XTLV_MAX_DATA_SIZE_EX(_opts), \
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmtlv.h161 #define BCM_XTLV_HDR_SIZE_EX(_opts) bcm_xtlv_hdr_size(_opts) argument
165 #define BCM_XTLV_LEN_EX(_elt, _opts) bcm_xtlv_len(_elt, _opts) argument
168 #define BCM_XTLV_ID_EX(_elt, _opts) bcm_xtlv_id(_elt, _opts) argument
172 #define BCM_XTLV_SIZE_EX(_elt, _opts) bcm_xtlv_size(_elt, _opts) argument
176 #define BCM_XTLV_MAX_DATA_SIZE_EX(_opts) ((_opts & BCM_XTLV_OPTION_LENU8) ? \ argument
258 #define BCM_XTLV_SIZE_FOR_TLVS(_data_len, _num_tlvs, _opts) (\ argument
259 bcm_xtlv_size_for_data(_data_len, _opts) + (\
260 (_num_tlvs) * BCM_XTLV_HDR_SIZE_EX(_opts)))
263 #define BCM_XTLV_BCOPY(_src, _dst, _opts) \ argument
264 bcm_xtlv_bcopy(_src, _dst, BCM_XTLV_MAX_DATA_SIZE_EX(_opts), \
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmtlv.h185 #define BCM_XTLV_HDR_SIZE_EX(_opts) bcm_xtlv_hdr_size(_opts) argument
189 #define BCM_XTLV_LEN_EX(_elt, _opts) bcm_xtlv_len(_elt, _opts) argument
192 #define BCM_XTLV_ID_EX(_elt, _opts) bcm_xtlv_id(_elt, _opts) argument
196 #define BCM_XTLV_SIZE_EX(_elt, _opts) bcm_xtlv_size(_elt, _opts) argument
200 #define BCM_XTLV_MAX_DATA_SIZE_EX(_opts) ((_opts & BCM_XTLV_OPTION_LENU8) ? \ argument
282 #define BCM_XTLV_SIZE_FOR_TLVS(_data_len, _num_tlvs, _opts) (\ argument
283 bcm_xtlv_size_for_data(_data_len, _opts) + (\
284 (_num_tlvs) * BCM_XTLV_HDR_SIZE_EX(_opts)))
287 #define BCM_XTLV_BCOPY(_src, _dst, _opts) \ argument
288 bcm_xtlv_bcopy(_src, _dst, BCM_XTLV_MAX_DATA_SIZE_EX(_opts), \
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmtlv.h185 #define BCM_XTLV_HDR_SIZE_EX(_opts) bcm_xtlv_hdr_size(_opts) argument
189 #define BCM_XTLV_LEN_EX(_elt, _opts) bcm_xtlv_len(_elt, _opts) argument
192 #define BCM_XTLV_ID_EX(_elt, _opts) bcm_xtlv_id(_elt, _opts) argument
196 #define BCM_XTLV_SIZE_EX(_elt, _opts) bcm_xtlv_size(_elt, _opts) argument
200 #define BCM_XTLV_MAX_DATA_SIZE_EX(_opts) ((_opts & BCM_XTLV_OPTION_LENU8) ? \ argument
282 #define BCM_XTLV_SIZE_FOR_TLVS(_data_len, _num_tlvs, _opts) (\ argument
283 bcm_xtlv_size_for_data(_data_len, _opts) + (\
284 (_num_tlvs) * BCM_XTLV_HDR_SIZE_EX(_opts)))
287 #define BCM_XTLV_BCOPY(_src, _dst, _opts) \ argument
288 bcm_xtlv_bcopy(_src, _dst, BCM_XTLV_MAX_DATA_SIZE_EX(_opts), \
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfirmware.h19 const char *_opts = (o); \
24 snprintf(_option, sizeof(_option), "Nv%sFw", _opts); \
35 snprintf(_option, sizeof(_option), "Nv%sFwVer", _opts); \
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/
H A Dbpftool-gen.rst86 **_opts** variants accepts extra **bpf_object_open_opts**
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.c14 #define MVPP2_DEF_FLOW(_type, _id, _opts, _ri, _ri_mask) \ argument
18 .supported_hash_opts = _opts, \
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Dsuper.rst254 - s\_default\_mount\_opts
402 - s\_mount\_opts[64]