Home
last modified time | relevance | path

Searched defs:cc (Results 1 – 170 of 170) sorted by relevance

/linux-4.4.14/drivers/ssb/
Ddriver_chipcommon.c32 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 …]
Ddriver_chipcommon_pmu.c22 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 …]
Ddriver_chipcommon_sflash.c72 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()
Dscan.c276 u32 idhi, cc, rev, tmp; in ssb_bus_scan() local
Dssb_private.h233 static inline int ssb_sflash_init(struct ssb_chipcommon *cc) in ssb_sflash_init()
Dmain.c1147 struct ssb_chipcommon *cc; in ssb_bus_may_powerdown() local
/linux-4.4.14/drivers/bcma/
Ddriver_chipcommon.c18 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 …]
Ddriver_chipcommon_pmu.c16 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 …]
Ddriver_gpio.c27 struct bcma_drv_cc *cc = bcma_gpio_get_cc(chip); in bcma_gpio_get_value() local
35 struct bcma_drv_cc *cc = bcma_gpio_get_cc(chip); in bcma_gpio_set_value() local
42 struct bcma_drv_cc *cc = bcma_gpio_get_cc(chip); in bcma_gpio_direction_input() local
51 struct bcma_drv_cc *cc = bcma_gpio_get_cc(chip); in bcma_gpio_direction_output() local
60 struct bcma_drv_cc *cc = bcma_gpio_get_cc(chip); in bcma_gpio_request() local
73 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(gc); in bcma_gpio_irq_unmask() local
95 struct bcma_drv_cc *cc = bcma_gpio_get_cc(gc); in bcma_gpio_irq_mask() local
109 struct bcma_drv_cc *cc = dev_id; in bcma_gpio_irq_handler() local
127 static int bcma_gpio_irq_init(struct bcma_drv_cc *cc) in bcma_gpio_irq_init()
[all …]
Dbcma_private.h70 static inline int bcma_sflash_init(struct bcma_drv_cc *cc) in bcma_sflash_init()
82 static inline int bcma_nflash_init(struct bcma_drv_cc *cc) in bcma_nflash_init()
193 static inline int bcma_gpio_init(struct bcma_drv_cc *cc) in bcma_gpio_init()
197 static inline int bcma_gpio_unregister(struct bcma_drv_cc *cc) in bcma_gpio_unregister()
Ddriver_chipcommon_sflash.c73 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()
Ddriver_chipcommon_nflash.c19 int bcma_nflash_init(struct bcma_drv_cc *cc) in bcma_nflash_init()
Ddriver_mips.c238 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
Dsprom.c565 struct bcma_device *cc = bus->drv_cc.core; in bcma_sprom_onchip_offset() local
/linux-4.4.14/drivers/md/
Ddm-crypt.c54 struct crypt_config *cc; member
192 static struct crypto_ablkcipher *any_tfm(struct crypt_config *cc) in any_tfm()
244 static int crypt_iv_plain_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain_gen()
253 static int crypt_iv_plain64_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain64_gen()
263 static int crypt_iv_essiv_init(struct crypt_config *cc) in crypt_iv_essiv_init()
290 static int crypt_iv_essiv_wipe(struct crypt_config *cc) in crypt_iv_essiv_wipe()
308 static struct crypto_cipher *setup_essiv_cpu(struct crypt_config *cc, in setup_essiv_cpu()
340 static void crypt_iv_essiv_dtr(struct crypt_config *cc) in crypt_iv_essiv_dtr()
359 static int crypt_iv_essiv_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_essiv_ctr()
407 static int crypt_iv_essiv_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_essiv_gen()
[all …]
/linux-4.4.14/arch/s390/pci/
Dpci_insn.c16 static inline void zpci_err_insn(u8 cc, u8 status, u64 req, u64 offset) in zpci_err_insn()
21 u8 cc; in zpci_err_insn() member
31 u8 cc; in __mpcifc() local
45 u8 cc, status; in zpci_mod_fc() local
64 u8 cc; in __rpcit() local
79 u8 cc, status; in zpci_refresh_trans() local
106 int cc = -ENXIO; in __pcilg() local
128 int cc; in zpci_load() local
148 int cc = -ENXIO; in __pcistg() local
166 int cc; in zpci_store() local
[all …]
Dpci_clp.c37 u8 cc; in clp_instr() local
/linux-4.4.14/arch/blackfin/mach-common/
Dentry.S56 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 …]
Dinterrupt.S116 cc = r0 == 0; define
Dhead.S20 cc = r2 == 0; define
Ddpmc_modes.S218 cc = BITTST(R2, 1); /* SDSRA poll self-refresh status */ define
/linux-4.4.14/tools/arch/x86/include/asm/
Drmwcc.h6 #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.4.14/arch/x86/include/asm/
Drmwcc.h6 #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.4.14/mm/
Dcompaction.c190 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable()
257 static void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip()
290 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable()
296 static void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip()
312 struct compact_control *cc) in compact_trylock_irqsave()
342 unsigned long flags, bool *locked, struct compact_control *cc) in compact_unlock_should_abort()
374 static inline bool compact_should_abort(struct compact_control *cc) in compact_should_abort()
394 static unsigned long isolate_freepages_block(struct compact_control *cc, in isolate_freepages_block()
554 isolate_freepages_range(struct compact_control *cc, in isolate_freepages_range()
615 static void acct_isolated(struct zone *zone, struct compact_control *cc) in acct_isolated()
[all …]
Dzsmalloc.c1613 struct zs_compact_control *cc) in migrate_zspage()
1750 struct zs_compact_control cc; in __zs_compact() local
Dpage_alloc.c6637 static int __alloc_contig_migrate_range(struct compact_control *cc, in __alloc_contig_migrate_range()
6708 struct compact_control cc = { in alloc_contig_range() local
/linux-4.4.14/arch/blackfin/mach-bf561/
Datomic.S127 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 …]
Dsecondary.S180 cc = BITTST(r0, 0); define
/linux-4.4.14/fs/fuse/
Dcuse.c114 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
493 struct cuse_conn *cc; in cuse_channel_open() local
537 struct cuse_conn *cc = fc_to_cc(fud->fc); in cuse_channel_release() local
572 struct cuse_conn *cc = dev_get_drvdata(dev); in cuse_class_waiting_show() local
582 struct cuse_conn *cc = dev_get_drvdata(dev); in cuse_class_abort_store() local
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-vbi.c44 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.4.14/arch/blackfin/lib/
Ddivsi3.S48 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
Dsmulsi3_highpart.S23 cc = ac0; define
27 cc = ac0; define
Dumulsi3_highpart.S25 cc = ac0; define
/linux-4.4.14/arch/blackfin/kernel/
Dftrace-entry.S88 cc = r2 == r3; define
98 cc = r2 == r3; define
109 cc = r2 == r3; define
Dentry.S51 cc = p1 == 0; define
/linux-4.4.14/arch/xtensa/include/asm/
Dcoprocessor.h115 #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.4.14/drivers/mtd/nand/bcm47xxnflash/
Dops_bcm4706.c47 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
Dbcm47xxnflash.h12 struct bcma_drv_cc *cc; member
/linux-4.4.14/kernel/time/
Dtimecounter.c22 const struct cyclecounter *cc, in timecounter_init()
82 static u64 cc_cyc2ns_backwards(const struct cyclecounter *cc, in cc_cyc2ns_backwards()
/linux-4.4.14/include/linux/
Dtimecounter.h65 const struct cyclecounter *cc; member
79 static inline u64 cyclecounter_cyc2ns(const struct cyclecounter *cc, in cyclecounter_cyc2ns()
Dnvme.h25 __u32 cc; /* Controller Configuration */ member
/linux-4.4.14/arch/arm/probes/kprobes/
Dtest-arm.c1179 #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
Dtest-core.c1063 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
Dactions-thumb.c74 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.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-ptp.c125 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.4.14/arch/s390/include/asm/
Dtimex.h21 int cc; in set_tod_clock() local
33 int cc; in store_tod_clock() local
Dcpu_mf.h161 int cc; in lcctl() local
175 int cc; in ecctr() local
191 int cc; in stcctm5() local
204 int cc; in qsi() local
222 int cc; in lsctl() local
Dsigp.h43 int cc; in __pcpu_sigp() local
Dscsw.h42 __u32 cc : 2; member
84 u32 cc:2; member
119 u32 cc:2; member
Dpci_io.h93 int cc; in zpci_read_single() local
Dnmi.h67 u64 cc : 1; /* 47 clock comparator validity */ member
Dptrace.h39 unsigned long long cc : 2; /* Condition Code */ member
/linux-4.4.14/drivers/s390/cio/
Dqdio_main.c40 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
Deadm_sch.c67 int cc; in eadm_subchannel_start() local
93 int cc; in eadm_subchannel_clear() local
Dcio.c706 int retry, cc; in __disable_subchannel_easy() local
971 int cc; in cio_tm_start_key() local
1001 int cc; in cio_tm_intrg() local
Dioasm.h141 int cc; in chsc() local
Dchsc_sch.c129 int cc; in chsc_subchannel_prepare() local
245 int cc; in chsc_async() local
Ddevice_fsm.c42 int cc; in ccw_timeout_log() local
Dchsc.c280 u8 cc; /* content code */ member
293 u8 cc; /* content code */ member
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Daiutils.c444 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.4.14/drivers/s390/char/
Dvmur.c369 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
Dsclp.c154 int cc = 4; /* Initialize for program check handling */ in sclp_service_call() local
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dhw.c140 u32 cc, u32 rcc, u32 cc_prev, u32 rcc_prev) in ath10k_hw_fill_survey_time()
/linux-4.4.14/lib/fonts/
Dfonts.c119 int i, c, cc; in get_default_font() local
/linux-4.4.14/arch/mips/bcm47xx/
Dserial.c55 struct bcma_drv_cc *cc = &(bcm47xx_bus.bcma.bus.drv_cc); in uart8250_init_bcma() local
/linux-4.4.14/arch/alpha/kernel/
Dtime.c285 validate_cc_value(unsigned long cc) in validate_cc_value()
345 int cc, count = 0; in calibrate_cc_with_pit() local
/linux-4.4.14/arch/powerpc/xmon/
Dppc-dis.c156 int cc; in print_insn_powerpc() local
Dxmon.c2958 int esel = i, cc = i; in dump_tlb_book3e() local
/linux-4.4.14/drivers/s390/block/
Dxpram.c92 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
Ddasd_eckd.h396 __u8 cc; member
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-vbi-gen.c81 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
Dvivid-core.c346 static int vidioc_cropcap(struct file *file, void *fh, struct v4l2_cropcap *cc) in vidioc_cropcap()
/linux-4.4.14/drivers/net/wireless/ath/
Dhw.c180 struct ath_cycle_counters *cc = &common->cc_ani; in ath_hw_get_listen_time() local
Dregd.c551 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.4.14/drivers/usb/host/
Dohci-q.c757 int cc = 0; in td_done() local
831 static void ed_halted(struct ohci_hcd *ohci, struct td *td, int cc) in ed_halted()
946 int cc; in update_done_list() local
Dfhci-q.c221 u32 cc = td->status; in fhci_done_td() local
Dimx21-dbg.c44 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()
Dimx21-hcd.c643 int cc; in isoc_etd_done() local
1051 int cc; in nonisoc_etd_done() local
1348 int cc; in process_etds() local
Dohci-dbg.c300 int cc = (psw >> 12) & 0x0f; in ohci_dump_td() local
Disp116x-hcd.c355 u8 cc; in postproc_atl_queue() local
Disp1362-hcd.c505 u8 cc; in postproc_ep() local
Dimx21-hcd.h413 int cc; member
/linux-4.4.14/arch/s390/kernel/
Dsclp.c49 unsigned int cc; in _sclp_servc() local
Dsmp.c111 int cc; in __pcpu_sigp_relax() local
123 int cc, retry; in pcpu_sigp_retry() local
319 int cc; in pcpu_set_smt() local
/linux-4.4.14/include/linux/bcma/
Dbcma.h413 static inline void bcma_mask32(struct bcma_device *cc, u16 offset, u32 mask) in bcma_mask32()
417 static inline void bcma_set32(struct bcma_device *cc, u16 offset, u32 set) in bcma_set32()
421 static inline void bcma_maskset32(struct bcma_device *cc, in bcma_maskset32()
426 static inline void bcma_mask16(struct bcma_device *cc, u16 offset, u16 mask) in bcma_mask16()
430 static inline void bcma_set16(struct bcma_device *cc, u16 offset, u16 set) in bcma_set16()
434 static inline void bcma_maskset16(struct bcma_device *cc, in bcma_maskset16()
Dbcma_driver_chipcommon.h653 #define bcma_cc_read32(cc, offset) \ argument
655 #define bcma_cc_write32(cc, offset, val) \ argument
658 #define bcma_cc_mask32(cc, offset, mask) \ argument
660 #define bcma_cc_set32(cc, offset, set) \ argument
662 #define bcma_cc_maskset32(cc, offset, mask, set) \ argument
/linux-4.4.14/fs/hfsplus/
Dunicode.c101 static u16 *hfsplus_compose_lookup(u16 *p, u16 cc) in hfsplus_compose_lookup()
128 u16 cc, c0, c1; in hfsplus_uni2asc() local
/linux-4.4.14/arch/x86/math-emu/
Dstatus_w.h51 static inline void setcc(int cc) in setcc()
Dfpu_trig.c792 int cc; in do_fprem() local
/linux-4.4.14/sound/hda/
Dhdac_stream.c468 static cycle_t azx_cc_read(const struct cyclecounter *cc) in azx_cc_read()
479 struct cyclecounter *cc = &azx_dev->cc; in azx_timecounter_init() local
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-video.c622 const struct cx88_ctrl *cc = ctrl->priv; in cx8800_s_vid_ctrl() local
668 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.4.14/drivers/infiniband/hw/cxgb4/
Ddevice.c233 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.4.14/sound/isa/sb/
Demu8000_patch.c89 unsigned char cc; in read_word() local
/linux-4.4.14/drivers/clk/qcom/
Dcommon.c100 struct qcom_cc *cc; in qcom_cc_really_probe() local
/linux-4.4.14/arch/x86/kernel/cpu/
Dcentaur.c116 u32 aa, bb, cc, dd; in init_centaur() local
/linux-4.4.14/drivers/net/wireless/b43/
Dphy_lcn.c589 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.4.14/arch/s390/mm/
Dpageattr.c158 int cc; in kernel_page_present() local
/linux-4.4.14/fs/ncpfs/
Dncplib_kernel.c1107 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.4.14/include/linux/ssb/
Dssb_driver_chipcommon.h600 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.4.14/drivers/media/dvb-frontends/
Dix2505v.c140 u8 gain, cc, ref, psc, local_osc, lpf; in ix2505v_set_params() local
/linux-4.4.14/drivers/power/
Daxp288_charger.c177 int cc; member
187 static inline int axp288_charger_set_cc(struct axp288_chrg_info *info, int cc) in axp288_charger_set_cc()
713 int ret, cc, cv; in charger_init_hw_regs() local
/linux-4.4.14/sound/aoa/fabrics/
Dlayout.c768 struct codec_connection *cc; in check_codec() local
891 struct codec_connection *cc; in layout_attached_codec() local
/linux-4.4.14/drivers/tty/vt/
Dvt_ioctl.c825 ushort ll,cc; in vt_ioctl() local
850 ushort ll,cc,vlin,clin,vcol,ccol; in vt_ioctl() local
/linux-4.4.14/arch/s390/lib/
Dstring.c257 int cc; in strstr() local
/linux-4.4.14/drivers/block/paride/
Depat.c253 { int k, j, f, cc; in epat_test_proto() local
/linux-4.4.14/crypto/
Drmd128.c52 u32 aa, bb, cc, dd, aaa, bbb, ccc, ddd; in rmd128_transform() local
Drmd256.c52 u32 aa, bb, cc, dd, aaa, bbb, ccc, ddd, tmp; in rmd256_transform() local
Drmd320.c56 u32 aa, bb, cc, dd, ee, aaa, bbb, ccc, ddd, eee, tmp; in rmd320_transform() local
Drmd160.c56 u32 aa, bb, cc, dd, ee, aaa, bbb, ccc, ddd, eee; in rmd160_transform() local
Dtgr192.c468 u64 a, b, c, aa, bb, cc; in tgr192_transform() local
/linux-4.4.14/arch/microblaze/kernel/
Dtimer.c201 static cycle_t xilinx_cc_read(const struct cyclecounter *cc) in xilinx_cc_read()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dwq.h61 u32 cc; /* consumer counter */ member
Den.h356 u16 cc; member
/linux-4.4.14/arch/s390/kvm/
Dkvm-s390.h148 static inline void kvm_s390_set_psw_cc(struct kvm_vcpu *vcpu, unsigned long cc) in kvm_s390_set_psw_cc()
Dpriv.c966 int ret = 0, cc = 0; in handle_tprot() local
Dkvm-s390.c1003 u32 cc = 0; in kvm_s390_query_ap_config() local
1025 int cc; in kvm_s390_apxa_installed() local
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_qdio.c382 int cc; in zfcp_qdio_open() local
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dlink.c508 struct ath_cycle_counters *cc = &common->cc_survey; in ath_update_survey_stats() local
/linux-4.4.14/drivers/ata/
Dacard-ahci.c213 u16 cc; in acard_ahci_pci_print_info() local
Dahci.c900 u16 cc; in ahci_pci_print_info() local
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_ptp.c80 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()
Digb.h440 struct cyclecounter cc; member
/linux-4.4.14/drivers/net/ethernet/ti/
Dcpts.c104 static cycle_t cpts_systim_read(const struct cyclecounter *cc) in cpts_systim_read()
Dcpts.h119 struct cyclecounter cc; member
/linux-4.4.14/arch/powerpc/include/asm/
Dicswx.h88 u8 cc; member
Dps3av.h493 u8 cc:3; member
/linux-4.4.14/arch/s390/include/uapi/asm/
Dvtoc.h23 __u16 cc; member
30 __u16 cc; member
/linux-4.4.14/drivers/net/ethernet/freescale/
Dfec_ptp.c233 static cycle_t fec_ptp_read(const struct cyclecounter *cc) in fec_ptp_read()
Dfec.h532 struct cyclecounter cc; member
/linux-4.4.14/drivers/media/dvb-core/
Ddvb_demux.h92 int cc; member
Ddvb_filter.h32 unsigned char cc; member
Ddvb_demux.c295 u8 cc; in dvb_dmx_swfilter_section_packet() local
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c192 static cycle_t ixgbe_ptp_read(const struct cyclecounter *cc) in ixgbe_ptp_read()
Dixgbe.h758 struct cyclecounter cc; member
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Dmac80211-ops.c655 struct ath_cycle_counters *cc = &common->cc_survey; in ath5k_get_survey() local
/linux-4.4.14/drivers/staging/unisys/visornic/
Dvisornic_main.c1092 int i = 0, cc, numreposted; in repost_return() local
1162 int cc, currsize, off; in visornic_rx() local
/linux-4.4.14/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c124 int cc; /* MuxCounter - will increment on EVERY MUX PACKET */ member
563 u16 csum = 0, cc; in ttusb_process_muxpack() local
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbgmac.c830 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.4.14/drivers/input/mouse/
Dcypress_ps2.h9 #define ENCODE_CMD(aa, bb, cc, dd) \ argument
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dsmp.c571 struct device_node *cc = NULL; in smp_core99_setup_i2c_hwsync() local
/linux-4.4.14/drivers/media/pci/saa7164/
Dsaa7164-core.c125 u8 cc, a; in saa7164_ts_verifier() local
/linux-4.4.14/drivers/isdn/i4l/
Disdn_tty.c1152 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.4.14/drivers/clocksource/
Darm_arch_timer.c432 static cycle_t arch_counter_read_cc(const struct cyclecounter *cc) in arch_counter_read_cc()
/linux-4.4.14/drivers/isdn/isdnloop/
Disdnloop.c668 isdnloop_card *cc = cards; in isdnloop_try_call() local
/linux-4.4.14/drivers/media/i2c/
Dsaa7127.c385 u16 cc = data->data[1] << 8 | data->data[0]; in saa7127_set_cc() local
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dchip.c1007 struct brcmf_core_priv *cc; in brcmf_chip_setup() local
1113 struct brcmf_core_priv *cc; in brcmf_chip_get_chipcommon() local
/linux-4.4.14/net/ipv4/
Dinet_diag.c580 static int valid_cc(const void *bc, int len, int cc) in valid_cc()
/linux-4.4.14/drivers/video/fbdev/
Dsstfb.c969 u8 cr0, cc; in sst_set_pll_att_ti() local
/linux-4.4.14/arch/m68k/include/asm/
Dm68360_pram.h179 unsigned short cc[8]; /* Rx control characters */ member
223 unsigned short cc[8]; /* Rx control characters */ member
/linux-4.4.14/drivers/net/can/usb/
Dems_usb.c189 } cc; member
/linux-4.4.14/scripts/dtc/
Dchecks.c697 struct check *cc = check_table[i]; in disable_warning_error() local
/linux-4.4.14/drivers/media/usb/s2255/
Ds2255drv.c273 u32 cc; /* current channel */ member
1741 unsigned int cc; in save_frame() local
/linux-4.4.14/drivers/media/usb/au0828/
Dau0828-video.c1521 struct v4l2_cropcap *cc) in vidioc_cropcap()
/linux-4.4.14/include/sound/
Dhdaudio.h425 struct cyclecounter cc; member
/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx-video.c1443 struct v4l2_cropcap *cc) in vidioc_cropcap()
/linux-4.4.14/drivers/staging/speakup/
Dmain.c1575 int cc; in count_highlight_color() local
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
De1000.h345 struct cyclecounter cc; member
Dnetdev.c4278 static cycle_t e1000e_cyclecounter_read(const struct cyclecounter *cc) in e1000e_cyclecounter_read()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dwmi.c1855 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.4.14/drivers/staging/rts5208/
Dsd.c1277 u16 cc = ((u16)buf[0] << 8) | buf[1]; local
/linux-4.4.14/fs/cifs/
Dsmb2pdu.c1111 struct create_context *cc; in parse_lease_state() local
/linux-4.4.14/arch/ia64/include/asm/
Dpal.h478 cc : 1, /* Cache check */ member
576 cc : 1, /* Error occurred member
/linux-4.4.14/drivers/net/ethernet/renesas/
Dravb.h656 u8 cc; /* Content control MSBs (reserved) */ member
/linux-4.4.14/sound/pci/asihpi/
Dasihpi.c138 struct clk_cache cc; member
/linux-4.4.14/fs/ubifs/
Dubifs.h841 struct crypto_comp *cc; member
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c3555 struct lcnphy_unsign16_struct cc; in wlc_lcnphy_get_cc() local
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c15127 static cycle_t bnx2x_cyclecounter_read(const struct cyclecounter *cc) in bnx2x_cyclecounter_read()
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-pci-defs.h263 uint32_t cc:24; member
Dcvmx-pciercx-defs.h2115 uint32_t cc:1; member
/linux-4.4.14/include/linux/mlx5/
Dmlx5_ifc.h2417 u8 cc[0x1]; member