Home
last modified time | relevance | path

Searched refs:f_ (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/usb/gadget/function/
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 …]
/Linux-v6.6/arch/riscv/include/asm/
Dinsn.h17 #define RV_ENCODE_FUNCT3(f_) (RVG_FUNCT3_##f_ << RV_INSN_FUNCT3_OPOFF) argument
18 #define RV_ENCODE_FUNCT12(f_) (RVG_FUNCT12_##f_ << RV_INSN_FUNCT12_OPOFF) argument
117 #define RVC_ENCODE_FUNCT3(f_) (RVC_FUNCT3_##f_ << RVC_INSN_FUNCT3_OPOFF) argument
118 #define RVC_ENCODE_FUNCT4(f_) (RVC_FUNCT4_##f_ << RVC_INSN_FUNCT4_OPOFF) argument
/Linux-v6.6/drivers/firmware/arm_scmi/
Dperf.c168 u32 f_ = (u32)(__freq); \
171 hash_for_each_possible((__htp), _opp, hash, f_) \
172 if (_opp->indicative_freq == f_) \
/Linux-v6.6/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_ct.c648 typeof(f) f_ = (f); \
649 FIELD_GET(INTEL_GUC_CT_SEND_G2H_DW_MASK, f_) ? \
650 FIELD_GET(INTEL_GUC_CT_SEND_G2H_DW_MASK, f_) + \
/Linux-v6.6/Documentation/usb/
Dgadget_configfs.rst393 in the functions implementation files drivers/usb/gadget/f_*.c.
/Linux-v6.6/drivers/power/supply/
Dbq24190_charger.c341 .attr = __ATTR(f_##_name, m, bq24190_sysfs_show, store), \