Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/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-6.12.1/drivers/firmware/arm_scmi/
Dperf.c171 u32 f_ = (u32)(__freq); \
174 hash_for_each_possible((__htp), _opp, hash, f_) \
175 if (_opp->indicative_freq == f_) \
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_ct.c675 typeof(f) f_ = (f); \
676 FIELD_GET(INTEL_GUC_CT_SEND_G2H_DW_MASK, f_) ? \
677 FIELD_GET(INTEL_GUC_CT_SEND_G2H_DW_MASK, f_) + \
/linux-6.12.1/Documentation/usb/
Dgadget_configfs.rst393 in the functions implementation files drivers/usb/gadget/f_*.c.
/linux-6.12.1/drivers/power/supply/
Dbq24190_charger.c377 .attr = __ATTR(f_##_name, m, bq24190_sysfs_show, store), \