/linux-4.1.27/drivers/ssb/ |
D | driver_chipcommon.c | 32 static inline u32 chipco_write32_masked(struct ssb_chipcommon *cc, u16 offset, in chipco_write32_masked() 42 void ssb_chipco_set_clockmode(struct ssb_chipcommon *cc, in ssb_chipco_set_clockmode() 119 static enum ssb_clksrc chipco_pctl_get_slowclksrc(struct ssb_chipcommon *cc) in chipco_pctl_get_slowclksrc() 150 static int chipco_pctl_clockfreqlimit(struct ssb_chipcommon *cc, int get_max) in chipco_pctl_clockfreqlimit() 211 static void chipco_powercontrol_init(struct ssb_chipcommon *cc) in chipco_powercontrol_init() 242 static u16 pmu_fast_powerup_delay(struct ssb_chipcommon *cc) in pmu_fast_powerup_delay() 259 static void calc_fast_powerup_delay(struct ssb_chipcommon *cc) in calc_fast_powerup_delay() 285 static u32 ssb_chipco_alp_clock(struct ssb_chipcommon *cc) in ssb_chipco_alp_clock() 293 static u32 ssb_chipco_watchdog_get_max_timer(struct ssb_chipcommon *cc) in ssb_chipco_watchdog_get_max_timer() 313 struct ssb_chipcommon *cc = bcm47xx_wdt_get_drvdata(wdt); in ssb_chipco_watchdog_timer_set_wdt() local [all …]
|
D | driver_chipcommon_pmu.c | 22 static u32 ssb_chipco_pll_read(struct ssb_chipcommon *cc, u32 offset) in ssb_chipco_pll_read() 28 static void ssb_chipco_pll_write(struct ssb_chipcommon *cc, in ssb_chipco_pll_write() 35 static void ssb_chipco_regctl_maskset(struct ssb_chipcommon *cc, in ssb_chipco_regctl_maskset() 90 static void ssb_pmu0_pllinit_r0(struct ssb_chipcommon *cc, in ssb_pmu0_pllinit_r0() 221 static void ssb_pmu1_pllinit_r0(struct ssb_chipcommon *cc, in ssb_pmu1_pllinit_r0() 317 static void ssb_pmu_pll_init(struct ssb_chipcommon *cc) in ssb_pmu_pll_init() 423 static void ssb_pmu_resources_init(struct ssb_chipcommon *cc) in ssb_pmu_resources_init() 517 void ssb_pmu_init(struct ssb_chipcommon *cc) in ssb_pmu_init() 540 void ssb_pmu_set_ldo_voltage(struct ssb_chipcommon *cc, in ssb_pmu_set_ldo_voltage() 590 void ssb_pmu_set_ldo_paref(struct ssb_chipcommon *cc, bool on) in ssb_pmu_set_ldo_paref() [all …]
|
D | driver_chipcommon_sflash.c | 72 static void ssb_sflash_cmd(struct ssb_chipcommon *cc, u32 opcode) in ssb_sflash_cmd() 87 int ssb_sflash_init(struct ssb_chipcommon *cc) in ssb_sflash_init()
|
D | scan.c | 276 u32 idhi, cc, rev, tmp; in ssb_bus_scan() local
|
D | ssb_private.h | 235 static inline int ssb_sflash_init(struct ssb_chipcommon *cc) in ssb_sflash_init()
|
D | main.c | 1307 struct ssb_chipcommon *cc; in ssb_bus_may_powerdown() local
|
/linux-4.1.27/drivers/bcma/ |
D | driver_chipcommon.c | 18 static inline u32 bcma_cc_write32_masked(struct bcma_drv_cc *cc, u16 offset, in bcma_cc_write32_masked() 28 u32 bcma_chipco_get_alp_clock(struct bcma_drv_cc *cc) in bcma_chipco_get_alp_clock() 37 static u32 bcma_chipco_watchdog_get_max_timer(struct bcma_drv_cc *cc) in bcma_chipco_watchdog_get_max_timer() 61 struct bcma_drv_cc *cc = bcm47xx_wdt_get_drvdata(wdt); in bcma_chipco_watchdog_timer_set_wdt() local 69 struct bcma_drv_cc *cc = bcm47xx_wdt_get_drvdata(wdt); in bcma_chipco_watchdog_timer_set_ms_wdt() local 76 static int bcma_chipco_watchdog_ticks_per_ms(struct bcma_drv_cc *cc) in bcma_chipco_watchdog_ticks_per_ms() 94 int bcma_chipco_watchdog_register(struct bcma_drv_cc *cc) in bcma_chipco_watchdog_register() 116 void bcma_core_chipcommon_early_init(struct bcma_drv_cc *cc) in bcma_core_chipcommon_early_init() 135 void bcma_core_chipcommon_init(struct bcma_drv_cc *cc) in bcma_core_chipcommon_init() 178 u32 bcma_chipco_watchdog_timer_set(struct bcma_drv_cc *cc, u32 ticks) in bcma_chipco_watchdog_timer_set() [all …]
|
D | driver_chipcommon_pmu.c | 16 u32 bcma_chipco_pll_read(struct bcma_drv_cc *cc, u32 offset) in bcma_chipco_pll_read() 24 void bcma_chipco_pll_write(struct bcma_drv_cc *cc, u32 offset, u32 value) in bcma_chipco_pll_write() 32 void bcma_chipco_pll_maskset(struct bcma_drv_cc *cc, u32 offset, u32 mask, in bcma_chipco_pll_maskset() 41 void bcma_chipco_chipctl_maskset(struct bcma_drv_cc *cc, in bcma_chipco_chipctl_maskset() 50 void bcma_chipco_regctl_maskset(struct bcma_drv_cc *cc, u32 offset, u32 mask, in bcma_chipco_regctl_maskset() 59 static u32 bcma_pmu_xtalfreq(struct bcma_drv_cc *cc) in bcma_pmu_xtalfreq() 80 static void bcma_pmu2_pll_init0(struct bcma_drv_cc *cc, u32 xtalfreq) in bcma_pmu2_pll_init0() 148 static void bcma_pmu_pll_init(struct bcma_drv_cc *cc) in bcma_pmu_pll_init() 162 static void bcma_pmu_resources_init(struct bcma_drv_cc *cc) in bcma_pmu_resources_init() 210 void bcma_chipco_bcm4331_ext_pa_lines_ctl(struct bcma_drv_cc *cc, bool enable) in bcma_chipco_bcm4331_ext_pa_lines_ctl() [all …]
|
D | driver_gpio.c | 29 struct bcma_drv_cc *cc = bcma_gpio_get_cc(chip); in bcma_gpio_get_value() local 37 struct bcma_drv_cc *cc = bcma_gpio_get_cc(chip); in bcma_gpio_set_value() local 44 struct bcma_drv_cc *cc = bcma_gpio_get_cc(chip); in bcma_gpio_direction_input() local 53 struct bcma_drv_cc *cc = bcma_gpio_get_cc(chip); in bcma_gpio_direction_output() local 62 struct bcma_drv_cc *cc = bcma_gpio_get_cc(chip); in bcma_gpio_request() local 75 struct bcma_drv_cc *cc = bcma_gpio_get_cc(chip); in bcma_gpio_free() local 84 struct bcma_drv_cc *cc = bcma_gpio_get_cc(chip); in bcma_gpio_to_irq() local 94 struct bcma_drv_cc *cc = irq_data_get_irq_chip_data(d); in bcma_gpio_irq_unmask() local 104 struct bcma_drv_cc *cc = irq_data_get_irq_chip_data(d); in bcma_gpio_irq_mask() local 118 struct bcma_drv_cc *cc = dev_id; in bcma_gpio_irq_handler() local [all …]
|
D | bcma_private.h | 69 static inline int bcma_sflash_init(struct bcma_drv_cc *cc) in bcma_sflash_init() 81 static inline int bcma_nflash_init(struct bcma_drv_cc *cc) in bcma_nflash_init() 192 static inline int bcma_gpio_init(struct bcma_drv_cc *cc) in bcma_gpio_init() 196 static inline int bcma_gpio_unregister(struct bcma_drv_cc *cc) in bcma_gpio_unregister()
|
D | driver_chipcommon_sflash.c | 73 static void bcma_sflash_cmd(struct bcma_drv_cc *cc, u32 opcode) in bcma_sflash_cmd() 88 int bcma_sflash_init(struct bcma_drv_cc *cc) in bcma_sflash_init()
|
D | driver_chipcommon_nflash.c | 19 int bcma_nflash_init(struct bcma_drv_cc *cc) in bcma_nflash_init()
|
D | driver_mips.c | 238 struct bcma_drv_cc *cc = &bus->drv_cc; in bcma_boot_dev() local 278 struct bcma_drv_cc *cc = &bus->drv_cc; in bcma_core_mips_flash_detect() local
|
D | sprom.c | 565 struct bcma_device *cc = bus->drv_cc.core; in bcma_sprom_onchip_offset() local
|
/linux-4.1.27/drivers/md/ |
D | dm-crypt.c | 54 struct crypt_config *cc; member 191 static struct crypto_ablkcipher *any_tfm(struct crypt_config *cc) in any_tfm() 243 static int crypt_iv_plain_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain_gen() 252 static int crypt_iv_plain64_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain64_gen() 262 static int crypt_iv_essiv_init(struct crypt_config *cc) in crypt_iv_essiv_init() 289 static int crypt_iv_essiv_wipe(struct crypt_config *cc) in crypt_iv_essiv_wipe() 307 static struct crypto_cipher *setup_essiv_cpu(struct crypt_config *cc, in setup_essiv_cpu() 339 static void crypt_iv_essiv_dtr(struct crypt_config *cc) in crypt_iv_essiv_dtr() 358 static int crypt_iv_essiv_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_essiv_ctr() 406 static int crypt_iv_essiv_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_essiv_gen() [all …]
|
/linux-4.1.27/arch/blackfin/mach-common/ |
D | entry.S | 56 cc = r6 == r7; define 61 cc = R6 == R7; define 65 cc = R6 == R7; define 133 cc = r7 == r6; define 141 cc = bittst(r6, 4); define 143 cc = bittst(r6, 5); define 151 cc = bittst(r6, 0); define 155 cc = r7 == 0; define 162 cc = r6 == 0; define 165 cc = r6 < r7; define [all …]
|
D | interrupt.S | 116 cc = r0 == 0; define
|
D | head.S | 20 cc = r2 == 0; define
|
D | dpmc_modes.S | 218 cc = BITTST(R2, 1); /* SDSRA poll self-refresh status */ define
|
/linux-4.1.27/arch/s390/pci/ |
D | pci_insn.c | 18 u8 cc; in __mpcifc() local 32 u8 cc, status; in zpci_mod_fc() local 51 u8 cc; in __rpcit() local 66 u8 cc, status; in zpci_refresh_trans() local 93 int cc = -ENXIO; in __pcilg() local 115 int cc; in zpci_load() local 135 int cc = -ENXIO; in __pcistg() local 153 int cc; in zpci_store() local 171 int cc = -ENXIO; in __pcistb() local 189 int cc; in zpci_store_block() local
|
D | pci_clp.c | 37 u8 cc; in clp_instr() local
|
/linux-4.1.27/arch/x86/include/asm/ |
D | rmwcc.h | 6 #define __GEN_RMWcc(fullop, var, cc, ...) \ argument 16 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \ argument 19 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \ argument 24 #define __GEN_RMWcc(fullop, var, cc, ...) \ argument 33 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \ argument 36 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \ argument
|
/linux-4.1.27/mm/ |
D | compaction.c | 201 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable() 262 static void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip() 295 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable() 301 static void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip() 317 struct compact_control *cc) in compact_trylock_irqsave() 347 unsigned long flags, bool *locked, struct compact_control *cc) in compact_unlock_should_abort() 379 static inline bool compact_should_abort(struct compact_control *cc) in compact_should_abort() 399 static unsigned long isolate_freepages_block(struct compact_control *cc, in isolate_freepages_block() 534 isolate_freepages_range(struct compact_control *cc, in isolate_freepages_range() 595 static void acct_isolated(struct zone *zone, struct compact_control *cc) in acct_isolated() [all …]
|
D | zsmalloc.c | 1618 struct zs_compact_control *cc) in migrate_zspage() 1722 struct zs_compact_control cc; in __zs_compact() local
|
D | page_alloc.c | 6370 static int __alloc_contig_migrate_range(struct compact_control *cc, in __alloc_contig_migrate_range() 6441 struct compact_control cc = { in alloc_contig_range() local
|
/linux-4.1.27/arch/blackfin/mach-bf561/ |
D | atomic.S | 127 cc = r5 == 0; define 165 cc = r5 == 0; define 235 cc = r6 == 0; define 283 cc = bittst( r3, 0 ); define 304 cc = bittst( r2, 0 ); define 339 cc = bittst( r3, 0 ); define 395 cc = r1 < 0; define 416 cc = r1 < 2; define 431 cc = r1 <= 0; define 492 cc = r2 == 0; define [all …]
|
D | secondary.S | 180 cc = BITTST(r0, 0); define
|
/linux-4.1.27/fs/fuse/ |
D | cuse.c | 114 struct cuse_conn *cc = NULL, *pos; in cuse_open() local 156 struct cuse_conn *cc = fc_to_cc(ff->fc); in cuse_file_ioctl() local 169 struct cuse_conn *cc = fc_to_cc(ff->fc); in cuse_file_compat_ioctl() local 309 struct cuse_conn *cc = fc_to_cc(fc), *pos; in cuse_process_init_reply() local 413 static int cuse_send_init(struct cuse_conn *cc) in cuse_send_init() 471 struct cuse_conn *cc = fc_to_cc(fc); in cuse_fc_release() local 492 struct cuse_conn *cc; in cuse_channel_open() local 530 struct cuse_conn *cc = fc_to_cc(file->private_data); in cuse_channel_release() local 563 struct cuse_conn *cc = dev_get_drvdata(dev); in cuse_class_waiting_show() local 573 struct cuse_conn *cc = dev_get_drvdata(dev); in cuse_class_abort_store() local
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtv-vbi.c | 44 static void ivtv_set_cc(struct ivtv *itv, int mode, const struct vbi_cc *cc) in ivtv_set_cc() 97 struct vbi_cc *cc, int *found_cc) in ivtv_write_vbi_line() 133 static void ivtv_write_vbi_cc_lines(struct ivtv *itv, const struct vbi_cc *cc) in ivtv_write_vbi_cc_lines() 149 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi() local 165 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi_from_user() local 466 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_disable_cc() local 478 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_vbi_work_handler() local
|
/linux-4.1.27/arch/blackfin/lib/ |
D | divsi3.S | 48 cc = r0 < r1; define 51 cc = r2; define 54 cc = r2 <= r0; define 79 cc = bittst(r3, 30); define 140 cc = bittst(r3,30); define
|
D | smulsi3_highpart.S | 23 cc = ac0; define 27 cc = ac0; define
|
D | umulsi3_highpart.S | 25 cc = ac0; define
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | ftrace-entry.S | 88 cc = r2 == r3; define 98 cc = r2 == r3; define 109 cc = r2 == r3; define
|
D | entry.S | 51 cc = p1 == 0; define
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | coprocessor.h | 115 #define XCHAL_SA_REG(list,cc,abi,type,y,name,z,align,size,...) \ argument 118 #define __REG0(cc,abi,t,name,s,a) __REG0_ ## cc (abi,name) argument 119 #define __REG1(cc,abi,t,name,s,a) __REG1_ ## cc (name) argument 120 #define __REG2(cc,abi,type,...) __REG2_ ## type (__VA_ARGS__) argument
|
/linux-4.1.27/drivers/mtd/nand/bcm47xxnflash/ |
D | ops_bcm4706.c | 47 static int bcm47xxnflash_ops_bcm4706_ctl_cmd(struct bcma_drv_cc *cc, u32 code) in bcm47xxnflash_ops_bcm4706_ctl_cmd() 65 static int bcm47xxnflash_ops_bcm4706_poll(struct bcma_drv_cc *cc) in bcm47xxnflash_ops_bcm4706_poll() 144 struct bcma_drv_cc *cc = b47n->cc; in bcm47xxnflash_ops_bcm4706_write() local 221 struct bcma_drv_cc *cc = b47n->cc; in bcm47xxnflash_ops_bcm4706_cmdfunc() local 317 struct bcma_drv_cc *cc = b47n->cc; in bcm47xxnflash_ops_bcm4706_read_byte() local
|
D | bcm47xxnflash.h | 12 struct bcma_drv_cc *cc; member
|
/linux-4.1.27/kernel/time/ |
D | timecounter.c | 22 const struct cyclecounter *cc, in timecounter_init() 82 static u64 cc_cyc2ns_backwards(const struct cyclecounter *cc, in cc_cyc2ns_backwards()
|
/linux-4.1.27/include/linux/ |
D | timecounter.h | 65 const struct cyclecounter *cc; member 79 static inline u64 cyclecounter_cyc2ns(const struct cyclecounter *cc, in cyclecounter_cyc2ns()
|
D | nvme.h | 28 __u32 cc; /* Controller Configuration */ member
|
/linux-4.1.27/arch/arm/probes/kprobes/ |
D | test-arm.c | 1179 #define COPROCESSOR_INSTRUCTIONS_ST_LD(two,cc) \ in kprobe_arm_test_cases() argument 1238 #define COPROCESSOR_INSTRUCTIONS_MC_MR(two,cc) \ in kprobe_arm_test_cases() argument
|
D | test-core.c | 1063 static unsigned long test_check_cc(int cc, unsigned long cpsr) in test_check_cc() 1087 int cc = current_instruction >> 28; in test_context_cpsr() local 1096 int cc = (current_instruction >> kprobe_test_cc_position) & 0xf; in test_context_cpsr() local
|
D | actions-thumb.c | 74 int cc = (insn >> 22) & 0xf; in t32_decode_cond_branch() local 428 int cc = (insn >> 8) & 0xf; in t16_decode_cond_branch() local
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ptp.c | 125 static cycle_t xgbe_cc_read(const struct cyclecounter *cc) in xgbe_cc_read() 231 struct cyclecounter *cc = &pdata->tstamp_cc; in xgbe_ptp_register() local
|
/linux-4.1.27/arch/s390/include/asm/ |
D | timex.h | 20 int cc; in set_tod_clock() local 32 int cc; in store_tod_clock() local
|
D | cpu_mf.h | 166 int cc; in lcctl() local 180 int cc; in ecctr() local 196 int cc; in stcctm5() local 209 int cc; in qsi() local 227 int cc; in lsctl() local
|
D | sigp.h | 43 int cc; in __pcpu_sigp() local
|
D | scsw.h | 42 __u32 cc : 2; member 84 u32 cc:2; member 119 u32 cc:2; member
|
D | nmi.h | 57 __u32 cc : 1; /* 47 clock comparator validity */ member
|
D | pci_io.h | 93 int cc; in zpci_read_single() local
|
D | ptrace.h | 38 unsigned long long cc : 2; /* Condition Code */ member
|
/linux-4.1.27/drivers/s390/cio/ |
D | qdio_main.c | 40 int cc; in do_siga_sync() local 57 int cc; in do_siga_input() local 86 int cc; in do_siga_output() local 289 int cc; in qdio_siga_sync() local 319 int retries = 0, cc; in qdio_siga_output() local 359 int cc; in qdio_siga_input() local 811 int retries = 0, cc; in qdio_kick_outbound_q() local
|
D | eadm_sch.c | 67 int cc; in eadm_subchannel_start() local 93 int cc; in eadm_subchannel_clear() local
|
D | cio.c | 725 int retry, cc; in __disable_subchannel_easy() local 976 int cc; in cio_tm_start_key() local 1006 int cc; in cio_tm_intrg() local
|
D | ioasm.h | 141 int cc; in chsc() local
|
D | chsc_sch.c | 129 int cc; in chsc_subchannel_prepare() local 245 int cc; in chsc_async() local
|
D | device_fsm.c | 42 int cc; in ccw_timeout_log() local
|
D | chsc.c | 309 u8 cc; /* content code */ member 322 u8 cc; /* content code */ member
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | aiutils.c | 444 ai_buscore_setup(struct si_info *sii, struct bcma_device *cc) in ai_buscore_setup() 473 struct bcma_device *cc; in ai_doattach() local 545 struct bcma_device *cc; in ai_cc_reg() local 563 static uint ai_slowclk_src(struct si_pub *sih, struct bcma_device *cc) in ai_slowclk_src() 573 struct bcma_device *cc) in ai_slowclk_freq() 584 ai_clkctl_setdelay(struct si_pub *sih, struct bcma_device *cc) in ai_clkctl_setdelay() 616 struct bcma_device *cc; in ai_clkctl_init() local 639 struct bcma_device *cc; in ai_clkctl_fast_pwrup_delay() local 673 struct bcma_device *cc; in ai_clkctl_cc() local 686 struct bcma_device *cc; in ai_epa_4313war() local
|
/linux-4.1.27/drivers/s390/char/ |
D | vmur.c | 369 int cc; in get_urd_class() local 468 int cc; in diag_position_to_record() local 493 int cc; in diag_read_file() local 586 int cc; in diag_read_next_file_info() local
|
D | sclp.c | 154 int cc = 4; /* Initialize for program check handling */ in sclp_service_call() local
|
/linux-4.1.27/lib/fonts/ |
D | fonts.c | 119 int i, c, cc; in get_default_font() local
|
/linux-4.1.27/arch/mips/bcm47xx/ |
D | serial.c | 55 struct bcma_drv_cc *cc = &(bcm47xx_bus.bcma.bus.drv_cc); in uart8250_init_bcma() local
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | ppc-dis.c | 156 int cc; in print_insn_powerpc() local
|
D | xmon.c | 2889 int esel = i, cc = i; in dump_tlb_book3e() local
|
/linux-4.1.27/drivers/s390/block/ |
D | xpram.c | 92 int cc = 2; /* return unused cc 2 if pgin traps */ in xpram_page_in() local 122 int cc = 2; /* return unused cc 2 if pgin traps */ in xpram_page_out() local
|
D | dasd_eckd.h | 395 __u8 cc; member
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-vbi-gen.c | 81 static void cc_insert(u8 *cc, u8 ch) in cc_insert() 100 u8 cc[CC_PREAMBLE_BITS + 2 * 16] = { in vivid_vbi_gen_cc_raw() local
|
D | vivid-core.c | 346 static int vidioc_cropcap(struct file *file, void *fh, struct v4l2_cropcap *cc) in vidioc_cropcap()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | time.c | 291 validate_cc_value(unsigned long cc) in validate_cc_value() 351 int cc, count = 0; in calibrate_cc_with_pit() local
|
/linux-4.1.27/drivers/net/wireless/ath/ |
D | hw.c | 180 struct ath_cycle_counters *cc = &common->cc_ani; in ath_hw_get_listen_time() local
|
D | regd.c | 551 u16 cc = rd & ~COUNTRY_ERD_FLAG; in ath_regd_is_eeprom_valid() local 603 u16 cc = rd & ~COUNTRY_ERD_FLAG; in ath_regd_get_default_country() local
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-q.c | 756 int cc = 0; in td_done() local 830 static void ed_halted(struct ohci_hcd *ohci, struct td *td, int cc) in ed_halted() 945 int cc; in update_done_list() local
|
D | fhci-q.c | 221 u32 cc = td->status; in fhci_done_td() local
|
D | imx21-dbg.c | 44 int frame, struct td *td, int cc, int len) {} in debug_isoc_completed() 145 int frame, struct td *td, int cc, int len) in debug_isoc_completed()
|
D | imx21-hcd.c | 643 int cc; in isoc_etd_done() local 1051 int cc; in nonisoc_etd_done() local 1348 int cc; in process_etds() local
|
D | ohci-dbg.c | 300 int cc = (psw >> 12) & 0x0f; in ohci_dump_td() local
|
D | isp116x-hcd.c | 355 u8 cc; in postproc_atl_queue() local
|
D | isp1362-hcd.c | 505 u8 cc; in postproc_ep() local
|
D | imx21-hcd.h | 413 int cc; member
|
/linux-4.1.27/include/linux/bcma/ |
D | bcma.h | 402 static inline void bcma_mask32(struct bcma_device *cc, u16 offset, u32 mask) in bcma_mask32() 406 static inline void bcma_set32(struct bcma_device *cc, u16 offset, u32 set) in bcma_set32() 410 static inline void bcma_maskset32(struct bcma_device *cc, in bcma_maskset32() 415 static inline void bcma_mask16(struct bcma_device *cc, u16 offset, u16 mask) in bcma_mask16() 419 static inline void bcma_set16(struct bcma_device *cc, u16 offset, u16 set) in bcma_set16() 423 static inline void bcma_maskset16(struct bcma_device *cc, in bcma_maskset16()
|
D | bcma_driver_chipcommon.h | 654 #define bcma_cc_read32(cc, offset) \ argument 656 #define bcma_cc_write32(cc, offset, val) \ argument 659 #define bcma_cc_mask32(cc, offset, mask) \ argument 661 #define bcma_cc_set32(cc, offset, set) \ argument 663 #define bcma_cc_maskset32(cc, offset, mask, set) \ argument
|
/linux-4.1.27/arch/x86/math-emu/ |
D | status_w.h | 51 static inline void setcc(int cc) in setcc()
|
D | fpu_trig.c | 792 int cc; in do_fprem() local
|
/linux-4.1.27/fs/hfsplus/ |
D | unicode.c | 101 static u16 *hfsplus_compose_lookup(u16 *p, u16 cc) in hfsplus_compose_lookup() 128 u16 cc, c0, c1; in hfsplus_uni2asc() local
|
/linux-4.1.27/drivers/clk/qcom/ |
D | common.c | 83 struct qcom_cc *cc; in qcom_cc_really_probe() local
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88-video.c | 623 const struct cx88_ctrl *cc = ctrl->priv; in cx8800_s_vid_ctrl() local 669 const struct cx88_ctrl *cc = ctrl->priv; in cx8800_s_aud_ctrl() local 1349 const struct cx88_ctrl *cc = &cx8800_aud_ctls[i]; in cx8800_initdev() local 1362 const struct cx88_ctrl *cc = &cx8800_vid_ctls[i]; in cx8800_initdev() local
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | device.c | 233 int cc; in dump_qp() local 365 int cc; in dump_stag() local 546 int cc; in dump_ep() local 611 int cc; in dump_listen_ep() local
|
/linux-4.1.27/sound/isa/sb/ |
D | emu8000_patch.c | 89 unsigned char cc; in read_word() local
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | centaur.c | 116 u32 aa, bb, cc, dd; in init_centaur() local
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | phy_lcn.c | 589 struct bcma_drv_cc *cc = &dev->dev->bdev->bus->drv_cc; in b43_phy_lcn_set_channel_tweaks() local 700 struct bcma_drv_cc *cc = &dev->dev->bdev->bus->drv_cc; in b43_phy_lcn_op_init() local
|
/linux-4.1.27/arch/s390/mm/ |
D | pageattr.c | 158 int cc; in kernel_page_present() local
|
/linux-4.1.27/fs/ncpfs/ |
D | ncplib_kernel.c | 1107 const unsigned char *iname, unsigned int ilen, int cc) in ncp__io2vol() 1185 const unsigned char *vname, unsigned int vlen, int cc) in ncp__vol2io() 1273 const unsigned char *iname, unsigned int ilen, int cc) in ncp__io2vol() 1298 const unsigned char *vname, unsigned int vlen, int cc) in ncp__vol2io()
|
/linux-4.1.27/include/linux/ssb/ |
D | ssb_driver_chipcommon.h | 600 static inline bool ssb_chipco_available(struct ssb_chipcommon *cc) in ssb_chipco_available() 606 #define chipco_read32(cc, offset) ssb_read32((cc)->dev, offset) argument 607 #define chipco_write32(cc, offset, val) ssb_write32((cc)->dev, offset, val) argument 609 #define chipco_mask32(cc, offset, mask) \ argument 611 #define chipco_set32(cc, offset, set) \ argument 613 #define chipco_maskset32(cc, offset, mask, set) \ argument
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | ix2505v.c | 140 u8 gain, cc, ref, psc, local_osc, lpf; in ix2505v_set_params() local
|
/linux-4.1.27/arch/s390/kernel/ |
D | smp.c | 109 int cc; in __pcpu_sigp_relax() local 121 int cc, retry; in pcpu_sigp_retry() local 315 int cc; in pcpu_set_smt() local
|
/linux-4.1.27/sound/aoa/fabrics/ |
D | layout.c | 768 struct codec_connection *cc; in check_codec() local 891 struct codec_connection *cc; in layout_attached_codec() local
|
/linux-4.1.27/drivers/tty/vt/ |
D | vt_ioctl.c | 825 ushort ll,cc; in vt_ioctl() local 850 ushort ll,cc,vlin,clin,vcol,ccol; in vt_ioctl() local
|
/linux-4.1.27/arch/s390/lib/ |
D | string.c | 257 int cc; in strstr() local
|
/linux-4.1.27/crypto/ |
D | rmd128.c | 52 u32 aa, bb, cc, dd, aaa, bbb, ccc, ddd; in rmd128_transform() local
|
D | rmd256.c | 52 u32 aa, bb, cc, dd, aaa, bbb, ccc, ddd, tmp; in rmd256_transform() local
|
D | rmd320.c | 56 u32 aa, bb, cc, dd, ee, aaa, bbb, ccc, ddd, eee, tmp; in rmd320_transform() local
|
D | rmd160.c | 56 u32 aa, bb, cc, dd, ee, aaa, bbb, ccc, ddd, eee; in rmd160_transform() local
|
D | tgr192.c | 468 u64 a, b, c, aa, bb, cc; in tgr192_transform() local
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | timer.c | 209 static cycle_t xilinx_cc_read(const struct cyclecounter *cc) in xilinx_cc_read()
|
/linux-4.1.27/arch/s390/kvm/ |
D | kvm-s390.h | 139 static inline void kvm_s390_set_psw_cc(struct kvm_vcpu *vcpu, unsigned long cc) in kvm_s390_set_psw_cc()
|
D | kvm-s390.c | 936 u32 cc = 0; in kvm_s390_query_ap_config() local 958 int cc; in kvm_s390_apxa_installed() local
|
D | priv.c | 973 int ret = 0, cc = 0; in handle_tprot() local
|
/linux-4.1.27/drivers/block/paride/ |
D | epat.c | 253 { int k, j, f, cc; in epat_test_proto() local
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 80 static cycle_t igb_ptp_read_82576(const struct cyclecounter *cc) in igb_ptp_read_82576() 97 static cycle_t igb_ptp_read_82580(const struct cyclecounter *cc) in igb_ptp_read_82580()
|
D | igb.h | 440 struct cyclecounter cc; member
|
/linux-4.1.27/drivers/ata/ |
D | acard-ahci.c | 213 u16 cc; in acard_ahci_pci_print_info() local
|
D | ahci.c | 904 u16 cc; in ahci_pci_print_info() local
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | link.c | 508 struct ath_cycle_counters *cc = &common->cc_survey; in ath_update_survey_stats() local
|
/linux-4.1.27/drivers/s390/scsi/ |
D | zfcp_qdio.c | 382 int cc; in zfcp_qdio_open() local
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | cpts.h | 119 struct cyclecounter cc; member
|
D | cpts.c | 104 static cycle_t cpts_systim_read(const struct cyclecounter *cc) in cpts_systim_read()
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | vtoc.h | 23 __u16 cc; member 30 __u16 cc; member
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ptp.c | 192 static cycle_t ixgbe_ptp_read(const struct cyclecounter *cc) in ixgbe_ptp_read()
|
D | ixgbe.h | 744 struct cyclecounter cc; member
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | mac80211-ops.c | 666 struct ath_cycle_counters *cc = &common->cc_survey; in ath5k_get_survey() local
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dvb_demux.h | 92 int cc; member
|
D | dvb_filter.h | 32 unsigned char cc; member
|
D | dvb_demux.c | 295 u8 cc; in dvb_dmx_swfilter_section_packet() local
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 235 static cycle_t fec_ptp_read(const struct cyclecounter *cc) in fec_ptp_read()
|
D | fec.h | 530 struct cyclecounter cc; member
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | bgmac.c | 830 struct bcma_drv_cc *cc = &bgmac->core->bus->drv_cc; in bgmac_phy_init() local 1067 struct bcma_drv_cc *cc = &bgmac->core->bus->drv_cc; in bgmac_chip_reset() local
|
/linux-4.1.27/drivers/media/usb/ttusb-budget/ |
D | dvb-ttusb-budget.c | 124 int cc; /* MuxCounter - will increment on EVERY MUX PACKET */ member 562 u16 csum = 0, cc; in ttusb_process_muxpack() local
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | smp.c | 571 struct device_node *cc = NULL; in smp_core99_setup_i2c_hwsync() local
|
/linux-4.1.27/drivers/input/mouse/ |
D | cypress_ps2.h | 9 #define ENCODE_CMD(aa, bb, cc, dd) \ argument
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_controller.c | 216 static cycle_t azx_cc_read(const struct cyclecounter *cc) in azx_cc_read() 231 struct cyclecounter *cc = &azx_dev->azx_cc; in azx_timecounter_init() local
|
/linux-4.1.27/drivers/media/pci/saa7164/ |
D | saa7164-core.c | 120 u8 cc, a; in saa7164_ts_verifier() local
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_tty.c | 1152 int cc = isdn_tty_handleDLEdown(info, m, c); in isdn_tty_write() local 1180 int cc = isdn_tty_handleDLEdown(info, m, c); in isdn_tty_write() local
|
/linux-4.1.27/drivers/isdn/isdnloop/ |
D | isdnloop.c | 668 isdnloop_card *cc = cards; in isdnloop_try_call() local
|
/linux-4.1.27/drivers/media/i2c/ |
D | saa7127.c | 385 u16 cc = data->data[1] << 8 | data->data[0]; in saa7127_set_cc() local
|
/linux-4.1.27/drivers/clocksource/ |
D | arm_arch_timer.c | 440 static cycle_t arch_counter_read_cc(const struct cyclecounter *cc) in arch_counter_read_cc()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | chip.c | 937 struct brcmf_core_priv *cc; in brcmf_chip_setup() local 1043 struct brcmf_core_priv *cc; in brcmf_chip_get_chipcommon() local
|
/linux-4.1.27/net/ipv4/ |
D | inet_diag.c | 576 static int valid_cc(const void *bc, int len, int cc) in valid_cc()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | sstfb.c | 969 u8 cr0, cc; in sst_set_pll_att_ti() local
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | m68360_pram.h | 179 unsigned short cc[8]; /* Rx control characters */ member 223 unsigned short cc[8]; /* Rx control characters */ member
|
/linux-4.1.27/scripts/dtc/ |
D | checks.c | 696 struct check *cc = check_table[i]; in disable_warning_error() local
|
/linux-4.1.27/drivers/net/can/usb/ |
D | ems_usb.c | 189 } cc; member
|
/linux-4.1.27/drivers/media/usb/s2255/ |
D | s2255drv.c | 272 u32 cc; /* current channel */ member 1738 unsigned int cc; in save_frame() local
|
/linux-4.1.27/drivers/media/usb/au0828/ |
D | au0828-video.c | 1515 struct v4l2_cropcap *cc) in vidioc_cropcap()
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
D | cx231xx-video.c | 1440 struct v4l2_cropcap *cc) in vidioc_cropcap()
|
/linux-4.1.27/arch/arm/common/ |
D | edma.c | 1821 struct edma *cc = edma_cc[j]; in edma_pm_resume() local
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | e1000.h | 343 struct cyclecounter cc; member
|
D | netdev.c | 4148 static cycle_t e1000e_cyclecounter_read(const struct cyclecounter *cc) in e1000e_cyclecounter_read()
|
/linux-4.1.27/drivers/staging/speakup/ |
D | main.c | 1570 int cc; in count_highlight_color() local
|
/linux-4.1.27/fs/cifs/ |
D | smb2pdu.c | 1044 struct create_context *cc; in parse_lease_state() local
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | wmi.c | 1855 struct wmi_connect_cmd *cc; in ath6kl_wmi_connect_cmd() local 1907 struct wmi_reconnect_cmd *cc; in ath6kl_wmi_reconnect_cmd() local
|
/linux-4.1.27/drivers/staging/rts5208/ |
D | sd.c | 1278 u16 cc = ((u16)buf[0] << 8) | buf[1]; in sd_check_switch_mode() local
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pal.h | 478 cc : 1, /* Cache check */ member 576 cc : 1, /* Error occurred member
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | ps3av.h | 493 u8 cc:3; member
|
/linux-4.1.27/sound/pci/asihpi/ |
D | asihpi.c | 138 struct clk_cache cc; member
|
/linux-4.1.27/fs/ubifs/ |
D | ubifs.h | 841 struct crypto_comp *cc; member
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 3555 struct lcnphy_unsign16_struct cc; in wlc_lcnphy_get_cc() local
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-pci-defs.h | 263 uint32_t cc:24; member
|
D | cvmx-pciercx-defs.h | 2115 uint32_t cc:1; member
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 14619 static cycle_t bnx2x_cyclecounter_read(const struct cyclecounter *cc) in bnx2x_cyclecounter_read()
|