Home
last modified time | relevance | path

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

1234567891011

/linux-6.3-rc2/drivers/ssb/
A Ddriver_chipcommon.c42 void ssb_chipco_set_clockmode(struct ssb_chipcommon *cc, in ssb_chipco_set_clockmode()
242 static u16 pmu_fast_powerup_delay(struct ssb_chipcommon *cc) in pmu_fast_powerup_delay()
285 static u32 ssb_chipco_alp_clock(struct ssb_chipcommon *cc) in ssb_chipco_alp_clock()
313 struct ssb_chipcommon *cc = bcm47xx_wdt_get_drvdata(wdt); in ssb_chipco_watchdog_timer_set_wdt() local
323 struct ssb_chipcommon *cc = bcm47xx_wdt_get_drvdata(wdt); in ssb_chipco_watchdog_timer_set_ms() local
348 void ssb_chipcommon_init(struct ssb_chipcommon *cc) in ssb_chipcommon_init()
375 void ssb_chipco_suspend(struct ssb_chipcommon *cc) in ssb_chipco_suspend()
382 void ssb_chipco_resume(struct ssb_chipcommon *cc) in ssb_chipco_resume()
391 void ssb_chipco_get_clockcpu(struct ssb_chipcommon *cc, in ssb_chipco_get_clockcpu()
434 void ssb_chipco_timing_init(struct ssb_chipcommon *cc, in ssb_chipco_timing_init()
[all …]
A 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()
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()
631 u32 ssb_pmu_get_alp_clock(struct ssb_chipcommon *cc) in ssb_pmu_get_alp_clock()
645 u32 ssb_pmu_get_cpu_clock(struct ssb_chipcommon *cc) in ssb_pmu_get_cpu_clock()
[all …]
A 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-6.3-rc2/drivers/bcma/
A Ddriver_chipcommon.c28 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
113 int bcma_chipco_watchdog_register(struct bcma_drv_cc *cc) in bcma_chipco_watchdog_register()
169 void bcma_core_chipcommon_early_init(struct bcma_drv_cc *cc) in bcma_core_chipcommon_early_init()
193 void bcma_core_chipcommon_init(struct bcma_drv_cc *cc) in bcma_core_chipcommon_init()
269 u32 bcma_chipco_irq_status(struct bcma_drv_cc *cc, u32 mask) in bcma_chipco_irq_status()
274 u32 bcma_chipco_gpio_in(struct bcma_drv_cc *cc, u32 mask) in bcma_chipco_gpio_in()
[all …]
A Ddriver_chipcommon_pmu.c16 u32 bcma_chipco_pll_read(struct bcma_drv_cc *cc, u32 offset) in bcma_chipco_pll_read()
41 void bcma_chipco_chipctl_maskset(struct bcma_drv_cc *cc, in bcma_chipco_chipctl_maskset()
59 static u32 bcma_pmu_xtalfreq(struct bcma_drv_cc *cc) in bcma_pmu_xtalfreq()
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()
230 static void bcma_pmu_workarounds(struct bcma_drv_cc *cc) in bcma_pmu_workarounds()
274 void bcma_pmu_early_init(struct bcma_drv_cc *cc) in bcma_pmu_early_init()
295 void bcma_pmu_init(struct bcma_drv_cc *cc) in bcma_pmu_init()
309 u32 bcma_pmu_get_alp_clock(struct bcma_drv_cc *cc) in bcma_pmu_get_alp_clock()
420 u32 bcma_pmu_get_bus_clock(struct bcma_drv_cc *cc) in bcma_pmu_get_bus_clock()
[all …]
A Ddriver_gpio.c24 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_get_value() local
32 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_set_value() local
39 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_direction_input() local
48 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_direction_output() local
57 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_request() local
70 struct bcma_drv_cc *cc = gpiochip_get_data(chip); in bcma_gpio_free() local
81 struct bcma_drv_cc *cc = gpiochip_get_data(gc); in bcma_gpio_irq_unmask() local
93 struct bcma_drv_cc *cc = gpiochip_get_data(gc); in bcma_gpio_irq_mask() local
110 struct bcma_drv_cc *cc = dev_id; in bcma_gpio_irq_handler() local
176 int bcma_gpio_init(struct bcma_drv_cc *cc) in bcma_gpio_init()
[all …]
A 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-6.3-rc2/drivers/md/
A Ddm-crypt.c72 struct crypt_config *cc; member
1665 struct crypt_config *cc = io->cc; in crypt_alloc_buffer() local
1754 struct crypt_config *cc = io->cc; in crypt_dec_pending() local
1809 struct crypt_config *cc = io->cc; in crypt_endio() local
1837 struct crypt_config *cc = io->cc; in kcryptd_io_read() local
1878 struct crypt_config *cc = io->cc; in kcryptd_queue_read() local
1895 struct crypt_config *cc = data; in dmcrypt_write() local
1948 struct crypt_config *cc = io->cc; in kcryptd_crypt_write_io_submit() local
2013 struct crypt_config *cc = io->cc; in kcryptd_crypt_write_continue() local
2043 struct crypt_config *cc = io->cc; in kcryptd_crypt_write_convert() local
[all …]
/linux-6.3-rc2/arch/s390/pci/
A Dpci_insn.c23 u8 cc; member
60 u8 cc; in __mpcifc() local
75 u8 cc; in zpci_mod_fc() local
101 u8 cc; in __rpcit() local
178 int cc; in __pcilg() local
191 int cc; in __zpci_load() local
244 int cc; in zpci_load() local
280 int cc; in __zpci_store() local
332 int cc; in zpci_store() local
367 int cc; in __zpci_store_block() local
[all …]
A Dpci_mmio.c18 static inline void zpci_err_mmio(u8 cc, u8 status, u64 offset) in zpci_err_mmio()
22 u8 cc; in zpci_err_mmio() member
33 int cc = -ENXIO; in __pcistb_mio_inuser() local
54 int cc = -ENXIO; in __pcistg_mio_inuser() local
200 int cc = -ENXIO; in __pcilg_mio_inuser() local
/linux-6.3-rc2/fs/f2fs/
A Dcompress.c113 static void f2fs_put_rpages(struct compress_ctx *cc) in f2fs_put_rpages()
123 static void f2fs_put_rpages_wbc(struct compress_ctx *cc, in f2fs_put_rpages_wbc()
142 int f2fs_init_compress_ctx(struct compress_ctx *cc) in f2fs_init_compress_ctx()
193 static int lzo_compress_pages(struct compress_ctx *cc) in lzo_compress_pages()
268 static int lz4hc_compress_pages(struct compress_ctx *cc) in lz4hc_compress_pages()
287 static int lz4_compress_pages(struct compress_ctx *cc) in lz4_compress_pages()
378 static int zstd_compress_pages(struct compress_ctx *cc) in zstd_compress_pages()
821 bool f2fs_cluster_is_empty(struct compress_ctx *cc) in f2fs_cluster_is_empty()
1114 struct compress_ctx cc = { in f2fs_prepare_compress_overwrite() local
1130 struct compress_ctx cc = { in f2fs_compress_write_end() local
[all …]
/linux-6.3-rc2/mm/
A Dcompaction.c435 static void update_pageblock_skip(struct compact_control *cc, in update_pageblock_skip()
490 struct compact_control *cc) in compact_lock_irqsave()
680 isolate_freepages_range(struct compact_control *cc, in isolate_freepages_range()
1295 freelist_scan_limit(struct compact_control *cc) in freelist_scan_limit()
1395 fast_isolate_freepages(struct compact_control *cc) in fast_isolate_freepages()
1558 static void isolate_freepages(struct compact_control *cc) in isolate_freepages()
1734 reinit_migrate_pfn(struct compact_control *cc) in reinit_migrate_pfn()
2527 struct compact_control cc = { in compact_zone_order() local
2669 struct compact_control cc = { in proactive_compact_node() local
2700 struct compact_control cc = { in compact_node() local
[all …]
A Dkhugepaged.c547 struct collapse_control *cc, in __collapse_huge_page_isolate()
833 struct collapse_control *cc) in hugepage_vma_revalidate()
970 struct collapse_control *cc) in alloc_charge_hpage()
986 struct collapse_control *cc) in collapse_huge_page()
1142 struct collapse_control *cc) in hpage_collapse_scan_pmd()
1634 struct collapse_control *cc) in retract_page_tables()
1772 struct collapse_control *cc) in collapse_file()
2144 struct collapse_control *cc) in hpage_collapse_scan_file()
2243 struct collapse_control *cc) in hpage_collapse_scan_file()
2260 struct collapse_control *cc) in khugepaged_scan_mm_slot()
[all …]
/linux-6.3-rc2/drivers/clk/sprd/
A 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-6.3-rc2/arch/x86/include/asm/
A 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-6.3-rc2/arch/s390/kvm/
A Dpv.c54 int cc; in kvm_s390_pv_destroy_cpu() local
93 int cc; in kvm_s390_pv_create_cpu() local
204 int cc; in kvm_s390_pv_dispose_one_leftover() local
264 int cc; in kvm_s390_pv_deinit_vm_fast() local
368 int cc; in kvm_s390_pv_deinit_vm() local
407 int cc = 0; in kvm_s390_pv_deinit_cleanup_all() local
540 int cc, ret; in kvm_s390_pv_init_vm() local
594 int cc = uv_call(0, (u64)&uvcb); in kvm_s390_pv_set_sec_parms() local
663 int cc; in kvm_s390_pv_set_cpu_state() local
681 int cc; in kvm_s390_pv_dump_cpu() local
[all …]
/linux-6.3-rc2/fs/fuse/
A 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
577 struct cuse_conn *cc = dev_get_drvdata(dev); in cuse_class_waiting_show() local
587 struct cuse_conn *cc = dev_get_drvdata(dev); in cuse_class_abort_store() local
/linux-6.3-rc2/sound/soc/qcom/qdsp6/
A Dq6dsp-lpass-clocks.c40 struct q6dsp_cc *cc = dev_get_drvdata(clk->dev); in clk_q6dsp_prepare() local
49 struct q6dsp_cc *cc = dev_get_drvdata(clk->dev); in clk_q6dsp_unprepare() local
90 struct q6dsp_cc *cc = dev_get_drvdata(clk->dev); in clk_vote_q6dsp_block() local
99 struct q6dsp_cc *cc = dev_get_drvdata(clk->dev); in clk_unvote_q6dsp_block() local
113 struct q6dsp_cc *cc = data; in q6dsp_of_clk_hw_get() local
132 struct q6dsp_cc *cc; in q6dsp_clock_dev_probe() local
/linux-6.3-rc2/drivers/media/pci/ivtv/
A 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-6.3-rc2/tools/arch/x86/include/asm/
A Drmwcc.h5 #define __GEN_RMWcc(fullop, var, cc, ...) \ argument
15 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \ argument
18 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \ argument
/linux-6.3-rc2/arch/xtensa/include/asm/
A 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-6.3-rc2/drivers/mtd/nand/raw/bcm47xxnflash/
A 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-6.3-rc2/net/sunrpc/xprtrdma/
A Dsvc_rdma_rw.c172 struct svc_rdma_chunk_ctxt *cc) in svc_rdma_cc_init()
186 static void svc_rdma_cc_release(struct svc_rdma_chunk_ctxt *cc, in svc_rdma_cc_release()
265 struct svc_rdma_chunk_ctxt *cc = in svc_rdma_write_done() local
331 struct svc_rdma_chunk_ctxt *cc = in svc_rdma_wc_read_done() local
361 static int svc_rdma_post_chunk_ctxt(struct svc_rdma_chunk_ctxt *cc) in svc_rdma_post_chunk_ctxt()
471 struct svc_rdma_chunk_ctxt *cc = &info->wi_cc; in svc_rdma_build_writes() local
619 struct svc_rdma_chunk_ctxt *cc; in svc_rdma_send_write_chunk() local
660 struct svc_rdma_chunk_ctxt *cc; in svc_rdma_send_reply_chunk() local
705 struct svc_rdma_chunk_ctxt *cc = &info->ri_cc; in svc_rdma_build_read_segment() local
1121 struct svc_rdma_chunk_ctxt *cc; in svc_rdma_process_read_list() local
/linux-6.3-rc2/drivers/staging/media/imx/
A 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-6.3-rc2/drivers/net/can/spi/mcp251xfd/
A 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

Completed in 90 milliseconds

1234567891011