/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | early-quirks.c | 31 static void __init fix_hypertransport_config(int num, int slot, int func) in fix_hypertransport_config() 57 static void __init via_bugs(int num, int slot, int func) in via_bugs() 80 static void __init nvidia_bugs(int num, int slot, int func) in nvidia_bugs() 116 static u32 __init ati_ixp4x0_rev(int num, int slot, int func) in ati_ixp4x0_rev() 134 static void __init ati_bugs(int num, int slot, int func) in ati_bugs() 160 static u32 __init ati_sbx00_rev(int num, int slot, int func) in ati_sbx00_rev() 170 static void __init ati_bugs_contd(int num, int slot, int func) in ati_bugs_contd() 202 static void __init ati_bugs(int num, int slot, int func) in ati_bugs() 206 static void __init ati_bugs_contd(int num, int slot, int func) in ati_bugs_contd() 211 static void __init intel_remapping_check(int num, int slot, int func) in intel_remapping_check() [all …]
|
D | topology.c | 98 int arch_register_cpu(int num) in arch_register_cpu() 139 void arch_unregister_cpu(int num) in arch_unregister_cpu() 146 static int __init arch_register_cpu(int num) in arch_register_cpu()
|
D | ioport.c | 65 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on) in ksys_ioperm() 152 SYSCALL_DEFINE3(ioperm, unsigned long, from, unsigned long, num, int, turn_on) in SYSCALL_DEFINE3() argument 202 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on) in ksys_ioperm() 206 SYSCALL_DEFINE3(ioperm, unsigned long, from, unsigned long, num, int, turn_on) in SYSCALL_DEFINE3() argument
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
D | chipsfb.c | 39 #define write_ind(num, val, ap, dp) do { \ argument 42 #define read_ind(num, var, ap, dp) do { \ argument 47 #define write_xr(num, val) write_ind(num, val, 0x3d6, 0x3d7) argument 48 #define read_xr(num, var) read_ind(num, var, 0x3d6, 0x3d7) argument 50 #define write_fr(num, val) write_ind(num, val, 0x3d0, 0x3d1) argument 51 #define read_fr(num, var) read_ind(num, var, 0x3d0, 0x3d1) argument 53 #define write_cr(num, val) write_ind(num, val, 0x3d4, 0x3d5) argument 54 #define read_cr(num, var) read_ind(num, var, 0x3d4, 0x3d5) argument 56 #define write_gr(num, val) write_ind(num, val, 0x3ce, 0x3cf) argument 57 #define read_gr(num, var) read_ind(num, var, 0x3ce, 0x3cf) argument [all …]
|
/kernel/linux/linux-5.10/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 | max77686-regulator.c | 337 #define regulator_desc_ldo(num) { \ argument 356 #define regulator_desc_lpm_ldo(num) { \ argument 374 #define regulator_desc_ldo_low(num) { \ argument 392 #define regulator_desc_ldo1_low(num) { \ argument 410 #define regulator_desc_buck(num) { \ argument 429 #define regulator_desc_buck1(num) { \ argument 447 #define regulator_desc_buck_dvs(num) { \ argument
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/ |
D | posix_mqueue_test.cpp | 50 int LosSemCreate(int num, const SEM_HANDLE_T *hdl) in LosSemCreate() 55 int LosSemDelete(SEM_HANDLE_T num) in LosSemDelete() 60 int SemPost(SEM_HANDLE_T num) in SemPost() 65 int LosSemPost(SEM_HANDLE_T num) in LosSemPost() 70 int HalIrqMask(int num) in HalIrqMask() 75 int SemPend(SEM_HANDLE_T hdl, int num) in SemPend() 80 int LosSemPend(SEM_HANDLE_T hdl, int num) in LosSemPend()
|
/kernel/uniproton/src/utility/lib/include/ |
D | prt_lib_external.h | 27 #define OS_32BIT_MOD(num) ((num) % 32) argument 29 #define OS_GET_64BIT_HIGH_32BIT(num) ((U32)((num) >> 32)) argument 30 #define OS_GET_64BIT_LOW_32BIT(num) ((U32)((num) & 0xFFFFFFFFU)) argument 32 #define OS_GET_32BIT_HIGH_8BIT(num) (((num) >> 24) & 0xffU) argument 33 #define OS_GET_32BIT_LOW_8BIT(num) ((num) & 0xffU) argument 35 #define OS_GET_32BIT_HIGH_16BIT(num) ((num) >> 16) argument 36 #define OS_GET_32BIT_LOW_16BIT(num) ((num) & 0xFFFFU) argument 38 #define OS_GET_16BIT_HIGH_8BIT(num) ((num) >> 8) argument 40 #define OS_GET_8BIT_HIGH_4BIT(num) ((num) >> 4) argument 41 #define OS_GET_8BIT_LOW_4BIT(num) ((num) & 0xFU) argument [all …]
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | alternative.h | 50 #define b_altinstr(num) "664"#num argument 51 #define e_altinstr(num) "665"#num argument 56 #define altinstr_len(num) e_altinstr(num)"b-"b_altinstr(num)"b" argument 57 #define oldinstr_pad_len(num) \ argument 70 #define OLDINSTR_PADDING(oldinstr, num) \ argument 81 #define OLDINSTR(oldinstr, num) \ argument 97 #define ALTINSTR_ENTRY(facility, num) \ argument 104 #define ALTINSTR_REPLACEMENT(altinstr, num) /* replacement */ \ argument
|
/kernel/uniproton/src/core/kernel/timer/swtmr/ |
D | prt_swtmr_internal.h | 57 #define UWROLLNUM(num) ((num) & 0x03ffffffU) argument 72 #define UWSORTINDEX(num) ((num) >> 26) argument 88 #define EVALUATE_H(num, value) ((num) = (((num) & 0x03ffffffU) | ((value) << 26))) argument 105 #define EVALUATE_L(num, value) ((num) = (((num) & 0xfc000000U) | (value))) argument 158 #define UWROLLNUMDEC(num) ((num) = ((num) - 1)) argument
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
D | json_writer.c | 214 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()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/clk/mediatek/ |
D | clk-mtk.c | 46 int num, struct clk_onecell_data *clk_data) in mtk_clk_register_fixed_clks() 72 int num, struct clk_onecell_data *clk_data) in mtk_clk_register_factors() 99 int num, struct clk_onecell_data *clk_data, in mtk_clk_register_gates_with_dev() 143 int num, struct clk_onecell_data *clk_data) in mtk_clk_register_gates() 237 int num, void __iomem *base, spinlock_t *lock, in mtk_clk_register_composites() 263 int num, void __iomem *base, spinlock_t *lock, in mtk_clk_register_dividers()
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
D | i2c-tegra-bpmp.c | 103 unsigned int num) in tegra_bpmp_serialize_i2c_msg() 152 unsigned int num) in tegra_bpmp_i2c_deserialize() 175 static int tegra_bpmp_i2c_msg_len_check(struct i2c_msg *msgs, unsigned int num) in tegra_bpmp_i2c_msg_len_check() 224 struct i2c_msg *msgs, int num, in tegra_bpmp_i2c_xfer_common() 263 struct i2c_msg *msgs, int num) in tegra_bpmp_i2c_xfer() 269 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()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/hsi/ |
D | hsi_char.h | 23 #define HSC_IOW(num,dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument 24 #define HSC_IOR(num,dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument 25 #define HSC_IOWR(num,dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument 26 #define HSC_IO(num) _IO(HSI_CHAR_MAGIC, num) argument
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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
|
D | nhm_idle.c | 128 int num, cpu; in nhm_start() local 148 int num, cpu; in nhm_stop() local 168 int num; in intel_nhm_register() local 194 int num; in intel_nhm_unregister() local
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/hsi/ |
D | hsi_char.h | 10 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument 11 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument 12 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument 13 #define HSC_IO(num) _IO(HSI_CHAR_MAGIC, num) argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/size/ |
D | get_size.c | 45 static inline char *num_to_str(unsigned long num, char *buf, int len) in num_to_str() 61 static int print_num(unsigned long num) in print_num() 68 static int print_k_value(const char *s, unsigned long num, unsigned long units) in print_k_value()
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
D | head_32.h | 20 #define BAD_TRAP(num) \ argument 47 #define KGDB_TRAP(num) \ argument 53 #define KGDB_TRAP(num) \ argument
|