/linux-4.1.27/include/asm-generic/ |
D | fixmap.h | 29 static __always_inline unsigned long fix_to_virt(const unsigned int idx) in fix_to_virt() 60 #define set_fixmap(idx, phys) \ argument 65 #define clear_fixmap(idx) \ argument 70 #define __set_fixmap_offset(idx, phys, flags) \ argument 78 #define set_fixmap_offset(idx, phys) \ argument 84 #define set_fixmap_nocache(idx, phys) \ argument 87 #define set_fixmap_offset_nocache(idx, phys) \ argument 93 #define set_fixmap_io(idx, phys) \ argument 96 #define set_fixmap_offset_io(idx, phys) \ argument
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/x86/um/ |
D | tls_32.c | 65 int idx; in get_free_idx() local 94 int idx; in load_TLS() local 203 int idx, int flushed) in set_tls_entry() 220 int idx, ret = -EFAULT; in arch_copy_tls() local 240 int idx) in get_tls_entry() 281 int idx, ret; in SYSCALL_DEFINE1() local 312 int ptrace_set_thread_area(struct task_struct *child, int idx, in ptrace_set_thread_area() 329 int idx, ret; in SYSCALL_DEFINE1() local 351 int ptrace_get_thread_area(struct task_struct *child, int idx, in ptrace_get_thread_area()
|
/linux-4.1.27/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.1.27/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.1.27/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 285 int ret, idx; in cpsw_ale_flush() local [all …]
|
/linux-4.1.27/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.1.27/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.1.27/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()
|
D | cm33xx.c | 51 static inline u32 am33xx_cm_read_reg(u16 inst, u16 idx) in am33xx_cm_read_reg() 57 static inline void am33xx_cm_write_reg(u32 val, u16 inst, u16 idx) in am33xx_cm_write_reg() 63 static inline u32 am33xx_cm_rmw_reg_bits(u32 mask, u32 bits, s16 inst, s16 idx) in am33xx_cm_rmw_reg_bits()
|
/linux-4.1.27/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() 197 void hugetlb_cgroup_commit_charge(int idx, unsigned long nr_pages, in hugetlb_cgroup_commit_charge() 211 void hugetlb_cgroup_uncharge_page(int idx, unsigned long nr_pages, in hugetlb_cgroup_uncharge_page() 227 void hugetlb_cgroup_uncharge_cgroup(int idx, unsigned long nr_pages, in hugetlb_cgroup_uncharge_cgroup() 274 int ret, idx; in hugetlb_cgroup_write() local 335 static void __init __hugetlb_cgroup_file_init(int idx) in __hugetlb_cgroup_file_init()
|
D | early_ioremap.c | 48 static inline void __init __late_set_fixmap(enum fixed_addresses idx, in __late_set_fixmap() 56 static inline void __init __late_clear_fixmap(enum fixed_addresses idx) in __late_clear_fixmap() 102 enum fixed_addresses idx; in __early_ioremap() local 164 enum fixed_addresses idx; in early_iounmap() local
|
/linux-4.1.27/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.1.27/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
|
D | evergreen_cs.c | 752 unsigned idx) in evergreen_cs_track_validate_texture() 1046 unsigned idx, unsigned reg) in evergreen_packet0_check() 1071 unsigned idx; in evergreen_cs_parse_packet0() local 1095 static int evergreen_cs_check_reg(struct radeon_cs_parser *p, u32 reg, u32 idx) in evergreen_cs_check_reg() 1767 static bool evergreen_is_safe_reg(struct radeon_cs_parser *p, u32 reg, u32 idx) in evergreen_is_safe_reg() 1799 unsigned idx; in evergreen_packet3_check() local 2761 u32 idx; in evergreen_dma_cs_parse() local 3309 u32 idx = pkt->idx + 1; in evergreen_vm_packet3_check() local 3460 u32 idx = 0; in evergreen_ib_parse() local 3504 u32 idx = 0; in evergreen_dma_ib_parse() local
|
/linux-4.1.27/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.1.27/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() 161 nvbios_dpcfg_parse(struct nvkm_bios *bios, u16 outp, u8 idx, in nvbios_dpcfg_parse() 195 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 | 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 | rammap.c | 60 nvbios_rammapEe(struct nvkm_bios *bios, int idx, in nvbios_rammapEe() 76 nvbios_rammapEp(struct nvkm_bios *bios, int idx, in nvbios_rammapEp() 121 int idx = 0; in nvbios_rammapEm() local 132 u8 ever, u8 ehdr, u8 ecnt, u8 elen, int idx, u8 *ver, u8 *hdr) in nvbios_rammapSe() 145 u8 ever, u8 ehdr, u8 ecnt, u8 elen, int idx, in nvbios_rammapSp()
|
D | pmu.c | 33 int idx = 0; in weirdo_pointer() local 78 nvbios_pmuEe(struct nvkm_bios *bios, int idx, u8 *ver, u8 *hdr) in nvbios_pmuEe() 91 nvbios_pmuEp(struct nvkm_bios *bios, int idx, u8 *ver, u8 *hdr, in nvbios_pmuEp() 109 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 | 100 dcb_outp(struct nvkm_bios *bios, u8 idx, u8 *ver, u8 *len) in dcb_outp() 122 dcb_outp_parse(struct nvkm_bios *bios, u8 idx, u8 *ver, u8 *len, in dcb_outp_parse() 199 u16 dcb, idx = 0; in dcb_outp_match() local 213 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 | perf.c | 80 nvbios_perf_entry(struct nvkm_bios *bios, int idx, in nvbios_perf_entry() 96 nvbios_perfEp(struct nvkm_bios *bios, int idx, in nvbios_perfEp() 158 nvbios_perfSe(struct nvkm_bios *bios, u32 perfE, int idx, in nvbios_perfSe() 170 nvbios_perfSp(struct nvkm_bios *bios, u32 perfE, int idx, in nvbios_perfSp()
|
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 | 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() 107 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 | 104 nvbios_volt_entry(struct nvkm_bios *bios, int idx, u8 *ver, u8 *len) in nvbios_volt_entry() 116 nvbios_volt_entry_parse(struct nvkm_bios *bios, int idx, u8 *ver, u8 *len, in nvbios_volt_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 | 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 | 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.1.27/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.1.27/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.1.27/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.1.27/arch/metag/mm/ |
D | highmem.c | 42 enum fixed_addresses idx; in kmap_atomic() local 66 int idx, type; in __kunmap_atomic() local 94 enum fixed_addresses idx; in kmap_atomic_pfn() local 115 int idx; in kmap_atomic_to_page() local
|
/linux-4.1.27/arch/mips/mm/ |
D | highmem.c | 48 int idx, type; in kmap_atomic() local 81 int idx = type + KM_TYPE_NR * smp_processor_id(); in __kunmap_atomic() local 105 int idx, type; in kmap_atomic_pfn() local 120 unsigned long idx, vaddr = (unsigned long)ptr; in kmap_atomic_to_page() local
|
D | tlb-r3k.c | 101 int idx; in local_flush_tlb_range() local 138 int idx; in local_flush_tlb_kernel_range() local 163 int oldpid, newpid, idx; in local_flush_tlb_page() local 191 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.1.27/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 104 int idx, type; in __kunmap_atomic() local 130 int idx, type; in kmap_atomic_pfn() local
|
/linux-4.1.27/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.1.27/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.1.27/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() 297 int idx; in __srcu_read_lock() local 315 void __srcu_read_unlock(struct srcu_struct *sp, int idx) in __srcu_read_unlock() 340 static bool try_check_zero(struct srcu_struct *sp, int idx, int trycount) in try_check_zero() 560 int idx = 1 ^ (sp->completed & 1); in srcu_advance_batches() local
|
/linux-4.1.27/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.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_hmc.c | 204 u32 idx) in i40e_remove_pd_bp() 258 u32 idx) in i40e_prep_remove_sd_bp() 287 u32 idx, bool is_pf) in i40e_remove_sd_bp_new() 313 u32 idx) in i40e_prep_remove_pd_page() 342 u32 idx, bool is_pf) in i40e_remove_pd_page_new()
|
/linux-4.1.27/include/linux/ |
D | hugetlb_cgroup.h | 87 hugetlb_cgroup_charge_cgroup(int idx, unsigned long nr_pages, in hugetlb_cgroup_charge_cgroup() 94 hugetlb_cgroup_commit_charge(int idx, unsigned long nr_pages, in hugetlb_cgroup_commit_charge() 102 hugetlb_cgroup_uncharge_page(int idx, unsigned long nr_pages, struct page *page) in hugetlb_cgroup_uncharge_page() 108 hugetlb_cgroup_uncharge_cgroup(int idx, unsigned long nr_pages, in hugetlb_cgroup_uncharge_cgroup()
|
D | memcontrol.h | 168 enum mem_cgroup_stat_index idx) in mem_cgroup_inc_page_stat() 174 enum mem_cgroup_stat_index idx) in mem_cgroup_dec_page_stat() 185 enum vm_event_item idx) in mem_cgroup_count_vm_event() 199 enum mem_cgroup_events_index idx, in mem_cgroup_events() 352 enum mem_cgroup_stat_index idx) in mem_cgroup_inc_page_stat() 357 enum mem_cgroup_stat_index idx) in mem_cgroup_dec_page_stat() 374 void mem_cgroup_count_vm_event(struct mm_struct *mm, enum vm_event_item idx) in mem_cgroup_count_vm_event()
|
/linux-4.1.27/arch/arm/kernel/ |
D | perf_event_v7.c | 616 static inline int armv7_pmnc_counter_valid(struct arm_pmu *cpu_pmu, int idx) in armv7_pmnc_counter_valid() 622 static inline int armv7_pmnc_counter_has_overflowed(u32 pmnc, int idx) in armv7_pmnc_counter_has_overflowed() 627 static inline void armv7_pmnc_select_counter(int idx) in armv7_pmnc_select_counter() 638 int idx = hwc->idx; in armv7pmu_read_counter() local 658 int idx = hwc->idx; in armv7pmu_write_counter() local 671 static inline void armv7_pmnc_write_evtsel(int idx, u32 val) in armv7_pmnc_write_evtsel() 678 static inline void armv7_pmnc_enable_counter(int idx) in armv7_pmnc_enable_counter() 684 static inline void armv7_pmnc_disable_counter(int idx) in armv7_pmnc_disable_counter() 690 static inline void armv7_pmnc_enable_intens(int idx) in armv7_pmnc_enable_intens() 696 static inline void armv7_pmnc_disable_intens(int idx) in armv7_pmnc_disable_intens() [all …]
|
D | perf_event_xscale.c | 143 int idx; in xscale1pmu_handle_irq() local 202 int idx = hwc->idx; in xscale1pmu_enable_event() local 238 int idx = hwc->idx; in xscale1pmu_disable_event() local 490 int idx; in xscale2pmu_handle_irq() local 543 int idx = hwc->idx; in xscale2pmu_enable_event() local 589 int idx = hwc->idx; in xscale2pmu_disable_event() local 639 int idx = xscale1pmu_get_event_idx(cpuc, event); in xscale2pmu_get_event_idx() local
|
/linux-4.1.27/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.1.27/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.1.27/arch/arm64/kernel/ |
D | perf_event.c | 153 int idx) in armpmu_event_set_period() 195 int idx) in armpmu_event_update() 277 int idx = hwc->idx; in armpmu_del() local 294 int idx; in armpmu_add() local 891 static inline int armv8pmu_counter_valid(int idx) in armv8pmu_counter_valid() 896 static inline int armv8pmu_counter_has_overflowed(u32 pmnc, int idx) in armv8pmu_counter_has_overflowed() 912 static inline int armv8pmu_select_counter(int idx) in armv8pmu_select_counter() 929 static inline u32 armv8pmu_read_counter(int idx) in armv8pmu_read_counter() 944 static inline void armv8pmu_write_counter(int idx, u32 value) in armv8pmu_write_counter() 955 static inline void armv8pmu_write_evtype(int idx, u32 val) in armv8pmu_write_evtype() [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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/clk/samsung/ |
D | clk.c | 105 unsigned int idx, ret; in samsung_clk_register_alias() local 138 unsigned int idx, ret; in samsung_clk_register_fixed_rate() local 167 unsigned int idx; in samsung_clk_register_fixed_factor() local 188 unsigned int idx, ret; in samsung_clk_register_mux() local 220 unsigned int idx, ret; in samsung_clk_register_div() local 259 unsigned int idx, ret; in samsung_clk_register_gate() local
|
/linux-4.1.27/arch/x86/mm/ |
D | highmem_32.c | 36 int idx, type; in kmap_atomic_prot() local 77 int idx, type; in __kunmap_atomic() local 108 unsigned long idx, vaddr = (unsigned long)ptr; in kmap_atomic_to_page() local
|
D | iomap_32.c | 60 int idx, type; in kmap_atomic_prot_pfn() local 101 int idx, type; in iounmap_atomic() local
|
/linux-4.1.27/net/nfc/ |
D | netlink.c | 117 u32 idx; in __get_device_from_cb() local 705 u32 idx; in nfc_genl_get_device() local 743 u32 idx; in nfc_genl_dev_up() local 764 u32 idx; in nfc_genl_dev_down() local 785 u32 idx; in nfc_genl_start_poll() local 826 u32 idx; in nfc_genl_stop_poll() local 891 u32 idx; in nfc_genl_dep_link_up() local 926 u32 idx; in nfc_genl_dep_link_down() local 975 u32 idx; in nfc_genl_llc_get_params() local 1023 u32 idx; in nfc_genl_llc_set_params() local [all …]
|
/linux-4.1.27/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.1.27/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.1.27/arch/microblaze/mm/ |
D | highmem.c | 38 int idx, type; in kmap_atomic_prot() local 72 unsigned int idx; in __kunmap_atomic() local
|
/linux-4.1.27/arch/powerpc/mm/ |
D | highmem.c | 35 int idx, type; in kmap_atomic_prot() local 69 unsigned int idx; in __kunmap_atomic() local
|
/linux-4.1.27/fs/nfs/blocklayout/ |
D | dev.c | 189 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_simple() 216 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_slice() 232 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_concat() 261 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_stripe() 290 struct pnfs_block_volume *volumes, int idx, gfp_t gfp_mask) in bl_parse_deviceid()
|
/linux-4.1.27/arch/x86/kernel/apic/ |
D | io_apic.c | 57 #define for_each_ioapic(idx) \ argument 59 #define for_each_ioapic_reverse(idx) \ argument 61 #define for_each_pin(idx, pin) \ argument 63 #define for_each_ioapic_pin(idx, pin) \ argument 229 static void alloc_ioapic_saved_registers(int idx) in alloc_ioapic_saved_registers() 242 static void free_ioapic_saved_registers(int idx) in free_ioapic_saved_registers() 280 static __attribute_const__ struct io_apic __iomem *io_apic_base(int idx) in io_apic_base() 815 #define default_ISA_trigger(idx) (0) argument 816 #define default_ISA_polarity(idx) (0) argument 823 #define default_EISA_trigger(idx) (EISA_ELCR(mp_irqs[idx].srcbusirq)) argument [all …]
|
/linux-4.1.27/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.1.27/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() 133 static int pnp_assign_irq(struct pnp_dev *dev, struct pnp_irq *rule, int idx) in pnp_assign_irq() 192 static int pnp_assign_dma(struct pnp_dev *dev, struct pnp_dma *rule, int idx) in pnp_assign_dma()
|
/linux-4.1.27/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 311 unsigned int idx; in pvr2_ioread_filter() local
|
/linux-4.1.27/scripts/kconfig/ |
D | qconf.h | 100 int mapIdx(colIdx idx) in mapIdx() 104 void addColumn(colIdx idx, const QString& label) in addColumn() 109 void removeColumn(colIdx idx) in removeColumn() 179 void setText(colIdx idx, const QString& text) in setText() 183 QString text(colIdx idx) const in text() 187 void setPixmap(colIdx idx, const QPixmap& pm) in setPixmap() 191 const QPixmap* pixmap(colIdx idx) const in pixmap()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/sh/mm/ |
D | kmap.c | 34 enum fixed_addresses idx; in kmap_coherent() local 57 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.1.27/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 …]
|
D | 3945-rs.c | 61 u8 idx; member 102 u32 idx = 0; in il3945_get_rate_idx_by_rssi() local 257 int retries, int idx) in il3945_collect_tx_data() 543 il3945_get_adjacent_rate(struct il3945_rs_sta *rs_sta, u8 idx, u16 rate_mask, in il3945_get_adjacent_rate() 631 int idx; in il3945_rs_get_rate() local
|
/linux-4.1.27/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.1.27/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.1.27/arch/sparc/mm/ |
D | highmem.c | 54 long idx, type; in kmap_atomic() local 101 unsigned long idx; in __kunmap_atomic() local
|
/linux-4.1.27/arch/arc/kernel/ |
D | perf_event.c | 70 static uint64_t arc_pmu_read_counter(int idx) in arc_pmu_read_counter() 89 struct hw_perf_event *hwc, int idx) in arc_perf_event_update() 191 int idx = hwc->idx; in arc_pmu_start() local 209 int idx = hwc->idx; in arc_pmu_stop() local 240 int idx = hwc->idx; in arc_pmu_add() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
D | base.c | 30 nvkm_gpio_drive(struct nvkm_gpio *gpio, int idx, int line, int dir, int out) in nvkm_gpio_drive() 37 nvkm_gpio_sense(struct nvkm_gpio *gpio, int idx, int line) in nvkm_gpio_sense() 44 nvkm_gpio_find(struct nvkm_gpio *gpio, int idx, u8 tag, u8 line, in nvkm_gpio_find() 75 nvkm_gpio_set(struct nvkm_gpio *gpio, int idx, u8 tag, u8 line, int state) in nvkm_gpio_set() 91 nvkm_gpio_get(struct nvkm_gpio *gpio, int idx, u8 tag, u8 line) in nvkm_gpio_get()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_counters.c | 47 void lprocfs_counter_add(struct lprocfs_stats *stats, int idx, long amount) in lprocfs_counter_add() 98 void lprocfs_counter_sub(struct lprocfs_stats *stats, int idx, long amount) in lprocfs_counter_sub()
|
/linux-4.1.27/drivers/pci/ |
D | htirq.c | 31 unsigned idx; member 87 int __ht_create_irq(struct pci_dev *dev, int idx, ht_irq_update_t *update) in __ht_create_irq() 146 int ht_create_irq(struct pci_dev *dev, int idx) in ht_create_irq()
|
/linux-4.1.27/net/mac80211/ |
D | key.c | 255 int idx, bool uni, bool multi) in __ieee80211_set_default_key() 275 void ieee80211_set_default_key(struct ieee80211_sub_if_data *sdata, int idx, in ieee80211_set_default_key() 284 __ieee80211_set_default_mgmt_key(struct ieee80211_sub_if_data *sdata, int idx) in __ieee80211_set_default_mgmt_key() 300 int idx) in ieee80211_set_default_mgmt_key() 314 int idx; in ieee80211_key_replace() local 374 ieee80211_key_alloc(u32 cipher, int idx, size_t key_len, in ieee80211_key_alloc() 612 int idx, ret; in ieee80211_key_link() local
|
/linux-4.1.27/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.1.27/drivers/tty/serial/8250/ |
D | 8250_pci.c | 114 struct uart_8250_port *port, int idx) in addidata_apci7800_setup() 141 struct uart_8250_port *port, int idx) in afavlab_setup() 196 struct uart_8250_port *port, int idx) in pci_hp_diva_setup() 365 struct uart_8250_port *port, int idx) in sbs_setup() 520 struct uart_8250_port *port, int idx) in pci_siig_setup() 614 struct uart_8250_port *port, int idx) in pci_timedia_setup() 648 struct uart_8250_port *port, int idx) in titan_400l_800l_setup() 749 struct uart_8250_port *port, int idx) in pci_ni8430_setup() 776 struct uart_8250_port *port, int idx) in pci_netmos_9900_setup() 1064 struct uart_8250_port *port, int idx) in pci_asix_setup() [all …]
|
/linux-4.1.27/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.1.27/drivers/bus/ |
D | arm-cci.c | 80 #define CCI_PMU_CNTR_BASE(idx) ((idx) * SZ_4K) argument 236 static int pmu_is_valid_counter(struct cci_pmu *cci_pmu, int idx) in pmu_is_valid_counter() 242 static u32 pmu_read_register(int idx, unsigned int offset) in pmu_read_register() 247 static void pmu_write_register(u32 value, int idx, unsigned int offset) in pmu_write_register() 252 static void pmu_disable_counter(int idx) in pmu_disable_counter() 257 static void pmu_enable_counter(int idx) in pmu_enable_counter() 262 static void pmu_set_event(int idx, unsigned long event) in pmu_set_event() 281 int idx; in pmu_get_event_idx() local 365 int idx = hw_counter->idx; in pmu_read_counter() local 381 int idx = hw_counter->idx; in pmu_write_counter() local [all …]
|
/linux-4.1.27/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.1.27/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.1.27/arch/xtensa/mm/ |
D | highmem.c | 42 enum fixed_addresses idx; in kmap_atomic() local 65 int idx = kmap_idx(kmap_atomic_idx(), in __kunmap_atomic() local
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | highmem.h | 76 int idx, type; in kmap_atomic() local 108 unsigned int idx; in __kunmap_atomic() local
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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 | 1392 int idx = hwc->idx - INTEL_PMC_IDX_FIXED; in intel_pmu_disable_fixed() local 1442 int idx = hwc->idx - INTEL_PMC_IDX_FIXED; in intel_pmu_enable_fixed() local 1534 int idx; in intel_pmu_reset() local 1702 static int intel_alt_er(int idx) in intel_alt_er() 1716 static void intel_fixup_er(struct perf_event *event, int idx) in intel_fixup_er() 1746 int idx = reg->idx; in __intel_shared_reg_get_constraints() local 1864 x86_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in x86_get_event_constraints() 1882 __intel_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in __intel_get_event_constraints() 1976 int idx, struct event_constraint *c) in intel_get_excl_constraints() 2098 intel_get_event_constraints(struct cpu_hw_events *cpuc, int idx, in intel_get_event_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 156 unsigned uncore_pci_event_ctl(struct intel_uncore_box *box, int idx) in uncore_pci_event_ctl() 162 unsigned uncore_pci_perf_ctr(struct intel_uncore_box *box, int idx) in uncore_pci_perf_ctr() 195 unsigned uncore_msr_event_ctl(struct intel_uncore_box *box, int idx) in uncore_msr_event_ctl() 203 unsigned uncore_msr_perf_ctr(struct intel_uncore_box *box, int idx) in uncore_msr_perf_ctr() 229 unsigned uncore_event_ctl(struct intel_uncore_box *box, int idx) in uncore_event_ctl() 238 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 576 int idx; in x86_pmu_disable_all() local 611 int idx; in x86_pmu_enable_all() local 665 int idx; in perf_sched_init() local 713 int idx; in __perf_sched_find_counter() local 1079 int ret = 0, idx = hwc->idx; in x86_perf_event_set_period() local 1202 int idx = event->hw.idx; in x86_pmu_start() local 1230 int cpu, idx; in perf_event_print_debug() local 1362 int idx, handled = 0; in x86_pmu_handle_irq() local 1977 int idx = event->hw.idx; in x86_pmu_event_idx() local [all …]
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/kernel/sched/ |
D | proc.c | 157 int idx = calc_load_idx; in calc_load_write_idx() local 191 int idx = calc_load_write_idx(); in calc_load_enter_idle() local 218 int idx = calc_load_read_idx(); in calc_load_fold_idle() local 441 decay_load_missed(unsigned long load, unsigned long missed_updates, int idx) in decay_load_missed()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | base.c | 51 u8 idx = 0, sver, shdr; in nvkm_clk_adjust() local 136 nvkm_cstate_new(struct nvkm_clk *clk, int idx, struct nvkm_pstate *pstate) in nvkm_cstate_new() 177 int ret, idx = 0; in nvkm_pstate_prog() local 302 nvkm_pstate_new(struct nvkm_clk *clk, int idx) in nvkm_pstate_new() 355 int idx = cstepE.index; in nvkm_pstate_new() local 539 int ret, idx, arglen; in nvkm_clk_create_() local
|
D | gt215.c | 266 int clk, u32 pll, int idx) in calc_clk() 340 prog_pll(struct gt215_clk_priv *priv, int clk, u32 pll, int idx) in prog_pll() 380 prog_clk(struct gt215_clk_priv *priv, int clk, int idx) in prog_clk() 414 prog_core(struct gt215_clk_priv *priv, int idx) in prog_core()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/arm/mach-shmobile/ |
D | board-marzen.c | 208 #define MARZEN_VIN(idx) \ argument 226 #define MARZEN_CAMERA(idx) \ argument
|
D | setup-r8a7778.c | 99 #define r8a7778_register_tmu(idx) \ argument 207 #define R8A7778_GPIO(idx) \ argument 226 #define r8a7778_register_gpio(idx) \ argument
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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() 798 unsigned int nbytes = datalen, idx; in crypto4xx_build_pd() local
|
/linux-4.1.27/drivers/pinctrl/sh-pfc/ |
D | pinctrl.c | 105 unsigned int idx = *index; in sh_pfc_dt_subnode_to_map() local 328 int idx = sh_pfc_get_pin_index(pfc, grp->pins[i]); in sh_pfc_func_set_mux() local 354 int idx = sh_pfc_get_pin_index(pfc, offset); in sh_pfc_gpio_request_enable() local 396 int idx = sh_pfc_get_pin_index(pfc, offset); in sh_pfc_gpio_disable_free() local 412 int idx = sh_pfc_get_pin_index(pfc, offset); in sh_pfc_gpio_set_direction() local 455 int idx = sh_pfc_get_pin_index(pfc, _pin); in sh_pfc_pinconf_validate() local
|
/linux-4.1.27/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.1.27/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.1.27/tools/perf/util/ |
D | parse-events.c | 275 __add_event(struct list_head *list, int *idx, in __add_event() 294 static int add_event(struct list_head *list, int *idx, in add_event() 318 int parse_events_add_cache(struct list_head *list, int *idx, in parse_events_add_cache() 379 static int add_tracepoint(struct list_head *list, int *idx, in add_tracepoint() 393 static int add_tracepoint_multi_event(struct list_head *list, int *idx, in add_tracepoint_multi_event() 425 static int add_tracepoint_event(struct list_head *list, int *idx, in add_tracepoint_event() 433 static int add_tracepoint_multi_sys(struct list_head *list, int *idx, in add_tracepoint_multi_sys() 465 int parse_events_add_tracepoint(struct list_head *list, int *idx, in parse_events_add_tracepoint() 514 int parse_events_add_breakpoint(struct list_head *list, int *idx, in parse_events_add_breakpoint() 596 int parse_events_add_numeric(struct list_head *list, int *idx, in parse_events_add_numeric() [all …]
|
/linux-4.1.27/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.1.27/drivers/clk/zynq/ |
D | clkc.c | 317 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() local 386 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() local 411 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() local 438 int idx; in zynq_clk_setup() local 483 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() local
|
/linux-4.1.27/security/tomoyo/ |
D | memory.c | 93 const u8 idx) in tomoyo_get_group() 192 int idx; in tomoyo_mm_init() local
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | annotate.c | 16 u32 idx; member 304 struct disasm_line *pos, u32 idx) in annotate_browser__set_top() 331 u32 idx; in annotate_browser__set_rb_top() local 487 s64 offset, s64 *idx) in annotate_browser__find_offset() 508 s64 idx; in annotate_browser__jump() local 526 char *s, s64 *idx) in annotate_browser__find_string() 550 s64 idx; in __annotate_browser__search() local 565 char *s, s64 *idx) in annotate_browser__find_string_reverse() 589 s64 idx; in __annotate_browser__search_reverse() local
|
D | map.c | 61 u32 *idx = symbol__browser_index(sym); in map_browser__search() local 122 u32 *idx = symbol__browser_index(pos); in map__browse() local
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 470 int idx; in ff_layout_choose_best_ds_for_read() local 675 int idx) in ff_layout_async_handle_error_v4() 784 int idx) in ff_layout_async_handle_error_v3() 813 int idx) in ff_layout_async_handle_error() 831 int idx, u64 offset, u64 length, in ff_layout_io_track_ds_error() 901 ff_layout_reset_to_mds(struct pnfs_layout_segment *lseg, int idx) in ff_layout_reset_to_mds() 1233 u32 idx = hdr->pgio_mirror_idx; in ff_layout_read_pagelist() local 1297 int idx = hdr->pgio_mirror_idx; in ff_layout_write_pagelist() local 1363 u32 idx; in ff_layout_initiate_commit() local
|
/linux-4.1.27/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.1.27/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.1.27/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 …]
|
D | hda_jack.c | 394 const char *name, int idx, bool phantom_jack) in __snd_hda_jack_add_kctl() 441 const char *name, int idx) in snd_hda_jack_add_kctl() 448 static int get_unique_index(struct hda_codec *codec, const char *name, int idx) in get_unique_index() 473 int idx, err; in add_jack_kctl() local
|
/linux-4.1.27/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.1.27/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() 231 mic_x100_read_msi_to_src_map(struct mic_device *mdev, int idx) in mic_x100_read_msi_to_src_map() 250 int idx, int offset, bool set) in mic_x100_program_msi_to_src_map()
|
/linux-4.1.27/drivers/pci/host/ |
D | pci-host-generic.c | 53 resource_size_t idx = bus->number - pci->cfg.bus_range->start; in gen_pci_map_cfg_bus_cam() local 69 resource_size_t idx = bus->number - pci->cfg.bus_range->start; in gen_pci_map_cfg_bus_ecam() local 188 u32 idx = busn - bus_range->start; in gen_pci_parse_map_cfg_windows() local
|
/linux-4.1.27/arch/x86/kvm/ |
D | pmu.c | 77 static inline struct kvm_pmc *get_fixed_pmc_idx(struct kvm_pmu *pmu, int idx) in get_fixed_pmc_idx() 82 static struct kvm_pmc *global_idx_to_pmc(struct kvm_pmu *pmu, int idx) in global_idx_to_pmc() 257 static void reprogram_fixed_counter(struct kvm_pmc *pmc, u8 en_pmi, int idx) in reprogram_fixed_counter() 274 static inline u8 fixed_en_pmi(u64 ctrl, int idx) in fixed_en_pmi() 296 static void reprogram_idx(struct kvm_pmu *pmu, int idx) in reprogram_idx()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/sound/core/ |
D | init.c | 64 static int module_slot_match(struct module *module, int idx) in module_slot_match() 208 int snd_card_new(struct device *parent, int idx, const char *xid, in snd_card_new() 661 size_t idx; in card_id_store_attr() local 791 int idx, count; in snd_card_info_read() local 816 int idx, count; in snd_card_info_read_oss() local 839 int idx; in snd_card_module_info_read() local
|
/linux-4.1.27/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.1.27/drivers/irqchip/ |
D | irq-bcm7120-l2.c | 59 unsigned int idx; in bcm7120_l2_intc_irq_handle() local 113 unsigned int idx; in bcm7120_l2_intc_init_one() local 216 unsigned int idx, irq, flags; in bcm7120_l2_intc_probe() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_extent.c | 167 int idx; in ldlm_extent_add_lock() local 206 int idx; in ldlm_extent_unlink_lock() local
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
D | solo6x10-enc.c | 185 unsigned int idx, reg; in solo_s_jpeg_qp() local 215 int idx; in solo_g_jpeg_qp() local
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | cq.c | 102 static enum ib_wc_opcode get_umr_comp(struct mlx5_ib_wq *wq, int idx) in get_umr_comp() 121 struct mlx5_ib_wq *wq, int idx) in handle_good_req() 304 static int is_atomic_response(struct mlx5_ib_qp *qp, uint16_t idx) in is_atomic_response() 311 static void *mlx5_get_atomic_laddr(struct mlx5_ib_qp *qp, uint16_t idx) in mlx5_get_atomic_laddr() 324 uint16_t idx) in handle_atomic() 351 u16 idx; in handle_atomics() local 418 int idx; in mlx5_poll_one() local
|
/linux-4.1.27/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 554 int idx = 0; in sirfsoc_gpio_handle_irq() local 650 int idx = sirfsoc_gpio_to_bankoff(gpio); in sirfsoc_gpio_direction_input() local 693 int idx = sirfsoc_gpio_to_bankoff(gpio); in sirfsoc_gpio_direction_output() local
|
/linux-4.1.27/sound/ |
D | last.c | 27 int idx, ok = 0; in alsa_sound_last_init() local
|
/linux-4.1.27/drivers/clk/mxs/ |
D | clk-ref.c | 33 u8 idx; member 129 void __iomem *reg, u8 idx) in mxs_clk_ref()
|
/linux-4.1.27/drivers/s390/scsi/ |
D | zfcp_qdio.c | 62 int queue_no, int idx, int count, in zfcp_qdio_int_req() 83 int queue_no, int idx, int count, in zfcp_qdio_int_resp() 345 int idx, count; in zfcp_qdio_close() local
|
/linux-4.1.27/drivers/net/wireless/rtl818x/rtl8187/ |
D | rtl8187.h | 164 u8 *addr, u8 idx) in rtl818x_ioread8_idx() 186 __le16 *addr, u8 idx) in rtl818x_ioread16_idx() 208 __le32 *addr, u8 idx) in rtl818x_ioread32_idx() 230 u8 *addr, u8 val, u8 idx) in rtl818x_iowrite8_idx() 249 __le16 *addr, u16 val, u8 idx) in rtl818x_iowrite16_idx() 269 __le32 *addr, u32 val, u8 idx) in rtl818x_iowrite32_idx()
|
/linux-4.1.27/sound/core/oss/ |
D | mixer_oss.c | 806 int err, idx; in snd_mixer_oss_get_recsrc2() local 857 unsigned int idx; in snd_mixer_oss_put_recsrc2() local 954 int idx = rslot->number; /* remember this */ in mixer_slot_clear() local 1180 int ch, idx; in snd_mixer_oss_proc_write() local 1305 unsigned int idx; in snd_mixer_oss_build() local 1323 int idx; in snd_mixer_oss_free1() local 1345 int idx, err; in snd_mixer_oss_notify_handler() local 1398 int idx; in alsa_mixer_oss_init() local 1410 int idx; in alsa_mixer_oss_exit() local
|
/linux-4.1.27/drivers/net/ethernet/alteon/ |
D | acenic.c | 849 u32 idx; in ace_issue_cmd() local 1632 short i, idx; in ace_load_std_rx_ring() local 1695 short i, idx; in ace_load_mini_rx_ring() local 1752 short i, idx; in ace_load_jumbo_rx_ring() local 1921 u32 idx; in ace_rx_int() local 2039 u32 txcsm, u32 idx) in ace_tx_int() 2108 u32 idx; in ace_interrupt() local 2369 struct sk_buff *tail, u32 idx) in ace_map_tx_skb() 2415 u32 idx, flagsize; in ace_start_xmit() local
|
/linux-4.1.27/drivers/dma/ioat/ |
D | dma_v3.c | 91 dma_addr_t addr, u32 offset, int idx) in xor_set_src() 98 static dma_addr_t pq_get_src(struct ioat_raw_descriptor *descs[2], int idx) in pq_get_src() 105 static dma_addr_t pq16_get_src(struct ioat_raw_descriptor *desc[3], int idx) in pq16_get_src() 113 dma_addr_t addr, u32 offset, u8 coef, int idx) in pq_set_src() 241 dma_addr_t addr, u32 offset, u8 coef, unsigned idx) in pq16_set_src() 377 int idx = ioat->tail, i; in __cleanup() local 674 int num_descs, with_ext, idx, i; in __ioat3_prep_xor_lock() local 853 int i, s, idx, with_ext, num_descs; in __ioat3_prep_pq_lock() local 973 int i, s, idx, num_descs; in __ioat3_prep_pq16_lock() local
|