Home
last modified time | relevance | path

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

/linux/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 …]
/linux/arch/riscv/include/asm/
H A 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/drivers/firmware/arm_scmi/
H A Dperf.c171 u32 f_ = (u32)(__freq); \
174 hash_for_each_possible((__htp), _opp, hash, f_) \
175 if (_opp->indicative_freq == f_) \
/linux/drivers/gpu/drm/i915/gt/uc/
H A 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/Documentation/usb/
H A Dgadget_configfs.rst393 in the functions implementation files drivers/usb/gadget/f_*.c.
/linux/drivers/power/supply/
H A Dbq24190_charger.c377 .attr = __ATTR(f_##_name, m, bq24190_sysfs_show, store), \