Home
last modified time | relevance | path

Searched defs:cd (Results 1 – 25 of 148) sorted by relevance

123456

/Linux-v4.19/drivers/misc/genwqe/
Dcard_base.c125 struct genwqe_dev *cd; in genwqe_dev_alloc() local
166 static void genwqe_dev_free(struct genwqe_dev *cd) in genwqe_dev_free()
183 static int genwqe_bus_reset(struct genwqe_dev *cd) in genwqe_bus_reset()
248 bool genwqe_need_err_masking(struct genwqe_dev *cd) in genwqe_need_err_masking()
253 static void genwqe_tweak_hardware(struct genwqe_dev *cd) in genwqe_tweak_hardware()
280 int genwqe_recovery_on_fatal_gfir_required(struct genwqe_dev *cd) in genwqe_recovery_on_fatal_gfir_required()
285 int genwqe_flash_readback_fails(struct genwqe_dev *cd) in genwqe_flash_readback_fails()
301 static int genwqe_T_psec(struct genwqe_dev *cd) in genwqe_T_psec()
322 static bool genwqe_setup_pf_jtimer(struct genwqe_dev *cd) in genwqe_setup_pf_jtimer()
342 static bool genwqe_setup_vf_jtimer(struct genwqe_dev *cd) in genwqe_setup_vf_jtimer()
[all …]
Dcard_utils.c54 int __genwqe_writeq(struct genwqe_dev *cd, u64 byte_offs, u64 val) in __genwqe_writeq()
78 u64 __genwqe_readq(struct genwqe_dev *cd, u64 byte_offs) in __genwqe_readq()
105 int __genwqe_writel(struct genwqe_dev *cd, u64 byte_offs, u32 val) in __genwqe_writel()
129 u32 __genwqe_readl(struct genwqe_dev *cd, u64 byte_offs) in __genwqe_readl()
145 int genwqe_read_app_id(struct genwqe_dev *cd, char *app_name, int len) in genwqe_read_app_id()
217 void *__genwqe_alloc_consistent(struct genwqe_dev *cd, size_t size, in __genwqe_alloc_consistent()
227 void __genwqe_free_consistent(struct genwqe_dev *cd, size_t size, in __genwqe_free_consistent()
236 static void genwqe_unmap_pages(struct genwqe_dev *cd, dma_addr_t *dma_list, in genwqe_unmap_pages()
249 static int genwqe_map_pages(struct genwqe_dev *cd, in genwqe_map_pages()
298 int genwqe_alloc_sync_sgl(struct genwqe_dev *cd, struct genwqe_sgl *sgl, in genwqe_alloc_sync_sgl()
[all …]
Dcard_sysfs.c50 struct genwqe_dev *cd = dev_get_drvdata(dev); in status_show() local
61 struct genwqe_dev *cd = dev_get_drvdata(dev); in appid_show() local
72 struct genwqe_dev *cd = dev_get_drvdata(dev); in version_show() local
85 struct genwqe_dev *cd = dev_get_drvdata(dev); in type_show() local
97 struct genwqe_dev *cd = dev_get_drvdata(dev); in tempsens_show() local
109 struct genwqe_dev *cd = dev_get_drvdata(dev); in freerunning_timer_show() local
121 struct genwqe_dev *cd = dev_get_drvdata(dev); in queue_working_time_show() local
133 struct genwqe_dev *cd = dev_get_drvdata(dev); in base_clock_show() local
160 struct genwqe_dev *cd = dev_get_drvdata(dev); in curr_bitstream_show() local
176 struct genwqe_dev *cd = dev_get_drvdata(dev); in next_bitstream_show() local
[all …]
Dcard_dev.c40 static int genwqe_open_files(struct genwqe_dev *cd) in genwqe_open_files()
51 static void genwqe_add_file(struct genwqe_dev *cd, struct genwqe_file *cfile) in genwqe_add_file()
61 static int genwqe_del_file(struct genwqe_dev *cd, struct genwqe_file *cfile) in genwqe_del_file()
200 struct genwqe_dev *cd = cfile->cd; in genwqe_remove_mappings() local
238 struct genwqe_dev *cd = cfile->cd; in genwqe_remove_pinnings() local
262 static int genwqe_kill_fasync(struct genwqe_dev *cd, int sig) in genwqe_kill_fasync()
278 static int genwqe_force_sig(struct genwqe_dev *cd, int sig) in genwqe_force_sig()
305 struct genwqe_dev *cd; in genwqe_open() local
364 struct genwqe_dev *cd = cfile->cd; in genwqe_release() local
398 struct genwqe_dev *cd = container_of(inode->i_cdev, struct genwqe_dev, in genwqe_vma_close() local
[all …]
Dcard_ddcb.c172 static void print_ddcb_info(struct genwqe_dev *cd, struct ddcb_queue *queue) in print_ddcb_info()
250 static int ddcb_requ_finished(struct genwqe_dev *cd, struct ddcb_requ *req) in ddcb_requ_finished()
274 static int enqueue_ddcb(struct genwqe_dev *cd, struct ddcb_queue *queue, in enqueue_ddcb()
371 static int genwqe_check_ddcb_queue(struct genwqe_dev *cd, in genwqe_check_ddcb_queue()
483 int __genwqe_wait_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req) in __genwqe_wait_ddcb()
571 static struct ddcb *get_next_ddcb(struct genwqe_dev *cd, in get_next_ddcb()
624 int __genwqe_purge_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req) in __genwqe_purge_ddcb()
729 int genwqe_init_debug_data(struct genwqe_dev *cd, struct genwqe_debug_data *d) in genwqe_init_debug_data()
758 int __genwqe_enqueue_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req, in __genwqe_enqueue_ddcb()
915 int __genwqe_execute_raw_ddcb(struct genwqe_dev *cd, in __genwqe_execute_raw_ddcb()
[all …]
Dcard_debugfs.c66 struct genwqe_dev *cd = s->private; in curr_dbg_uidn_show() local
113 struct genwqe_dev *cd = s->private; in prev_dbg_uidn_show() local
142 struct genwqe_dev *cd = s->private; in genwqe_curr_regs_show() local
171 struct genwqe_dev *cd = s->private; in genwqe_prev_regs_show() local
195 struct genwqe_dev *cd = s->private; in genwqe_jtimer_show() local
216 struct genwqe_dev *cd = s->private; in genwqe_queue_working_time_show() local
234 struct genwqe_dev *cd = s->private; in genwqe_ddcb_info_show() local
307 struct genwqe_dev *cd = s->private; in genwqe_info_show() local
340 int genwqe_init_debugfs(struct genwqe_dev *cd) in genwqe_init_debugfs()
501 void genqwe_exit_debugfs(struct genwqe_dev *cd) in genqwe_exit_debugfs()
/Linux-v4.19/drivers/input/touchscreen/
Dcyttsp4_core.c80 static int cyttsp4_load_status_regs(struct cyttsp4 *cd) in cyttsp4_load_status_regs()
98 static int cyttsp4_handshake(struct cyttsp4 *cd, u8 mode) in cyttsp4_handshake()
118 static int cyttsp4_hw_soft_reset(struct cyttsp4 *cd) in cyttsp4_hw_soft_reset()
130 static int cyttsp4_hw_hard_reset(struct cyttsp4 *cd) in cyttsp4_hw_hard_reset()
141 static int cyttsp4_hw_reset(struct cyttsp4 *cd) in cyttsp4_hw_reset()
160 static int cyttsp4_si_data_offsets(struct cyttsp4 *cd) in cyttsp4_si_data_offsets()
196 static int cyttsp4_si_get_cydata(struct cyttsp4 *cd) in cyttsp4_si_get_cydata()
275 static int cyttsp4_si_get_test_data(struct cyttsp4 *cd) in cyttsp4_si_get_test_data()
334 static int cyttsp4_si_get_pcfg_data(struct cyttsp4 *cd) in cyttsp4_si_get_pcfg_data()
382 static int cyttsp4_si_get_opcfg_data(struct cyttsp4 *cd) in cyttsp4_si_get_opcfg_data()
[all …]
/Linux-v4.19/drivers/scsi/
Dsr.c145 struct scsi_cd *cd = dev_get_drvdata(dev); in sr_runtime_suspend() local
162 struct scsi_cd *cd = NULL; in scsi_cd_get() local
178 static void scsi_cd_put(struct scsi_cd *cd) in scsi_cd_put()
232 struct scsi_cd *cd = cdi->handle; in sr_check_events() local
325 struct scsi_cd *cd = scsi_cd(SCpnt->request->rq_disk); in sr_done() local
389 struct scsi_cd *cd; in sr_init_command() local
525 struct scsi_cd *cd; in sr_block_open() local
551 struct scsi_cd *cd = scsi_cd(disk); in sr_block_release() local
561 struct scsi_cd *cd = scsi_cd(bdev->bd_disk); in sr_block_ioctl() local
604 struct scsi_cd *cd; in sr_block_check_events() local
[all …]
Dsr_ioctl.c38 #define SR_GFP_DMA(cd) (((cd)->device->host->unchecked_isa_dma) ? GFP_DMA : 0) argument
43 struct scsi_cd *cd = cdi->handle; in sr_read_tochdr() local
73 struct scsi_cd *cd = cdi->handle; in sr_read_tocentry() local
162 struct scsi_cd *cd = cdi->handle; in sr_play_trkind() local
186 int sr_do_ioctl(Scsi_CD *cd, struct packet_command *cgc) in sr_do_ioctl()
265 Scsi_CD *cd = cdi->handle; in sr_tray_move() local
278 Scsi_CD *cd = cdi->handle; in sr_lock_door() local
286 struct scsi_cd *cd = cdi->handle; in sr_drive_status() local
343 Scsi_CD *cd = cdi->handle; in sr_disk_status() local
375 Scsi_CD *cd = cdi->handle; in sr_get_last_session() local
[all …]
/Linux-v4.19/net/sunrpc/
Dcache.c194 static int cache_make_upcall(struct cache_detail *cd, struct cache_head *h) in cache_make_upcall()
342 void sunrpc_init_cache_detail(struct cache_detail *cd) in sunrpc_init_cache_detail()
360 void sunrpc_destroy_cache_detail(struct cache_detail *cd) in sunrpc_destroy_cache_detail()
776 loff_t *ppos, struct cache_detail *cd) in cache_read()
858 size_t count, struct cache_detail *cd) in cache_do_downcall()
874 size_t count, struct cache_detail *cd) in cache_slow_downcall()
890 size_t count, struct cache_detail *cd) in cache_downcall()
915 struct cache_detail *cd) in cache_write()
934 struct cache_detail *cd) in cache_poll()
962 struct cache_detail *cd) in cache_ioctl()
[all …]
Dsvcauth_unix.c143 static void ip_map_request(struct cache_detail *cd, in ip_map_request()
163 static int ip_map_parse(struct cache_detail *cd, in ip_map_parse()
246 struct cache_detail *cd, in ip_map_show()
275 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, in __ip_map_lookup()
302 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, in __ip_map_update()
461 static void unix_gid_request(struct cache_detail *cd, in unix_gid_request()
475 static int unix_gid_parse(struct cache_detail *cd, in unix_gid_parse()
547 struct cache_detail *cd, in unix_gid_show()
590 struct cache_detail *cd; in unix_gid_cache_create() local
608 struct cache_detail *cd = sn->unix_gid_cache; in unix_gid_cache_destroy() local
[all …]
/Linux-v4.19/drivers/clk/sunxi-ng/
Dccu_div.c22 struct ccu_div *cd = data; in ccu_div_round_rate() local
40 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_disable() local
47 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_enable() local
54 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_is_enabled() local
62 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_recalc_rate() local
85 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_determine_rate() local
94 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_set_rate() local
123 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_get_parent() local
130 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_set_parent() local
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/gpio/
Dddc_regs.h34 #define DDC_GPIO_REG_LIST_ENTRY(type,cd,id) \ argument
39 #define DDC_GPIO_REG_LIST(cd,id) \ argument
47 #define DDC_REG_LIST(cd,id) \ argument
51 #define DDC_GPIO_VGA_REG_LIST_ENTRY(type,cd)\ argument
56 #define DDC_GPIO_VGA_REG_LIST(cd) \ argument
64 #define DDC_VGA_REG_LIST(cd) \ argument
68 #define DDC_GPIO_I2C_REG_LIST_ENTRY(type,cd) \ argument
73 #define DDC_GPIO_I2C_REG_LIST(cd) \ argument
81 #define DDC_I2C_REG_LIST(cd) \ argument
/Linux-v4.19/drivers/block/paride/
Dpcd.c230 struct pcd_unit *cd = bdev->bd_disk->private_data; in pcd_block_open() local
244 struct pcd_unit *cd = disk->private_data; in pcd_block_release() local
253 struct pcd_unit *cd = bdev->bd_disk->private_data; in pcd_block_ioctl() local
266 struct pcd_unit *cd = disk->private_data; in pcd_block_check_events() local
297 struct pcd_unit *cd; in pcd_init_units() local
337 struct pcd_unit *cd = cdi->handle; in pcd_open() local
347 static inline int status_reg(struct pcd_unit *cd) in status_reg()
352 static inline int read_reg(struct pcd_unit *cd, int reg) in read_reg()
357 static inline void write_reg(struct pcd_unit *cd, int reg, int val) in write_reg()
362 static int pcd_wait(struct pcd_unit *cd, int go, int stop, char *fun, char *msg) in pcd_wait()
[all …]
/Linux-v4.19/arch/mips/loongson32/common/
Dtime.c122 struct clock_event_device *cd = devid; in ls1x_clockevent_isr() local
130 static int ls1x_clockevent_set_state_periodic(struct clock_event_device *cd) in ls1x_clockevent_set_state_periodic()
141 static int ls1x_clockevent_tick_resume(struct clock_event_device *cd) in ls1x_clockevent_tick_resume()
150 static int ls1x_clockevent_set_state_shutdown(struct clock_event_device *cd) in ls1x_clockevent_set_state_shutdown()
161 struct clock_event_device *cd) in ls1x_clockevent_set_next()
192 struct clock_event_device *cd = &ls1x_clockevent; in ls1x_time_init() local
/Linux-v4.19/arch/mips/cavium-octeon/
Docteon-irq.c101 struct octeon_ciu_chip_data *cd; in octeon_irq_set_ciu_mapping() local
121 struct octeon_ciu_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_free_cd() local
153 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_ack() local
169 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_eoi() local
182 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_set_enable_local() local
197 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_disable() local
203 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_enable() local
209 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_bus_lock() local
216 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_bus_sync_unlock() local
245 struct octeon_core_chip_data *cd; in octeon_irq_init_core() local
[all …]
/Linux-v4.19/arch/arm/mach-omap2/
Dclockdomain.c108 struct clkdm_dep *cd; in _clkdm_deps_lookup() local
171 struct clkdm_dep *cd; in _resolve_clkdm_deps() local
198 struct clkdm_dep *cd; in _clkdm_add_wkdep() local
241 struct clkdm_dep *cd; in _clkdm_del_wkdep() local
286 struct clkdm_dep *cd; in _clkdm_add_sleepdep() local
331 struct clkdm_dep *cd; in _clkdm_del_sleepdep() local
598 struct clkdm_dep *cd; in clkdm_add_wkdep() local
627 struct clkdm_dep *cd; in clkdm_del_wkdep() local
660 struct clkdm_dep *cd; in clkdm_read_wkdep() local
718 struct clkdm_dep *cd; in clkdm_add_sleepdep() local
[all …]
/Linux-v4.19/fs/nfs/
Dcache_lib.c35 int nfs_cache_upcall(struct cache_detail *cd, char *entry_name) in nfs_cache_upcall()
116 int nfs_cache_register_sb(struct super_block *sb, struct cache_detail *cd) in nfs_cache_register_sb()
127 int nfs_cache_register_net(struct net *net, struct cache_detail *cd) in nfs_cache_register_net()
143 void nfs_cache_unregister_sb(struct super_block *sb, struct cache_detail *cd) in nfs_cache_unregister_sb()
148 void nfs_cache_unregister_net(struct net *net, struct cache_detail *cd) in nfs_cache_unregister_net()
Ddns_resolve.c131 static void nfs_dns_request(struct cache_detail *cd, in nfs_dns_request()
141 static int nfs_dns_upcall(struct cache_detail *cd, in nfs_dns_upcall()
167 static int nfs_dns_show(struct seq_file *m, struct cache_detail *cd, in nfs_dns_show()
193 static struct nfs_dns_ent *nfs_dns_lookup(struct cache_detail *cd, in nfs_dns_lookup()
206 static struct nfs_dns_ent *nfs_dns_update(struct cache_detail *cd, in nfs_dns_update()
220 static int nfs_dns_parse(struct cache_detail *cd, char *buf, int buflen) in nfs_dns_parse()
271 static int do_cache_lookup(struct cache_detail *cd, in do_cache_lookup()
287 static int do_cache_lookup_nowait(struct cache_detail *cd, in do_cache_lookup_nowait()
312 static int do_cache_lookup_wait(struct cache_detail *cd, in do_cache_lookup_wait()
421 struct cache_detail *cd = nn->nfs_dns_resolve; in rpc_pipefs_event() local
/Linux-v4.19/drivers/irqchip/
Dirq-imx-gpcv2.c33 struct gpcv2_irqchip_data *cd; in gpcv2_wakeup_source_save() local
52 struct gpcv2_irqchip_data *cd; in gpcv2_wakeup_source_restore() local
73 struct gpcv2_irqchip_data *cd = d->chip_data; in imx_gpcv2_irq_set_wake() local
97 struct gpcv2_irqchip_data *cd = d->chip_data; in imx_gpcv2_irq_unmask() local
113 struct gpcv2_irqchip_data *cd = d->chip_data; in imx_gpcv2_irq_mask() local
199 struct gpcv2_irqchip_data *cd; in imx_gpcv2_irqchip_init() local
/Linux-v4.19/drivers/net/wireless/ath/
Ddfs_pattern_detector.c168 struct channel_detector *cd) in channel_detector_reset()
179 struct channel_detector *cd) in channel_detector_exit()
198 struct channel_detector *cd; in channel_detector_create() local
240 struct channel_detector *cd; in channel_detector_get() local
255 struct channel_detector *cd; in dpd_reset() local
263 struct channel_detector *cd, *cd0; in dpd_exit() local
275 struct channel_detector *cd; in dpd_add_pulse() local
322 struct channel_detector *cd, *cd0; in dpd_set_domain() local
/Linux-v4.19/arch/mips/paravirt/
Dparavirt-irq.c38 struct core_chip_data *cd = irq_data_get_irq_chip_data(data); in irq_core_ack() local
54 struct core_chip_data *cd = irq_data_get_irq_chip_data(data); in irq_core_eoi() local
67 struct core_chip_data *cd = irq_data_get_irq_chip_data(data); in irq_core_set_enable_local() local
82 struct core_chip_data *cd = irq_data_get_irq_chip_data(data); in irq_core_disable() local
88 struct core_chip_data *cd = irq_data_get_irq_chip_data(data); in irq_core_enable() local
94 struct core_chip_data *cd = irq_data_get_irq_chip_data(data); in irq_core_bus_lock() local
101 struct core_chip_data *cd = irq_data_get_irq_chip_data(data); in irq_core_bus_sync_unlock() local
129 struct core_chip_data *cd; in irq_init_core() local
/Linux-v4.19/fs/nfsd/
Dexport.c52 static void expkey_request(struct cache_detail *cd, in expkey_request()
71 static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen) in expkey_parse()
167 struct cache_detail *cd, in expkey_show()
263 svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *item) in svc_expkey_lookup()
276 svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new, in svc_expkey_update()
320 static void svc_export_request(struct cache_detail *cd, in svc_export_request()
511 static int svc_export_parse(struct cache_detail *cd, char *mesg, int mlen) in svc_export_parse()
659 struct cache_detail *cd, in svc_export_show()
805 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, in exp_find_key()
828 exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp, in exp_get_by_name()
[all …]
/Linux-v4.19/kernel/time/
Dposix-clock.c217 static int get_clock_desc(const clockid_t id, struct posix_clock_desc *cd) in get_clock_desc()
238 static void put_clock_desc(struct posix_clock_desc *cd) in put_clock_desc()
246 struct posix_clock_desc cd; in pc_clock_adjtime() local
270 struct posix_clock_desc cd; in pc_clock_gettime() local
289 struct posix_clock_desc cd; in pc_clock_getres() local
308 struct posix_clock_desc cd; in pc_clock_settime() local
/Linux-v4.19/arch/mips/alchemy/common/
Dtime.c61 struct clock_event_device *cd) in au1x_rtcmatch2_set_next_event()
74 struct clock_event_device *cd = dev_id; in au1x_rtcmatch2_irq() local
96 struct clock_event_device *cd = &au1x_rtcmatch2_clockdev; in alchemy_time_init() local

123456