/linux-4.4.14/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 | 233 static inline int ssb_sflash_init(struct ssb_chipcommon *cc) in ssb_sflash_init()
|
D | main.c | 1147 struct ssb_chipcommon *cc; in ssb_bus_may_powerdown() local
|
/linux-4.4.14/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 | 27 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 …]
|
D | bcma_private.h | 70 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()
|
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.4.14/drivers/md/ |
D | dm-crypt.c | 54 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/ |
D | pci_insn.c | 16 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 …]
|
D | pci_clp.c | 37 u8 cc; in clp_instr() local
|
/linux-4.4.14/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.4.14/tools/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.4.14/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.4.14/mm/ |
D | compaction.c | 190 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 …]
|
D | zsmalloc.c | 1613 struct zs_compact_control *cc) in migrate_zspage() 1750 struct zs_compact_control cc; in __zs_compact() local
|
D | page_alloc.c | 6637 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/ |
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.4.14/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 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/ |
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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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 | 25 __u32 cc; /* Controller Configuration */ member
|
/linux-4.4.14/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.4.14/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.4.14/arch/s390/include/asm/ |
D | timex.h | 21 int cc; in set_tod_clock() local 33 int cc; in store_tod_clock() local
|
D | cpu_mf.h | 161 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
|
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 | pci_io.h | 93 int cc; in zpci_read_single() local
|
D | nmi.h | 67 u64 cc : 1; /* 47 clock comparator validity */ member
|
D | ptrace.h | 39 unsigned long long cc : 2; /* Condition Code */ member
|
/linux-4.4.14/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 | 706 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
|
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 | 280 u8 cc; /* content code */ member 293 u8 cc; /* content code */ member
|
/linux-4.4.14/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.4.14/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.4.14/drivers/net/wireless/ath/ath10k/ |
D | hw.c | 140 u32 cc, u32 rcc, u32 cc_prev, u32 rcc_prev) in ath10k_hw_fill_survey_time()
|
/linux-4.4.14/lib/fonts/ |
D | fonts.c | 119 int i, c, cc; in get_default_font() local
|
/linux-4.4.14/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.4.14/arch/alpha/kernel/ |
D | time.c | 285 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/ |
D | ppc-dis.c | 156 int cc; in print_insn_powerpc() local
|
D | xmon.c | 2958 int esel = i, cc = i; in dump_tlb_book3e() local
|
/linux-4.4.14/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 | 396 __u8 cc; member
|
/linux-4.4.14/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.4.14/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.4.14/drivers/usb/host/ |
D | ohci-q.c | 757 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
|
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.4.14/arch/s390/kernel/ |
D | sclp.c | 49 unsigned int cc; in _sclp_servc() local
|
D | smp.c | 111 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/ |
D | bcma.h | 413 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()
|
D | bcma_driver_chipcommon.h | 653 #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/ |
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.4.14/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.4.14/sound/hda/ |
D | hdac_stream.c | 468 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/ |
D | cx88-video.c | 622 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/ |
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.4.14/sound/isa/sb/ |
D | emu8000_patch.c | 89 unsigned char cc; in read_word() local
|
/linux-4.4.14/drivers/clk/qcom/ |
D | common.c | 100 struct qcom_cc *cc; in qcom_cc_really_probe() local
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | centaur.c | 116 u32 aa, bb, cc, dd; in init_centaur() local
|
/linux-4.4.14/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.4.14/arch/s390/mm/ |
D | pageattr.c | 158 int cc; in kernel_page_present() local
|
/linux-4.4.14/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.4.14/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.4.14/drivers/media/dvb-frontends/ |
D | ix2505v.c | 140 u8 gain, cc, ref, psc, local_osc, lpf; in ix2505v_set_params() local
|
/linux-4.4.14/drivers/power/ |
D | axp288_charger.c | 177 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/ |
D | layout.c | 768 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/ |
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.4.14/arch/s390/lib/ |
D | string.c | 257 int cc; in strstr() local
|
/linux-4.4.14/drivers/block/paride/ |
D | epat.c | 253 { int k, j, f, cc; in epat_test_proto() local
|
/linux-4.4.14/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.4.14/arch/microblaze/kernel/ |
D | timer.c | 201 static cycle_t xilinx_cc_read(const struct cyclecounter *cc) in xilinx_cc_read()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | wq.h | 61 u32 cc; /* consumer counter */ member
|
D | en.h | 356 u16 cc; member
|
/linux-4.4.14/arch/s390/kvm/ |
D | kvm-s390.h | 148 static inline void kvm_s390_set_psw_cc(struct kvm_vcpu *vcpu, unsigned long cc) in kvm_s390_set_psw_cc()
|
D | priv.c | 966 int ret = 0, cc = 0; in handle_tprot() local
|
D | kvm-s390.c | 1003 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/ |
D | zfcp_qdio.c | 382 int cc; in zfcp_qdio_open() local
|
/linux-4.4.14/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.4.14/drivers/ata/ |
D | acard-ahci.c | 213 u16 cc; in acard_ahci_pci_print_info() local
|
D | ahci.c | 900 u16 cc; in ahci_pci_print_info() local
|
/linux-4.4.14/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.4.14/drivers/net/ethernet/ti/ |
D | cpts.c | 104 static cycle_t cpts_systim_read(const struct cyclecounter *cc) in cpts_systim_read()
|
D | cpts.h | 119 struct cyclecounter cc; member
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | icswx.h | 88 u8 cc; member
|
D | ps3av.h | 493 u8 cc:3; member
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | vtoc.h | 23 __u16 cc; member 30 __u16 cc; member
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 233 static cycle_t fec_ptp_read(const struct cyclecounter *cc) in fec_ptp_read()
|
D | fec.h | 532 struct cyclecounter cc; member
|
/linux-4.4.14/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.4.14/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 | 758 struct cyclecounter cc; member
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | mac80211-ops.c | 655 struct ath_cycle_counters *cc = &common->cc_survey; in ath5k_get_survey() local
|
/linux-4.4.14/drivers/staging/unisys/visornic/ |
D | visornic_main.c | 1092 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/ |
D | dvb-ttusb-budget.c | 124 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/ |
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.4.14/drivers/input/mouse/ |
D | cypress_ps2.h | 9 #define ENCODE_CMD(aa, bb, cc, dd) \ argument
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | smp.c | 571 struct device_node *cc = NULL; in smp_core99_setup_i2c_hwsync() local
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
D | saa7164-core.c | 125 u8 cc, a; in saa7164_ts_verifier() local
|
/linux-4.4.14/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.4.14/drivers/clocksource/ |
D | arm_arch_timer.c | 432 static cycle_t arch_counter_read_cc(const struct cyclecounter *cc) in arch_counter_read_cc()
|
/linux-4.4.14/drivers/isdn/isdnloop/ |
D | isdnloop.c | 668 isdnloop_card *cc = cards; in isdnloop_try_call() local
|
/linux-4.4.14/drivers/media/i2c/ |
D | saa7127.c | 385 u16 cc = data->data[1] << 8 | data->data[0]; in saa7127_set_cc() local
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | chip.c | 1007 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/ |
D | inet_diag.c | 580 static int valid_cc(const void *bc, int len, int cc) in valid_cc()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | sstfb.c | 969 u8 cr0, cc; in sst_set_pll_att_ti() local
|
/linux-4.4.14/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.4.14/drivers/net/can/usb/ |
D | ems_usb.c | 189 } cc; member
|
/linux-4.4.14/scripts/dtc/ |
D | checks.c | 697 struct check *cc = check_table[i]; in disable_warning_error() local
|
/linux-4.4.14/drivers/media/usb/s2255/ |
D | s2255drv.c | 273 u32 cc; /* current channel */ member 1741 unsigned int cc; in save_frame() local
|
/linux-4.4.14/drivers/media/usb/au0828/ |
D | au0828-video.c | 1521 struct v4l2_cropcap *cc) in vidioc_cropcap()
|
/linux-4.4.14/include/sound/ |
D | hdaudio.h | 425 struct cyclecounter cc; member
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | cx231xx-video.c | 1443 struct v4l2_cropcap *cc) in vidioc_cropcap()
|
/linux-4.4.14/drivers/staging/speakup/ |
D | main.c | 1575 int cc; in count_highlight_color() local
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | e1000.h | 345 struct cyclecounter cc; member
|
D | netdev.c | 4278 static cycle_t e1000e_cyclecounter_read(const struct cyclecounter *cc) in e1000e_cyclecounter_read()
|
/linux-4.4.14/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.4.14/drivers/staging/rts5208/ |
D | sd.c | 1277 u16 cc = ((u16)buf[0] << 8) | buf[1]; local
|
/linux-4.4.14/fs/cifs/ |
D | smb2pdu.c | 1111 struct create_context *cc; in parse_lease_state() local
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pal.h | 478 cc : 1, /* Cache check */ member 576 cc : 1, /* Error occurred member
|
/linux-4.4.14/drivers/net/ethernet/renesas/ |
D | ravb.h | 656 u8 cc; /* Content control MSBs (reserved) */ member
|
/linux-4.4.14/sound/pci/asihpi/ |
D | asihpi.c | 138 struct clk_cache cc; member
|
/linux-4.4.14/fs/ubifs/ |
D | ubifs.h | 841 struct crypto_comp *cc; member
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 3555 struct lcnphy_unsign16_struct cc; in wlc_lcnphy_get_cc() local
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 15127 static cycle_t bnx2x_cyclecounter_read(const struct cyclecounter *cc) in bnx2x_cyclecounter_read()
|
/linux-4.4.14/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.4.14/include/linux/mlx5/ |
D | mlx5_ifc.h | 2417 u8 cc[0x1]; member
|