/Linux-v6.1/arch/x86/kernel/ |
D | early-quirks.c | 32 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-v6.1/drivers/regulator/ |
D | s2mps11.c | 357 #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 …]
|
D | atc260x-regulator.c | 170 #define atc2603c_reg_desc_dcdc(num, min, step, n_volt, vsel_h, vsel_l) { \ argument 189 #define atc2603c_reg_desc_dcdc_range(num, vsel_h, vsel_l) { \ argument 208 #define atc2603c_reg_desc_dcdc_fixed(num, min, step, n_volt, vsel_h, vsel_l) { \ argument 225 #define atc2603c_reg_desc_ldo(num, min, step, n_volt, vsel_h, vsel_l) { \ argument 244 #define atc2603c_reg_desc_ldo_fixed(num, min, step, n_volt, vsel_h, vsel_l) { \ argument 261 #define atc2603c_reg_desc_ldo_noops(num, vfixed) { \ argument 274 #define atc2603c_reg_desc_ldo_switch(num, min, step, n_volt, vsel_h, vsel_l) { \ argument 337 #define atc2609a_reg_desc_dcdc(num, en_bit) { \ argument 356 #define atc2609a_reg_desc_dcdc_range(num, en_bit) { \ argument 375 #define atc2609a_reg_desc_ldo(num) { \ argument [all …]
|
D | max77686-regulator.c | 309 #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
|
D | max77802-regulator.c | 299 #define regulator_77802_desc_p_ldo(num, supply, log) { \ argument 320 #define regulator_77802_desc_n_ldo(num, supply, log) { \ argument 341 #define regulator_77802_desc_16_buck(num) { \ argument 366 #define regulator_77802_desc_234_buck(num) { \ argument 392 #define regulator_77802_desc_buck5(num) { \ argument 413 #define regulator_77802_desc_buck7_10(num) { \ argument
|
/Linux-v6.1/drivers/video/fbdev/ |
D | chipsfb.c | 40 #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-v6.1/tools/bpf/bpftool/ |
D | json_writer.c | 217 void jsonw_float_fmt(json_writer_t *self, const char *fmt, double num) in jsonw_float_fmt() 223 void jsonw_float(json_writer_t *self, double num) in jsonw_float() 229 void jsonw_hu(json_writer_t *self, unsigned short num) in jsonw_hu() 234 void jsonw_uint(json_writer_t *self, uint64_t num) in jsonw_uint() 239 void jsonw_lluint(json_writer_t *self, unsigned long long int num) in jsonw_lluint() 244 void jsonw_int(json_writer_t *self, int64_t num) in jsonw_int() 279 void jsonw_uint_field(json_writer_t *self, const char *prop, uint64_t num) in jsonw_uint_field() 285 void jsonw_hu_field(json_writer_t *self, const char *prop, unsigned short num) in jsonw_hu_field() 293 unsigned long long int num) in jsonw_lluint_field() 299 void jsonw_int_field(json_writer_t *self, const char *prop, int64_t num) in jsonw_int_field()
|
/Linux-v6.1/drivers/mfd/ |
D | omap-usb-tll.c | 48 #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-v6.1/drivers/clk/pistachio/ |
D | clk.c | 59 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-v6.1/tools/include/nolibc/ |
D | arch-i386.h | 66 #define my_syscall0(num) \ argument 80 #define my_syscall1(num, arg1) \ argument 96 #define my_syscall2(num, arg1, arg2) \ argument 113 #define my_syscall3(num, arg1, arg2, arg3) \ argument 131 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 150 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 170 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
D | arch-x86_64.h | 68 #define my_syscall0(num) \ argument 82 #define my_syscall1(num, arg1) \ argument 98 #define my_syscall2(num, arg1, arg2) \ argument 115 #define my_syscall3(num, arg1, arg2, arg3) \ argument 133 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 152 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 172 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
D | arch-aarch64.h | 65 #define my_syscall0(num) \ argument 79 #define my_syscall1(num, arg1) \ argument 94 #define my_syscall2(num, arg1, arg2) \ argument 110 #define my_syscall3(num, arg1, arg2, arg3) \ argument 127 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 145 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 164 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
D | arch-riscv.h | 67 #define my_syscall0(num) \ argument 81 #define my_syscall1(num, arg1) \ argument 95 #define my_syscall2(num, arg1, arg2) \ argument 111 #define my_syscall3(num, arg1, arg2, arg3) \ argument 128 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 146 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument 165 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
|
D | arch-mips.h | 70 #define my_syscall0(num) \ argument 87 #define my_syscall1(num, arg1) \ argument 106 #define my_syscall2(num, arg1, arg2) \ argument 126 #define my_syscall3(num, arg1, arg2, arg3) \ argument 147 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 168 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
|
D | arch-arm.h | 78 #define my_syscall0(num) \ argument 92 #define my_syscall1(num, arg1) \ argument 107 #define my_syscall2(num, arg1, arg2) \ argument 123 #define my_syscall3(num, arg1, arg2, arg3) \ argument 140 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument 158 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
|
/Linux-v6.1/drivers/clk/mediatek/ |
D | clk-mtk.c | 68 int mtk_clk_register_fixed_clks(const struct mtk_fixed_clk *clks, int num, in mtk_clk_register_fixed_clks() 114 void mtk_clk_unregister_fixed_clks(const struct mtk_fixed_clk *clks, int num, in mtk_clk_unregister_fixed_clks() 134 int mtk_clk_register_factors(const struct mtk_fixed_factor *clks, int num, in mtk_clk_register_factors() 180 void mtk_clk_unregister_factors(const struct mtk_fixed_factor *clks, int num, in mtk_clk_unregister_factors() 311 int mtk_clk_register_composites(const struct mtk_composite *mcs, int num, in mtk_clk_register_composites() 358 void mtk_clk_unregister_composites(const struct mtk_composite *mcs, int num, in mtk_clk_unregister_composites() 378 int mtk_clk_register_dividers(const struct mtk_clk_divider *mcds, int num, in mtk_clk_register_dividers() 427 void mtk_clk_unregister_dividers(const struct mtk_clk_divider *mcds, int num, in mtk_clk_unregister_dividers()
|
/Linux-v6.1/drivers/i2c/busses/ |
D | i2c-tegra-bpmp.c | 85 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()
|
D | i2c-cros-ec-tunnel.c | 46 static int ec_i2c_count_message(const struct i2c_msg i2c_msgs[], int num) in ec_i2c_count_message() 74 int num, u16 bus_num) in ec_i2c_construct_message() 115 static int ec_i2c_count_response(struct i2c_msg i2c_msgs[], int num) in ec_i2c_count_response() 141 int *num) in ec_i2c_parse_response() 175 int num) in ec_i2c_xfer()
|
/Linux-v6.1/arch/s390/include/asm/ |
D | alternative.h | 43 #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-v6.1/tools/perf/tests/shell/lib/ |
D | perf_json_output_lint.py | 24 def isfloat(num): argument 32 def isint(num): argument 39 def is_counter_value(num): argument
|
/Linux-v6.1/drivers/thermal/st/ |
D | st_thermal_syscfg.c | 16 #define STIH415_SYSCFG_FRONT(num) ((num - 100) * 4) argument 19 #define STIH415_SYSCFG_MPE(num) ((num - 600) * 4) argument 24 #define STIH416_SYSCFG_FRONT(num) ((num - 1000) * 4) argument 30 #define STID127_SYSCFG_CPU(num) ((num - 700) * 4) argument
|
/Linux-v6.1/tools/power/cpupower/utils/idle_monitor/ |
D | hsw_ext_idle.c | 115 int num, cpu; in hsw_ext_start() local 131 int num, cpu; in hsw_ext_stop() local 148 int num; in hsw_ext_register() local 174 int num; in hsw_ext_unregister() local
|
D | snb_idle.c | 113 int num, cpu; in snb_start() local 129 int num, cpu; in snb_stop() local 146 int num; in snb_register() local 179 int num; in snb_unregister() local
|
/Linux-v6.1/sound/soc/codecs/ |
D | wm_adsp.h | 55 #define WM_ADSP1(wname, num) \ argument 59 #define WM_ADSP2_PRELOAD_SWITCH(wname, num) \ argument 63 #define WM_ADSP2(wname, num, event_fn) \ argument 73 #define WM_ADSP_FW_CONTROL(dspname, num) \ argument
|
/Linux-v6.1/include/uapi/linux/hsi/ |
D | hsi_char.h | 30 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument 31 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument 32 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument 33 #define HSC_IO(num) _IO(HSI_CHAR_MAGIC, num) argument
|