| /linux-6.15/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() 314 static int genwqe_T_psec(struct genwqe_dev *cd) in genwqe_T_psec() 426 static int genwqe_read_ids(struct genwqe_dev *cd) in genwqe_read_ids() 474 static int genwqe_start(struct genwqe_dev *cd) in genwqe_start() 581 static int genwqe_stop(struct genwqe_dev *cd) in genwqe_stop() 934 struct genwqe_dev *cd = data; in genwqe_health_thread() local 1183 struct genwqe_dev *cd; in genwqe_probe() local [all …]
|
| H A D | card_utils.c | 68 u64 __genwqe_readq(struct genwqe_dev *cd, u64 byte_offs) in __genwqe_readq() 119 u32 __genwqe_readl(struct genwqe_dev *cd, u64 byte_offs) in __genwqe_readl() 242 static int genwqe_map_pages(struct genwqe_dev *cd, in genwqe_map_pages() 655 u8 genwqe_card_type(struct genwqe_dev *cd) in genwqe_card_type() 666 int genwqe_card_reset(struct genwqe_dev *cd) in genwqe_card_reset() 703 int genwqe_read_softreset(struct genwqe_dev *cd) in genwqe_read_softreset() 830 int genwqe_ffdc_buff_size(struct genwqe_dev *cd, int uid) in genwqe_ffdc_buff_size() 887 int genwqe_ffdc_buff_read(struct genwqe_dev *cd, int uid, in genwqe_ffdc_buff_read() 1014 int genwqe_base_clock_frequency(struct genwqe_dev *cd) in genwqe_base_clock_frequency() 1032 void genwqe_stop_traps(struct genwqe_dev *cd) in genwqe_stop_traps() [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 | 194 struct genwqe_dev *cd = cfile->cd; in genwqe_remove_mappings() local 232 struct genwqe_dev *cd = cfile->cd; in genwqe_remove_pinnings() local 301 struct genwqe_dev *cd; in genwqe_open() local 360 struct genwqe_dev *cd = cfile->cd; in genwqe_release() local 440 struct genwqe_dev *cd = cfile->cd; in genwqe_mmap() local 514 struct genwqe_dev *cd = cfile->cd; in do_flash_update() local 649 struct genwqe_dev *cd = cfile->cd; in do_flash_read() local 772 struct genwqe_dev *cd = cfile->cd; in genwqe_pin_mem() local 805 struct genwqe_dev *cd = cfile->cd; in genwqe_unpin_mem() local 837 struct genwqe_dev *cd = cfile->cd; in ddcb_cmd_cleanup() local [all …]
|
| H A D | card_ddcb.c | 365 static int genwqe_check_ddcb_queue(struct genwqe_dev *cd, in genwqe_check_ddcb_queue() 567 static struct ddcb *get_next_ddcb(struct genwqe_dev *cd, in get_next_ddcb() 911 int __genwqe_execute_raw_ddcb(struct genwqe_dev *cd, in __genwqe_execute_raw_ddcb() 1008 int genwqe_ddcbs_in_flight(struct genwqe_dev *cd) in genwqe_ddcbs_in_flight() 1123 struct genwqe_dev *cd = (struct genwqe_dev *)dev_id; in genwqe_pf_isr() local 1171 struct genwqe_dev *cd = (struct genwqe_dev *)dev_id; in genwqe_vf_isr() local 1191 struct genwqe_dev *cd = (struct genwqe_dev *)data; in genwqe_card_thread() local 1228 int genwqe_setup_service_layer(struct genwqe_dev *cd) in genwqe_setup_service_layer() 1316 static int queue_wake_up_all(struct genwqe_dev *cd) in queue_wake_up_all() 1342 int genwqe_finish_queue(struct genwqe_dev *cd) in genwqe_finish_queue() [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-6.15/scripts/gendwarfksyms/ |
| H A D | die.c | 22 static void init_die(struct die *cd) in init_die() 34 struct die *cd; in create_die() local 46 struct die *cd; in __die_map_get() local 60 struct die *cd; in die_map_get() local 71 static void reset_die(struct die *cd) in reset_die() 90 struct die *cd; in die_map_for_each() local 101 struct die *cd; in die_map_free() local 122 static struct die_fragment *append_item(struct die *cd) in append_item() 132 void die_map_add_string(struct die *cd, const char *str) in die_map_add_string() 144 void die_map_add_linebreak(struct die *cd, int linebreak) in die_map_add_linebreak() [all …]
|
| /linux-6.15/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() 956 struct cache_detail *cd) in cache_write() 1058 struct cache_detail *cd) in cache_release() 1458 struct cache_detail *cd) in content_open() 1478 struct cache_detail *cd) in content_release() 1486 struct cache_detail *cd) in open_flush() 1494 struct cache_detail *cd) in release_flush() 1502 struct cache_detail *cd) in read_flush() 1739 struct cache_detail *cd; in cache_create_net() local [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() 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() 603 struct cache_detail *cd; in unix_gid_cache_create() local 621 struct cache_detail *cd = sn->unix_gid_cache; in unix_gid_cache_destroy() local 1038 struct cache_detail *cd; in ip_map_cache_create() local [all …]
|
| /linux-6.15/drivers/clk/sunxi-ng/ |
| H A D | ccu_div.c | 19 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 122 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_get_parent() local 129 struct ccu_div *cd = hw_to_ccu_div(hw); in ccu_div_set_parent() local
|
| /linux-6.15/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 79 #define DDC_GPIO_I2C_REG_LIST(cd) \ argument 87 #define DDC_I2C_REG_LIST(cd) \ argument 91 #define DDC_I2C_REG_LIST_DCN2(cd) \ argument [all …]
|
| /linux-6.15/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 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 430 Scsi_CD *cd = cdi->handle; in sr_select_speed() local [all …]
|
| H A D | sr.c | 147 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 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 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 594 struct scsi_cd *cd = cdi->handle; in sr_open() local 615 struct scsi_cd *cd; in sr_probe() local [all …]
|
| /linux-6.15/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-6.15/arch/mips/cavium-octeon/ |
| H A D | octeon-irq.c | 101 struct octeon_ciu_chip_data *cd; in octeon_irq_set_ciu_mapping() local 255 struct octeon_core_chip_data *cd; in octeon_irq_init_core() local 309 struct octeon_ciu_chip_data *cd; in octeon_irq_ciu_enable() local 341 struct octeon_ciu_chip_data *cd; in octeon_irq_ciu_enable_local() local 373 struct octeon_ciu_chip_data *cd; in octeon_irq_ciu_disable_local() local 406 struct octeon_ciu_chip_data *cd; in octeon_irq_ciu_disable_all() local 439 struct octeon_ciu_chip_data *cd; in octeon_irq_ciu_enable_all() local 475 struct octeon_ciu_chip_data *cd; in octeon_irq_ciu_enable_v2() local 503 struct octeon_ciu_chip_data *cd; in octeon_irq_ciu_enable_sum2() local 519 struct octeon_ciu_chip_data *cd; in octeon_irq_ciu_disable_local_sum2() local [all …]
|
| /linux-6.15/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() 71 struct io_cancel_data *cd = data; in io_cancel_cb() local 77 struct io_cancel_data *cd) in io_async_cancel_one() 103 int io_try_cancel(struct io_uring_task *tctx, struct io_cancel_data *cd, in io_try_cancel() 165 static int __io_async_cancel(struct io_cancel_data *cd, in __io_async_cancel() 201 struct io_cancel_data cd = { in io_async_cancel() local 236 struct io_cancel_data *cd, int fd) in __io_sync_cancel() 259 struct io_cancel_data cd = { in io_sync_cancel() local 366 int io_cancel_remove(struct io_ring_ctx *ctx, struct io_cancel_data *cd, in io_cancel_remove()
|
| /linux-6.15/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-6.15/drivers/perf/ |
| H A D | arm-ni.c | 127 #define cd_for_each_unit(cd, u) \ argument 309 struct arm_ni_cd *cd = pmu_to_cd(event->pmu); in arm_ni_event_init() local 349 struct arm_ni_cd *cd = pmu_to_cd(event->pmu); in arm_ni_event_read() local 370 struct arm_ni_cd *cd = pmu_to_cd(event->pmu); in arm_ni_event_start() local 377 struct arm_ni_cd *cd = pmu_to_cd(event->pmu); in arm_ni_event_stop() local 446 struct arm_ni_cd *cd = dev_id; in arm_ni_handle_irq() local 472 struct arm_ni_cd *cd = ni->cds + node->id; in arm_ni_init_cd() local 590 struct arm_ni_node cfg, vd, pd, cd; in arm_ni_probe() local 673 struct arm_ni_cd *cd = ni->cds + i; in arm_ni_remove() local 720 struct arm_ni_cd *cd; in arm_ni_pmu_online_cpu() local [all …]
|
| /linux-6.15/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-6.15/drivers/input/touchscreen/ |
| H A D | goodix_berlin_core.c | 216 static int goodix_berlin_dev_confirm(struct goodix_berlin_core *cd) in goodix_berlin_dev_confirm() 248 static int goodix_berlin_power_on(struct goodix_berlin_core *cd) in goodix_berlin_power_on() 292 static void goodix_berlin_power_off(struct goodix_berlin_core *cd) in goodix_berlin_power_off() 360 static int goodix_berlin_get_ic_info(struct goodix_berlin_core *cd) in goodix_berlin_get_ic_info() 518 struct goodix_berlin_core *cd = data; in goodix_berlin_irq() local 644 struct goodix_berlin_core *cd = dev_get_drvdata(dev); in goodix_berlin_suspend() local 654 struct goodix_berlin_core *cd = dev_get_drvdata(dev); in goodix_berlin_resume() local 671 struct goodix_berlin_core *cd = data; in goodix_berlin_power_off_act() local 681 struct goodix_berlin_core *cd = dev_get_drvdata(dev); in registers_read() local 694 struct goodix_berlin_core *cd = dev_get_drvdata(dev); in registers_write() local [all …]
|
| /linux-6.15/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-6.15/fs/nfsd/ |
| H A D | export.c | 54 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() 178 struct cache_detail *cd, in expkey_show() 300 svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new, in svc_expkey_update() 384 static void svc_export_request(struct cache_detail *cd, in svc_export_request() 769 struct cache_detail *cd, in svc_export_show() 1033 struct cache_detail *cd = nn->svc_export_cache; in exp_rootfh() local 1068 static struct svc_export *exp_find(struct cache_detail *cd, in exp_find() 1189 struct cache_detail *cd = nn->svc_export_cache; in rqst_exp_get_by_name() local 1237 struct cache_detail *cd = nn->svc_export_cache; in rqst_exp_find() local [all …]
|
| /linux-6.15/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
|