Home
last modified time | relevance | path

Searched defs:num (Results 1 – 25 of 1607) sorted by relevance

12345678910>>...65

/linux-6.6.21/arch/x86/kernel/
Dearly-quirks.c32 static void __init fix_hypertransport_config(int num, int slot, int func) in fix_hypertransport_config()
58 static void __init via_bugs(int num, int slot, int func) in via_bugs()
81 static void __init nvidia_bugs(int num, int slot, int func) in nvidia_bugs()
117 static u32 __init ati_ixp4x0_rev(int num, int slot, int func) in ati_ixp4x0_rev()
135 static void __init ati_bugs(int num, int slot, int func) in ati_bugs()
161 static u32 __init ati_sbx00_rev(int num, int slot, int func) in ati_sbx00_rev()
171 static void __init ati_bugs_contd(int num, int slot, int func) in ati_bugs_contd()
203 static void __init ati_bugs(int num, int slot, int func) in ati_bugs()
207 static void __init ati_bugs_contd(int num, int slot, int func) in ati_bugs_contd()
212 static void __init intel_remapping_check(int num, int slot, int func) in intel_remapping_check()
[all …]
/linux-6.6.21/drivers/regulator/
Ds2mps11.c357 #define regulator_desc_s2mps11_ldo(num, step) { \ argument
373 #define regulator_desc_s2mps11_buck1_4(num) { \ argument
407 #define regulator_desc_s2mps11_buck67810(num, min, step, min_sel, voltages) { \ argument
497 #define regulator_desc_s2mps13_ldo(num, min, step, min_sel) { \ argument
513 #define regulator_desc_s2mps13_buck(num, min, step, min_sel) { \ argument
530 #define regulator_desc_s2mps13_buck7(num, min, step, min_sel) { \ argument
547 #define regulator_desc_s2mps13_buck8_10(num, min, step, min_sel) { \ argument
629 #define regulator_desc_s2mps14_ldo(num, min, step) { \ argument
644 #define regulator_desc_s2mps14_buck(num, min, step, min_sel) { \ argument
720 #define regulator_desc_s2mps15_ldo(num, range) { \ argument
[all …]
Datc260x-regulator.c171 #define atc2603c_reg_desc_dcdc(num, min, step, n_volt, vsel_h, vsel_l) { \ argument
190 #define atc2603c_reg_desc_dcdc_range(num, vsel_h, vsel_l) { \ argument
209 #define atc2603c_reg_desc_dcdc_fixed(num, min, step, n_volt, vsel_h, vsel_l) { \ argument
226 #define atc2603c_reg_desc_ldo(num, min, step, n_volt, vsel_h, vsel_l) { \ argument
245 #define atc2603c_reg_desc_ldo_fixed(num, min, step, n_volt, vsel_h, vsel_l) { \ argument
262 #define atc2603c_reg_desc_ldo_noops(num, vfixed) { \ argument
275 #define atc2603c_reg_desc_ldo_switch(num, min, step, n_volt, vsel_h, vsel_l) { \ argument
338 #define atc2609a_reg_desc_dcdc(num, en_bit) { \ argument
357 #define atc2609a_reg_desc_dcdc_range(num, en_bit) { \ argument
376 #define atc2609a_reg_desc_ldo(num) { \ argument
[all …]
Dmax77686-regulator.c309 #define regulator_desc_ldo(num) { \ argument
328 #define regulator_desc_lpm_ldo(num) { \ argument
346 #define regulator_desc_ldo_low(num) { \ argument
364 #define regulator_desc_ldo1_low(num) { \ argument
382 #define regulator_desc_buck(num) { \ argument
401 #define regulator_desc_buck1(num) { \ argument
419 #define regulator_desc_buck_dvs(num) { \ argument
Dmax77802-regulator.c311 #define regulator_77802_desc_p_ldo(num, supply, log) { \ argument
332 #define regulator_77802_desc_n_ldo(num, supply, log) { \ argument
353 #define regulator_77802_desc_16_buck(num) { \ argument
378 #define regulator_77802_desc_234_buck(num) { \ argument
404 #define regulator_77802_desc_buck5(num) { \ argument
425 #define regulator_77802_desc_buck7_10(num) { \ argument
/linux-6.6.21/drivers/video/fbdev/
Dchipsfb.c40 #define write_ind(num, val, ap, dp) do { \ argument
43 #define read_ind(num, var, ap, dp) do { \ argument
48 #define write_xr(num, val) write_ind(num, val, 0x3d6, 0x3d7) argument
49 #define read_xr(num, var) read_ind(num, var, 0x3d6, 0x3d7) argument
51 #define write_fr(num, val) write_ind(num, val, 0x3d0, 0x3d1) argument
52 #define read_fr(num, var) read_ind(num, var, 0x3d0, 0x3d1) argument
54 #define write_cr(num, val) write_ind(num, val, 0x3d4, 0x3d5) argument
55 #define read_cr(num, var) read_ind(num, var, 0x3d4, 0x3d5) argument
57 #define write_gr(num, val) write_ind(num, val, 0x3ce, 0x3cf) argument
58 #define read_gr(num, var) read_ind(num, var, 0x3ce, 0x3cf) argument
[all …]
/linux-6.6.21/tools/include/nolibc/
Darch-x86_64.h32 #define my_syscall0(num) \ argument
46 #define my_syscall1(num, arg1) \ argument
62 #define my_syscall2(num, arg1, arg2) \ argument
79 #define my_syscall3(num, arg1, arg2, arg3) \ argument
97 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
116 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
136 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
Darch-i386.h31 #define my_syscall0(num) \ argument
45 #define my_syscall1(num, arg1) \ argument
61 #define my_syscall2(num, arg1, arg2) \ argument
78 #define my_syscall3(num, arg1, arg2, arg3) \ argument
96 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
115 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
135 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
Darch-mips.h37 #define my_syscall0(num) \ argument
53 #define my_syscall1(num, arg1) \ argument
71 #define my_syscall2(num, arg1, arg2) \ argument
90 #define my_syscall3(num, arg1, arg2, arg3) \ argument
110 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
130 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
152 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
Darch-aarch64.h28 #define my_syscall0(num) \ argument
42 #define my_syscall1(num, arg1) \ argument
57 #define my_syscall2(num, arg1, arg2) \ argument
73 #define my_syscall3(num, arg1, arg2, arg3) \ argument
90 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
108 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
127 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
Darch-riscv.h27 #define my_syscall0(num) \ argument
41 #define my_syscall1(num, arg1) \ argument
55 #define my_syscall2(num, arg1, arg2) \ argument
71 #define my_syscall3(num, arg1, arg2, arg3) \ argument
88 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
106 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
125 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
Darch-powerpc.h28 #define my_syscall0(num) \ argument
45 #define my_syscall1(num, arg1) \ argument
64 #define my_syscall2(num, arg1, arg2) \ argument
84 #define my_syscall3(num, arg1, arg2, arg3) \ argument
105 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
128 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
151 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
Darch-loongarch.h29 #define my_syscall0(num) \ argument
43 #define my_syscall1(num, arg1) \ argument
57 #define my_syscall2(num, arg1, arg2) \ argument
73 #define my_syscall3(num, arg1, arg2, arg3) \ argument
90 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
108 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
127 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
Darch-arm.h53 #define my_syscall0(num) \ argument
70 #define my_syscall1(num, arg1) \ argument
87 #define my_syscall2(num, arg1, arg2) \ argument
105 #define my_syscall3(num, arg1, arg2, arg3) \ argument
124 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
144 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
165 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
Darch-s390.h26 #define my_syscall0(num) \ argument
40 #define my_syscall1(num, arg1) \ argument
54 #define my_syscall2(num, arg1, arg2) \ argument
69 #define my_syscall3(num, arg1, arg2, arg3) \ argument
85 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
102 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
121 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
/linux-6.6.21/arch/loongarch/include/asm/
Dalternative.h30 #define b_replacement(num) "664"#num argument
31 #define e_replacement(num) "665"#num argument
36 #define alt_rlen(num) e_replacement(num)"f-"b_replacement(num)"f" argument
38 #define __OLDINSTR(oldinstr, num) \ argument
43 #define OLDINSTR(oldinstr, num) \ argument
60 #define ALTINSTR_ENTRY(feature, num) \ argument
67 #define ALTINSTR_REPLACEMENT(newinstr, feature, num) /* replacement */ \ argument
/linux-6.6.21/tools/bpf/bpftool/
Djson_writer.c214 void jsonw_float_fmt(json_writer_t *self, const char *fmt, double num) in jsonw_float_fmt()
220 void jsonw_float(json_writer_t *self, double num) in jsonw_float()
226 void jsonw_hu(json_writer_t *self, unsigned short num) in jsonw_hu()
231 void jsonw_uint(json_writer_t *self, uint64_t num) in jsonw_uint()
236 void jsonw_lluint(json_writer_t *self, unsigned long long int num) in jsonw_lluint()
241 void jsonw_int(json_writer_t *self, int64_t num) in jsonw_int()
276 void jsonw_uint_field(json_writer_t *self, const char *prop, uint64_t num) in jsonw_uint_field()
282 void jsonw_hu_field(json_writer_t *self, const char *prop, unsigned short num) in jsonw_hu_field()
290 unsigned long long int num) in jsonw_lluint_field()
296 void jsonw_int_field(json_writer_t *self, const char *prop, int64_t num) in jsonw_int_field()
/linux-6.6.21/tools/testing/selftests/bpf/
Djson_writer.c214 void jsonw_float_fmt(json_writer_t *self, const char *fmt, double num) in jsonw_float_fmt()
220 void jsonw_float(json_writer_t *self, double num) in jsonw_float()
226 void jsonw_hu(json_writer_t *self, unsigned short num) in jsonw_hu()
231 void jsonw_uint(json_writer_t *self, uint64_t num) in jsonw_uint()
236 void jsonw_lluint(json_writer_t *self, unsigned long long int num) in jsonw_lluint()
241 void jsonw_int(json_writer_t *self, int64_t num) in jsonw_int()
276 void jsonw_uint_field(json_writer_t *self, const char *prop, uint64_t num) in jsonw_uint_field()
282 void jsonw_hu_field(json_writer_t *self, const char *prop, unsigned short num) in jsonw_hu_field()
290 unsigned long long int num) in jsonw_lluint_field()
296 void jsonw_int_field(json_writer_t *self, const char *prop, int64_t num) in jsonw_int_field()
/linux-6.6.21/drivers/mfd/
Domap-usb-tll.c48 #define OMAP_TLL_CHANNEL_CONF(num) (0x040 + 0x004 * num) argument
71 #define OMAP_TLL_ULPI_FUNCTION_CTRL(num) (0x804 + 0x100 * num) argument
72 #define OMAP_TLL_ULPI_INTERFACE_CTRL(num) (0x807 + 0x100 * num) argument
73 #define OMAP_TLL_ULPI_OTG_CTRL(num) (0x80A + 0x100 * num) argument
74 #define OMAP_TLL_ULPI_INT_EN_RISE(num) (0x80D + 0x100 * num) argument
75 #define OMAP_TLL_ULPI_INT_EN_FALL(num) (0x810 + 0x100 * num) argument
76 #define OMAP_TLL_ULPI_INT_STATUS(num) (0x813 + 0x100 * num) argument
77 #define OMAP_TLL_ULPI_INT_LATCH(num) (0x814 + 0x100 * num) argument
78 #define OMAP_TLL_ULPI_DEBUG(num) (0x815 + 0x100 * num) argument
79 #define OMAP_TLL_ULPI_SCRATCH_REGISTER(num) (0x816 + 0x100 * num) argument
/linux-6.6.21/drivers/clk/pistachio/
Dclk.c59 unsigned int num) in pistachio_clk_register_gate()
75 unsigned int num) in pistachio_clk_register_mux()
93 unsigned int num) in pistachio_clk_register_div()
109 unsigned int num) in pistachio_clk_register_fixed_factor()
122 unsigned int *clk_ids, unsigned int num) in pistachio_clk_force_enable()
/linux-6.6.21/drivers/i2c/busses/
Di2c-tegra-bpmp.c85 unsigned int num) in tegra_bpmp_serialize_i2c_msg()
129 unsigned int num) in tegra_bpmp_i2c_deserialize()
152 static int tegra_bpmp_i2c_msg_len_check(struct i2c_msg *msgs, unsigned int num) in tegra_bpmp_i2c_msg_len_check()
226 struct i2c_msg *msgs, int num, in tegra_bpmp_i2c_xfer_common()
260 struct i2c_msg *msgs, int num) in tegra_bpmp_i2c_xfer()
266 struct i2c_msg *msgs, int num) in tegra_bpmp_i2c_xfer_atomic()
/linux-6.6.21/drivers/clk/mediatek/
Dclk-mtk.c85 int mtk_clk_register_fixed_clks(const struct mtk_fixed_clk *clks, int num, in mtk_clk_register_fixed_clks()
131 void mtk_clk_unregister_fixed_clks(const struct mtk_fixed_clk *clks, int num, in mtk_clk_unregister_fixed_clks()
151 int mtk_clk_register_factors(const struct mtk_fixed_factor *clks, int num, in mtk_clk_register_factors()
197 void mtk_clk_unregister_factors(const struct mtk_fixed_factor *clks, int num, in mtk_clk_unregister_factors()
329 const struct mtk_composite *mcs, int num, in mtk_clk_register_composites()
376 void mtk_clk_unregister_composites(const struct mtk_composite *mcs, int num, in mtk_clk_unregister_composites()
397 const struct mtk_clk_divider *mcds, int num, in mtk_clk_register_dividers()
446 void mtk_clk_unregister_dividers(const struct mtk_clk_divider *mcds, int num, in mtk_clk_unregister_dividers()
/linux-6.6.21/arch/s390/include/asm/
Dalternative.h43 #define b_altinstr(num) "664"#num argument
44 #define e_altinstr(num) "665"#num argument
46 #define altinstr_len(num) e_altinstr(num)"b-"b_altinstr(num)"b" argument
51 #define ALTINSTR_ENTRY(facility, num) \ argument
59 #define ALTINSTR_REPLACEMENT(altinstr, num) /* replacement */ \ argument
/linux-6.6.21/tools/perf/tests/shell/lib/
Dperf_json_output_lint.py26 def isfloat(num): argument
34 def isint(num): argument
41 def is_counter_value(num): argument
/linux-6.6.21/include/uapi/linux/hsi/
Dhsi_char.h16 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument
17 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument
18 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument
19 #define HSC_IO(num) _IO(HSI_CHAR_MAGIC, num) argument

12345678910>>...65