Home
last modified time | relevance | path

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

123456

/linux/drivers/misc/genwqe/
H A Dcard_base.c135 struct genwqe_dev *cd; in genwqe_dev_alloc() local
176 static void genwqe_dev_free(struct genwqe_dev *cd) in genwqe_dev_free()
194 static int genwqe_bus_reset(struct genwqe_dev *cd) in genwqe_bus_reset()
259 bool genwqe_need_err_masking(struct genwqe_dev *cd) in genwqe_need_err_masking()
264 static void genwqe_tweak_hardware(struct genwqe_dev *cd) in genwqe_tweak_hardware()
292 int genwqe_recovery_on_fatal_gfir_required(struct genwqe_dev *cd) in genwqe_recovery_on_fatal_gfir_required()
297 int genwqe_flash_readback_fails(struct genwqe_dev *cd) in genwqe_flash_readback_fails()
314 static int genwqe_T_psec(struct genwqe_dev *cd) in genwqe_T_psec()
336 static bool genwqe_setup_pf_jtimer(struct genwqe_dev *cd) in genwqe_setup_pf_jtimer()
357 static bool genwqe_setup_vf_jtimer(struct genwqe_dev *cd) in genwqe_setup_vf_jtimer()
[all …]
H A Dcard_utils.c44 int __genwqe_writeq(struct genwqe_dev *cd, u64 byte_offs, u64 val) in __genwqe_writeq()
68 u64 __genwqe_readq(struct genwqe_dev *cd, u64 byte_offs) in __genwqe_readq()
95 int __genwqe_writel(struct genwqe_dev *cd, u64 byte_offs, u32 val) in __genwqe_writel()
119 u32 __genwqe_readl(struct genwqe_dev *cd, u64 byte_offs) in __genwqe_readl()
138 int genwqe_read_app_id(struct genwqe_dev *cd, char *app_name, int len) in genwqe_read_app_id()
210 void *__genwqe_alloc_consistent(struct genwqe_dev *cd, size_t size, in __genwqe_alloc_consistent()
220 void __genwqe_free_consistent(struct genwqe_dev *cd, size_t size, in __genwqe_free_consistent()
229 static void genwqe_unmap_pages(struct genwqe_dev *cd, dma_addr_t *dma_list, in genwqe_unmap_pages()
242 static int genwqe_map_pages(struct genwqe_dev *cd, in genwqe_map_pages()
291 int genwqe_alloc_sync_sgl(struct genwqe_dev *cd, struct genwqe_sgl *sgl, in genwqe_alloc_sync_sgl()
[all …]
H A Dcard_sysfs.c42 struct genwqe_dev *cd = dev_get_drvdata(dev); in status_show() local
53 struct genwqe_dev *cd = dev_get_drvdata(dev); in appid_show() local
64 struct genwqe_dev *cd = dev_get_drvdata(dev); in version_show() local
77 struct genwqe_dev *cd = dev_get_drvdata(dev); in type_show() local
89 struct genwqe_dev *cd = dev_get_drvdata(dev); in tempsens_show() local
101 struct genwqe_dev *cd = dev_get_drvdata(dev); in freerunning_timer_show() local
113 struct genwqe_dev *cd = dev_get_drvdata(dev); in queue_working_time_show() local
125 struct genwqe_dev *cd = dev_get_drvdata(dev); in base_clock_show() local
152 struct genwqe_dev *cd = dev_get_drvdata(dev); in curr_bitstream_show() local
168 struct genwqe_dev *cd = dev_get_drvdata(dev); in next_bitstream_show() local
[all …]
H A Dcard_dev.c32 static int genwqe_open_files(struct genwqe_dev *cd) in genwqe_open_files()
43 static void genwqe_add_file(struct genwqe_dev *cd, struct genwqe_file *cfile) in genwqe_add_file()
53 static int genwqe_del_file(struct genwqe_dev *cd, struct genwqe_file *cfile) in genwqe_del_file()
194 struct genwqe_dev *cd = cfile->cd; in genwqe_remove_mappings() local
232 struct genwqe_dev *cd = cfile->cd; in genwqe_remove_pinnings() local
258 static int genwqe_kill_fasync(struct genwqe_dev *cd, int sig) in genwqe_kill_fasync()
274 static int genwqe_terminate(struct genwqe_dev *cd) in genwqe_terminate()
301 struct genwqe_dev *cd; in genwqe_open() local
360 struct genwqe_dev *cd = cfile->cd; in genwqe_release() local
395 struct genwqe_dev *cd = container_of(inode->i_cdev, struct genwqe_dev, in genwqe_vma_close() local
[all …]
H A Dcard_ddcb.c163 static void print_ddcb_info(struct genwqe_dev *cd, struct ddcb_queue *queue) in print_ddcb_info()
241 static int ddcb_requ_finished(struct genwqe_dev *cd, struct ddcb_requ *req) in ddcb_requ_finished()
265 static int enqueue_ddcb(struct genwqe_dev *cd, struct ddcb_queue *queue, in enqueue_ddcb()
365 static int genwqe_check_ddcb_queue(struct genwqe_dev *cd, in genwqe_check_ddcb_queue()
477 int __genwqe_wait_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req) in __genwqe_wait_ddcb()
567 static struct ddcb *get_next_ddcb(struct genwqe_dev *cd, in get_next_ddcb()
620 int __genwqe_purge_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req) in __genwqe_purge_ddcb()
725 int genwqe_init_debug_data(struct genwqe_dev *cd, struct genwqe_debug_data *d) in genwqe_init_debug_data()
754 int __genwqe_enqueue_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req, in __genwqe_enqueue_ddcb()
911 int __genwqe_execute_raw_ddcb(struct genwqe_dev *cd, in __genwqe_execute_raw_ddcb()
[all …]
H A Dcard_debugfs.c45 struct genwqe_dev *cd = s->private; in curr_dbg_uidn_show() local
92 struct genwqe_dev *cd = s->private; in prev_dbg_uidn_show() local
121 struct genwqe_dev *cd = s->private; in curr_regs_show() local
150 struct genwqe_dev *cd = s->private; in prev_regs_show() local
174 struct genwqe_dev *cd = s->private; in jtimer_show() local
195 struct genwqe_dev *cd = s->private; in queue_working_time_show() local
213 struct genwqe_dev *cd = s->private; in ddcb_info_show() local
286 struct genwqe_dev *cd = s->private; in info_show() local
319 void genwqe_init_debugfs(struct genwqe_dev *cd) in genwqe_init_debugfs()
375 void genqwe_exit_debugfs(struct genwqe_dev *cd) in genqwe_exit_debugfs()
/linux/net/sunrpc/
H A Dcache.c84 struct cache_detail *cd) in sunrpc_begin_cache_remove_entry() argument
93 struct cache_detail *cd) in sunrpc_end_cache_remove_entry() argument
385 void sunrpc_init_cache_detail(struct cache_detail *cd) in sunrpc_init_cache_detail() argument
403 sunrpc_destroy_cache_detail(struct cache_detail * cd) sunrpc_destroy_cache_detail() argument
824 cache_read(struct file * filp,char __user * buf,size_t count,loff_t * ppos,struct cache_detail * cd) cache_read() argument
906 cache_do_downcall(char * kaddr,const char __user * buf,size_t count,struct cache_detail * cd) cache_do_downcall() argument
923 cache_downcall(struct address_space * mapping,const char __user * buf,size_t count,struct cache_detail * cd) cache_downcall() argument
945 cache_write(struct file * filp,const char __user * buf,size_t count,loff_t * ppos,struct cache_detail * cd) cache_write() argument
964 cache_poll(struct file * filp,poll_table * wait,struct cache_detail * cd) cache_poll() argument
992 cache_ioctl(struct inode * ino,struct file * filp,unsigned int cmd,unsigned long arg,struct cache_detail * cd) cache_ioctl() argument
1020 cache_open(struct inode * inode,struct file * filp,struct cache_detail * cd) cache_open() argument
1047 cache_release(struct inode * inode,struct file * filp,struct cache_detail * cd) cache_release() argument
1342 struct cache_detail *cd = m->private; __cache_seq_start() local
1370 struct cache_detail *cd = m->private; cache_seq_next() local
1421 struct cache_detail *cd = m->private; c_show() local
1451 content_open(struct inode * inode,struct file * file,struct cache_detail * cd) content_open() argument
1471 content_release(struct inode * inode,struct file * file,struct cache_detail * cd) content_release() argument
1479 open_flush(struct inode * inode,struct file * file,struct cache_detail * cd) open_flush() argument
1487 release_flush(struct inode * inode,struct file * file,struct cache_detail * cd) release_flush() argument
1495 read_flush(struct file * file,char __user * buf,size_t count,loff_t * ppos,struct cache_detail * cd) read_flush() argument
1507 write_flush(struct file * file,const char __user * buf,size_t count,loff_t * ppos,struct cache_detail * cd) write_flush() argument
1551 struct cache_detail *cd = pde_data(file_inode(filp)); cache_read_procfs() local
1559 struct cache_detail *cd = pde_data(file_inode(filp)); cache_write_procfs() local
1566 struct cache_detail *cd = pde_data(file_inode(filp)); cache_poll_procfs() local
1575 struct cache_detail *cd = pde_data(inode); cache_ioctl_procfs() local
1582 struct cache_detail *cd = pde_data(inode); cache_open_procfs() local
1589 struct cache_detail *cd = pde_data(inode); cache_release_procfs() local
1605 struct cache_detail *cd = pde_data(inode); content_open_procfs() local
1612 struct cache_detail *cd = pde_data(inode); content_release_procfs() local
1626 struct cache_detail *cd = pde_data(inode); open_flush_procfs() local
1633 struct cache_detail *cd = pde_data(inode); release_flush_procfs() local
1641 struct cache_detail *cd = pde_data(file_inode(filp)); read_flush_procfs() local
1650 struct cache_detail *cd = pde_data(file_inode(filp)); write_flush_procfs() local
1662 remove_cache_proc_entries(struct cache_detail * cd) remove_cache_proc_entries() argument
1671 create_cache_proc_entries(struct cache_detail * cd,struct net * net) create_cache_proc_entries() argument
1704 create_cache_proc_entries(struct cache_detail * cd,struct net * net) create_cache_proc_entries() argument
1715 cache_register_net(struct cache_detail * cd,struct net * net) cache_register_net() argument
1727 cache_unregister_net(struct cache_detail * cd,struct net * net) cache_unregister_net() argument
1736 struct cache_detail *cd; cache_create_net() local
1757 cache_destroy_net(struct cache_detail * cd,struct net * net) cache_destroy_net() argument
1767 struct cache_detail *cd = RPC_I(file_inode(filp))->private; cache_read_pipefs() local
1775 struct cache_detail *cd = RPC_I(file_inode(filp))->private; cache_write_pipefs() local
1782 struct cache_detail *cd = RPC_I(file_inode(filp))->private; cache_poll_pipefs() local
1791 struct cache_detail *cd = RPC_I(inode)->private; cache_ioctl_pipefs() local
1798 struct cache_detail *cd = RPC_I(inode)->private; cache_open_pipefs() local
1805 struct cache_detail *cd = RPC_I(inode)->private; cache_release_pipefs() local
1822 struct cache_detail *cd = RPC_I(inode)->private; content_open_pipefs() local
1829 struct cache_detail *cd = RPC_I(inode)->private; content_release_pipefs() local
1843 struct cache_detail *cd = RPC_I(inode)->private; open_flush_pipefs() local
1850 struct cache_detail *cd = RPC_I(inode)->private; release_flush_pipefs() local
1858 struct cache_detail *cd = RPC_I(file_inode(filp))->private; read_flush_pipefs() local
1867 struct cache_detail *cd = RPC_I(file_inode(filp))->private; write_flush_pipefs() local
1881 sunrpc_cache_register_pipefs(struct dentry * parent,const char * name,umode_t umode,struct cache_detail * cd) sunrpc_cache_register_pipefs() argument
1891 sunrpc_cache_unregister_pipefs(struct cache_detail * cd) sunrpc_cache_unregister_pipefs() argument
1900 sunrpc_cache_unhash(struct cache_detail * cd,struct cache_head * h) sunrpc_cache_unhash() argument
[all...]
H A Dsvcauth_unix.c153 static int ip_map_upcall(struct cache_detail *cd, struct cache_head *h) in ip_map_upcall()
158 static void ip_map_request(struct cache_detail *cd, in ip_map_request()
178 static int ip_map_parse(struct cache_detail *cd, in ip_map_parse()
261 struct cache_detail *cd, in ip_map_show()
290 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, in __ip_map_lookup()
308 static int __ip_map_update(struct cache_detail *cd, struct ip_map *ipm, in __ip_map_update()
468 static int unix_gid_upcall(struct cache_detail *cd, struct cache_head *h) in unix_gid_upcall()
473 static void unix_gid_request(struct cache_detail *cd, in unix_gid_request()
487 static int unix_gid_parse(struct cache_detail *cd, in unix_gid_parse()
559 struct cache_detail *cd, in unix_gid_show()
[all …]
/linux/drivers/clk/sunxi-ng/
H A Dccu_div.c19 struct ccu_div *cd = data; in ccu_div_round_rate() local
37 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_disable() local
44 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_enable() local
51 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_is_enabled() local
59 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_recalc_rate() local
82 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_determine_rate() local
91 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_set_rate() local
120 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_get_parent() local
127 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_set_parent() local
/linux/drivers/gpu/drm/amd/display/dc/gpio/
H A 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_REG_LIST_DCN2(cd, id) \ argument
57 #define DDC_GPIO_VGA_REG_LIST_ENTRY(type, cd)\ argument
62 #define DDC_GPIO_VGA_REG_LIST(cd) \ argument
70 #define DDC_VGA_REG_LIST(cd) \ argument
74 #define DDC_GPIO_I2C_REG_LIST_ENTRY(type, cd) \ argument
79 #define DDC_GPIO_I2C_REG_LIST(cd) \ argument
87 #define DDC_I2C_REG_LIST(cd) \ argument
[all …]
/linux/drivers/scsi/
H A Dsr_ioctl.c39 struct scsi_cd *cd = cdi->handle; in sr_read_tochdr() local
72 struct scsi_cd *cd = cdi->handle; in sr_read_tocentry() local
164 struct scsi_cd *cd = cdi->handle; in sr_play_trkind() local
188 int sr_do_ioctl(Scsi_CD *cd, struct packet_command *cgc) in sr_do_ioctl()
274 Scsi_CD *cd = cdi->handle; in sr_tray_move() local
287 Scsi_CD *cd = cdi->handle; in sr_lock_door() local
295 struct scsi_cd *cd = cdi->handle; in sr_drive_status() local
352 Scsi_CD *cd = cdi->handle; in sr_disk_status() local
384 Scsi_CD *cd = cdi->handle; in sr_get_last_session() local
394 Scsi_CD *cd = cdi->handle; in sr_get_mcn() local
[all …]
H A Dsr.c147 struct scsi_cd *cd = dev_get_drvdata(dev); in sr_runtime_suspend() local
208 struct scsi_cd *cd = cdi->handle; in sr_check_events() local
302 struct scsi_cd *cd = scsi_cd(rq->q->disk); in sr_done() local
362 struct scsi_cd *cd; in sr_init_command() local
476 static int sr_revalidate_disk(struct scsi_cd *cd) in sr_revalidate_disk()
489 struct scsi_cd *cd = scsi_cd(disk); in sr_block_open() local
515 struct scsi_cd *cd = scsi_cd(disk); in sr_block_release() local
527 struct scsi_cd *cd = scsi_cd(bdev->bd_disk); in sr_block_ioctl() local
561 struct scsi_cd *cd = disk->private_data; in sr_block_check_events() local
570 struct scsi_cd *cd = disk->private_data; in sr_free_disk() local
[all …]
/linux/drivers/irqchip/
H A Dirq-mst-intc.c42 struct mst_intc_chip_data *cd = irq_data_get_irq_chip_data(d); in mst_set_irq() local
58 struct mst_intc_chip_data *cd = irq_data_get_irq_chip_data(d); in mst_clear_irq() local
85 struct mst_intc_chip_data *cd = irq_data_get_irq_chip_data(d); in mst_intc_eoi_irq() local
128 static void mst_intc_polarity_save(struct mst_intc_chip_data *cd) in mst_intc_polarity_save()
137 static void mst_intc_polarity_restore(struct mst_intc_chip_data *cd) in mst_intc_polarity_restore()
148 struct mst_intc_chip_data *cd; in mst_irq_resume() local
156 struct mst_intc_chip_data *cd; in mst_irq_suspend() local
181 struct mst_intc_chip_data *cd = d->host_data; in mst_intc_domain_translate() local
208 struct mst_intc_chip_data *cd = domain->host_data; in mst_intc_domain_alloc() local
249 struct mst_intc_chip_data *cd; in mst_intc_of_init() local
H A Dirq-imx-gpcv2.c31 static void __iomem *gpcv2_idx_to_reg(struct gpcv2_irqchip_data *cd, int i) in gpcv2_idx_to_reg()
38 struct gpcv2_irqchip_data *cd; in gpcv2_wakeup_source_save() local
57 struct gpcv2_irqchip_data *cd; in gpcv2_wakeup_source_restore() local
75 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
206 struct gpcv2_irqchip_data *cd; in imx_gpcv2_irqchip_init() local
/linux/arch/mips/cavium-octeon/
H A 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
163 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_ack() local
179 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_eoi() local
192 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_set_enable_local() local
207 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_disable() local
213 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_enable() local
219 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_bus_lock() local
226 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_bus_sync_unlock() local
255 struct octeon_core_chip_data *cd; in octeon_irq_init_core() local
[all …]
/linux/arch/arm/mach-omap2/
H A Dclockdomain.c105 struct clkdm_dep *cd; in _clkdm_deps_lookup() local
168 struct clkdm_dep *cd; in _resolve_clkdm_deps() local
195 struct clkdm_dep *cd; in _clkdm_add_wkdep() local
238 struct clkdm_dep *cd; in _clkdm_del_wkdep() local
283 struct clkdm_dep *cd; in _clkdm_add_sleepdep() local
328 struct clkdm_dep *cd; in _clkdm_del_sleepdep() local
595 struct clkdm_dep *cd; in clkdm_add_wkdep() local
624 struct clkdm_dep *cd; in clkdm_del_wkdep() local
657 struct clkdm_dep *cd; in clkdm_read_wkdep() local
715 struct clkdm_dep *cd; in clkdm_add_sleepdep() local
[all …]
/linux/drivers/input/touchscreen/
H A Dgoodix_berlin_core.c198 static bool goodix_berlin_is_dummy_data(struct goodix_berlin_core *cd, in goodix_berlin_is_dummy_data()
215 static int goodix_berlin_dev_confirm(struct goodix_berlin_core *cd) in goodix_berlin_dev_confirm()
247 static int goodix_berlin_power_on(struct goodix_berlin_core *cd) in goodix_berlin_power_on()
291 static void goodix_berlin_power_off(struct goodix_berlin_core *cd) in goodix_berlin_power_off()
298 static int goodix_berlin_read_version(struct goodix_berlin_core *cd) in goodix_berlin_read_version()
319 static int goodix_berlin_parse_ic_info(struct goodix_berlin_core *cd, in goodix_berlin_parse_ic_info()
359 static int goodix_berlin_get_ic_info(struct goodix_berlin_core *cd) in goodix_berlin_get_ic_info()
414 static int goodix_berlin_get_remaining_contacts(struct goodix_berlin_core *cd, in goodix_berlin_get_remaining_contacts()
434 static void goodix_berlin_report_state(struct goodix_berlin_core *cd, int n) in goodix_berlin_report_state()
472 static void goodix_berlin_touch_handler(struct goodix_berlin_core *cd) in goodix_berlin_touch_handler()
[all …]
/linux/fs/nfs/
H A Ddns_resolve.c139 static void nfs_dns_request(struct cache_detail *cd, in nfs_dns_request()
149 static int nfs_dns_upcall(struct cache_detail *cd, in nfs_dns_upcall()
176 static int nfs_dns_show(struct seq_file *m, struct cache_detail *cd, in nfs_dns_show()
202 static struct nfs_dns_ent *nfs_dns_lookup(struct cache_detail *cd, in nfs_dns_lookup()
215 static struct nfs_dns_ent *nfs_dns_update(struct cache_detail *cd, in nfs_dns_update()
229 static int nfs_dns_parse(struct cache_detail *cd, char *buf, int buflen) in nfs_dns_parse()
280 static int do_cache_lookup(struct cache_detail *cd, in do_cache_lookup()
296 static int do_cache_lookup_nowait(struct cache_detail *cd, in do_cache_lookup_nowait()
321 static int do_cache_lookup_wait(struct cache_detail *cd, in do_cache_lookup_wait()
430 struct cache_detail *cd = nn->nfs_dns_resolve; in rpc_pipefs_event() local
H A 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()
/linux/fs/smb/client/
H A Dfscache.c27 struct cifs_fscache_volume_coherency_data *cd) in cifs_fscache_fill_volume_coherency()
37 struct cifs_fscache_volume_coherency_data cd; in cifs_fscache_get_super_cookie() local
116 struct cifs_fscache_volume_coherency_data cd; in cifs_fscache_release_super_cookie() local
129 struct cifs_fscache_inode_coherency_data cd; in cifs_fscache_get_inode_cookie() local
152 struct cifs_fscache_inode_coherency_data cd; in cifs_fscache_unuse_inode_cookie() local
/linux/fs/nfsd/
H A Dexport.c54 static int expkey_upcall(struct cache_detail *cd, struct cache_head *h) in expkey_upcall()
59 static void expkey_request(struct cache_detail *cd, in expkey_request()
78 static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen) in expkey_parse()
178 struct cache_detail *cd, in expkey_show()
287 svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *item) in svc_expkey_lookup()
300 svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new, in svc_expkey_update()
370 static int svc_export_upcall(struct cache_detail *cd, struct cache_head *h) in svc_export_upcall()
375 static void svc_export_request(struct cache_detail *cd, in svc_export_request()
600 static int svc_export_parse(struct cache_detail *cd, char *mesg, int mlen) in svc_export_parse()
760 struct cache_detail *cd, in svc_export_show()
[all …]
H A Dnfs4idmap.c127 idtoname_upcall(struct cache_detail *cd, struct cache_head *h) in idtoname_upcall()
133 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in idtoname_request()
158 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show()
206 idtoname_parse(struct cache_detail *cd, char *buf, int buflen) in idtoname_parse()
274 idtoname_lookup(struct cache_detail *cd, struct ent *item) in idtoname_lookup()
285 idtoname_update(struct cache_detail *cd, struct ent *new, struct ent *old) in idtoname_update()
307 nametoid_upcall(struct cache_detail *cd, struct cache_head *h) in nametoid_upcall()
313 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request()
336 nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in nametoid_show()
376 nametoid_parse(struct cache_detail *cd, char *buf, int buflen) in nametoid_parse()
[all …]
/linux/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.c169 struct channel_detector *cd) in channel_detector_reset()
180 struct channel_detector *cd) in channel_detector_exit()
200 struct channel_detector *cd; in channel_detector_create() local
239 struct channel_detector *cd; in channel_detector_get() local
254 struct channel_detector *cd; in dpd_reset() local
261 struct channel_detector *cd, *cd0; in dpd_exit() local
272 struct channel_detector *cd; in dpd_add_pulse() local
319 struct channel_detector *cd, *cd0; in dpd_set_domain() local
/linux/kernel/time/
H A Dposix-clock.c218 static int get_clock_desc(const clockid_t id, struct posix_clock_desc *cd) in get_clock_desc()
239 static void put_clock_desc(struct posix_clock_desc *cd) in put_clock_desc()
247 struct posix_clock_desc cd; in pc_clock_adjtime() local
271 struct posix_clock_desc cd; in pc_clock_gettime() local
290 struct posix_clock_desc cd; in pc_clock_getres() local
309 struct posix_clock_desc cd; in pc_clock_settime() local
/linux/arch/mips/alchemy/common/
H A Dtime.c49 struct clock_event_device *cd) in au1x_rtcmatch2_set_next_event()
62 struct clock_event_device *cd = dev_id; in au1x_rtcmatch2_irq() local
77 struct clock_event_device *cd = &au1x_rtcmatch2_clockdev; in alchemy_time_init() local

123456