/linux/drivers/misc/genwqe/ |
H A D | card_base.c | 135 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 D | card_utils.c | 44 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 D | card_sysfs.c | 42 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 D | card_dev.c | 32 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 D | card_ddcb.c | 163 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 D | card_debugfs.c | 45 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 D | cache.c | 84 struct cache_detail *cd) in sunrpc_begin_cache_remove_entry() 93 struct cache_detail *cd) in sunrpc_end_cache_remove_entry() 398 void sunrpc_init_cache_detail(struct cache_detail *cd) in sunrpc_init_cache_detail() 416 void sunrpc_destroy_cache_detail(struct cache_detail *cd) in sunrpc_destroy_cache_detail() 836 loff_t *ppos, struct cache_detail *cd) in cache_read() 918 size_t count, struct cache_detail *cd) in cache_do_downcall() 935 size_t count, struct cache_detail *cd) in cache_downcall() 957 struct cache_detail *cd) in cache_write() 976 struct cache_detail *cd) in cache_poll() 1004 struct cache_detail *cd) in cache_ioctl() [all …]
|
H A D | svcauth_unix.c | 153 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/scripts/gendwarfksyms/ |
H A D | die.c | 22 static void init_die(struct die *cd) in init_die() argument 34 struct die *cd; in create_die() local 46 struct die *cd; __die_map_get() local 60 struct die *cd; die_map_get() local 71 reset_die(struct die * cd) reset_die() argument 90 struct die *cd; die_map_for_each() local 101 struct die *cd; die_map_free() local 122 append_item(struct die * cd) append_item() argument 132 die_map_add_string(struct die * cd,const char * str) die_map_add_string() argument 144 die_map_add_linebreak(struct die * cd,int linebreak) die_map_add_linebreak() argument 156 die_map_add_die(struct die * cd,struct die * child) die_map_add_die() argument [all...] |
/linux/drivers/gpu/drm/amd/display/dc/gpio/ |
H A D | ddc_regs.h | 34 #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 D | sr_ioctl.c | 39 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 …]
|
/linux/drivers/irqchip/ |
H A D | irq-mst-intc.c | 42 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 D | irq-imx-gpcv2.c | 31 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 D | octeon-irq.c | 101 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/io_uring/ |
H A D | cancel.c | 37 bool io_cancel_req_match(struct io_kiocb *req, struct io_cancel_data *cd) in io_cancel_req_match() argument 71 struct io_cancel_data *cd = data; io_cancel_cb() local 77 io_async_cancel_one(struct io_uring_task * tctx,struct io_cancel_data * cd) io_async_cancel_one() argument 103 io_try_cancel(struct io_uring_task * tctx,struct io_cancel_data * cd,unsigned issue_flags) io_try_cancel() argument 165 __io_async_cancel(struct io_cancel_data * cd,struct io_uring_task * tctx,unsigned int issue_flags) __io_async_cancel() argument 201 struct io_cancel_data cd = { io_async_cancel() local 236 __io_sync_cancel(struct io_uring_task * tctx,struct io_cancel_data * cd,int fd) __io_sync_cancel() argument 259 struct io_cancel_data cd = { io_sync_cancel() local 366 io_cancel_remove(struct io_ring_ctx * ctx,struct io_cancel_data * cd,unsigned int issue_flags,struct hlist_head * list,bool (* cancel)(struct io_kiocb *)) io_cancel_remove() argument [all...] |
/linux/arch/arm/mach-omap2/ |
H A D | clockdomain.c | 105 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/fs/nfs/ |
H A D | dns_resolve.c | 139 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 D | cache_lib.c | 35 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 D | fscache.c | 27 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/drivers/net/wireless/ath/ |
H A D | dfs_pattern_detector.c | 169 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/fs/nfsd/ |
H A D | nfs4idmap.c | 127 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/kernel/time/ |
H A D | posix-clock.c | 197 static int get_clock_desc(const clockid_t id, struct posix_clock_desc *cd) in get_clock_desc() 218 static void put_clock_desc(struct posix_clock_desc *cd) in put_clock_desc() 226 struct posix_clock_desc cd; in pc_clock_adjtime() local 250 struct posix_clock_desc cd; in pc_clock_gettime() local 269 struct posix_clock_desc cd; in pc_clock_getres() local 288 struct posix_clock_desc cd; in pc_clock_settime() local
|
/linux/arch/mips/alchemy/common/ |
H A D | time.c | 49 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
|
/linux/drivers/gpu/host1x/ |
H A D | context.c | 133 struct host1x_memory_context *cd = &cdl->devs[i]; in host1x_memory_context_alloc() local 161 void host1x_memory_context_get(struct host1x_memory_context *cd) in host1x_memory_context_get() 167 void host1x_memory_context_put(struct host1x_memory_context *cd) in host1x_memory_context_put()
|
/linux/drivers/clk/sprd/ |
H A D | div.c | 15 struct sprd_div *cd = hw_to_sprd_div(hw); in sprd_div_round_rate() local 40 struct sprd_div *cd = hw_to_sprd_div(hw); in sprd_div_recalc_rate() local 70 struct sprd_div *cd = hw_to_sprd_div(hw); in sprd_div_set_rate() local
|