Home
last modified time | relevance | path

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

/linux-4.4.14/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()
249 bool genwqe_need_err_masking(struct genwqe_dev *cd) in genwqe_need_err_masking()
254 static void genwqe_tweak_hardware(struct genwqe_dev *cd) in genwqe_tweak_hardware()
281 int genwqe_recovery_on_fatal_gfir_required(struct genwqe_dev *cd) in genwqe_recovery_on_fatal_gfir_required()
286 int genwqe_flash_readback_fails(struct genwqe_dev *cd) in genwqe_flash_readback_fails()
302 static int genwqe_T_psec(struct genwqe_dev *cd) in genwqe_T_psec()
323 static bool genwqe_setup_pf_jtimer(struct genwqe_dev *cd) in genwqe_setup_pf_jtimer()
343 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_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_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
366 struct genwqe_dev *cd = cfile->cd; in genwqe_release() local
400 struct genwqe_dev *cd = container_of(inode->i_cdev, struct genwqe_dev, in genwqe_vma_close() local
[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
344 int genwqe_init_debugfs(struct genwqe_dev *cd) in genwqe_init_debugfs()
505 void genqwe_exit_debugfs(struct genwqe_dev *cd) in genqwe_exit_debugfs()
Dcard_base.h402 struct genwqe_dev *cd; member
428 static inline int genwqe_get_slu_id(struct genwqe_dev *cd) in genwqe_get_slu_id()
578 static inline int genwqe_is_privileged(struct genwqe_dev *cd) in genwqe_is_privileged()
/linux-4.4.14/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()
267 static int cyttsp4_si_get_test_data(struct cyttsp4 *cd) in cyttsp4_si_get_test_data()
318 static int cyttsp4_si_get_pcfg_data(struct cyttsp4 *cd) in cyttsp4_si_get_pcfg_data()
360 static int cyttsp4_si_get_opcfg_data(struct cyttsp4 *cd) in cyttsp4_si_get_opcfg_data()
[all …]
/linux-4.4.14/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()
764 loff_t *ppos, struct cache_detail *cd) in cache_read()
846 size_t count, struct cache_detail *cd) in cache_do_downcall()
862 size_t count, struct cache_detail *cd) in cache_slow_downcall()
878 size_t count, struct cache_detail *cd) in cache_downcall()
903 struct cache_detail *cd) in cache_write()
922 struct cache_detail *cd) in cache_poll()
950 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()
546 struct cache_detail *cd, in unix_gid_show()
589 struct cache_detail *cd; in unix_gid_cache_create() local
607 struct cache_detail *cd = sn->unix_gid_cache; in unix_gid_cache_destroy() local
[all …]
Drpc_pipe.c1126 umode_t umode, struct cache_detail *cd) in rpc_create_cache_dir()
/linux-4.4.14/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
522 struct scsi_cd *cd; in sr_block_open() local
538 struct scsi_cd *cd = scsi_cd(disk); in sr_block_release() local
548 struct scsi_cd *cd = scsi_cd(bdev->bd_disk); in sr_block_ioctl() local
585 struct scsi_cd *cd = scsi_cd(disk); in sr_block_check_events() local
[all …]
Dsr_ioctl.c37 #define SR_GFP_DMA(cd) (((cd)->device->host->unchecked_isa_dma) ? GFP_DMA : 0) argument
42 struct scsi_cd *cd = cdi->handle; in sr_read_tochdr() local
72 struct scsi_cd *cd = cdi->handle; in sr_read_tocentry() local
161 struct scsi_cd *cd = cdi->handle; in sr_play_trkind() local
185 int sr_do_ioctl(Scsi_CD *cd, struct packet_command *cgc) in sr_do_ioctl()
275 Scsi_CD *cd = cdi->handle; in sr_tray_move() local
288 Scsi_CD *cd = cdi->handle; in sr_lock_door() local
296 struct scsi_cd *cd = cdi->handle; in sr_drive_status() local
353 Scsi_CD *cd = cdi->handle; in sr_disk_status() local
385 Scsi_CD *cd = cdi->handle; in sr_get_last_session() local
[all …]
Dsr_vendor.c66 void sr_vendor_init(Scsi_CD *cd) in sr_vendor_init()
109 int sr_set_blocklength(Scsi_CD *cd, int blocklength) in sr_set_blocklength()
160 Scsi_CD *cd = cdi->handle; in sr_cd_check() local
Dsr.h59 #define sr_printk(prefix, cd, fmt, a...) \ argument
/linux-4.4.14/drivers/block/paride/
Dpcd.c230 struct pcd_unit *cd = bdev->bd_disk->private_data; in pcd_block_open() local
242 struct pcd_unit *cd = disk->private_data; in pcd_block_release() local
251 struct pcd_unit *cd = bdev->bd_disk->private_data; in pcd_block_ioctl() local
264 struct pcd_unit *cd = disk->private_data; in pcd_block_check_events() local
295 struct pcd_unit *cd; in pcd_init_units() local
329 struct pcd_unit *cd = cdi->handle; in pcd_open() local
339 static inline int status_reg(struct pcd_unit *cd) in status_reg()
344 static inline int read_reg(struct pcd_unit *cd, int reg) in read_reg()
349 static inline void write_reg(struct pcd_unit *cd, int reg, int val) in write_reg()
354 static int pcd_wait(struct pcd_unit *cd, int go, int stop, char *fun, char *msg) in pcd_wait()
[all …]
/linux-4.4.14/arch/mips/cavium-octeon/
Docteon-irq.c63 struct octeon_ciu_chip_data *cd; in octeon_irq_set_ciu_mapping() local
83 struct octeon_ciu_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_free_cd() local
115 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_ack() local
131 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_eoi() local
144 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_set_enable_local() local
159 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_disable() local
165 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_enable() local
171 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_bus_lock() local
178 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_bus_sync_unlock() local
207 struct octeon_core_chip_data *cd; in octeon_irq_init_core() local
[all …]
/linux-4.4.14/arch/mips/loongson32/common/
Dtime.c121 struct clock_event_device *cd = devid; in ls1x_clockevent_isr() local
129 static int ls1x_clockevent_set_state_periodic(struct clock_event_device *cd) in ls1x_clockevent_set_state_periodic()
140 static int ls1x_clockevent_tick_resume(struct clock_event_device *cd) in ls1x_clockevent_tick_resume()
149 static int ls1x_clockevent_set_state_shutdown(struct clock_event_device *cd) in ls1x_clockevent_set_state_shutdown()
160 struct clock_event_device *cd) in ls1x_clockevent_set_next()
191 struct clock_event_device *cd = &ls1x_clockevent; in ls1x_time_init() local
/linux-4.4.14/arch/arm/mach-omap2/
Dclockdomain.c104 struct clkdm_dep *cd; in _clkdm_deps_lookup() local
167 struct clkdm_dep *cd; in _resolve_clkdm_deps() local
194 struct clkdm_dep *cd; in _clkdm_add_wkdep() local
237 struct clkdm_dep *cd; in _clkdm_del_wkdep() local
282 struct clkdm_dep *cd; in _clkdm_add_sleepdep() local
327 struct clkdm_dep *cd; in _clkdm_del_sleepdep() local
574 struct clkdm_dep *cd; in clkdm_add_wkdep() local
603 struct clkdm_dep *cd; in clkdm_del_wkdep() local
636 struct clkdm_dep *cd; in clkdm_read_wkdep() local
694 struct clkdm_dep *cd; in clkdm_add_sleepdep() local
[all …]
Dprm2xxx_3xxx.c224 struct clkdm_dep *cd; in omap2_clkdm_clear_all_wkdeps() local
Dcminst44xx.c390 struct clkdm_dep *cd; in omap4_clkdm_clear_all_wkup_sleep_deps() local
Dcm3xxx.c181 struct clkdm_dep *cd; in omap3xxx_clkdm_clear_all_sleepdeps() local
/linux-4.4.14/kernel/time/
Dposix-clock.c249 static int get_clock_desc(const clockid_t id, struct posix_clock_desc *cd) in get_clock_desc()
270 static void put_clock_desc(struct posix_clock_desc *cd) in put_clock_desc()
278 struct posix_clock_desc cd; in pc_clock_adjtime() local
302 struct posix_clock_desc cd; in pc_clock_gettime() local
321 struct posix_clock_desc cd; in pc_clock_getres() local
340 struct posix_clock_desc cd; in pc_clock_settime() local
365 struct posix_clock_desc cd; in pc_timer_create() local
385 struct posix_clock_desc cd; in pc_timer_delete() local
405 struct posix_clock_desc cd; in pc_timer_gettime() local
420 struct posix_clock_desc cd; in pc_timer_settime() local
/linux-4.4.14/fs/nfs/
Dcache_lib.c34 int nfs_cache_upcall(struct cache_detail *cd, char *entry_name) in nfs_cache_upcall()
115 int nfs_cache_register_sb(struct super_block *sb, struct cache_detail *cd) in nfs_cache_register_sb()
126 int nfs_cache_register_net(struct net *net, struct cache_detail *cd) in nfs_cache_register_net()
142 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.c130 static void nfs_dns_request(struct cache_detail *cd, in nfs_dns_request()
140 static int nfs_dns_upcall(struct cache_detail *cd, in nfs_dns_upcall()
166 static int nfs_dns_show(struct seq_file *m, struct cache_detail *cd, in nfs_dns_show()
192 static struct nfs_dns_ent *nfs_dns_lookup(struct cache_detail *cd, in nfs_dns_lookup()
205 static struct nfs_dns_ent *nfs_dns_update(struct cache_detail *cd, in nfs_dns_update()
219 static int nfs_dns_parse(struct cache_detail *cd, char *buf, int buflen) in nfs_dns_parse()
270 static int do_cache_lookup(struct cache_detail *cd, in do_cache_lookup()
286 static int do_cache_lookup_nowait(struct cache_detail *cd, in do_cache_lookup_nowait()
311 static int do_cache_lookup_wait(struct cache_detail *cd, in do_cache_lookup_wait()
420 struct cache_detail *cd = nn->nfs_dns_resolve; in rpc_pipefs_event() local
/linux-4.4.14/drivers/irqchip/
Dirq-imx-gpcv2.c47 struct gpcv2_irqchip_data *cd; in gpcv2_wakeup_source_save() local
66 struct gpcv2_irqchip_data *cd; in gpcv2_wakeup_source_restore() local
87 struct gpcv2_irqchip_data *cd = d->chip_data; in imx_gpcv2_irq_set_wake() local
111 struct gpcv2_irqchip_data *cd = d->chip_data; in imx_gpcv2_irq_unmask() local
127 struct gpcv2_irqchip_data *cd = d->chip_data; in imx_gpcv2_irq_mask() local
213 struct gpcv2_irqchip_data *cd; in imx_gpcv2_irqchip_init() local
/linux-4.4.14/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-4.4.14/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
274 struct channel_detector *cd; in dpd_add_pulse() local
319 struct channel_detector *cd, *cd0; in dpd_set_domain() local
/linux-4.4.14/fs/nfsd/
Dexport.c51 static void expkey_request(struct cache_detail *cd, in expkey_request()
70 static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen) in expkey_parse()
166 struct cache_detail *cd, in expkey_show()
262 svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *item) in svc_expkey_lookup()
275 svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new, in svc_expkey_update()
319 static void svc_export_request(struct cache_detail *cd, in svc_export_request()
509 static int svc_export_parse(struct cache_detail *cd, char *mesg, int mlen) in svc_export_parse()
657 struct cache_detail *cd, in svc_export_show()
803 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, in exp_find_key()
826 exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp, in exp_get_by_name()
[all …]
Dnfs4idmap.c125 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in idtoname_request()
150 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show()
197 idtoname_parse(struct cache_detail *cd, char *buf, int buflen) in idtoname_parse()
265 idtoname_lookup(struct cache_detail *cd, struct ent *item) in idtoname_lookup()
276 idtoname_update(struct cache_detail *cd, struct ent *new, struct ent *old) in idtoname_update()
298 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request()
321 nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in nametoid_show()
360 nametoid_parse(struct cache_detail *cd, char *buf, int buflen) in nametoid_parse()
423 nametoid_lookup(struct cache_detail *cd, struct ent *item) in nametoid_lookup()
434 nametoid_update(struct cache_detail *cd, struct ent *new, struct ent *old) in nametoid_update()
Dnfs3xdr.c793 encode_entry_baggage(struct nfsd3_readdirres *cd, __be32 *p, const char *name, in encode_entry_baggage()
807 compose_entry_fh(struct nfsd3_readdirres *cd, struct svc_fh *fhp, in compose_entry_fh()
841 static __be32 *encode_entryplus_baggage(struct nfsd3_readdirres *cd, __be32 *p, const char *name, i… in encode_entryplus_baggage()
877 struct nfsd3_readdirres *cd = container_of(ccd, struct nfsd3_readdirres, in encode_entry() local
1003 nfs3svc_encode_entry(void *cd, const char *name, in nfs3svc_encode_entry()
1010 nfs3svc_encode_entry_plus(void *cd, const char *name, in nfs3svc_encode_entry_plus()
Dexport.h62 struct cache_detail *cd; member
Dnfsxdr.c501 struct nfsd_readdirres *cd = container_of(ccd, struct nfsd_readdirres, common); in nfssvc_encode_entry() local
Dnfs4xdr.c2836 nfsd4_encode_dirent_fattr(struct xdr_stream *xdr, struct nfsd4_readdir *cd, in nfsd4_encode_dirent_fattr()
2919 struct nfsd4_readdir *cd = container_of(ccd, struct nfsd4_readdir, common); in nfsd4_encode_dirent() local
/linux-4.4.14/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
/linux-4.4.14/arch/mips/kernel/
Dcevt-sb1250.c69 static int sibyte_next_event(unsigned long delta, struct clock_event_device *cd) in sibyte_next_event()
87 struct clock_event_device *cd = dev_id; in sibyte_counter_handler() local
114 struct clock_event_device *cd = &per_cpu(sibyte_hpt_clockevent, cpu); in sb1250_clockevent_init() local
Dcevt-bcm1480.c70 static int sibyte_next_event(unsigned long delta, struct clock_event_device *cd) in sibyte_next_event()
88 struct clock_event_device *cd = dev_id; in sibyte_counter_handler() local
115 struct clock_event_device *cd = &per_cpu(sibyte_hpt_clockevent, cpu); in sb1480_clockevent_init() local
Dcevt-ds1287.c106 struct clock_event_device *cd = &ds1287_clockevent; in ds1287_interrupt() local
124 struct clock_event_device *cd; in ds1287_clockevent_init() local
Dcevt-gt641xx.c129 struct clock_event_device *cd = &gt641xx_timer0_clockevent; in gt641xx_timer0_interrupt() local
144 struct clock_event_device *cd; in gt641xx_timer0_clockevent_init() local
Dcevt-txx9.c76 struct clock_event_device cd; member
169 struct clock_event_device *cd = &txx9_cd->cd; in txx9tmr_interrupt() local
187 struct clock_event_device *cd = &txx9_clock_event_device.cd; in txx9_clockevent_init() local
Dcevt-r4k.c55 struct clock_event_device *cd; in c0_compare_interrupt() local
179 struct clock_event_device *cd; in r4k_clockevent_init() local
Dvpe-cmp.c40 static ssize_t ntcs_show(struct device *cd, struct device_attribute *attr, in ntcs_show()
76 static void vpe_device_release(struct device *cd) in vpe_device_release()
Dvpe-mt.c279 static ssize_t ntcs_show(struct device *cd, struct device_attribute *attr, in ntcs_show()
314 static void vpe_device_release(struct device *cd) in vpe_device_release()
/linux-4.4.14/fs/
Dchar_dev.c50 struct char_device_struct *cd; in chrdev_show() local
77 struct char_device_struct *cd, **cp; in __register_chrdev_region() local
148 struct char_device_struct *cd = NULL, **cp; in __unregister_chrdev_region() local
176 struct char_device_struct *cd; in register_chrdev_region() local
213 struct char_device_struct *cd; in alloc_chrdev_region() local
246 struct char_device_struct *cd; in __register_chrdev() local
312 struct char_device_struct *cd; in __unregister_chrdev() local
/linux-4.4.14/arch/arm/mach-s3c64xx/
Dpl080.c22 static int pl08x_get_xfer_signal(const struct pl08x_channel_data *cd) in pl08x_get_xfer_signal()
27 static void pl08x_put_xfer_signal(const struct pl08x_channel_data *cd, int ch) in pl08x_put_xfer_signal()
/linux-4.4.14/arch/arm/mach-spear/
Dpl080.c30 int pl080_get_signal(const struct pl08x_channel_data *cd) in pl080_get_signal()
65 void pl080_put_signal(const struct pl08x_channel_data *cd, int signal) in pl080_put_signal()
/linux-4.4.14/drivers/clocksource/
Dmips-gic-timer.c38 struct clock_event_device *cd = dev_id; in gic_compare_interrupt() local
52 static void gic_clockevent_cpu_init(struct clock_event_device *cd) in gic_clockevent_cpu_init()
70 static void gic_clockevent_cpu_exit(struct clock_event_device *cd) in gic_clockevent_cpu_exit()
/linux-4.4.14/drivers/dca/
Ddca-sysfs.c38 struct device *cd; in dca_sysfs_add_req() local
55 struct device *cd; in dca_sysfs_add_provider() local
/linux-4.4.14/sound/soc/au1x/
Ddbdma2.c80 static void au1x_pcm_queue_tx(struct au1xpsc_audio_dmadata *cd) in au1x_pcm_queue_tx()
94 static void au1x_pcm_queue_rx(struct au1xpsc_audio_dmadata *cd) in au1x_pcm_queue_rx()
110 struct au1xpsc_audio_dmadata *cd = dev_id; in au1x_pcm_dmatx_cb() local
123 struct au1xpsc_audio_dmadata *cd = dev_id; in au1x_pcm_dmarx_cb() local
/linux-4.4.14/drivers/media/usb/usbvision/
Dusbvision-video.c163 static inline struct usb_usbvision *cd_to_usbvision(struct device *cd) in cd_to_usbvision()
170 static ssize_t show_version(struct device *cd, in show_version()
177 static ssize_t show_model(struct device *cd, in show_model()
188 static ssize_t show_hue(struct device *cd, in show_hue()
203 static ssize_t show_contrast(struct device *cd, in show_contrast()
218 static ssize_t show_brightness(struct device *cd, in show_brightness()
233 static ssize_t show_saturation(struct device *cd, in show_saturation()
248 static ssize_t show_streaming(struct device *cd, in show_streaming()
259 static ssize_t show_compression(struct device *cd, in show_compression()
270 static ssize_t show_device_bridge(struct device *cd, in show_device_bridge()
/linux-4.4.14/arch/mn10300/kernel/
Dcevt-mn10300.c49 struct clock_event_device *cd; in timer_interrupt() local
79 struct clock_event_device *cd; in init_clockevents() local
/linux-4.4.14/arch/mips/jz4740/
Dtime.c57 struct clock_event_device *cd = devid; in jz4740_clockevent_irq() local
95 struct clock_event_device *cd) in jz4740_clockevent_set_next()
/linux-4.4.14/arch/mips/sni/
Dtime.c48 struct clock_event_device *cd = dev_id; in a20r_interrupt() local
70 struct clock_event_device *cd = &a20r_clockevent_device; in sni_a20r_timer_setup() local
/linux-4.4.14/arch/mips/jazz/
Dirq.c122 struct clock_event_device *cd = dev_id; in r4030_timer_interrupt() local
136 struct clock_event_device *cd = &r4030_clockevent; in plat_time_init() local
/linux-4.4.14/net/sunrpc/auth_gss/
Dsvcauth_gss.c174 static void rsi_request(struct cache_detail *cd, in rsi_request()
185 static int rsi_parse(struct cache_detail *cd, in rsi_parse()
280 static struct rsi *rsi_lookup(struct cache_detail *cd, struct rsi *item) in rsi_lookup()
292 static struct rsi *rsi_update(struct cache_detail *cd, struct rsi *new, struct rsi *old) in rsi_update()
407 static int rsc_parse(struct cache_detail *cd, in rsc_parse()
539 static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item) in rsc_lookup()
551 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old) in rsc_update()
566 gss_svc_searchbyctx(struct cache_detail *cd, struct xdr_netobj *handle) in gss_svc_searchbyctx()
972 gss_write_init_verf(struct cache_detail *cd, struct svc_rqst *rqstp, in gss_write_init_verf()
1140 static int gss_proxy_save_rsc(struct cache_detail *cd, in gss_proxy_save_rsc()
[all …]
/linux-4.4.14/arch/arm/mach-lpc32xx/
Dphy3250.c173 static int pl08x_get_signal(const struct pl08x_channel_data *cd) in pl08x_get_signal()
178 static void pl08x_put_signal(const struct pl08x_channel_data *cd, int ch) in pl08x_put_signal()
/linux-4.4.14/drivers/ide/
Dide-cd_ioctl.c110 struct cdrom_info *cd = drive->driver_data; in cdrom_eject() local
214 struct cdrom_info *cd = drive->driver_data; in ide_cdrom_select_speed() local
301 struct cdrom_info *cd = drive->driver_data; in ide_cdrom_reset() local
386 struct cdrom_info *cd = drive->driver_data; in ide_cd_read_tochdr() local
Dide-cd.c60 struct cdrom_info *cd = NULL; in ide_cd_get() local
75 static void ide_cd_put(struct cdrom_info *cd) in ide_cd_put()
703 struct cdrom_info *cd = drive->driver_data; in cdrom_start_rw() local
1142 struct cdrom_info *cd = drive->driver_data; in ide_cdrom_update_speed() local
1207 struct cdrom_info *cd = drive->driver_data; in ide_cdrom_probe_capabilities() local
1497 struct cdrom_info *cd = drive->driver_data; in ide_cdrom_setup() local
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-dev.c41 static ssize_t index_show(struct device *cd, in index_show()
50 static ssize_t dev_debug_show(struct device *cd, in dev_debug_show()
58 static ssize_t dev_debug_store(struct device *cd, struct device_attribute *attr, in dev_debug_store()
74 static ssize_t name_show(struct device *cd, in name_show()
170 static void v4l2_device_release(struct device *cd) in v4l2_device_release()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c175 struct llog_process_cat_data cd; in llog_cat_process_cb() local
209 struct llog_process_cat_data cd; in llog_cat_process_or_fork() local
Dllog.c215 struct llog_process_cat_data *cd = lpi->lpi_catdata; in llog_process_thread() local
Dcl_object.c109 struct cl_device *cd, const struct lu_fid *fid, in cl_object_find()
Dobd_config.c1255 struct llog_process_cat_data cd = {0, 0}; in class_config_parse_llog() local
/linux-4.4.14/arch/mips/sgi-ip27/
Dip27-timer.c75 struct clock_event_device *cd = &per_cpu(hub_rt_clockevent, cpu); in hub_rt_counter_handler() local
107 struct clock_event_device *cd = &per_cpu(hub_rt_clockevent, cpu); in hub_rt_clock_event_init() local
/linux-4.4.14/arch/mips/include/asm/
Dtime.h80 static inline void clockevent_set_clock(struct clock_event_device *cd, in clockevent_set_clock()
/linux-4.4.14/arch/x86/crypto/
Dtwofish-x86_64-asm_64-3way.S99 #define g1g2_3(ab, cd, Tx0, Tx1, Tx2, Tx3, Ty0, Ty1, Ty2, Ty3, x, y) \ argument
149 #define encrypt_round3(ab, cd, n) \ argument
163 #define encrypt_cycle3(ab, cd, n) \ argument
Dcamellia-x86_64-asm_64.S104 #define roundsm(ab, subkey, cd) \ argument
281 #define roundsm2(ab, subkey, cd) \ argument
/linux-4.4.14/net/dsa/
Ddsa.c182 struct dsa_chip_data *cd = ds->pd; in dsa_cpu_dsa_setup() local
423 struct dsa_chip_data *cd = ds->pd; in dsa_switch_destroy() local
593 struct dsa_chip_data *cd, in dsa_of_setup_routing_table()
636 struct dsa_chip_data *cd, in dsa_of_probe_links()
687 struct dsa_chip_data *cd; in dsa_of_probe() local
Dslave.c1019 struct dsa_chip_data *cd = ds->pd; in dsa_slave_phy_setup() local
/linux-4.4.14/arch/mips/loongson64/loongson-3/
Dhpet.c175 struct clock_event_device *cd; in hpet_irq_handler() local
227 struct clock_event_device *cd; in setup_hpet_timer() local
/linux-4.4.14/arch/c6x/platforms/
Dtimer64.c164 struct clock_event_device *cd = &t64_clockevent_device; in timer_interrupt() local
180 struct clock_event_device *cd = &t64_clockevent_device; in timer64_init() local
/linux-4.4.14/arch/mips/loongson64/common/cs5536/
Dcs5536_mfgpt.c120 struct clock_event_device *cd = &mfgpt_clockevent; in setup_mfgpt0_timer() local
/linux-4.4.14/include/linux/
Ddca.h38 struct device *cd; member
/linux-4.4.14/drivers/memory/
Domap-gpmc.c299 static unsigned long gpmc_get_clk_period(int cs, enum gpmc_clk_domain cd) in gpmc_get_clk_period()
325 enum gpmc_clk_domain cd) in gpmc_ns_to_clk_ticks()
351 enum gpmc_clk_domain cd) in gpmc_clk_ticks_to_ns()
430 const char *name, const enum gpmc_clk_domain cd, in get_gpmc_timing_reg()
485 #define GPMC_GET_TICKS_CD(reg, st, end, field, cd) \ argument
487 #define GPMC_GET_TICKS_CD_MAX(reg, st, end, max, field, cd) \ argument
592 int time, enum gpmc_clk_domain cd, const char *name) in set_gpmc_timing_reg()
628 #define GPMC_SET_ONE_CD_MAX(reg, st, end, max, field, cd) \ argument
/linux-4.4.14/drivers/zorro/
Dzorro-sysfs.c70 struct ConfigDev cd; in zorro_read_config() local
Dproc.c33 struct ConfigDev cd; in proc_bus_zorro_read() local
/linux-4.4.14/lib/
Dearlycpio.c71 struct cpio_data cd = { NULL, 0, "" }; in find_cpio_data() local
/linux-4.4.14/net/bluetooth/cmtp/
Dsock.c69 struct cmtp_conndel_req cd; in cmtp_sock_ioctl() local
/linux-4.4.14/net/bluetooth/bnep/
Dsock.c56 struct bnep_conndel_req cd; in bnep_sock_ioctl() local
/linux-4.4.14/include/media/
Dmedia-devnode.h87 #define to_media_devnode(cd) container_of(cd, struct media_devnode, dev) argument
Dv4l2-dev.h147 #define to_video_device(cd) container_of(cd, struct video_device, dev) argument
/linux-4.4.14/drivers/hwtracing/coresight/
Dcoresight.c241 struct coresight_device *cd; in coresight_enable_path() local
284 struct coresight_device *cd; in coresight_disable_path() local
/linux-4.4.14/drivers/s390/cio/
Ditcw.c292 struct dcw *itcw_add_dcw(struct itcw *itcw, u8 cmd, u8 flags, void *cd, in itcw_add_dcw()
Dfcx.c295 void *cd, u8 cd_count, u32 count) in tccb_add_dcw()
Dchsc_sch.c463 struct chsc_chp_cd *cd; in chsc_ioctl_info_channel_path() local
525 struct chsc_cu_cd *cd; in chsc_ioctl_info_cu() local
/linux-4.4.14/drivers/tty/serial/
Dxilinx_uartps.c339 u32 cd, bdiv; in cdns_uart_calc_baud_divs() local
389 u32 cd = 0, bdiv = 0; in cdns_uart_set_baud_rate() local
436 u32 bdiv, cd; in cdns_uart_clk_notifier_cb() local
/linux-4.4.14/drivers/media/
Dmedia-devnode.c60 static void media_devnode_release(struct device *cd) in media_devnode_release()
Dmedia-device.c344 static ssize_t show_model(struct device *cd, in show_model()
/linux-4.4.14/net/bluetooth/hidp/
Dsock.c53 struct hidp_conndel_req cd; in hidp_sock_ioctl() local
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_qsfp.c500 struct qib_qsfp_cache cd; in qib_qsfp_dump() local
/linux-4.4.14/drivers/tty/hvc/
Dhvsi_lib.c46 static void hvsi_cd_change(struct hvsi_priv *pv, int cd) in hvsi_cd_change()
/linux-4.4.14/arch/s390/include/asm/
Dnmi.h31 u64 cd : 1; /* 04 timing-facility damage */ member
Dcpu_mf.h64 unsigned int cd:1; /* 31: diag-sampling activation control */ member
86 unsigned int cd:1; /* 63: diag-sampling activation control */ member
Dfcx.h243 u8 cd[0]; member
/linux-4.4.14/fs/jfs/
Djfs_txnmgr.c1141 struct commit cd; in txCommit() local
1381 static int txLog(struct jfs_log * log, struct tblock * tblk, struct commit * cd) in txLog()
1439 struct tlock * tlck, struct commit * cd) in diLog()
/linux-4.4.14/arch/x86/include/asm/
Dmicrocode.h170 get_builtin_firmware(struct cpio_data *cd, const char *name) { return false; } in get_builtin_firmware()
/linux-4.4.14/arch/m68k/amiga/
Dconfig.c178 const struct ConfigDev *cd = data; in amiga_parse_bootinfo() local
/linux-4.4.14/drivers/usb/gadget/function/
Df_uvc.c762 struct uvc_camera_terminal_descriptor *cd; in uvc_alloc_inst() local
Duvc_configfs.c354 struct uvc_camera_terminal_descriptor *cd; in uvcg_default_camera_bm_controls_show() local
/linux-4.4.14/drivers/net/ethernet/renesas/
Dsh_eth.c875 static void sh_eth_set_default_cpu_data(struct sh_eth_cpu_data *cd) in sh_eth_set_default_cpu_data()
1714 struct sh_eth_cpu_data *cd = mdp->cd; in sh_eth_interrupt() local
1971 struct sh_eth_cpu_data *cd = mdp->cd; in __sh_eth_get_regs() local
Dsh_eth.h500 struct sh_eth_cpu_data *cd; member
/linux-4.4.14/drivers/media/i2c/
Dmsp3400-kthreads.c508 struct msp3400c_carrier_detect *cd; in msp3400c_thread() local
/linux-4.4.14/include/linux/sunrpc/
Dcache.h201 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) in cache_put()
/linux-4.4.14/drivers/net/ethernet/seeq/
Dether3.c200 struct in_chunk_dir cd; in ether3_addr() local
/linux-4.4.14/drivers/media/usb/gspca/
Dse401.c221 u8 *cd = gspca_dev->usb_buf; in sd_config() local
/linux-4.4.14/arch/x86/kernel/cpu/microcode/
Dcore.c105 bool get_builtin_firmware(struct cpio_data *cd, const char *name) in get_builtin_firmware()
Dintel.c547 struct cpio_data cd; in scan_microcode() local
/linux-4.4.14/arch/s390/kernel/
Dtime.c96 struct clock_event_device *cd; in clock_comparator_work() local
129 struct clock_event_device *cd; in init_cpu_timer() local
/linux-4.4.14/include/linux/mfd/
Ducb1x00.h163 #define classdev_to_ucb1x00(cd) container_of(cd, struct ucb1x00, dev) argument
/linux-4.4.14/drivers/ata/
Dsata_fsl.c523 struct command_desc *cd; in sata_fsl_qc_prep() local
599 struct command_desc *cd; in sata_fsl_qc_fill_rtf() local
/linux-4.4.14/arch/arm/include/asm/
Decard.h98 unsigned char cd:1; /* Chunk dir present */ member
/linux-4.4.14/drivers/net/ethernet/8390/
Detherh.c522 struct in_chunk_dir cd; in etherh_addr() local
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_pt.c81 struct pt_cap_desc *cd = &pt_caps[cap]; in pt_cap_get() local
/linux-4.4.14/drivers/dma/
Dmv_xor.c1237 struct mv_xor_channel_data *cd; in mv_xor_probe() local
Dcppi41.c135 struct cppi41_desc *cd; member
Damba-pl08x.c238 const struct pl08x_channel_data *cd; member
/linux-4.4.14/drivers/ntb/
Dntb_transport.c307 struct ntb_transport_client_dev *client_dev, *cd; in ntb_bus_remove() local
335 struct ntb_transport_client_dev *client, *cd; in ntb_transport_unregister_client_dev() local
/linux-4.4.14/arch/arm/mach-rpc/
Decard.c327 int ecard_readchunk(struct in_chunk_dir *cd, ecard_t *ec, int id, int num) in ecard_readchunk()
/linux-4.4.14/drivers/net/bonding/
Dbond_sysfs.c46 #define to_bond(cd) ((struct bonding *)(netdev_priv(to_net_dev(cd)))) argument
/linux-4.4.14/arch/cris/arch-v32/drivers/
Dcryptocop.c351 static void setup_descr_chain(struct cryptocop_dma_desc *cd) in setup_descr_chain()
1366 struct cryptocop_dma_desc *cd = iop->cdesc_out; in delete_internal_operation() local
/linux-4.4.14/drivers/mmc/host/
Dwmt-sdmmc.c723 u32 cd = (readb(priv->sdmmc_base + SDMMC_STS0) & STS0_CD_GPI) >> 3; in wmt_mci_get_cd() local
Drtsx_pci_sdmmc.c1127 int cd = 0; in sdmmc_get_cd() local
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_algs.c447 struct icp_qat_hw_cipher_algo_blk *cd, in qat_alg_ablkcipher_init_com()
/linux-4.4.14/drivers/spi/
Dspi-omap2-mcspi.c1103 struct omap2_mcspi_device_config *cd; in omap2_mcspi_work_one() local
/linux-4.4.14/net/bridge/
Dbr_sysfs_br.c26 #define to_bridge(cd) ((struct net_bridge *)netdev_priv(to_net_dev(cd))) argument
/linux-4.4.14/virt/kvm/
Dkvm_main.c2675 struct kvm_create_device *cd) in kvm_ioctl_create_device()
2885 struct kvm_create_device cd; in kvm_vm_ioctl() local
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c2315 void lustre_swab_close_data(struct close_data *cd) in lustre_swab_close_data()
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c698 struct cl_device *cd; in echo_device_alloc() local
/linux-4.4.14/arch/m68k/include/asm/
Dm68360_quicc.h252 volatile unsigned short cd:12; member
/linux-4.4.14/drivers/tty/
Dcyclades.c2997 u32 cd; in cyy_carrier_raised() local
Dsynclink_gt.c3272 int cd; in block_til_ready() local
Dsynclinkmp.c3286 int cd; in block_til_ready() local
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-driver.c186 static ssize_t show_card(struct device *cd, in show_card()
/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-hdw.c1996 const struct pvr2_device_client_desc *cd) in pvr2_hdw_load_subdev()
/linux-4.4.14/drivers/iommu/
Darm-smmu-v3.c529 } cd; member
/linux-4.4.14/drivers/pinctrl/sh-pfc/
Dpfc-r8a7778.c1560 #define SDHI_PFC_CDPN(name, cd) SH_PFC_MUX1(name, cd) argument
/linux-4.4.14/include/linux/mlx5/
Dmlx5_ifc.h711 u8 cd[0x1]; member