/linux-4.4.14/include/asm-generic/ |
D | fixmap.h | 29 static __always_inline unsigned long fix_to_virt(const unsigned int idx) in fix_to_virt() 63 #define set_fixmap(idx, phys) \ argument 68 #define clear_fixmap(idx) \ argument 73 #define __set_fixmap_offset(idx, phys, flags) \ argument 81 #define set_fixmap_offset(idx, phys) \ argument 87 #define set_fixmap_nocache(idx, phys) \ argument 90 #define set_fixmap_offset_nocache(idx, phys) \ argument 96 #define set_fixmap_io(idx, phys) \ argument 99 #define set_fixmap_offset_io(idx, phys) \ argument
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | rgmii.c | 39 #define RGMII_FER_MASK(idx) (0x7 << ((idx) * 4)) argument 40 #define RGMII_FER_RTBI(idx) (0x4 << ((idx) * 4)) argument 41 #define RGMII_FER_RGMII(idx) (0x5 << ((idx) * 4)) argument 42 #define RGMII_FER_TBI(idx) (0x6 << ((idx) * 4)) argument 43 #define RGMII_FER_GMII(idx) (0x7 << ((idx) * 4)) argument 44 #define RGMII_FER_MII(idx) RGMII_FER_GMII(idx) argument 47 #define RGMII_SSR_MASK(idx) (0x7 << ((idx) * 8)) argument 48 #define RGMII_SSR_10(idx) (0x1 << ((idx) * 8)) argument 49 #define RGMII_SSR_100(idx) (0x2 << ((idx) * 8)) argument 50 #define RGMII_SSR_1000(idx) (0x4 << ((idx) * 8)) argument
|
D | zmii.c | 34 #define ZMII_FER_MDI(idx) (0x80000000 >> ((idx) * 4)) argument 38 #define ZMII_FER_SMII(idx) (0x40000000 >> ((idx) * 4)) argument 39 #define ZMII_FER_RMII(idx) (0x20000000 >> ((idx) * 4)) argument 40 #define ZMII_FER_MII(idx) (0x10000000 >> ((idx) * 4)) argument 43 #define ZMII_SSR_SCI(idx) (0x40000000 >> ((idx) * 4)) argument 44 #define ZMII_SSR_FSS(idx) (0x20000000 >> ((idx) * 4)) argument 45 #define ZMII_SSR_SP(idx) (0x10000000 >> ((idx) * 4)) argument
|
/linux-4.4.14/arch/x86/crypto/ |
D | sha512-avx-asm.S | 135 idx = \rnd define 176 idx = \rnd - 2 define 178 idx = \rnd - 15 define 191 idx = \rnd define 231 idx = \rnd - 16 define 233 idx = \rnd - 7 define 240 idx = \rnd + 1 define 252 idx = \rnd define
|
D | sha512-ssse3-asm.S | 128 idx = \rnd define 174 idx = \rnd -2 define 180 idx = \rnd define 182 idx = \rnd - 15 define 226 idx = \rnd + 1 define 247 idx = \rnd - 7 define 263 idx = \rnd define
|
D | aes-i586-asm_32.S | 93 #define do_col(table, a1,a2,a3,a4, idx, tmp) \ argument 107 #define do_fcol(table, a1,a2,a3,a4, idx, tmp, sched) \ argument 126 #define do_icol(table, a1,a2,a3,a4, idx, tmp, sched) \ argument
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
D | clock-sh5.c | 27 int idx = (__raw_readl(cprc_base + 0x00) >> 6) & 0x0007; in master_clk_init() local 37 int idx = (__raw_readw(cprc_base) >> 12) & 0x0007; in module_clk_recalc() local 47 int idx = (__raw_readw(cprc_base) >> 3) & 0x0007; in bus_clk_recalc() local 57 int idx = (__raw_readw(cprc_base) & 0x0007); in cpu_clk_recalc() local 72 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
|
/linux-4.4.14/arch/x86/um/ |
D | tls_32.c | 66 int idx; in get_free_idx() local 95 int idx; in load_TLS() local 204 int idx, int flushed) in set_tls_entry() 221 int idx, ret = -EFAULT; in arch_copy_tls() local 241 int idx) in get_tls_entry() 282 int idx, ret; in SYSCALL_DEFINE1() local 313 int ptrace_set_thread_area(struct task_struct *child, int idx, in ptrace_set_thread_area() 330 int idx, ret; in SYSCALL_DEFINE1() local 352 int ptrace_get_thread_area(struct task_struct *child, int idx, in ptrace_get_thread_area()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/ |
D | ubc.c | 18 #define UBC_CBR(idx) (0xff200000 + (0x20 * idx)) argument 19 #define UBC_CRR(idx) (0xff200004 + (0x20 * idx)) argument 20 #define UBC_CAR(idx) (0xff200008 + (0x20 * idx)) argument 21 #define UBC_CAMR(idx) (0xff20000c + (0x20 * idx)) argument 35 static void sh4a_ubc_enable(struct arch_hw_breakpoint *info, int idx) in sh4a_ubc_enable() 41 static void sh4a_ubc_disable(struct arch_hw_breakpoint *info, int idx) in sh4a_ubc_disable()
|
D | clock-sh7780.c | 36 int idx = (__raw_readl(FRQCR) & 0x0003); in module_clk_recalc() local 46 int idx = ((__raw_readl(FRQCR) >> 16) & 0x0007); in bus_clk_recalc() local 56 int idx = ((__raw_readl(FRQCR) >> 24) & 0x0001); in cpu_clk_recalc() local 71 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops() 79 int idx = ((__raw_readl(FRQCR) >> 20) & 0x0007); in shyway_clk_recalc() local
|
D | clock-sh7770.c | 33 int idx = ((__raw_readl(FRQCR) >> 28) & 0x000f); in module_clk_recalc() local 43 int idx = (__raw_readl(FRQCR) & 0x000f); in bus_clk_recalc() local 53 int idx = ((__raw_readl(FRQCR) >> 24) & 0x000f); in cpu_clk_recalc() local 68 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
|
D | perf_event.c | 17 #define PPC_CCBR(idx) (0xff200800 + (sizeof(u32) * idx)) argument 18 #define PPC_PMCTR(idx) (0xfc100000 + (sizeof(u32) * idx)) argument 230 static u64 sh4a_pmu_read(int idx) in sh4a_pmu_read() 235 static void sh4a_pmu_disable(struct hw_perf_event *hwc, int idx) in sh4a_pmu_disable() 244 static void sh4a_pmu_enable(struct hw_perf_event *hwc, int idx) in sh4a_pmu_enable()
|
D | clock-sh7763.c | 36 int idx = ((__raw_readl(FRQCR) >> 4) & 0x07); in module_clk_recalc() local 46 int idx = ((__raw_readl(FRQCR) >> 16) & 0x07); in bus_clk_recalc() local 65 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops() 73 int idx = ((__raw_readl(FRQCR) >> 20) & 0x07); in shyway_clk_recalc() local
|
/linux-4.4.14/arch/sh/kernel/cpu/sh3/ |
D | clock-sh7706.c | 28 int idx = ((frqcr & 0x2000) >> 11) | (frqcr & 0x0003); in master_clk_init() local 40 int idx = ((frqcr & 0x2000) >> 11) | (frqcr & 0x0003); in module_clk_recalc() local 52 int idx = ((frqcr & 0x8000) >> 13) | ((frqcr & 0x0030) >> 4); in bus_clk_recalc() local 64 int idx = ((frqcr & 0x4000) >> 12) | ((frqcr & 0x000c) >> 2); in cpu_clk_recalc() local 80 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
|
D | clock-sh7709.c | 28 int idx = ((frqcr & 0x2000) >> 11) | (frqcr & 0x0003); in master_clk_init() local 40 int idx = ((frqcr & 0x2000) >> 11) | (frqcr & 0x0003); in module_clk_recalc() local 52 int idx = (frqcr & 0x0080) ? in bus_clk_recalc() local 65 int idx = ((frqcr & 0x4000) >> 12) | ((frqcr & 0x000c) >> 2); in cpu_clk_recalc() local 81 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
|
D | clock-sh3.c | 32 int idx = ((frqcr & 0x2000) >> 11) | (frqcr & 0x0003); in master_clk_init() local 44 int idx = ((frqcr & 0x2000) >> 11) | (frqcr & 0x0003); in module_clk_recalc() local 56 int idx = ((frqcr & 0x8000) >> 13) | ((frqcr & 0x0030) >> 4); in bus_clk_recalc() local 68 int idx = ((frqcr & 0x4000) >> 12) | ((frqcr & 0x000c) >> 2); in cpu_clk_recalc() local 84 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
|
D | clock-sh7710.c | 38 int idx = (__raw_readw(FRQCR) & 0x0007); in module_clk_recalc() local 48 int idx = (__raw_readw(FRQCR) & 0x0700) >> 8; in bus_clk_recalc() local 58 int idx = (__raw_readw(FRQCR) & 0x0070) >> 4; in cpu_clk_recalc() local 73 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
|
D | clock-sh7712.c | 27 int idx = (frqcr & 0x0300) >> 8; in master_clk_init() local 39 int idx = frqcr & 0x0007; in module_clk_recalc() local 51 int idx = (frqcr & 0x0030) >> 4; in cpu_clk_recalc() local 66 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
|
D | clock-sh7705.c | 44 int idx = __raw_readw(FRQCR) & 0x0003; in module_clk_recalc() local 54 int idx = (__raw_readw(FRQCR) & 0x0300) >> 8; in bus_clk_recalc() local 64 int idx = (__raw_readw(FRQCR) & 0x0030) >> 4; in cpu_clk_recalc() local 79 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
|
/linux-4.4.14/drivers/input/misc/ |
D | ad714x.c | 214 static void ad714x_button_state_machine(struct ad714x_chip *ad714x, int idx) in ad714x_button_state_machine() 249 static void ad714x_slider_cal_sensor_val(struct ad714x_chip *ad714x, int idx) in ad714x_slider_cal_sensor_val() 267 static void ad714x_slider_cal_highest_stage(struct ad714x_chip *ad714x, int idx) in ad714x_slider_cal_highest_stage() 292 static void ad714x_slider_cal_abs_pos(struct ad714x_chip *ad714x, int idx) in ad714x_slider_cal_abs_pos() 314 static void ad714x_slider_cal_flt_pos(struct ad714x_chip *ad714x, int idx) in ad714x_slider_cal_flt_pos() 325 static void ad714x_slider_use_com_int(struct ad714x_chip *ad714x, int idx) in ad714x_slider_use_com_int() 332 static void ad714x_slider_use_thr_int(struct ad714x_chip *ad714x, int idx) in ad714x_slider_use_thr_int() 339 static void ad714x_slider_state_machine(struct ad714x_chip *ad714x, int idx) in ad714x_slider_state_machine() 408 static void ad714x_wheel_cal_highest_stage(struct ad714x_chip *ad714x, int idx) in ad714x_wheel_cal_highest_stage() 421 static void ad714x_wheel_cal_sensor_val(struct ad714x_chip *ad714x, int idx) in ad714x_wheel_cal_sensor_val() [all …]
|
/linux-4.4.14/arch/arm64/kernel/ |
D | perf_event.c | 254 static inline int armv8pmu_counter_valid(struct arm_pmu *cpu_pmu, int idx) in armv8pmu_counter_valid() 260 static inline int armv8pmu_counter_has_overflowed(u32 pmnc, int idx) in armv8pmu_counter_has_overflowed() 265 static inline int armv8pmu_select_counter(int idx) in armv8pmu_select_counter() 278 int idx = hwc->idx; in armv8pmu_read_counter() local 296 int idx = hwc->idx; in armv8pmu_write_counter() local 307 static inline void armv8pmu_write_evtype(int idx, u32 val) in armv8pmu_write_evtype() 315 static inline int armv8pmu_enable_counter(int idx) in armv8pmu_enable_counter() 322 static inline int armv8pmu_disable_counter(int idx) in armv8pmu_disable_counter() 329 static inline int armv8pmu_enable_intens(int idx) in armv8pmu_enable_intens() 336 static inline int armv8pmu_disable_intens(int idx) in armv8pmu_disable_intens() [all …]
|
D | ptrace.c | 141 unsigned long idx) in ptrace_hbp_get_event() 161 unsigned long idx, in ptrace_hbp_set_event() 186 unsigned long idx) in ptrace_hbp_create() 284 unsigned long idx, in ptrace_hbp_get_ctrl() 298 unsigned long idx, in ptrace_hbp_get_addr() 312 unsigned long idx) in ptrace_hbp_get_initialised_bp() 324 unsigned long idx, in ptrace_hbp_set_ctrl() 349 unsigned long idx, in ptrace_hbp_set_addr() 378 int ret, idx = 0, offset, limit; in hw_break_get() local 439 int ret, idx = 0, offset, limit; in hw_break_set() local [all …]
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | cpsw_ale.c | 56 int idx; in cpsw_ale_get_field() local 67 int idx; in cpsw_ale_set_field() local 119 static int cpsw_ale_read(struct cpsw_ale *ale, int idx, u32 *ale_entry) in cpsw_ale_read() 134 static int cpsw_ale_write(struct cpsw_ale *ale, int idx, u32 *ale_entry) in cpsw_ale_write() 153 int type, idx; in cpsw_ale_match_addr() local 174 int type, idx; in cpsw_ale_match_vlan() local 190 int type, idx; in cpsw_ale_match_free() local 204 int type, idx; in cpsw_ale_find_ageable() local 241 int ret, idx; in cpsw_ale_flush_multicast() local 286 int idx; in cpsw_ale_add_ucast() local [all …]
|
/linux-4.4.14/mm/ |
D | hugetlb_cgroup.c | 61 int idx; in hugetlb_cgroup_have_usage() local 75 int idx; in hugetlb_cgroup_css_alloc() local 109 static void hugetlb_cgroup_move_parent(int idx, struct hugetlb_cgroup *h_cg, in hugetlb_cgroup_move_parent() 150 int idx = 0; in hugetlb_cgroup_css_offline() local 165 int hugetlb_cgroup_charge_cgroup(int idx, unsigned long nr_pages, in hugetlb_cgroup_charge_cgroup() 198 void hugetlb_cgroup_commit_charge(int idx, unsigned long nr_pages, in hugetlb_cgroup_commit_charge() 212 void hugetlb_cgroup_uncharge_page(int idx, unsigned long nr_pages, in hugetlb_cgroup_uncharge_page() 228 void hugetlb_cgroup_uncharge_cgroup(int idx, unsigned long nr_pages, in hugetlb_cgroup_uncharge_cgroup() 275 int ret, idx; in hugetlb_cgroup_write() local 336 static void __init __hugetlb_cgroup_file_init(int idx) in __hugetlb_cgroup_file_init()
|
D | early_ioremap.c | 49 static inline void __init __late_set_fixmap(enum fixed_addresses idx, in __late_set_fixmap() 57 static inline void __init __late_clear_fixmap(enum fixed_addresses idx) in __late_clear_fixmap() 103 enum fixed_addresses idx; in __early_ioremap() local 165 enum fixed_addresses idx; in early_iounmap() local
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | cm2xxx_3xxx.h | 53 static inline u32 omap2_cm_read_mod_reg(s16 module, u16 idx) in omap2_cm_read_mod_reg() 58 static inline void omap2_cm_write_mod_reg(u32 val, s16 module, u16 idx) in omap2_cm_write_mod_reg() 65 s16 idx) in omap2_cm_rmw_mod_reg_bits() 78 static inline u32 omap2_cm_read_mod_bits_shift(s16 domain, s16 idx, u32 mask) in omap2_cm_read_mod_bits_shift() 89 static inline u32 omap2_cm_set_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_cm_set_mod_reg_bits() 94 static inline u32 omap2_cm_clear_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_cm_clear_mod_reg_bits()
|
D | prm2xxx_3xxx.h | 56 static inline u32 omap2_prm_read_mod_reg(s16 module, u16 idx) in omap2_prm_read_mod_reg() 61 static inline void omap2_prm_write_mod_reg(u32 val, s16 module, u16 idx) in omap2_prm_write_mod_reg() 68 s16 idx) in omap2_prm_rmw_mod_reg_bits() 81 static inline u32 omap2_prm_read_mod_bits_shift(s16 domain, s16 idx, u32 mask) in omap2_prm_read_mod_bits_shift() 92 static inline u32 omap2_prm_set_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_prm_set_mod_reg_bits() 97 static inline u32 omap2_prm_clear_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_prm_clear_mod_reg_bits()
|
D | cminst44xx.c | 115 static u32 omap4_cminst_read_inst_reg(u8 part, u16 inst, u16 idx) in omap4_cminst_read_inst_reg() 124 static void omap4_cminst_write_inst_reg(u32 val, u8 part, u16 inst, u16 idx) in omap4_cminst_write_inst_reg() 134 s16 idx) in omap4_cminst_rmw_inst_reg_bits() 146 static u32 omap4_cminst_set_inst_reg_bits(u32 bits, u8 part, u16 inst, s16 idx) in omap4_cminst_set_inst_reg_bits() 152 s16 idx) in omap4_cminst_clear_inst_reg_bits() 157 static u32 omap4_cminst_read_inst_reg_bits(u8 part, u16 inst, s16 idx, u32 mask) in omap4_cminst_read_inst_reg_bits()
|
D | prminst44xx.c | 59 u32 omap4_prminst_read_inst_reg(u8 part, s16 inst, u16 idx) in omap4_prminst_read_inst_reg() 68 void omap4_prminst_write_inst_reg(u32 val, u8 part, s16 inst, u16 idx) in omap4_prminst_write_inst_reg() 78 u16 idx) in omap4_prminst_rmw_inst_reg_bits()
|
D | omap-secure.c | 37 u32 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2, in omap_secure_dispatcher() 89 u32 rx51_secure_dispatcher(u32 idx, u32 process, u32 flag, u32 nargs, in rx51_secure_dispatcher()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4/ |
D | clock-sh4.c | 40 int idx = (__raw_readw(FRQCR) & 0x0007); in module_clk_recalc() local 50 int idx = (__raw_readw(FRQCR) >> 3) & 0x0007; in bus_clk_recalc() local 60 int idx = (__raw_readw(FRQCR) >> 6) & 0x0007; in cpu_clk_recalc() local 75 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
|
D | perf_event.c | 205 static u64 sh7750_pmu_read(int idx) in sh7750_pmu_read() 211 static void sh7750_pmu_disable(struct hw_perf_event *hwc, int idx) in sh7750_pmu_disable() 220 static void sh7750_pmu_enable(struct hw_perf_event *hwc, int idx) in sh7750_pmu_enable()
|
D | clock-sh4-202.c | 27 int idx = __raw_readl(CPG2_FRQCR3) & 0x0007; in emi_clk_recalc() local 55 int idx = (__raw_readl(CPG2_FRQCR3) >> 3) & 0x0007; in femi_clk_recalc() local 93 int idx = (__raw_readl(CPG2_FRQCR3) >> 6) & 0x0007; in shoc_clk_recalc() local
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | drm_buffer.c | 47 int idx; in drm_buffer_alloc() local 101 int idx; in drm_buffer_copy_from_user() local 135 int idx; in drm_buffer_free() local 158 int idx = drm_buffer_index(buf); in drm_buffer_read_object() local
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
D | clock-sh7201.c | 39 int idx = (__raw_readw(FREQCR) & 0x0007); in module_clk_recalc() local 49 int idx = (__raw_readw(FREQCR) & 0x0007); in bus_clk_recalc() local 59 int idx = ((__raw_readw(FREQCR) >> 4) & 0x0007); in cpu_clk_recalc() local 74 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
|
D | clock-sh7203.c | 41 int idx = (__raw_readw(FREQCR) & 0x0007); in module_clk_recalc() local 51 int idx = (__raw_readw(FREQCR) & 0x0007); in bus_clk_recalc() local 70 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
|
D | clock-sh7206.c | 38 int idx = (__raw_readw(FREQCR) & 0x0007); in module_clk_recalc() local 57 int idx = (__raw_readw(FREQCR) & 0x0007); in cpu_clk_recalc() local 72 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
|
/linux-4.4.14/arch/blackfin/kernel/cplb-mpu/ |
D | cplbmgr.c | 103 int idx; in dcplb_miss() local 127 int idx = page >> 5; in dcplb_miss() local 149 int idx = page >> 5; in dcplb_miss() local 178 int idx; in icplb_miss() local 227 int idx = page >> 5; in icplb_miss() local 258 int idx = page >> 5; in icplb_miss() local 287 int idx = faulting_cplb_index(status); in dcplb_protection_fault() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | disp.c | 59 nvbios_disp_entry(struct nvkm_bios *bios, u8 idx, u8 *ver, u8 *len, u8 *sub) in nvbios_disp_entry() 70 nvbios_disp_parse(struct nvkm_bios *bios, u8 idx, u8 *ver, u8 *len, u8 *sub, in nvbios_disp_parse() 82 nvbios_outp_entry(struct nvkm_bios *bios, u8 idx, in nvbios_outp_entry() 96 nvbios_outp_parse(struct nvkm_bios *bios, u8 idx, in nvbios_outp_parse() 119 u16 data, idx = 0; in nvbios_outp_match() local 130 nvbios_ocfg_entry(struct nvkm_bios *bios, u16 outp, u8 idx, in nvbios_ocfg_entry() 139 nvbios_ocfg_parse(struct nvkm_bios *bios, u16 outp, u8 idx, in nvbios_ocfg_parse() 155 u16 data, idx = 0; in nvbios_ocfg_match() local
|
D | dp.c | 58 nvbios_dpout_entry(struct nvkm_bios *bios, u8 idx, in nvbios_dpout_entry() 87 nvbios_dpout_parse(struct nvkm_bios *bios, u8 idx, in nvbios_dpout_parse() 133 u16 data, idx = 0; in nvbios_dpout_match() local 144 nvbios_dpcfg_entry(struct nvkm_bios *bios, u16 outp, u8 idx, in nvbios_dpcfg_entry() 162 nvbios_dpcfg_parse(struct nvkm_bios *bios, u16 outp, u8 idx, in nvbios_dpcfg_parse() 196 u8 idx = 0xff; in nvbios_dpcfg_match() local
|
D | cstep.c | 59 nvbios_cstepEe(struct nvkm_bios *bios, int idx, u8 *ver, u8 *hdr) in nvbios_cstepEe() 72 nvbios_cstepEp(struct nvkm_bios *bios, int idx, u8 *ver, u8 *hdr, in nvbios_cstepEp() 88 u32 data, idx = 0; in nvbios_cstepEm() local 97 nvbios_cstepXe(struct nvkm_bios *bios, int idx, u8 *ver, u8 *hdr) in nvbios_cstepXe() 110 nvbios_cstepXp(struct nvkm_bios *bios, int idx, u8 *ver, u8 *hdr, in nvbios_cstepXp()
|
D | rammap.c | 60 nvbios_rammapEe(struct nvkm_bios *bios, int idx, in nvbios_rammapEe() 91 nvbios_rammapEp(struct nvkm_bios *bios, int idx, in nvbios_rammapEp() 136 int idx = 0; in nvbios_rammapEm() local 147 u8 ever, u8 ehdr, u8 ecnt, u8 elen, int idx, u8 *ver, u8 *hdr) in nvbios_rammapSe() 159 nvbios_rammapSp_from_perf(struct nvkm_bios *bios, u32 data, u8 size, int idx, in nvbios_rammapSp_from_perf() 191 u8 ever, u8 ehdr, u8 ecnt, u8 elen, int idx, in nvbios_rammapSp()
|
D | boost.c | 59 nvbios_boostEe(struct nvkm_bios *bios, int idx, in nvbios_boostEe() 75 nvbios_boostEp(struct nvkm_bios *bios, int idx, in nvbios_boostEp() 92 u32 data, idx = 0; in nvbios_boostEm() local 101 nvbios_boostSe(struct nvkm_bios *bios, int idx, in nvbios_boostSe() 113 nvbios_boostSp(struct nvkm_bios *bios, int idx, in nvbios_boostSp()
|
D | pmu.c | 33 int idx = 0; in weirdo_pointer() local 65 nvbios_pmuEe(struct nvkm_bios *bios, int idx, u8 *ver, u8 *hdr) in nvbios_pmuEe() 78 nvbios_pmuEp(struct nvkm_bios *bios, int idx, u8 *ver, u8 *hdr, in nvbios_pmuEp() 96 u8 ver, hdr, idx = 0; in nvbios_pmuRm() local
|
D | P0260.c | 58 nvbios_P0260Ee(struct nvkm_bios *bios, int idx, u8 *ver, u8 *len) in nvbios_P0260Ee() 68 nvbios_P0260Ep(struct nvkm_bios *bios, int idx, u8 *ver, u8 *len, in nvbios_P0260Ep() 84 nvbios_P0260Xe(struct nvkm_bios *bios, int idx, u8 *ver, u8 *xsz) in nvbios_P0260Xe() 94 nvbios_P0260Xp(struct nvkm_bios *bios, int idx, u8 *ver, u8 *hdr, in nvbios_P0260Xp()
|
D | dcb.c | 99 dcb_outp(struct nvkm_bios *bios, u8 idx, u8 *ver, u8 *len) in dcb_outp() 121 dcb_outp_parse(struct nvkm_bios *bios, u8 idx, u8 *ver, u8 *len, in dcb_outp_parse() 197 u16 dcb, idx = 0; in dcb_outp_match() local 211 int ret, idx = -1; in dcb_outp_foreach() local
|
D | M0209.c | 58 nvbios_M0209Ee(struct nvkm_bios *bios, int idx, in nvbios_M0209Ee() 74 nvbios_M0209Ep(struct nvkm_bios *bios, int idx, in nvbios_M0209Ep() 95 nvbios_M0209Se(struct nvkm_bios *bios, int ent, int idx, u8 *ver, u8 *hdr) in nvbios_M0209Se() 109 nvbios_M0209Sp(struct nvkm_bios *bios, int ent, int idx, u8 *ver, u8 *hdr, in nvbios_M0209Sp()
|
D | M0205.c | 75 nvbios_M0205Ee(struct nvkm_bios *bios, int idx, in nvbios_M0205Ee() 91 nvbios_M0205Ep(struct nvkm_bios *bios, int idx, in nvbios_M0205Ep() 108 nvbios_M0205Se(struct nvkm_bios *bios, int ent, int idx, u8 *ver, u8 *hdr) in nvbios_M0205Se() 122 nvbios_M0205Sp(struct nvkm_bios *bios, int ent, int idx, u8 *ver, u8 *hdr, in nvbios_M0205Sp()
|
D | perf.c | 78 nvbios_perf_entry(struct nvkm_bios *bios, int idx, in nvbios_perf_entry() 94 nvbios_perfEp(struct nvkm_bios *bios, int idx, in nvbios_perfEp() 156 nvbios_perfSe(struct nvkm_bios *bios, u32 perfE, int idx, in nvbios_perfSe() 168 nvbios_perfSp(struct nvkm_bios *bios, u32 perfE, int idx, in nvbios_perfSp()
|
D | M0203.c | 72 nvbios_M0203Ee(struct nvkm_bios *bios, int idx, u8 *ver, u8 *hdr) in nvbios_M0203Ee() 85 nvbios_M0203Ep(struct nvkm_bios *bios, int idx, u8 *ver, u8 *hdr, in nvbios_M0203Ep() 108 u8 cnt, len, idx = 0xff; in nvbios_M0203Em() local
|
D | gpio.c | 61 dcb_gpio_entry(struct nvkm_bios *bios, int idx, int ent, u8 *ver, u8 *len) in dcb_gpio_entry() 78 dcb_gpio_parse(struct nvkm_bios *bios, int idx, int ent, u8 *ver, u8 *len, in dcb_gpio_parse() 119 dcb_gpio_match(struct nvkm_bios *bios, int idx, u8 func, u8 line, in dcb_gpio_match()
|
D | xpio.c | 46 dcb_xpio_table(struct nvkm_bios *bios, u8 idx, in dcb_xpio_table() 64 dcb_xpio_parse(struct nvkm_bios *bios, u8 idx, in dcb_xpio_parse()
|
D | i2c.c | 61 dcb_i2c_entry(struct nvkm_bios *bios, u8 idx, u8 *ver, u8 *len) in dcb_i2c_entry() 71 dcb_i2c_parse(struct nvkm_bios *bios, u8 idx, struct dcb_i2c_entry *info) in dcb_i2c_parse()
|
D | timing.c | 69 nvbios_timingEe(struct nvkm_bios *bios, int idx, in nvbios_timingEe() 85 nvbios_timingEp(struct nvkm_bios *bios, int idx, in nvbios_timingEp()
|
D | volt.c | 117 nvbios_volt_entry(struct nvkm_bios *bios, int idx, u8 *ver, u8 *len) in nvbios_volt_entry() 129 nvbios_volt_entry_parse(struct nvkm_bios *bios, int idx, u8 *ver, u8 *len, in nvbios_volt_entry_parse()
|
D | vmap.c | 71 nvbios_vmap_entry(struct nvkm_bios *bios, int idx, u8 *ver, u8 *len) in nvbios_vmap_entry() 83 nvbios_vmap_entry_parse(struct nvkm_bios *bios, int idx, u8 *ver, u8 *len, in nvbios_vmap_entry_parse()
|
D | conn.c | 62 nvbios_connEe(struct nvkm_bios *bios, u8 idx, u8 *ver, u8 *len) in nvbios_connEe() 72 nvbios_connEp(struct nvkm_bios *bios, u8 idx, u8 *ver, u8 *len, in nvbios_connEp()
|
D | extdev.c | 50 nvbios_extdev_entry(struct nvkm_bios *bios, int idx, u8 *ver, u8 *len) in nvbios_extdev_entry() 69 nvbios_extdev_parse(struct nvkm_bios *bios, int idx, in nvbios_extdev_parse()
|
/linux-4.4.14/arch/metag/kernel/perf/ |
D | perf_event.c | 190 struct hw_perf_event *hwc, int idx) in metag_pmu_event_update() 222 struct hw_perf_event *hwc, int idx) in metag_pmu_event_set_period() 263 int idx = hwc->idx; in metag_pmu_start() local 311 int idx = 0, ret = 0; in metag_pmu_add() local 353 int idx = hwc->idx; in metag_pmu_del() local 598 static void metag_pmu_enable_counter(struct hw_perf_event *event, int idx) in metag_pmu_enable_counter() 671 static void metag_pmu_disable_counter(struct hw_perf_event *event, int idx) in metag_pmu_disable_counter() 705 static u64 metag_pmu_read_counter(int idx) in metag_pmu_read_counter() 719 static void metag_pmu_write_counter(int idx, u32 val) in metag_pmu_write_counter() 746 static int metag_pmu_event_map(int idx) in metag_pmu_event_map() [all …]
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | gk104.c | 145 read_clk(struct gk104_clk *clk, int idx) in read_clk() 223 calc_div(struct gk104_clk *clk, int idx, u32 ref, u32 freq, u32 *ddiv) in calc_div() 234 calc_src(struct gk104_clk *clk, int idx, u32 freq, u32 *dsrc, u32 *ddiv) in calc_src() 263 calc_pll(struct gk104_clk *clk, int idx, u32 freq, u32 *coef) in calc_pll() 288 struct nvkm_cstate *cstate, int idx, int dom) in calc_clk() 357 gk104_clk_prog_0(struct gk104_clk *clk, int idx) in gk104_clk_prog_0() 368 gk104_clk_prog_1_0(struct gk104_clk *clk, int idx) in gk104_clk_prog_1_0() 379 gk104_clk_prog_1_1(struct gk104_clk *clk, int idx) in gk104_clk_prog_1_1() 386 gk104_clk_prog_2(struct gk104_clk *clk, int idx) in gk104_clk_prog_2() 405 gk104_clk_prog_3(struct gk104_clk *clk, int idx) in gk104_clk_prog_3() [all …]
|
D | gf100.c | 125 read_clk(struct gf100_clk *clk, int idx) in read_clk() 202 calc_div(struct gf100_clk *clk, int idx, u32 ref, u32 freq, u32 *ddiv) in calc_div() 213 calc_src(struct gf100_clk *clk, int idx, u32 freq, u32 *dsrc, u32 *ddiv) in calc_src() 242 calc_pll(struct gf100_clk *clk, int idx, u32 freq, u32 *coef) in calc_pll() 266 calc_clk(struct gf100_clk *clk, struct nvkm_cstate *cstate, int idx, int dom) in calc_clk() 336 gf100_clk_prog_0(struct gf100_clk *clk, int idx) in gf100_clk_prog_0() 347 gf100_clk_prog_1(struct gf100_clk *clk, int idx) in gf100_clk_prog_1() 358 gf100_clk_prog_2(struct gf100_clk *clk, int idx) in gf100_clk_prog_2() 379 gf100_clk_prog_3(struct gf100_clk *clk, int idx) in gf100_clk_prog_3() 394 gf100_clk_prog_4(struct gf100_clk *clk, int idx) in gf100_clk_prog_4()
|
D | gt215.c | 43 read_vco(struct gt215_clk *clk, int idx) in read_vco() 61 read_clk(struct gt215_clk *clk, int idx, bool ignore_en) in read_clk() 108 read_pll(struct gt215_clk *clk, int idx, u32 pll) in read_pll() 184 gt215_clk_info(struct nvkm_clk *base, int idx, u32 khz, in gt215_clk_info() 232 gt215_pll_info(struct nvkm_clk *base, int idx, u32 pll, u32 khz, in gt215_pll_info() 272 int idx, u32 pll, int dom) in calc_clk() 360 prog_pll(struct gt215_clk *clk, int idx, u32 pll, int dom) in prog_pll() 404 prog_clk(struct gt215_clk *clk, int idx, int dom) in prog_clk()
|
D | base.c | 51 u8 idx = 0, sver, shdr; in nvkm_clk_adjust() local 138 nvkm_cstate_new(struct nvkm_clk *clk, int idx, struct nvkm_pstate *pstate) in nvkm_cstate_new() 180 int ret, idx = 0; in nvkm_pstate_prog() local 307 nvkm_pstate_new(struct nvkm_clk *clk, int idx) in nvkm_pstate_new() 360 int idx = cstepE.index; in nvkm_pstate_new() local 559 int ret, idx, arglen; in nvkm_clk_ctor() local
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | fpga_defs.h | 214 #define MAC_REG_ADDR(idx, reg) (MAC_REG_BASE + (idx) * 128 + (reg)) argument 216 #define MAC_REG_IDLO(idx) MAC_REG_ADDR(idx, A_GMAC_MACID_LO) argument 217 #define MAC_REG_IDHI(idx) MAC_REG_ADDR(idx, A_GMAC_MACID_HI) argument 218 #define MAC_REG_CSR(idx) MAC_REG_ADDR(idx, A_GMAC_CSR) argument 219 #define MAC_REG_IFS(idx) MAC_REG_ADDR(idx, A_GMAC_IFS) argument 220 #define MAC_REG_LARGEFRAMELENGTH(idx) MAC_REG_ADDR(idx, A_GMAC_JUMBO_FRAME_LEN) argument 221 #define MAC_REG_LINKDLY(idx) MAC_REG_ADDR(idx, A_GMAC_LNK_DLY) argument 222 #define MAC_REG_PAUSETIME(idx) MAC_REG_ADDR(idx, A_GMAC_PAUSETIME) argument 223 #define MAC_REG_CASTLO(idx) MAC_REG_ADDR(idx, A_GMAC_MCAST_LO) argument 224 #define MAC_REG_MCASTHI(idx) MAC_REG_ADDR(idx, A_GMAC_MCAST_HI) argument [all …]
|
/linux-4.4.14/drivers/media/pci/pt3/ |
D | pt3_dma.c | 25 static u32 get_dma_base(int idx) in get_dma_base() 70 static u8 *next_unit(struct pt3_adapter *adap, int *idx, int *ofs) in next_unit() 84 int idx, ofs; in pt3_proc_dma() local 116 int idx, ofs; in pt3_init_dmabuf() local 159 int idx, ofs; in pt3_alloc_dmabuf() local
|
/linux-4.4.14/arch/arm/mm/ |
D | highmem.c | 21 static inline void set_fixmap_pte(int idx, pte_t pte) in set_fixmap_pte() 57 unsigned int idx; in kmap_atomic() local 105 int idx, type; in __kunmap_atomic() local 132 int idx, type; in kmap_atomic_pfn() local
|
/linux-4.4.14/include/sound/ |
D | hda_regmap.h | 44 #define snd_hdac_regmap_encode_amp(nid, ch, dir, idx) \ argument 58 #define snd_hdac_regmap_encode_amp_stereo(nid, dir, idx) \ argument 131 int ch, int dir, int idx) in snd_hdac_regmap_get_amp() 155 int ch, int dir, int idx, int mask, int val) in snd_hdac_regmap_update_amp() 176 int dir, int idx) in snd_hdac_regmap_get_amp_stereo() 200 int dir, int idx, int mask, int val) in snd_hdac_regmap_update_amp_stereo()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | perf_event.c | 190 static u64 bfin_pfmon_read(int idx) in bfin_pfmon_read() 195 static void bfin_pfmon_disable(struct hw_perf_event *hwc, int idx) in bfin_pfmon_disable() 200 static void bfin_pfmon_enable(struct hw_perf_event *hwc, int idx) in bfin_pfmon_enable() 261 struct hw_perf_event *hwc, int idx) in bfin_perf_event_update() 305 int idx = hwc->idx; in bfin_pmu_stop() local 323 int idx = hwc->idx; in bfin_pmu_start() local 350 int idx = hwc->idx; in bfin_pmu_add() local
|
/linux-4.4.14/kernel/rcu/ |
D | srcu.c | 147 static unsigned long srcu_readers_seq_idx(struct srcu_struct *sp, int idx) in srcu_readers_seq_idx() 164 static unsigned long srcu_readers_active_idx(struct srcu_struct *sp, int idx) in srcu_readers_active_idx() 186 static bool srcu_readers_active_idx_check(struct srcu_struct *sp, int idx) in srcu_readers_active_idx_check() 298 int idx; in __srcu_read_lock() local 314 void __srcu_read_unlock(struct srcu_struct *sp, int idx) in __srcu_read_unlock() 339 static bool try_check_zero(struct srcu_struct *sp, int idx, int trycount) in try_check_zero() 559 int idx = 1 ^ (sp->completed & 1); in srcu_advance_batches() local
|
/linux-4.4.14/arch/score/mm/ |
D | tlb-score.c | 99 int idx; in local_flush_tlb_range() local 138 long idx; in local_flush_tlb_kernel_range() local 163 int oldpid, newpid, idx; in local_flush_tlb_page() local 193 int oldpid, idx; in local_flush_tlb_one() local 216 int idx, pid; in __update_tlb() local
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_hmc.c | 213 u32 idx) in i40e_remove_pd_bp() 268 u32 idx) in i40e_prep_remove_sd_bp() 297 u32 idx, bool is_pf) in i40e_remove_sd_bp_new() 317 u32 idx) in i40e_prep_remove_pd_page() 346 u32 idx, bool is_pf) in i40e_remove_pd_page_new()
|
/linux-4.4.14/arch/arm/kernel/ |
D | perf_event_v7.c | 622 static inline int armv7_pmnc_counter_valid(struct arm_pmu *cpu_pmu, int idx) in armv7_pmnc_counter_valid() 628 static inline int armv7_pmnc_counter_has_overflowed(u32 pmnc, int idx) in armv7_pmnc_counter_has_overflowed() 633 static inline void armv7_pmnc_select_counter(int idx) in armv7_pmnc_select_counter() 644 int idx = hwc->idx; in armv7pmu_read_counter() local 664 int idx = hwc->idx; in armv7pmu_write_counter() local 677 static inline void armv7_pmnc_write_evtsel(int idx, u32 val) in armv7_pmnc_write_evtsel() 684 static inline void armv7_pmnc_enable_counter(int idx) in armv7_pmnc_enable_counter() 690 static inline void armv7_pmnc_disable_counter(int idx) in armv7_pmnc_disable_counter() 696 static inline void armv7_pmnc_enable_intens(int idx) in armv7_pmnc_enable_intens() 702 static inline void armv7_pmnc_disable_intens(int idx) in armv7_pmnc_disable_intens() [all …]
|
D | perf_event_xscale.c | 151 int idx; in xscale1pmu_handle_irq() local 210 int idx = hwc->idx; in xscale1pmu_enable_event() local 246 int idx = hwc->idx; in xscale1pmu_disable_event() local 498 int idx; in xscale2pmu_handle_irq() local 551 int idx = hwc->idx; in xscale2pmu_enable_event() local 597 int idx = hwc->idx; in xscale2pmu_disable_event() local 647 int idx = xscale1pmu_get_event_idx(cpuc, event); in xscale2pmu_get_event_idx() local
|
/linux-4.4.14/include/linux/ |
D | hugetlb_cgroup.h | 85 hugetlb_cgroup_charge_cgroup(int idx, unsigned long nr_pages, in hugetlb_cgroup_charge_cgroup() 92 hugetlb_cgroup_commit_charge(int idx, unsigned long nr_pages, in hugetlb_cgroup_commit_charge() 100 hugetlb_cgroup_uncharge_page(int idx, unsigned long nr_pages, struct page *page) in hugetlb_cgroup_uncharge_page() 106 hugetlb_cgroup_uncharge_cgroup(int idx, unsigned long nr_pages, in hugetlb_cgroup_uncharge_cgroup()
|
D | rbtree_latch.h | 68 __lt_from_rb(struct rb_node *node, int idx) in __lt_from_rb() 74 __lt_insert(struct latch_tree_node *ltn, struct latch_tree_root *ltr, int idx, in __lt_insert() 98 __lt_erase(struct latch_tree_node *ltn, struct latch_tree_root *ltr, int idx) in __lt_erase() 104 __lt_find(void *key, struct latch_tree_root *ltr, int idx, in __lt_find()
|
D | ntb.h | 473 static inline int ntb_mw_get_range(struct ntb_dev *ntb, int idx, in ntb_mw_get_range() 495 static inline int ntb_mw_set_trans(struct ntb_dev *ntb, int idx, in ntb_mw_set_trans() 511 static inline int ntb_mw_clear_trans(struct ntb_dev *ntb, int idx) in ntb_mw_clear_trans() 917 static inline u32 ntb_spad_read(struct ntb_dev *ntb, int idx) in ntb_spad_read() 932 static inline int ntb_spad_write(struct ntb_dev *ntb, int idx, u32 val) in ntb_spad_write() 948 static inline int ntb_peer_spad_addr(struct ntb_dev *ntb, int idx, in ntb_peer_spad_addr() 963 static inline u32 ntb_peer_spad_read(struct ntb_dev *ntb, int idx) in ntb_peer_spad_read() 978 static inline int ntb_peer_spad_write(struct ntb_dev *ntb, int idx, u32 val) in ntb_peer_spad_write()
|
/linux-4.4.14/arch/x86/kernel/ |
D | tls.c | 22 int idx; in get_free_idx() local 82 static void set_tls_desc(struct task_struct *p, int idx, in set_tls_desc() 112 int do_set_thread_area(struct task_struct *p, int idx, in do_set_thread_area() 157 static void fill_user_desc(struct user_desc *info, int idx, in fill_user_desc() 176 int do_get_thread_area(struct task_struct *p, int idx, in do_get_thread_area()
|
/linux-4.4.14/arch/mips/kernel/ |
D | perf_event_mipsxx.c | 183 static unsigned int mipsxx_pmu_swizzle_perf_idx(unsigned int idx) in mipsxx_pmu_swizzle_perf_idx() 190 static u64 mipsxx_pmu_read_counter(unsigned int idx) in mipsxx_pmu_read_counter() 213 static u64 mipsxx_pmu_read_counter_64(unsigned int idx) in mipsxx_pmu_read_counter_64() 232 static void mipsxx_pmu_write_counter(unsigned int idx, u64 val) in mipsxx_pmu_write_counter() 252 static void mipsxx_pmu_write_counter_64(unsigned int idx, u64 val) in mipsxx_pmu_write_counter_64() 272 static unsigned int mipsxx_pmu_read_control(unsigned int idx) in mipsxx_pmu_read_control() 291 static void mipsxx_pmu_write_control(unsigned int idx, unsigned int val) in mipsxx_pmu_write_control() 341 static void mipsxx_pmu_enable_event(struct hw_perf_event *evt, int idx) in mipsxx_pmu_enable_event() 361 static void mipsxx_pmu_disable_event(int idx) in mipsxx_pmu_disable_event() 377 int idx) in mipspmu_event_set_period() [all …]
|
/linux-4.4.14/arch/sparc/kernel/ |
D | perf_event.c | 178 static u32 sparc_default_read_pmc(int idx) in sparc_default_read_pmc() 189 static void sparc_default_write_pmc(int idx, u64 val) in sparc_default_write_pmc() 729 static u32 sparc_vt_read_pmc(int idx) in sparc_vt_read_pmc() 736 static void sparc_vt_write_pmc(int idx, u64 val) in sparc_vt_write_pmc() 804 static u64 event_encoding(u64 event_id, int idx) in event_encoding() 813 static u64 mask_for_index(int idx) in mask_for_index() 818 static u64 nop_for_index(int idx) in nop_for_index() 825 … inline void sparc_pmu_enable_event(struct cpu_hw_events *cpuc, struct hw_perf_event *hwc, int idx) in sparc_pmu_enable_event() 843 …inline void sparc_pmu_disable_event(struct cpu_hw_events *cpuc, struct hw_perf_event *hwc, int idx) in sparc_pmu_disable_event() 862 struct hw_perf_event *hwc, int idx) in sparc_perf_event_update() [all …]
|
/linux-4.4.14/arch/metag/mm/ |
D | highmem.c | 42 enum fixed_addresses idx; in kmap_atomic() local 66 int idx, type; in __kunmap_atomic() local 95 enum fixed_addresses idx; in kmap_atomic_pfn() local
|
/linux-4.4.14/arch/mips/mm/ |
D | highmem.c | 48 int idx, type; in kmap_atomic() local 82 int idx = type + KM_TYPE_NR * smp_processor_id(); in __kunmap_atomic() local 107 int idx, type; in kmap_atomic_pfn() local
|
D | tlb-r3k.c | 104 int idx; in local_flush_tlb_range() local 141 int idx; in local_flush_tlb_kernel_range() local 166 int oldpid, newpid, idx; in local_flush_tlb_page() local 194 int idx, pid; in __update_tlb() local
|
D | tlb-r4k.c | 138 int idx; in local_flush_tlb_range() local 184 int idx; in local_flush_tlb_kernel_range() local 217 int oldpid, newpid, idx; in local_flush_tlb_page() local 254 int oldpid, idx; in local_flush_tlb_one() local 292 int idx, pid; in __update_tlb() local
|
D | tlb-r8k.c | 91 signed long idx; in local_flush_tlb_range() local 131 signed long idx; in local_flush_tlb_kernel_range() local 153 signed long idx; in local_flush_tlb_page() local
|
/linux-4.4.14/drivers/reset/sti/ |
D | reset-syscfg.c | 53 unsigned long idx, int assert) in syscfg_reset_program_hw() 92 unsigned long idx) in syscfg_reset_assert() 98 unsigned long idx) in syscfg_reset_deassert() 104 unsigned long idx) in syscfg_reset_dev()
|
/linux-4.4.14/arch/blackfin/kernel/cplb-nompu/ |
D | cplbmgr.c | 39 static inline void write_dcplb_data(int cpu, int idx, unsigned long data, in write_dcplb_data() 53 static inline void write_icplb_data(int cpu, int idx, unsigned long data, in write_icplb_data() 100 int idx; in icplb_miss() local 147 int idx; in dcplb_miss() local
|
/linux-4.4.14/drivers/clk/samsung/ |
D | clk.c | 109 unsigned int idx, ret; in samsung_clk_register_alias() local 143 unsigned int idx, ret; in samsung_clk_register_fixed_rate() local 172 unsigned int idx; in samsung_clk_register_fixed_factor() local 193 unsigned int idx, ret; in samsung_clk_register_mux() local 225 unsigned int idx, ret; in samsung_clk_register_div() local 264 unsigned int idx, ret; in samsung_clk_register_gate() local
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | io_apic.c | 67 #define for_each_ioapic(idx) \ argument 69 #define for_each_ioapic_reverse(idx) \ argument 71 #define for_each_pin(idx, pin) \ argument 73 #define for_each_ioapic_pin(idx, pin) \ argument 232 static void alloc_ioapic_saved_registers(int idx) in alloc_ioapic_saved_registers() 245 static void free_ioapic_saved_registers(int idx) in free_ioapic_saved_registers() 272 static __attribute_const__ struct io_apic __iomem *io_apic_base(int idx) in io_apic_base() 779 #define default_ISA_trigger(idx) (IOAPIC_EDGE) argument 780 #define default_ISA_polarity(idx) (IOAPIC_POL_HIGH) argument 787 #define default_EISA_trigger(idx) (EISA_ELCR(mp_irqs[idx].srcbusirq)) argument [all …]
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | perf_event.c | 129 static inline uint32_t xtensa_pmu_read_counter(int idx) in xtensa_pmu_read_counter() 134 static inline void xtensa_pmu_write_counter(int idx, uint32_t v) in xtensa_pmu_write_counter() 140 struct hw_perf_event *hwc, int idx) in xtensa_perf_event_update() 158 struct hw_perf_event *hwc, int idx) in xtensa_perf_event_set_period() 246 int idx = hwc->idx; in xtensa_pmu_start() local 264 int idx = hwc->idx; in xtensa_pmu_stop() local 288 int idx = hwc->idx; in xtensa_pmu_add() local
|
/linux-4.4.14/arch/frv/mb93090-mb00/ |
D | pci-frv.c | 86 int idx; in pcibios_allocate_bus_resources() local 107 int idx, disabled; in pcibios_allocate_resources() local 150 int idx; in pcibios_assign_resources() local
|
/linux-4.4.14/drivers/hwtracing/coresight/ |
D | coresight-etm4x.c | 276 u8 idx = drvdata->addr_idx; in etm4_set_mode_exclude() local 1076 u8 val, idx; in addr_instdatatype_show() local 1095 u8 idx; in addr_instdatatype_store() local 1119 u8 idx; in addr_single_show() local 1139 u8 idx; in addr_single_store() local 1165 u8 idx; in addr_range_show() local 1193 u8 idx; in addr_range_store() local 1240 u8 idx; in addr_start_show() local 1262 u8 idx; in addr_start_store() local 1295 u8 idx; in addr_stop_show() local [all …]
|
/linux-4.4.14/arch/arc/kernel/ |
D | perf_event.c | 85 static uint64_t arc_pmu_read_counter(int idx) in arc_pmu_read_counter() 104 struct hw_perf_event *hwc, int idx) in arc_perf_event_update() 219 int idx = hwc->idx; in arc_pmu_event_set_period() local 263 int idx = hwc->idx; in arc_pmu_start() local 288 int idx = hwc->idx; in arc_pmu_stop() local 335 int idx = hwc->idx; in arc_pmu_add() local 379 int idx; in arc_pmu_intr() local
|
/linux-4.4.14/arch/tile/kernel/ |
D | perf_event.c | 355 static inline u64 read_counter(int idx) in read_counter() 384 static inline void write_counter(int idx, u64 value) in write_counter() 414 int shift, idx = hwc->idx; in tile_pmu_enable_event() local 463 int idx = hwc->idx; in tile_pmu_disable_event() local 508 int idx = hwc->idx; in tile_perf_event_update() local 551 int idx = hwc->idx; in tile_event_set_period() local 595 int idx = hwc->idx; in tile_pmu_stop() local 620 int idx = event->hw.idx; in tile_pmu_start() local
|
/linux-4.4.14/fs/nfs/blocklayout/ |
D | dev.c | 194 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_simple() 221 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_slice() 237 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_concat() 266 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_stripe() 295 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_deviceid()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
D | base.c | 29 nvkm_gpio_drive(struct nvkm_gpio *gpio, int idx, int line, int dir, int out) in nvkm_gpio_drive() 35 nvkm_gpio_sense(struct nvkm_gpio *gpio, int idx, int line) in nvkm_gpio_sense() 48 nvkm_gpio_find(struct nvkm_gpio *gpio, int idx, u8 tag, u8 line, in nvkm_gpio_find() 80 nvkm_gpio_set(struct nvkm_gpio *gpio, int idx, u8 tag, u8 line, int state) in nvkm_gpio_set() 96 nvkm_gpio_get(struct nvkm_gpio *gpio, int idx, u8 tag, u8 line) in nvkm_gpio_get()
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | xt_TCPOPTSTRIP.h | 6 #define tcpoptstrip_set_bit(bmap, idx) \ argument 8 #define tcpoptstrip_test_bit(bmap, idx) \ argument
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-encoder.c | 44 unsigned int idx,addr; in pvr2_encoder_write_words() local 90 unsigned int idx; in pvr2_encoder_read_words() local 151 unsigned int idx; in pvr2_encoder_cmd() local 322 unsigned int idx; in pvr2_encoder_vcmd() local
|
D | pvrusb2-std.c | 123 unsigned int idx; in find_std_name() local 283 unsigned int idx; in match_std() local 295 int idx; in pvr2_std_fill() local 323 unsigned int idx,bcnt,idx2; in pvr2_std_create_enum() local
|
D | pvrusb2-ioread.c | 55 unsigned int idx; in pvr2_ioread_init() local 78 unsigned int idx; in pvr2_ioread_done() local 205 unsigned int idx; in pvr2_ioread_setup() local 315 unsigned int idx; in pvr2_ioread_filter() local
|
/linux-4.4.14/drivers/pnp/ |
D | manager.c | 37 static int pnp_assign_port(struct pnp_dev *dev, struct pnp_port *rule, int idx) in pnp_assign_port() 80 static int pnp_assign_mem(struct pnp_dev *dev, struct pnp_mem *rule, int idx) in pnp_assign_mem() 131 static int pnp_assign_irq(struct pnp_dev *dev, struct pnp_irq *rule, int idx) in pnp_assign_irq() 190 static int pnp_assign_dma(struct pnp_dev *dev, struct pnp_dma *rule, int idx) in pnp_assign_dma()
|
/linux-4.4.14/drivers/net/can/sja1000/ |
D | sja1000_isa.c | 133 int idx = pdev->id; in sja1000_isa_probe() local 239 int idx = pdev->id; in sja1000_isa_remove() local 267 int idx, err; in sja1000_isa_init() local 313 int idx; in sja1000_isa_exit() local
|
/linux-4.4.14/arch/powerpc/mm/ |
D | highmem.c | 35 int idx, type; in kmap_atomic_prot() local 70 unsigned int idx; in __kunmap_atomic() local
|
/linux-4.4.14/arch/microblaze/mm/ |
D | highmem.c | 38 int idx, type; in kmap_atomic_prot() local 73 unsigned int idx; in __kunmap_atomic() local
|
/linux-4.4.14/sound/pci/ice1712/ |
D | maya44.c | 174 unsigned int idx = kcontrol->private_value; in maya_vol_info() local 190 unsigned int idx = kcontrol->private_value; in maya_vol_get() local 205 unsigned int idx = kcontrol->private_value; in maya_vol_put() local 238 #define COMPOSE_SW_VAL(idx, reg, mask) ((idx) | ((reg) << 8) | ((mask) << 16)) argument 251 unsigned int idx = GET_SW_VAL_IDX(kcontrol->private_value); in maya_sw_get() local 263 unsigned int idx = GET_SW_VAL_IDX(kcontrol->private_value); in maya_sw_put() local 351 static void wm8776_select_input(struct snd_maya44 *chip, int idx, int line) in wm8776_select_input() 409 static int maya_pb_route_shift(int idx) in maya_pb_route_shift() 420 int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in maya_pb_route_get() local 430 int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in maya_pb_route_put() local
|
D | prodigy192.c | 92 static int stac9460_dac_mute(struct snd_ice1712 *ice, int idx, in stac9460_dac_mute() 112 int idx; in stac9460_dac_mute_get() local 127 int idx, change; in stac9460_dac_mute_put() local 159 int idx; in stac9460_dac_vol_get() local 175 int idx; in stac9460_dac_vol_put() local 321 int idx; in stac9460_set_rate_val() local 447 unsigned int data, int idx) in write_data() 472 int idx) in read_data()
|
D | wtm.c | 82 int id, idx, change; in stac9460_dac_mute_all() local 133 int idx, id; in stac9460_dac_mute_get() local 159 int id, idx; in stac9460_dac_mute_put() local 209 int idx, id; in stac9460_dac_vol_get() local 231 int idx, id; in stac9460_dac_vol_put() local
|
/linux-4.4.14/drivers/net/can/cc770/ |
D | cc770_isa.c | 175 int idx = pdev->id; in cc770_isa_probe() local 298 int idx = pdev->id; in cc770_isa_remove() local 326 int idx, err; in cc770_isa_init() local 371 int idx; in cc770_isa_exit() local
|
/linux-4.4.14/arch/alpha/kernel/ |
D | perf_event.c | 132 int idx; member 232 static inline void alpha_write_pmc(int idx, unsigned long val) in alpha_write_pmc() 240 static inline unsigned long alpha_read_pmc(int idx) in alpha_read_pmc() 252 struct hw_perf_event *hwc, int idx) in alpha_perf_event_set_period() 307 struct hw_perf_event *hwc, int idx, long ovf) in alpha_perf_event_update() 413 int idx = hwc->idx; in maybe_change_configuration() local 496 int idx = cpuc->current_idx[j]; in alpha_pmu_del() local 815 int idx, j; in alpha_perf_event_irq_handler() local
|
/linux-4.4.14/sound/aoa/codecs/ |
D | tas-basstreble.h | 91 static inline u8 tas3004_treble(int idx) in tas3004_treble() 127 static inline u8 tas3004_bass(int idx) in tas3004_bass()
|
/linux-4.4.14/drivers/net/wireless/iwlegacy/ |
D | 4965-rs.c | 115 int idx = 0; in il4965_hwrate_to_plcp_idx() local 155 il4965_rs_dbgfs_set_mcs(struct il_lq_sta *lq_sta, u32 * rate_n_flags, int idx) in il4965_rs_dbgfs_set_mcs() 275 s32 idx; in il4965_rs_tl_add_packet() local 328 s32 idx; in il4965_rs_tl_get_load() local 498 int idx, u8 use_green) in il4965_rate_n_flags_from_tbl() 672 il4965_rs_get_adjacent_rate(struct il_priv *il, u8 idx, u16 rate_mask, in il4965_rs_get_adjacent_rate() 1081 u16 rate_mask, s8 idx) in il4965_rs_get_best_rate() 1176 struct il_scale_tbl_info *tbl, int idx) in il4965_rs_switch_to_mimo2() 1229 struct il_scale_tbl_info *tbl, int idx) in il4965_rs_switch_to_siso() 1276 struct ieee80211_sta *sta, int idx) in il4965_rs_move_legacy_other() [all …]
|
/linux-4.4.14/arch/x86/include/asm/ |
D | fixmap.h | 154 static inline void __set_fixmap(enum fixed_addresses idx, in __set_fixmap() 163 #define __late_set_fixmap(idx, phys, flags) __set_fixmap(idx, phys, flags) argument 164 #define __late_clear_fixmap(idx) __set_fixmap(idx, 0, __pgprot(0)) argument
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_config.h | 111 #define CFG_GET_MAX_TXQS_NIC_IF(cfg, idx) \ argument 113 #define CFG_GET_NUM_TXQS_NIC_IF(cfg, idx) \ argument 115 #define CFG_GET_MAX_RXQS_NIC_IF(cfg, idx) \ argument 117 #define CFG_GET_NUM_RXQS_NIC_IF(cfg, idx) \ argument 119 #define CFG_GET_NUM_RX_DESCS_NIC_IF(cfg, idx) \ argument 121 #define CFG_GET_NUM_TX_DESCS_NIC_IF(cfg, idx) \ argument 123 #define CFG_GET_NUM_RX_BUF_SIZE_NIC_IF(cfg, idx) \ argument 125 #define CFG_GET_BASE_QUE_NIC_IF(cfg, idx) \ argument 127 #define CFG_GET_GMXID_NIC_IF(cfg, idx) \ argument
|
/linux-4.4.14/drivers/hwmon/ |
D | menf21bmc_hwmon.c | 35 #define IDX_TO_VOLT_MIN_CMD(idx) (0x40 + idx) argument 36 #define IDX_TO_VOLT_MAX_CMD(idx) (0x50 + idx) argument 37 #define IDX_TO_VOLT_INP_CMD(idx) (0x60 + idx) argument 141 #define create_voltage_sysfs(idx) \ argument
|
D | adt7475.c | 131 #define TACH_REG(idx) (REG_TACH_BASE + ((idx) * 2)) argument 132 #define TACH_MIN_REG(idx) (REG_TACH_MIN_BASE + ((idx) * 2)) argument 134 #define PWM_REG(idx) (REG_PWM_BASE + (idx)) argument 135 #define PWM_MAX_REG(idx) (REG_PWM_MAX_BASE + (idx)) argument 136 #define PWM_MIN_REG(idx) (REG_PWM_MIN_BASE + (idx)) argument 137 #define PWM_CONFIG_REG(idx) (REG_PWM_CONFIG_BASE + (idx)) argument 139 #define VOLTAGE_REG(idx) (REG_VOLTAGE_BASE + (idx)) argument 140 #define VOLTAGE_MIN_REG(idx) (REG_VOLTAGE_MIN_BASE + ((idx) * 2)) argument 141 #define VOLTAGE_MAX_REG(idx) (REG_VOLTAGE_MAX_BASE + ((idx) * 2)) argument 143 #define TEMP_REG(idx) (REG_TEMP_BASE + (idx)) argument [all …]
|
/linux-4.4.14/lib/ |
D | find_bit.c | 84 unsigned long idx; in find_first_bit() local 102 unsigned long idx; in find_first_zero_bit() local 119 unsigned long idx = (size-1) / BITS_PER_LONG; in find_last_bit() local
|
/linux-4.4.14/arch/sh/mm/ |
D | kmap.c | 34 enum fixed_addresses idx; in kmap_coherent() local 58 enum fixed_addresses idx = __virt_to_fix(vaddr); in kunmap_coherent() local
|
D | ioremap_fixed.c | 49 enum fixed_addresses idx0, idx; in ioremap_fixed() local 101 enum fixed_addresses idx; in iounmap_fixed() local
|
/linux-4.4.14/net/mac80211/ |
D | key.c | 255 int idx, bool uni, bool multi) in __ieee80211_set_default_key() 276 void ieee80211_set_default_key(struct ieee80211_sub_if_data *sdata, int idx, in ieee80211_set_default_key() 285 __ieee80211_set_default_mgmt_key(struct ieee80211_sub_if_data *sdata, int idx) in __ieee80211_set_default_mgmt_key() 301 int idx) in ieee80211_set_default_mgmt_key() 315 int idx; in ieee80211_key_replace() local 375 ieee80211_key_alloc(u32 cipher, int idx, size_t key_len, in ieee80211_key_alloc() 615 int idx, ret; in ieee80211_key_link() local
|
/linux-4.4.14/net/nfc/ |
D | netlink.c | 125 u32 idx; in __get_device_from_cb() local 713 u32 idx; in nfc_genl_get_device() local 751 u32 idx; in nfc_genl_dev_up() local 772 u32 idx; in nfc_genl_dev_down() local 793 u32 idx; in nfc_genl_start_poll() local 834 u32 idx; in nfc_genl_stop_poll() local 899 u32 idx; in nfc_genl_dep_link_up() local 934 u32 idx; in nfc_genl_dep_link_down() local 983 u32 idx; in nfc_genl_llc_get_params() local 1031 u32 idx; in nfc_genl_llc_set_params() local [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_counters.c | 44 void lprocfs_counter_add(struct lprocfs_stats *stats, int idx, long amount) in lprocfs_counter_add() 92 void lprocfs_counter_sub(struct lprocfs_stats *stats, int idx, long amount) in lprocfs_counter_sub()
|
/linux-4.4.14/arch/sparc/mm/ |
D | highmem.c | 54 long idx, type; in kmap_atomic() local 102 unsigned long idx; in __kunmap_atomic() local
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_common.c | 342 u32 idx) in fm10k_update_hw_stats_tx_q() 393 u32 idx) in fm10k_update_hw_stats_rx_q() 449 u32 idx, u32 count) in fm10k_update_hw_stats_q() 469 void fm10k_unbind_hw_stats_q(struct fm10k_hw_stats_q *q, u32 idx, u32 count) in fm10k_unbind_hw_stats_q()
|
/linux-4.4.14/arch/x86/kvm/ |
D | pmu_intel.c | 88 static unsigned intel_find_fixed_event(int idx) in intel_find_fixed_event() 110 u32 idx = pmc_idx - INTEL_PMC_IDX_FIXED; in intel_pmc_idx_to_pmc() local 117 static int intel_is_valid_msr_idx(struct kvm_vcpu *vcpu, unsigned idx) in intel_is_valid_msr_idx() 129 unsigned idx) in intel_msr_idx_to_pmc()
|
D | pmu_amd.c | 52 static unsigned amd_find_fixed_event(int idx) in amd_find_fixed_event() 71 static int amd_is_valid_msr_idx(struct kvm_vcpu *vcpu, unsigned idx) in amd_is_valid_msr_idx() 81 static struct kvm_pmc *amd_msr_idx_to_pmc(struct kvm_vcpu *vcpu, unsigned idx) in amd_msr_idx_to_pmc()
|
D | pmu.c | 178 void reprogram_fixed_counter(struct kvm_pmc *pmc, u8 ctrl, int idx) in reprogram_fixed_counter() 206 int idx = pmc_idx - INTEL_PMC_IDX_FIXED; in reprogram_counter() local 235 int kvm_pmu_is_valid_msr_idx(struct kvm_vcpu *vcpu, unsigned idx) in kvm_pmu_is_valid_msr_idx() 240 int kvm_pmu_rdpmc(struct kvm_vcpu *vcpu, unsigned idx, u64 *data) in kvm_pmu_rdpmc()
|
/linux-4.4.14/scripts/kconfig/ |
D | qconf.h | 92 void addColumn(colIdx idx) in addColumn() 96 void removeColumn(colIdx idx) in removeColumn() 168 void setText(colIdx idx, const QString& text) in setText() 172 QString text(colIdx idx) const in text() 176 void setPixmap(colIdx idx, const QIcon &icon) in setPixmap() 180 const QIcon pixmap(colIdx idx) const in pixmap()
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_pci.c | 113 struct uart_8250_port *port, int idx) in addidata_apci7800_setup() 140 struct uart_8250_port *port, int idx) in afavlab_setup() 195 struct uart_8250_port *port, int idx) in pci_hp_diva_setup() 364 struct uart_8250_port *port, int idx) in sbs_setup() 519 struct uart_8250_port *port, int idx) in pci_siig_setup() 613 struct uart_8250_port *port, int idx) in pci_timedia_setup() 647 struct uart_8250_port *port, int idx) in titan_400l_800l_setup() 748 struct uart_8250_port *port, int idx) in pci_ni8430_setup() 775 struct uart_8250_port *port, int idx) in pci_netmos_9900_setup() 1063 struct uart_8250_port *port, int idx) in pci_asix_setup() [all …]
|
/linux-4.4.14/drivers/dma/ioat/ |
D | prep.c | 44 dma_addr_t addr, u32 offset, int idx) in xor_set_src() 51 static dma_addr_t pq_get_src(struct ioat_raw_descriptor *descs[2], int idx) in pq_get_src() 58 static dma_addr_t pq16_get_src(struct ioat_raw_descriptor *desc[3], int idx) in pq16_get_src() 66 dma_addr_t addr, u32 offset, u8 coef, int idx) in pq_set_src() 76 dma_addr_t addr, u32 offset, u8 coef, unsigned idx) in pq16_set_src() 122 int num_descs, idx, i; in ioat_dma_prep_memcpy_lock() local 176 int num_descs, with_ext, idx, i; in __ioat_prep_xor_lock() local 367 int i, s, idx, with_ext, num_descs; in __ioat_prep_pq_lock() local 487 int i, s, idx, num_descs; in __ioat_prep_pq16_lock() local
|
/linux-4.4.14/security/selinux/ |
D | netport.c | 96 unsigned int idx; in sel_netport_find() local 117 unsigned int idx; in sel_netport_insert() local 222 unsigned int idx; in sel_netport_flush() local
|
D | netnode.c | 116 unsigned int idx; in sel_netnode_find() local 158 unsigned int idx; in sel_netnode_insert() local 288 unsigned int idx; in sel_netnode_flush() local
|
D | netif.c | 74 int idx = sel_netif_hashfn(ns, ifindex); in sel_netif_find() local 96 int idx; in sel_netif_insert() local 251 int idx; in sel_netif_flush() local
|
/linux-4.4.14/drivers/clk/ |
D | clk-scpi.c | 76 int idx; in __scpi_dvfs_round_rate() local 97 int idx = clk->scpi_ops->dvfs_get_idx(clk->id); in scpi_dvfs_recalc_rate() local 117 int idx, max_opp = clk->info->count; in __scpi_find_dvfs_index() local 191 unsigned int idx = clkspec->args[0], count; in scpi_of_clk_src_get() local 206 int idx, count; in scpi_clk_add() local
|
D | clk-qoriq.c | 640 static int mux_set_parent(struct clk_hw *hw, u8 idx) in mux_set_parent() 686 int idx) in get_pll_div() 704 const char *fmt, int idx) in create_mux_common() 757 static struct clk * __init create_one_cmux(struct clockgen *cg, int idx) in create_one_cmux() 801 static struct clk * __init create_one_hwaccel(struct clockgen *cg, int idx) in create_one_hwaccel() 854 int idx, rc; in core_mux_init() local 940 static void __init create_one_pll(struct clockgen *cg, int idx) in create_one_pll() 1019 static void __init legacy_pll_init(struct device_node *np, int idx) in legacy_pll_init() 1078 int idx; in core_pll_init() local 1100 u32 type, idx; in clockgen_clk_get() local
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | vce_v3_0.c | 116 int idx, i, j, r; in vce_v3_0_start() local 385 static void vce_v3_0_mc_resume(struct amdgpu_device *adev, int idx) in vce_v3_0_mc_resume() 440 int idx; in vce_v3_0_is_idle() local 460 int idx; in vce_v3_0_wait_for_idle() local 483 int idx; in vce_v3_0_soft_reset() local
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2/ |
D | clock-sh7619.c | 37 int idx = (__raw_readw(FREQCR) & 0x0007); in module_clk_recalc() local 65 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | avm_pci.c | 80 register u_char idx = (offset > 0x2f) ? AVM_ISAC_REG_HIGH : AVM_ISAC_REG_LOW; in ReadISAC() local 91 register u_char idx = (offset > 0x2f) ? AVM_ISAC_REG_HIGH : AVM_ISAC_REG_LOW; in WriteISAC() local 114 register u_int idx = chan ? AVM_HDLC_2 : AVM_HDLC_1; in ReadHDLCPCI() local 125 register u_int idx = chan ? AVM_HDLC_2 : AVM_HDLC_1; in WriteHDLCPCI() local 134 register u_char idx = chan ? AVM_HDLC_2 : AVM_HDLC_1; in ReadHDLCPnP() local 145 register u_char idx = chan ? AVM_HDLC_2 : AVM_HDLC_1; in WriteHDLCPnP() local 249 u_char idx = bcs->channel ? AVM_HDLC_2 : AVM_HDLC_1; in hdlc_empty_fifo() local
|
D | hisax_fcpcipnp.c | 156 unsigned char idx = (offset > 0x2f) ? in fcpci_read_isac() local 174 unsigned char idx = (offset > 0x2f) ? in fcpci_write_isac() local 213 int idx = nr ? AVM_IDX_HDLC_2 : AVM_IDX_HDLC_1; in fcpci_read_hdlc_status() local 226 int idx = bcs->channel ? AVM_IDX_HDLC_2 : AVM_IDX_HDLC_1; in __fcpci_write_ctrl() local 329 unsigned char idx = nr ? AVM_IDX_HDLC_2 : AVM_IDX_HDLC_1; in fcpnp_read_hdlc_status() local 345 unsigned char idx = bcs->channel ? AVM_IDX_HDLC_2 : AVM_IDX_HDLC_1; in __fcpnp_write_ctrl() local 437 unsigned char idx = bcs->channel ? AVM_IDX_HDLC_2 : AVM_IDX_HDLC_1; in hdlc_empty_fifo() local
|
D | hfc_2bs0.c | 86 int idx, cnt; in hfc_clear_fifo() local 149 int idx; in hfc_empty_fifo() local 240 int idx, fcnt; in hfc_fill_fifo() local
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_64_vio_hv.c | 55 unsigned long idx = ioba >> SPAPR_TCE_SHIFT; in kvmppc_h_put_tce() local 87 unsigned long idx = ioba >> SPAPR_TCE_SHIFT; in kvmppc_h_get_tce() local
|
/linux-4.4.14/drivers/misc/vmw_vmci/ |
D | vmci_resource.c | 49 unsigned int idx = vmci_resource_hash(handle); in vmci_resource_lookup() local 110 unsigned int idx; in vmci_resource_add() local 146 unsigned int idx = vmci_resource_hash(handle); in vmci_resource_remove() local
|
/linux-4.4.14/net/caif/ |
D | cfmuxl.c | 108 int idx = phyid % DN_CACHE_SIZE; in cfmuxl_remove_dnlayer() local 126 int idx = id % UP_CACHE_SIZE; in get_up() local 140 int idx = dev_info->id % DN_CACHE_SIZE; in get_dn() local 155 int idx = id % UP_CACHE_SIZE; in cfmuxl_remove_uplayer() local
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dvb_ringbuffer.c | 208 ssize_t dvb_ringbuffer_pkt_read_user(struct dvb_ringbuffer *rbuf, size_t idx, in dvb_ringbuffer_pkt_read_user() 236 ssize_t dvb_ringbuffer_pkt_read(struct dvb_ringbuffer *rbuf, size_t idx, in dvb_ringbuffer_pkt_read() 261 void dvb_ringbuffer_pkt_dispose(struct dvb_ringbuffer *rbuf, size_t idx) in dvb_ringbuffer_pkt_dispose() 280 ssize_t dvb_ringbuffer_pkt_next(struct dvb_ringbuffer *rbuf, size_t idx, size_t* pktlen) in dvb_ringbuffer_pkt_next()
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | highmem.h | 76 int idx, type; in kmap_atomic() local 110 unsigned int idx; in __kunmap_atomic() local
|
/linux-4.4.14/arch/arc/mm/ |
D | highmem.c | 67 int idx, cpu_idx; in kmap_atomic() local 99 int idx = cpu_idx + KM_TYPE_NR * smp_processor_id(); in __kunmap_atomic() local
|
/linux-4.4.14/arch/xtensa/mm/ |
D | highmem.c | 42 enum fixed_addresses idx; in kmap_atomic() local 66 int idx = kmap_idx(kmap_atomic_idx(), in __kunmap_atomic() local
|
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/ |
D | main.c | 58 unsigned int idx = 0; in mt7601u_add_interface() local 195 int i, idx = 0; in mt76_wcid_alloc() local 222 int idx = 0; in mt7601u_sta_add() local 251 int idx = msta->wcid.idx; in mt7601u_sta_remove() local 300 int idx = key->keyidx; in mt7601u_set_key() local
|
/linux-4.4.14/sound/pci/mixart/ |
D | mixart_mixer.c | 723 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx) in mixart_update_playback_stream_level() 777 int err, i, idx; in mixart_update_capture_stream_level() local 837 int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); /* index */ in mixart_pcm_vol_get() local 859 int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); /* index */ in mixart_pcm_vol_put() local 917 int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); /* index */ in mixart_pcm_sw_get() local 933 int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); /* index */ in mixart_pcm_sw_put() local
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_p4.c | 919 int idx; in p4_pmu_disable_all() local 935 unsigned int idx; in p4_pmu_enable_pebs() local 954 unsigned int idx = p4_config_unpack_event(hwc->config); in p4_pmu_enable_event() local 988 int idx; in p4_pmu_enable_all() local 1004 int idx, handled = 0; in p4_pmu_handle_irq() local 1180 unsigned int idx = P4_ESCR_MSR_IDX(addr); in p4_get_escr_idx() local
|
D | perf_event_intel.c | 1614 int idx = hwc->idx - INTEL_PMC_IDX_FIXED; in intel_pmu_disable_fixed() local 1664 int idx = hwc->idx - INTEL_PMC_IDX_FIXED; in intel_pmu_enable_fixed() local 1756 int idx; in intel_pmu_reset() local 1938 static int intel_alt_er(int idx, u64 config) in intel_alt_er() 1956 static void intel_fixup_er(struct perf_event *event, int idx) in intel_fixup_er() 1986 int idx = reg->idx; in __intel_shared_reg_get_constraints() local 2104 x86_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in x86_get_event_constraints() 2122 __intel_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in __intel_get_event_constraints() 2172 static void intel_commit_scheduling(struct cpu_hw_events *cpuc, int idx, int cntr) in intel_commit_scheduling() 2227 int idx, struct event_constraint *c) in intel_get_excl_constraints() [all …]
|
D | perf_event_intel_uncore_nhmex.c | 546 static bool nhmex_mbox_get_shared_reg(struct intel_uncore_box *box, int idx, u64 config) in nhmex_mbox_get_shared_reg() 607 static void nhmex_mbox_put_shared_reg(struct intel_uncore_box *box, int idx) in nhmex_mbox_put_shared_reg() 626 u64 idx, orig_idx = __BITS_VALUE(reg1->idx, 0, 8); in nhmex_mbox_alter_er() local 666 int i, idx[2], alloc = 0; in nhmex_mbox_get_constraint() local 812 static u64 nhmex_mbox_shared_reg_config(struct intel_uncore_box *box, int idx) in nhmex_mbox_shared_reg_config() 833 int idx; in nhmex_mbox_msr_enable_event() local 978 int idx, er_idx; in nhmex_rbox_get_constraint() local 1059 int idx, er_idx; in nhmex_rbox_put_constraint() local 1084 int idx; in nhmex_rbox_hw_config() local 1109 int idx, port; in nhmex_rbox_msr_enable_event() local
|
D | perf_event_intel_uncore.h | 16 #define UNCORE_PCI_DEV_DATA(type, idx) ((type << 8) | idx) argument 165 unsigned uncore_pci_event_ctl(struct intel_uncore_box *box, int idx) in uncore_pci_event_ctl() 171 unsigned uncore_pci_perf_ctr(struct intel_uncore_box *box, int idx) in uncore_pci_perf_ctr() 204 unsigned uncore_msr_event_ctl(struct intel_uncore_box *box, int idx) in uncore_msr_event_ctl() 212 unsigned uncore_msr_perf_ctr(struct intel_uncore_box *box, int idx) in uncore_msr_perf_ctr() 238 unsigned uncore_event_ctl(struct intel_uncore_box *box, int idx) in uncore_event_ctl() 247 unsigned uncore_perf_ctr(struct intel_uncore_box *box, int idx) in uncore_perf_ctr()
|
D | perf_event.c | 69 int idx = hwc->idx; in x86_perf_event_update() local 581 int idx; in x86_pmu_disable_all() local 629 int idx; in x86_pmu_enable_all() local 683 int idx; in perf_sched_init() local 731 int idx; in __perf_sched_find_counter() local 1094 int ret = 0, idx = hwc->idx; in x86_perf_event_set_period() local 1220 int idx = event->hw.idx; in x86_pmu_start() local 1248 int cpu, idx; in perf_event_print_debug() local 1380 int idx, handled = 0; in x86_pmu_handle_irq() local 2026 int idx = event->hw.idx; in x86_pmu_event_idx() local [all …]
|
/linux-4.4.14/samples/seccomp/ |
D | bpf-helper.h | 65 #define LO_ARG(idx) offsetof(struct seccomp_data, args[(idx)]) argument 67 #define LO_ARG(idx) offsetof(struct seccomp_data, args[(idx)]) + sizeof(__u32) argument 89 #define HI_ARG(idx) offsetof(struct seccomp_data, args[(idx)]) + sizeof(__u32) argument 92 #define HI_ARG(idx) offsetof(struct seccomp_data, args[(idx)]) argument 138 #define ARG_32(idx) \ argument 142 #define ARG_64(idx) \ argument
|
/linux-4.4.14/arch/x86/pci/ |
D | i386.c | 71 pcibios_save_fw_addr(struct pci_dev *dev, int idx, resource_size_t fw_addr) in pcibios_save_fw_addr() 98 resource_size_t pcibios_retrieve_fw_addr(struct pci_dev *dev, int idx) in pcibios_retrieve_fw_addr() 210 int idx; in pcibios_allocate_bridge_resources() local 250 int idx, disabled, i; in pcibios_allocate_dev_resources() local
|
/linux-4.4.14/arch/sh/kernel/ |
D | perf_event.c | 180 struct hw_perf_event *hwc, int idx) in sh_perf_event_update() 224 int idx = hwc->idx; in sh_pmu_stop() local 242 int idx = hwc->idx; in sh_pmu_start() local 269 int idx = hwc->idx; in sh_pmu_add() local
|
/linux-4.4.14/sound/pci/lola/ |
D | lola_clock.c | 126 int i, j, nitems, nb_verbs, idx, idx_list; in lola_init_clock_widget() local 233 int lola_set_clock_index(struct lola *chip, unsigned int idx) in lola_set_clock_index() 273 int lola_set_clock(struct lola *chip, int idx) in lola_set_clock()
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | avic.c | 95 int idx = d->hwirq >> 5; in avic_irq_suspend() local 105 int idx = d->hwirq >> 5; in avic_irq_resume() local 115 static __init void avic_init_gc(int idx, unsigned int irq_start) in avic_init_gc()
|
D | tzic.c | 83 int idx = d->hwirq >> 5; in tzic_irq_suspend() local 90 int idx = d->hwirq >> 5; in tzic_irq_resume() local 107 static __init void tzic_init_gc(int idx, unsigned int irq_start) in tzic_init_gc()
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | ctresource.c | 62 static int put_resource(u8 *rscs, unsigned int multi, unsigned int idx) in put_resource() 91 int mgr_put_resource(struct rsc_mgr *mgr, unsigned int n, unsigned int idx) in mgr_put_resource() 138 rsc_init(struct rsc *rsc, u32 idx, enum RSCTYP type, u32 msr, struct hw *hw) in rsc_init()
|
/linux-4.4.14/drivers/usb/usbip/ |
D | stub_main.c | 58 int idx = -1; in get_busid_idx() local 71 int idx; in get_busid_priv() local 113 int idx; in del_match_busid() local
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_inode_fork.c | 884 xfs_extnum_t idx) /* index of target extent */ in xfs_iext_get_ext() 912 xfs_extnum_t idx, /* starting index of new items */ in xfs_iext_insert() 943 xfs_extnum_t idx, /* index to begin adding exts */ in xfs_iext_add() 1056 xfs_extnum_t idx, /* index within target list */ in xfs_iext_add_indirect_multi() 1163 xfs_extnum_t idx, /* index to begin removing exts */ in xfs_iext_remove() 1196 xfs_extnum_t idx, /* index to begin removing exts */ in xfs_iext_remove_inline() 1233 xfs_extnum_t idx, /* index to begin removing exts */ in xfs_iext_remove_direct() 1285 xfs_extnum_t idx, /* index to begin removing extents */ in xfs_iext_remove_indirect() 1539 xfs_extnum_t idx = 0; /* index of target extent */ in xfs_iext_bno_to_ext() local
|
/linux-4.4.14/arch/mips/include/asm/sibyte/ |
D | bcm1480_regs.h | 552 #define A_BCM1480_HR_BASE(idx) (A_BCM1480_HR_BASE_0 + ((idx)*BCM1480_HR_REGISTER_SPACING)) argument 553 #define A_BCM1480_HR_REGISTER(idx, reg) (A_BCM1480_HR_BASE(idx) + (reg)) argument 563 #define R_BCM1480_HR_RULE_OP(idx) (BCM1480_HR_OP_OFFSET + ((idx)*BCM1480_HR_RULE_SPACING)) argument 564 #define R_BCM1480_HR_RULE_TYPE(idx) (BCM1480_HR_TYPE_OFFSET + ((idx)*BCM1480_HR_RULE_SPACING)) argument 569 #define R_BCM1480_HR_HA_LEAF0(idx) (BCM1480_HR_LEAF_OFFSET + ((idx)*BCM1480_HR_LEAF_SPACING)) argument 576 #define R_BCM1480_HR_PATH(idx) (BCM1480_HR_PATH_OFFSET + ((idx)*BCM1480_HR_PATH_SPACING)) argument 583 #define R_BCM1480_HR_RT_WORD(idx) (BCM1480_HR_ROUTE_OFFSET + ((idx)*BCM1480_HR_ROUTE_SPACING)) argument 601 #define A_BCM1480_PMI_LCL_BASE(idx) (A_BCM1480_PMI_LCL_0 + ((idx)*BCM1480_PM_LCL_REGISTER_SPACING)) argument 602 #define A_BCM1480_PMI_LCL_REGISTER(idx, reg) (A_BCM1480_PMI_LCL_BASE(idx) + (reg)) argument 603 #define A_BCM1480_PMO_LCL_BASE(idx) (A_BCM1480_PMO_LCL_0 + ((idx)*BCM1480_PM_LCL_REGISTER_SPACING)) argument [all …]
|
/linux-4.4.14/arch/x86/mm/ |
D | highmem_32.c | 36 int idx, type; in kmap_atomic_prot() local 77 int idx, type; in __kunmap_atomic() local
|
D | iomap_32.c | 60 int idx, type; in kmap_atomic_prot_pfn() local 102 int idx, type; in iounmap_atomic() local
|
/linux-4.4.14/arch/powerpc/platforms/embedded6xx/ |
D | wii.c | 44 #define HW_GPIO_BASE(idx) (idx * 0x20) argument 45 #define HW_GPIO_OUT(idx) (HW_GPIO_BASE(idx) + 0) argument 46 #define HW_GPIO_DIR(idx) (HW_GPIO_BASE(idx) + 4) argument
|
/linux-4.4.14/kernel/sched/ |
D | loadavg.c | 159 int idx = calc_load_idx; in calc_load_write_idx() local 193 int idx = calc_load_write_idx(); in calc_load_enter_idle() local 221 int idx = calc_load_read_idx(); in calc_load_fold_idle() local
|
/linux-4.4.14/tools/power/cpupower/utils/helpers/ |
D | msr.c | 26 int read_msr(int cpu, unsigned int idx, unsigned long long *val) in read_msr() 55 int write_msr(int cpu, unsigned int idx, unsigned long long val) in write_msr()
|
/linux-4.4.14/drivers/bus/ |
D | arm-cci.c | 84 #define CCI_PMU_CNTR_BASE(model, idx) ((idx) * CCI_PMU_CNTR_SIZE(model)) argument 342 int idx; in cci400_get_event_idx() local 622 static int pmu_is_valid_counter(struct cci_pmu *cci_pmu, int idx) in pmu_is_valid_counter() 627 static u32 pmu_read_register(struct cci_pmu *cci_pmu, int idx, unsigned int offset) in pmu_read_register() 634 int idx, unsigned int offset) in pmu_write_register() 640 static void pmu_disable_counter(struct cci_pmu *cci_pmu, int idx) in pmu_disable_counter() 645 static void pmu_enable_counter(struct cci_pmu *cci_pmu, int idx) in pmu_enable_counter() 650 static void pmu_set_event(struct cci_pmu *cci_pmu, int idx, unsigned long event) in pmu_set_event() 669 int idx; in pmu_get_event_idx() local 745 int idx = hw_counter->idx; in pmu_read_counter() local [all …]
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_audio.h | 24 int idx; member 30 unsigned int idx; member
|
D | isdn_bsdcomp.c | 423 #define dict_ptrx(p, idx) &(p->dict[idx]) argument 424 #define lens_ptrx(p, idx) &(p->lens[idx]) argument 427 static unsigned short *lens_ptr(struct bsd_db *db, int idx) in lens_ptr() 436 static struct bsd_dict *dict_ptr(struct bsd_db *db, int idx) in dict_ptr() 446 #define lens_ptr(db, idx) lens_ptrx(db, idx) argument 447 #define dict_ptr(db, idx) dict_ptrx(db, idx) argument
|
/linux-4.4.14/drivers/crypto/amcc/ |
D | crypto4xx_core.c | 274 static u32 crypto4xx_put_pd_to_pdr(struct crypto4xx_device *dev, u32 idx) in crypto4xx_put_pd_to_pdr() 293 dma_addr_t *pd_dma, u32 idx) in crypto4xx_get_pdp() 371 dma_addr_t *gd_dma, u32 idx) in crypto4xx_get_gdp() 476 dma_addr_t *sd_dma, u32 idx) in crypto4xx_get_sdp() 485 u32 *idx, u32 *offset, u32 *nbytes) in crypto4xx_fill_one_page() 672 static u32 crypto4xx_pd_done(struct crypto4xx_device *dev, u32 idx) in crypto4xx_pd_done() 778 unsigned int nbytes = datalen, idx; in crypto4xx_build_pd() local
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_hw_t5.c | 173 csio_t5_mc_read(struct csio_hw *hw, int idx, uint32_t addr, __be32 *data, in csio_t5_mc_read() 221 csio_t5_edc_read(struct csio_hw *hw, int idx, uint32_t addr, __be32 *data, in csio_t5_edc_read() 232 #define EDC_REG_T5(reg, idx) (reg + EDC_STRIDE_T5 * idx) in csio_t5_edc_read() argument
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | hcd_ddma.c | 60 static u16 dwc2_desclist_idx_inc(u16 idx, u16 inc, u8 speed) in dwc2_desclist_idx_inc() 67 static u16 dwc2_desclist_idx_dec(u16 idx, u16 inc, u8 speed) in dwc2_desclist_idx_dec() 510 u16 idx) in dwc2_fill_host_isoc_dma_desc() 542 u16 idx, inc, n_desc, ntd_max = 0; in dwc2_init_isoc_dma_desc() local 801 struct dwc2_qh *qh, u16 idx) in dwc2_cmpl_host_isoc_dma_desc() 867 u16 idx; in dwc2_complete_isoc_xfer_ddma() local
|
/linux-4.4.14/sound/pci/emu10k1/ |
D | emumixer.c | 57 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in snd_emu10k1_spdif_get() local 1158 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in snd_emu10k1_spdif_put() local 1248 int voice, idx; in snd_emu10k1_send_routing_get() local 1268 int change = 0, voice, idx, val; in snd_emu10k1_send_routing_put() local 1324 int idx; in snd_emu10k1_send_volume_get() local 1341 int change = 0, idx, val; in snd_emu10k1_send_volume_put() local 1394 int idx; in snd_emu10k1_attn_get() local 1410 int change = 0, idx, val; in snd_emu10k1_attn_put() local 1462 int idx; in snd_emu10k1_efx_send_routing_get() local 1481 int change = 0, idx, val; in snd_emu10k1_efx_send_routing_put() local [all …]
|
/linux-4.4.14/drivers/ntb/hw/intel/ |
D | ntb_hw_intel.c | 241 static int ndev_mw_to_bar(struct intel_ntb_dev *ndev, int idx) in ndev_mw_to_bar() 343 static inline int ndev_spad_addr(struct intel_ntb_dev *ndev, int idx, in ndev_spad_addr() 361 static inline u32 ndev_spad_read(struct intel_ntb_dev *ndev, int idx, in ndev_spad_read() 373 static inline int ndev_spad_write(struct intel_ntb_dev *ndev, int idx, u32 val, in ndev_spad_write() 807 static int intel_ntb_mw_get_range(struct ntb_dev *ntb, int idx, in intel_ntb_mw_get_range() 840 static int intel_ntb_mw_set_trans(struct ntb_dev *ntb, int idx, in intel_ntb_mw_set_trans() 1114 static u32 intel_ntb_spad_read(struct ntb_dev *ntb, int idx) in intel_ntb_spad_read() 1124 int idx, u32 val) in intel_ntb_spad_write() 1133 static int intel_ntb_peer_spad_addr(struct ntb_dev *ntb, int idx, in intel_ntb_peer_spad_addr() 1142 static u32 intel_ntb_peer_spad_read(struct ntb_dev *ntb, int idx) in intel_ntb_peer_spad_read() [all …]
|
/linux-4.4.14/drivers/clk/zynq/ |
D | clkc.c | 325 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() local 394 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() local 419 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() local 446 int idx; in zynq_clk_setup() local 491 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() local
|
/linux-4.4.14/drivers/pci/ |
D | htirq.c | 79 int __ht_create_irq(struct pci_dev *dev, int idx, ht_irq_update_t *update) in __ht_create_irq() 117 int ht_create_irq(struct pci_dev *dev, int idx) in ht_create_irq()
|
/linux-4.4.14/arch/mn10300/unit-asb2305/ |
D | pci-asb2305.c | 95 int idx; in pcibios_allocate_bus_resources() local 130 int idx, disabled; in pcibios_allocate_resources() local
|
/linux-4.4.14/drivers/pci/host/ |
D | pci-host-generic.c | 61 resource_size_t idx = bus->number - pci->cfg.bus_range->start; in gen_pci_map_cfg_bus_cam() local 80 resource_size_t idx = bus->number - pci->cfg.bus_range->start; in gen_pci_map_cfg_bus_ecam() local 199 u32 idx = busn - bus_range->start; in gen_pci_parse_map_cfg_windows() local
|
/linux-4.4.14/arch/powerpc/perf/ |
D | core-fsl-emb.c | 56 static unsigned long read_pmc(int idx) in read_pmc() 89 static void write_pmc(int idx, unsigned long val) in write_pmc() 120 static void write_pmlca(int idx, unsigned long val) in write_pmlca() 151 static void write_pmlcb(int idx, unsigned long val) in write_pmlcb()
|
/linux-4.4.14/drivers/input/keyboard/ |
D | hil_kbd.c | 106 int i, idx; in hil_dev_handle_command_response() local 149 int idx = kbd->idx4 / 4; in hil_dev_handle_kbd_events() local 208 int idx = ptr->idx4 / 4; in hil_dev_handle_ptr_events() local 279 int idx; in hil_dev_interrupt() local
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_generic.c | 310 ssize_t idx; in snd_hda_get_path_idx() local 327 struct nid_path *snd_hda_get_path_from_idx(struct hda_codec *codec, int idx) in snd_hda_get_path_from_idx() 380 int dir, int idx, int type) in is_ctl_associated() 524 static void invalidate_nid_path(struct hda_codec *codec, int idx) in invalidate_nid_path() 622 static bool has_amp_in(struct hda_codec *codec, struct nid_path *path, int idx) in has_amp_in() 636 static bool has_amp_out(struct hda_codec *codec, struct nid_path *path, int idx) in has_amp_out() 651 unsigned int dir, unsigned int idx) in is_active_nid() 724 static void init_amp(struct hda_codec *codec, hda_nid_t nid, int dir, int idx) in init_amp() 736 static int update_amp(struct hda_codec *codec, hda_nid_t nid, int dir, int idx, in update_amp() 751 hda_nid_t nid, int dir, int idx, in get_amp_mask_to_modify() [all …]
|
/linux-4.4.14/security/tomoyo/ |
D | memory.c | 93 const u8 idx) in tomoyo_get_group() 192 int idx; in tomoyo_mm_init() local
|
/linux-4.4.14/drivers/tty/serial/ |
D | serial_mctrl_gpio.h | 120 struct mctrl_gpios *mctrl_gpio_init(struct uart_port *port, unsigned int idx) in mctrl_gpio_init() 126 struct mctrl_gpios *mctrl_gpio_init_noauto(struct device *dev, unsigned int idx) in mctrl_gpio_init_noauto()
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | map.c | 60 u32 *idx = symbol__browser_index(sym); in map_browser__search() local 121 u32 *idx = symbol__browser_index(pos); in map__browse() local
|
D | annotate.c | 23 u32 idx; member 340 struct disasm_line *pos, u32 idx) in annotate_browser__set_top() 367 u32 idx; in annotate_browser__set_rb_top() local 526 s64 offset, s64 *idx) in annotate_browser__find_offset() 547 s64 idx; in annotate_browser__jump() local 565 char *s, s64 *idx) in annotate_browser__find_string() 589 s64 idx; in __annotate_browser__search() local 604 char *s, s64 *idx) in annotate_browser__find_string_reverse() 628 s64 idx; in __annotate_browser__search_reverse() local
|
/linux-4.4.14/sound/core/ |
D | init.c | 64 static int module_slot_match(struct module *module, int idx) in module_slot_match() 201 int snd_card_new(struct device *parent, int idx, const char *xid, in snd_card_new() 654 size_t idx; in card_id_store_attr() local 782 int idx, count; in snd_card_info_read() local 806 int idx, count; in snd_card_info_read_oss() local 828 int idx; in snd_card_module_info_read() local
|
/linux-4.4.14/drivers/pinctrl/sh-pfc/ |
D | pinctrl.c | 112 unsigned int idx = *index; in sh_pfc_dt_subnode_to_map() local 354 int idx = sh_pfc_get_pin_index(pfc, grp->pins[i]); in sh_pfc_func_set_mux() local 380 int idx = sh_pfc_get_pin_index(pfc, offset); in sh_pfc_gpio_request_enable() local 422 int idx = sh_pfc_get_pin_index(pfc, offset); in sh_pfc_gpio_disable_free() local 438 int idx = sh_pfc_get_pin_index(pfc, offset); in sh_pfc_gpio_set_direction() local 481 int idx = sh_pfc_get_pin_index(pfc, _pin); in sh_pfc_pinconf_validate() local
|
/linux-4.4.14/drivers/net/wireless/p54/ |
D | p54pci.c | 141 u32 limit, idx, i; in p54p_refill_rx_ring() local 194 u32 idx, i; in p54p_check_rx_ring() local 252 u32 idx, i; in p54p_check_tx_ring() local 334 u32 idx, i; in p54p_tx() local
|
/linux-4.4.14/drivers/misc/mic/host/ |
D | mic_x100.c | 44 mic_x100_write_spad(struct mic_device *mdev, unsigned int idx, u32 val) in mic_x100_write_spad() 63 mic_x100_read_spad(struct mic_device *mdev, unsigned int idx) in mic_x100_read_spad() 230 mic_x100_read_msi_to_src_map(struct mic_device *mdev, int idx) in mic_x100_read_msi_to_src_map() 249 int idx, int offset, bool set) in mic_x100_program_msi_to_src_map()
|
/linux-4.4.14/net/netlabel/ |
D | netlabel_kapi.c | 483 u32 idx; in netlbl_catmap_walk() local 538 u32 idx; in netlbl_catmap_walkrng() local 602 u32 idx; in netlbl_catmap_getlong() local 646 u32 idx; in netlbl_catmap_setbit() local 713 u32 idx; in netlbl_catmap_setlong() local
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_dp_mst_topology.c | 145 int idx = 0; in drm_dp_encode_sideband_msg_hdr() local 167 u8 idx; in drm_dp_decode_sideband_msg_hdr() local 201 int idx = 0; in drm_dp_encode_sideband_req() local 309 int idx = 0; in drm_dp_encode_sideband_reply() local 369 int idx = 1; in drm_dp_sideband_parse_link_address() local 421 int idx = 1; in drm_dp_sideband_parse_remote_dpcd_read() local 440 int idx = 1; in drm_dp_sideband_parse_remote_dpcd_write() local 454 int idx = 1; in drm_dp_sideband_parse_remote_i2c_read_ack() local 473 int idx = 1; in drm_dp_sideband_parse_enum_path_resources_ack() local 495 int idx = 1; in drm_dp_sideband_parse_allocate_payload_ack() local [all …]
|
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_process.c | 147 int idx; in find_process() local 401 int idx, i; in kfd_unbind_process_from_device() local 471 int idx = srcu_read_lock(&kfd_processes_srcu); in kfd_lookup_process_by_pasid() local
|
/linux-4.4.14/drivers/cpufreq/ |
D | s3c2416-cpufreq.c | 121 static int s3c2416_cpufreq_enter_dvs(struct s3c2416_data *s3c_freq, int idx) in s3c2416_cpufreq_enter_dvs() 163 static int s3c2416_cpufreq_leave_dvs(struct s3c2416_data *s3c_freq, int idx) in s3c2416_cpufreq_leave_dvs() 224 int idx, ret, to_dvs = 0; in s3c2416_cpufreq_set_target() local
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-irq.c | 131 int idx = s->sg_pending_size; in stream_enc_dma_append() local 360 int idx = 0; in ivtv_dma_stream_dec_prepare() local 1033 int idx = (i + itv->irq_rr_idx) % IVTV_MAX_STREAMS; in ivtv_irq_handler() local 1053 int idx = (i + itv->irq_rr_idx) % IVTV_MAX_STREAMS; in ivtv_irq_handler() local
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | xgmac.c | 154 int idx = macidx(mac); in t3b2_mac_reset() local 230 static void set_addr_filter(struct cmac *mac, int idx, const u8 * addr) in set_addr_filter() 243 int t3_mac_set_address(struct cmac *mac, unsigned int idx, u8 addr[6]) in t3_mac_set_address() 469 int idx = macidx(mac); in t3_mac_enable() local
|
/linux-4.4.14/drivers/pinctrl/sirf/ |
D | pinctrl-sirf.c | 423 int idx = sirfsoc_gpio_to_bankoff(d->hwirq); in sirfsoc_gpio_irq_ack() local 440 int idx) in __sirfsoc_gpio_irq_mask() 471 int idx = sirfsoc_gpio_to_bankoff(d->hwirq); in sirfsoc_gpio_irq_unmask() local 492 int idx = sirfsoc_gpio_to_bankoff(d->hwirq); in sirfsoc_gpio_irq_type() local 555 int idx = 0; in sirfsoc_gpio_handle_irq() local 651 int idx = sirfsoc_gpio_to_bankoff(gpio); in sirfsoc_gpio_direction_input() local 694 int idx = sirfsoc_gpio_to_bankoff(gpio); in sirfsoc_gpio_direction_output() local
|
/linux-4.4.14/fs/ntfs/ |
D | logfile.c | 277 u16 nr_clients, idx; in ntfs_check_log_client_array() local 388 pgoff_t idx; in ntfs_check_and_load_restart_page() local 542 pgoff_t idx = pos >> PAGE_CACHE_SHIFT; in ntfs_check_logfile() local
|
/linux-4.4.14/kernel/locking/ |
D | qspinlock.c | 92 static inline u32 encode_tail(int cpu, int idx) in encode_tail() 108 int idx = (tail & _Q_TAIL_IDX_MASK) >> _Q_TAIL_IDX_OFFSET; in decode_tail() local 285 int idx; in queued_spin_lock_slowpath() local
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 119 static int cim_la_show(struct seq_file *seq, void *v, int idx) in cim_la_show() 136 static int cim_la_show_3in1(struct seq_file *seq, void *v, int idx) in cim_la_show_3in1() 154 static int cim_la_show_t6(struct seq_file *seq, void *v, int idx) in cim_la_show_t6() 173 static int cim_la_show_pc_t6(struct seq_file *seq, void *v, int idx) in cim_la_show_pc_t6() 233 static int cim_pif_la_show(struct seq_file *seq, void *v, int idx) in cim_pif_la_show() 276 static int cim_ma_la_show(struct seq_file *seq, void *v, int idx) in cim_ma_la_show() 391 static int cimq_show(struct seq_file *seq, void *v, int idx) in cimq_show() 521 static int tp_la_show(struct seq_file *seq, void *v, int idx) in tp_la_show() 529 static int tp_la_show2(struct seq_file *seq, void *v, int idx) in tp_la_show2() 541 static int tp_la_show3(struct seq_file *seq, void *v, int idx) in tp_la_show3() [all …]
|