Home
last modified time | relevance | path

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

12345678910

/Linux-v5.15/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()
/Linux-v5.15/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 bool bcma_core_cc_has_pmu_watchdog(struct bcma_drv_cc *cc) in bcma_core_cc_has_pmu_watchdog()
56 static u32 bcma_chipco_watchdog_get_max_timer(struct bcma_drv_cc *cc) in bcma_chipco_watchdog_get_max_timer()
80 struct bcma_drv_cc *cc = bcm47xx_wdt_get_drvdata(wdt); in bcma_chipco_watchdog_timer_set_wdt() local
88 struct bcma_drv_cc *cc = bcm47xx_wdt_get_drvdata(wdt); in bcma_chipco_watchdog_timer_set_ms_wdt() local
95 static int bcma_chipco_watchdog_ticks_per_ms(struct bcma_drv_cc *cc) in bcma_chipco_watchdog_ticks_per_ms()
113 int bcma_chipco_watchdog_register(struct bcma_drv_cc *cc) in bcma_chipco_watchdog_register()
142 static void bcma_core_chipcommon_flash_detect(struct bcma_drv_cc *cc) in bcma_core_chipcommon_flash_detect()
169 void bcma_core_chipcommon_early_init(struct bcma_drv_cc *cc) in bcma_core_chipcommon_early_init()
[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.c22 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_get_value() local
30 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_set_value() local
37 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_direction_input() local
46 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_direction_output() local
55 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_request() local
68 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_free() local
79 struct bcma_drv_cc *cc = gpiochip_get_data(gc); in bcma_gpio_irq_unmask() local
90 struct bcma_drv_cc *cc = gpiochip_get_data(gc); in bcma_gpio_irq_mask() local
104 struct bcma_drv_cc *cc = dev_id; in bcma_gpio_irq_handler() local
122 static int bcma_gpio_irq_init(struct bcma_drv_cc *cc) in bcma_gpio_irq_init()
[all …]
Dbcma_private.h70 static inline int bcma_pflash_init(struct bcma_drv_cc *cc) in bcma_pflash_init()
82 static inline int bcma_sflash_init(struct bcma_drv_cc *cc) in bcma_sflash_init()
94 static inline int bcma_nflash_init(struct bcma_drv_cc *cc) in bcma_nflash_init()
205 static inline int bcma_gpio_init(struct bcma_drv_cc *cc) in bcma_gpio_init()
209 static inline int bcma_gpio_unregister(struct bcma_drv_cc *cc) in bcma_gpio_unregister()
/Linux-v5.15/drivers/md/
Ddm-crypt.c68 struct crypt_config *cc; member
244 static struct crypto_skcipher *any_tfm(struct crypt_config *cc) in any_tfm()
249 static struct crypto_aead *any_tfm_aead(struct crypt_config *cc) in any_tfm_aead()
310 static int crypt_iv_plain_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain_gen()
319 static int crypt_iv_plain64_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain64_gen()
328 static int crypt_iv_plain64be_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain64be_gen()
338 static int crypt_iv_essiv_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_essiv_gen()
351 static int crypt_iv_benbi_ctr(struct crypt_config *cc, struct dm_target *ti, in crypt_iv_benbi_ctr()
381 static void crypt_iv_benbi_dtr(struct crypt_config *cc) in crypt_iv_benbi_dtr()
385 static int crypt_iv_benbi_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_benbi_gen()
[all …]
/Linux-v5.15/arch/s390/pci/
Dpci_insn.c20 static inline void zpci_err_insn(u8 cc, u8 status, u64 req, u64 offset) in zpci_err_insn()
25 u8 cc; in zpci_err_insn() member
35 u8 cc; in __mpcifc() local
49 u8 cc; in zpci_mod_fc() local
67 u8 cc; in __rpcit() local
82 u8 cc, status; in zpci_refresh_trans() local
116 int cc = -ENXIO; in ____pcilg() local
135 int cc; in __pcilg() local
147 int cc; in __zpci_load() local
174 int cc = -ENXIO; in __pcilg_mio() local
[all …]
Dpci_mmio.c17 static inline void zpci_err_mmio(u8 cc, u8 status, u64 offset) in zpci_err_mmio()
21 u8 cc; in zpci_err_mmio() member
32 int cc = -ENXIO; in __pcistb_mio_inuser() local
53 int cc = -ENXIO; in __pcistg_mio_inuser() local
199 int cc = -ENXIO; in __pcilg_mio_inuser() local
/Linux-v5.15/fs/f2fs/
Dcompress.c59 static unsigned int offset_in_cluster(struct compress_ctx *cc, pgoff_t index) in offset_in_cluster()
64 static pgoff_t cluster_idx(struct compress_ctx *cc, pgoff_t index) in cluster_idx()
69 static pgoff_t start_idx_of_cluster(struct compress_ctx *cc) in start_idx_of_cluster()
98 static void f2fs_drop_rpages(struct compress_ctx *cc, int len, bool unlock) in f2fs_drop_rpages()
112 static void f2fs_put_rpages(struct compress_ctx *cc) in f2fs_put_rpages()
117 static void f2fs_unlock_rpages(struct compress_ctx *cc, int len) in f2fs_unlock_rpages()
122 static void f2fs_put_rpages_wbc(struct compress_ctx *cc, in f2fs_put_rpages_wbc()
141 int f2fs_init_compress_ctx(struct compress_ctx *cc) in f2fs_init_compress_ctx()
150 void f2fs_destroy_compress_ctx(struct compress_ctx *cc, bool reuse) in f2fs_destroy_compress_ctx()
160 void f2fs_compress_ctx_add_page(struct compress_ctx *cc, struct page *page) in f2fs_compress_ctx_add_page()
[all …]
/Linux-v5.15/mm/
Dcompaction.c221 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable()
402 static bool test_and_set_skip(struct compact_control *cc, struct page *page, in test_and_set_skip()
421 static void update_cached_migrate(struct compact_control *cc, unsigned long pfn) in update_cached_migrate()
442 static void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip()
460 static inline bool isolation_suitable(struct compact_control *cc, in isolation_suitable()
471 static inline void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip()
476 static void update_cached_migrate(struct compact_control *cc, unsigned long pfn) in update_cached_migrate()
480 static bool test_and_set_skip(struct compact_control *cc, struct page *page, in test_and_set_skip()
497 struct compact_control *cc) in compact_lock_irqsave()
528 unsigned long flags, bool *locked, struct compact_control *cc) in compact_unlock_should_abort()
[all …]
/Linux-v5.15/tools/arch/x86/include/asm/
Drmwcc.h7 #define __GEN_RMWcc(fullop, var, cc, ...) \ argument
17 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \ argument
20 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \ argument
25 #define __GEN_RMWcc(fullop, var, cc, ...) \ argument
34 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \ argument
37 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \ argument
/Linux-v5.15/drivers/clk/sprd/
Dcomposite.c15 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_round_rate() local
24 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_recalc_rate() local
32 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_set_rate() local
40 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_get_parent() local
47 struct sprd_comp *cc = hw_to_sprd_comp(hw); in sprd_comp_set_parent() local
/Linux-v5.15/arch/x86/include/asm/
Drmwcc.h18 #define __GEN_RMWcc(fullop, _var, cc, clobbers, ...) \ argument
34 #define __GEN_RMWcc(fullop, _var, cc, clobbers, ...) \ argument
45 #define GEN_UNARY_RMWcc_4(op, var, cc, arg0) \ argument
48 #define GEN_UNARY_RMWcc_3(op, var, cc) \ argument
53 #define GEN_BINARY_RMWcc_6(op, var, cc, vcon, _val, arg0) \ argument
57 #define GEN_BINARY_RMWcc_5(op, var, cc, vcon, val) \ argument
62 #define GEN_UNARY_SUFFIXED_RMWcc(op, suffix, var, cc, clobbers...) \ argument
66 #define GEN_BINARY_SUFFIXED_RMWcc(op, suffix, var, cc, vcon, _val, clobbers...)\ argument
/Linux-v5.15/arch/s390/kvm/
Dpv.c19 int cc = 0; in kvm_s390_pv_destroy_cpu() local
58 int cc; in kvm_s390_pv_create_cpu() local
161 int cc; in kvm_s390_pv_deinit_vm() local
184 int cc, ret; in kvm_s390_pv_init_vm() local
229 int cc = uv_call(0, (u64)&uvcb); in kvm_s390_pv_set_sec_parms() local
300 int cc; in kvm_s390_pv_set_cpu_state() local
/Linux-v5.15/fs/fuse/
Dcuse.c117 struct cuse_conn *cc = NULL, *pos; in cuse_open() local
159 struct cuse_conn *cc = fc_to_cc(ff->fm->fc); in cuse_file_ioctl() local
172 struct cuse_conn *cc = fc_to_cc(ff->fm->fc); in cuse_file_compat_ioctl() local
323 struct cuse_conn *cc = fc_to_cc(fc), *pos; in cuse_process_init_reply() local
425 static int cuse_send_init(struct cuse_conn *cc) in cuse_send_init()
477 struct cuse_conn *cc = fc_to_cc(fc); in cuse_fc_release() local
499 struct cuse_conn *cc; in cuse_channel_open() local
547 struct cuse_conn *cc = fc_to_cc(fud->fc); in cuse_channel_release() local
580 struct cuse_conn *cc = dev_get_drvdata(dev); in cuse_class_waiting_show() local
590 struct cuse_conn *cc = dev_get_drvdata(dev); in cuse_class_abort_store() local
/Linux-v5.15/drivers/media/pci/ivtv/
Divtv-vbi.c32 static void ivtv_set_cc(struct ivtv *itv, int mode, const struct vbi_cc *cc) in ivtv_set_cc()
85 struct vbi_cc *cc, int *found_cc) in ivtv_write_vbi_line()
121 static void ivtv_write_vbi_cc_lines(struct ivtv *itv, const struct vbi_cc *cc) in ivtv_write_vbi_cc_lines()
137 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi() local
153 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_write_vbi_from_user() local
454 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_disable_cc() local
466 struct vbi_cc cc = { .odd = { 0x80, 0x80 }, .even = { 0x80, 0x80 } }; in ivtv_vbi_work_handler() local
/Linux-v5.15/arch/xtensa/include/asm/
Dcoprocessor.h101 #define XCHAL_SA_REG(list,cc,abi,type,y,name,z,align,size,...) \ argument
104 #define __REG0(cc,abi,t,name,s,a) __REG0_ ## cc (abi,name) argument
105 #define __REG1(cc,abi,t,name,s,a) __REG1_ ## cc (name) argument
106 #define __REG2(cc,abi,type,...) __REG2_ ## type (__VA_ARGS__) argument
/Linux-v5.15/drivers/mtd/nand/raw/bcm47xxnflash/
Dops_bcm4706.c43 static int bcm47xxnflash_ops_bcm4706_ctl_cmd(struct bcma_drv_cc *cc, u32 code) in bcm47xxnflash_ops_bcm4706_ctl_cmd()
61 static int bcm47xxnflash_ops_bcm4706_poll(struct bcma_drv_cc *cc) in bcm47xxnflash_ops_bcm4706_poll()
140 struct bcma_drv_cc *cc = b47n->cc; in bcm47xxnflash_ops_bcm4706_write() local
215 struct bcma_drv_cc *cc = b47n->cc; in bcm47xxnflash_ops_bcm4706_cmdfunc() local
311 struct bcma_drv_cc *cc = b47n->cc; in bcm47xxnflash_ops_bcm4706_read_byte() local
/Linux-v5.15/net/sunrpc/xprtrdma/
Dsvc_rdma_rw.c171 struct svc_rdma_chunk_ctxt *cc) in svc_rdma_cc_init()
185 static void svc_rdma_cc_release(struct svc_rdma_chunk_ctxt *cc, in svc_rdma_cc_release()
264 struct svc_rdma_chunk_ctxt *cc = in svc_rdma_write_done() local
321 struct svc_rdma_chunk_ctxt *cc = in svc_rdma_wc_read_done() local
340 static int svc_rdma_post_chunk_ctxt(struct svc_rdma_chunk_ctxt *cc) in svc_rdma_post_chunk_ctxt()
449 struct svc_rdma_chunk_ctxt *cc = &info->wi_cc; in svc_rdma_build_writes() local
597 struct svc_rdma_chunk_ctxt *cc; in svc_rdma_send_write_chunk() local
638 struct svc_rdma_chunk_ctxt *cc; in svc_rdma_send_reply_chunk() local
683 struct svc_rdma_chunk_ctxt *cc = &info->ri_cc; in svc_rdma_build_read_segment() local
1099 struct svc_rdma_chunk_ctxt *cc; in svc_rdma_process_read_list() local
/Linux-v5.15/drivers/staging/media/imx/
Dimx-media-capture.c63 const struct imx_media_pixfmt *cc; in capture_find_format() local
105 const struct imx_media_pixfmt *cc; in capture_enum_framesizes() local
144 const struct imx_media_pixfmt *cc; in __capture_try_fmt() local
194 const struct imx_media_pixfmt *cc; in capture_s_fmt_vid_cap() local
284 const struct imx_media_pixfmt *cc; in capture_legacy_enum_framesizes() local
324 const struct imx_media_pixfmt *cc; in capture_legacy_enum_frameintervals() local
400 const struct imx_media_pixfmt *cc; in __capture_legacy_try_fmt() local
449 const struct imx_media_pixfmt *cc; in capture_legacy_s_fmt_vid_cap() local
674 const struct imx_media_pixfmt *cc; in capture_validate_fmt() local
/Linux-v5.15/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd-timestamp.c14 static u64 mcp251xfd_timestamp_read(const struct cyclecounter *cc) in mcp251xfd_timestamp_read()
54 struct cyclecounter *cc = &priv->cc; in mcp251xfd_timestamp_init() local
/Linux-v5.15/kernel/time/
Dtimecounter.c9 const struct cyclecounter *cc, in timecounter_init()
69 static u64 cc_cyc2ns_backwards(const struct cyclecounter *cc, in cc_cyc2ns_backwards()
/Linux-v5.15/drivers/char/tpm/
Dtpm2-space.c239 static int tpm2_map_command(struct tpm_chip *chip, u32 cc, u8 *cmd) in tpm2_map_command()
271 u32 cc; in tpm_find_and_validate_cc() local
304 int cc; in tpm2_prepare_space() local
374 static int tpm2_map_response_header(struct tpm_chip *chip, u32 cc, u8 *rsp, in tpm2_map_response_header()
434 static int tpm2_map_response_body(struct tpm_chip *chip, u32 cc, u8 *rsp, in tpm2_map_response_body()

12345678910