| /Linux-v5.4/drivers/misc/genwqe/ | 
| D | card_base.c | 116 	struct genwqe_dev *cd;  in genwqe_dev_alloc()  local157 static void genwqe_dev_free(struct genwqe_dev *cd)  in genwqe_dev_free()
 174 static int genwqe_bus_reset(struct genwqe_dev *cd)  in genwqe_bus_reset()
 239 bool genwqe_need_err_masking(struct genwqe_dev *cd)  in genwqe_need_err_masking()
 244 static void genwqe_tweak_hardware(struct genwqe_dev *cd)  in genwqe_tweak_hardware()
 271 int genwqe_recovery_on_fatal_gfir_required(struct genwqe_dev *cd)  in genwqe_recovery_on_fatal_gfir_required()
 276 int genwqe_flash_readback_fails(struct genwqe_dev *cd)  in genwqe_flash_readback_fails()
 292 static int genwqe_T_psec(struct genwqe_dev *cd)  in genwqe_T_psec()
 313 static bool genwqe_setup_pf_jtimer(struct genwqe_dev *cd)  in genwqe_setup_pf_jtimer()
 333 static bool genwqe_setup_vf_jtimer(struct genwqe_dev *cd)  in genwqe_setup_vf_jtimer()
 [all …]
 
 | 
| 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()
 135 int genwqe_read_app_id(struct genwqe_dev *cd, char *app_name, int len)  in genwqe_read_app_id()
 207 void *__genwqe_alloc_consistent(struct genwqe_dev *cd, size_t size,  in __genwqe_alloc_consistent()
 217 void __genwqe_free_consistent(struct genwqe_dev *cd, size_t size,  in __genwqe_free_consistent()
 226 static void genwqe_unmap_pages(struct genwqe_dev *cd, dma_addr_t *dma_list,  in genwqe_unmap_pages()
 239 static int genwqe_map_pages(struct genwqe_dev *cd,  in genwqe_map_pages()
 288 int genwqe_alloc_sync_sgl(struct genwqe_dev *cd, struct genwqe_sgl *sgl,  in genwqe_alloc_sync_sgl()
 [all …]
 
 | 
| D | card_sysfs.c | 42 	struct genwqe_dev *cd = dev_get_drvdata(dev);  in status_show()  local53 	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 …]
 
 | 
| 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()
 193 	struct genwqe_dev *cd = cfile->cd;  in genwqe_remove_mappings()  local
 231 	struct genwqe_dev *cd = cfile->cd;  in genwqe_remove_pinnings()  local
 255 static int genwqe_kill_fasync(struct genwqe_dev *cd, int sig)  in genwqe_kill_fasync()
 271 static int genwqe_terminate(struct genwqe_dev *cd)  in genwqe_terminate()
 298 	struct genwqe_dev *cd;  in genwqe_open()  local
 357 	struct genwqe_dev *cd = cfile->cd;  in genwqe_release()  local
 391 	struct genwqe_dev *cd = container_of(inode->i_cdev, struct genwqe_dev,  in genwqe_vma_close()  local
 [all …]
 
 | 
| 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()
 362 static int genwqe_check_ddcb_queue(struct genwqe_dev *cd,  in genwqe_check_ddcb_queue()
 474 int __genwqe_wait_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req)  in __genwqe_wait_ddcb()
 562 static struct ddcb *get_next_ddcb(struct genwqe_dev *cd,  in get_next_ddcb()
 615 int __genwqe_purge_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req)  in __genwqe_purge_ddcb()
 720 int genwqe_init_debug_data(struct genwqe_dev *cd, struct genwqe_debug_data *d)  in genwqe_init_debug_data()
 749 int __genwqe_enqueue_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req,  in __genwqe_enqueue_ddcb()
 906 int __genwqe_execute_raw_ddcb(struct genwqe_dev *cd,  in __genwqe_execute_raw_ddcb()
 [all …]
 
 | 
| D | card_debugfs.c | 45 	struct genwqe_dev *cd = s->private;  in curr_dbg_uidn_show()  local92 	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-v5.4/drivers/input/touchscreen/ | 
| D | cyttsp4_core.c | 70 static int cyttsp4_load_status_regs(struct cyttsp4 *cd)  in cyttsp4_load_status_regs()88 static int cyttsp4_handshake(struct cyttsp4 *cd, u8 mode)  in cyttsp4_handshake()
 108 static int cyttsp4_hw_soft_reset(struct cyttsp4 *cd)  in cyttsp4_hw_soft_reset()
 120 static int cyttsp4_hw_hard_reset(struct cyttsp4 *cd)  in cyttsp4_hw_hard_reset()
 131 static int cyttsp4_hw_reset(struct cyttsp4 *cd)  in cyttsp4_hw_reset()
 150 static int cyttsp4_si_data_offsets(struct cyttsp4 *cd)  in cyttsp4_si_data_offsets()
 186 static int cyttsp4_si_get_cydata(struct cyttsp4 *cd)  in cyttsp4_si_get_cydata()
 265 static int cyttsp4_si_get_test_data(struct cyttsp4 *cd)  in cyttsp4_si_get_test_data()
 324 static int cyttsp4_si_get_pcfg_data(struct cyttsp4 *cd)  in cyttsp4_si_get_pcfg_data()
 372 static int cyttsp4_si_get_opcfg_data(struct cyttsp4 *cd)  in cyttsp4_si_get_opcfg_data()
 [all …]
 
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | sr.c | 147 	struct scsi_cd *cd = dev_get_drvdata(dev);  in sr_runtime_suspend()  local164 	struct scsi_cd *cd = NULL;  in scsi_cd_get()  local
 180 static void scsi_cd_put(struct scsi_cd *cd)  in scsi_cd_put()
 234 	struct scsi_cd *cd = cdi->handle;  in sr_check_events()  local
 327 	struct scsi_cd *cd = scsi_cd(SCpnt->request->rq_disk);  in sr_done()  local
 391 	struct scsi_cd *cd;  in sr_init_command()  local
 526 	struct scsi_cd *cd;  in sr_block_open()  local
 552 	struct scsi_cd *cd = scsi_cd(disk);  in sr_block_release()  local
 562 	struct scsi_cd *cd = scsi_cd(bdev->bd_disk);  in sr_block_ioctl()  local
 605 	struct scsi_cd *cd;  in sr_block_check_events()  local
 [all …]
 
 | 
| D | sr_ioctl.c | 38 #define SR_GFP_DMA(cd) (((cd)->device->host->unchecked_isa_dma) ? GFP_DMA : 0)  argument43 	struct scsi_cd *cd = cdi->handle;  in sr_read_tochdr()  local
 73 	struct scsi_cd *cd = cdi->handle;  in sr_read_tocentry()  local
 162 	struct scsi_cd *cd = cdi->handle;  in sr_play_trkind()  local
 186 int sr_do_ioctl(Scsi_CD *cd, struct packet_command *cgc)  in sr_do_ioctl()
 265 	Scsi_CD *cd = cdi->handle;  in sr_tray_move()  local
 278 	Scsi_CD *cd = cdi->handle;  in sr_lock_door()  local
 286 	struct scsi_cd *cd = cdi->handle;  in sr_drive_status()  local
 343 	Scsi_CD *cd = cdi->handle;  in sr_disk_status()  local
 375 	Scsi_CD *cd = cdi->handle;  in sr_get_last_session()  local
 [all …]
 
 | 
| /Linux-v5.4/net/sunrpc/ | 
| D | cache.c | 220 static int cache_make_upcall(struct cache_detail *cd, struct cache_head *h)  in cache_make_upcall()369 void sunrpc_init_cache_detail(struct cache_detail *cd)  in sunrpc_init_cache_detail()
 387 void sunrpc_destroy_cache_detail(struct cache_detail *cd)  in sunrpc_destroy_cache_detail()
 803 			  loff_t *ppos, struct cache_detail *cd)  in cache_read()
 885 				 size_t count, struct cache_detail *cd)  in cache_do_downcall()
 901 				   size_t count, struct cache_detail *cd)  in cache_slow_downcall()
 917 			      size_t count, struct cache_detail *cd)  in cache_downcall()
 942 			   struct cache_detail *cd)  in cache_write()
 961 			       struct cache_detail *cd)  in cache_poll()
 989 		       struct cache_detail *cd)  in cache_ioctl()
 [all …]
 
 | 
| /Linux-v5.4/drivers/clk/sunxi-ng/ | 
| D | ccu_div.c | 19 	struct ccu_div *cd = data;  in ccu_div_round_rate()  local37 	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-v5.4/drivers/gpu/drm/amd/display/dc/gpio/ | 
| D | ddc_regs.h | 34 #define DDC_GPIO_REG_LIST_ENTRY(type,cd,id) \  argument39 #define DDC_GPIO_REG_LIST(cd,id) \  argument
 47 #define DDC_REG_LIST(cd,id) \  argument
 52 	#define DDC_REG_LIST_DCN2(cd, id) \  argument
 59 #define DDC_GPIO_VGA_REG_LIST_ENTRY(type,cd)\  argument
 64 #define DDC_GPIO_VGA_REG_LIST(cd) \  argument
 72 #define DDC_VGA_REG_LIST(cd) \  argument
 76 #define DDC_GPIO_I2C_REG_LIST_ENTRY(type,cd) \  argument
 81 #define DDC_GPIO_I2C_REG_LIST(cd) \  argument
 89 #define DDC_I2C_REG_LIST(cd) \  argument
 [all …]
 
 | 
| /Linux-v5.4/drivers/block/paride/ | 
| D | pcd.c | 233 	struct pcd_unit *cd = bdev->bd_disk->private_data;  in pcd_block_open()  local247 	struct pcd_unit *cd = disk->private_data;  in pcd_block_release()  local
 256 	struct pcd_unit *cd = bdev->bd_disk->private_data;  in pcd_block_ioctl()  local
 269 	struct pcd_unit *cd = disk->private_data;  in pcd_block_check_events()  local
 304 	struct pcd_unit *cd;  in pcd_init_units()  local
 352 	struct pcd_unit *cd = cdi->handle;  in pcd_open()  local
 362 static inline int status_reg(struct pcd_unit *cd)  in status_reg()
 367 static inline int read_reg(struct pcd_unit *cd, int reg)  in read_reg()
 372 static inline void write_reg(struct pcd_unit *cd, int reg, int val)  in write_reg()
 377 static int pcd_wait(struct pcd_unit *cd, int go, int stop, char *fun, char *msg)  in pcd_wait()
 [all …]
 
 | 
| /Linux-v5.4/arch/mips/cavium-octeon/ | 
| D | octeon-irq.c | 101 	struct octeon_ciu_chip_data *cd;  in octeon_irq_set_ciu_mapping()  local121 	struct octeon_ciu_chip_data *cd = irq_data_get_irq_chip_data(data);  in octeon_irq_free_cd()  local
 153 	struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data);  in octeon_irq_core_ack()  local
 169 	struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data);  in octeon_irq_core_eoi()  local
 182 	struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data);  in octeon_irq_core_set_enable_local()  local
 197 	struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data);  in octeon_irq_core_disable()  local
 203 	struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data);  in octeon_irq_core_enable()  local
 209 	struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data);  in octeon_irq_core_bus_lock()  local
 216 	struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data);  in octeon_irq_core_bus_sync_unlock()  local
 245 	struct octeon_core_chip_data *cd;  in octeon_irq_init_core()  local
 [all …]
 
 | 
| /Linux-v5.4/arch/mips/loongson32/common/ | 
| D | time.c | 118 	struct clock_event_device *cd = devid;  in ls1x_clockevent_isr()  local126 static int ls1x_clockevent_set_state_periodic(struct clock_event_device *cd)  in ls1x_clockevent_set_state_periodic()
 137 static int ls1x_clockevent_tick_resume(struct clock_event_device *cd)  in ls1x_clockevent_tick_resume()
 146 static int ls1x_clockevent_set_state_shutdown(struct clock_event_device *cd)  in ls1x_clockevent_set_state_shutdown()
 157 				    struct clock_event_device *cd)  in ls1x_clockevent_set_next()
 188 	struct clock_event_device *cd = &ls1x_clockevent;  in ls1x_time_init()  local
 
 | 
| /Linux-v5.4/drivers/staging/fieldbus/anybuss/ | 
| D | arcx-anybus.c | 50 static void do_reset(struct controller_priv *cd, u8 rst_bit, bool reset)  in do_reset()76 static int anybuss_reset(struct controller_priv *cd,  in anybuss_reset()
 90 	struct controller_priv *cd = dev_get_drvdata(dev);  in export_reset_0()  local
 97 	struct controller_priv *cd = dev_get_drvdata(dev);  in export_reset_1()  local
 169 	struct controller_priv *cd = dev_get_drvdata(dev);  in version_show()  local
 178 	struct controller_priv *cd = dev_get_drvdata(dev);  in design_number_show()  local
 206 	struct controller_priv *cd = rdev_get_drvdata(rdev);  in can_power_is_enabled()  local
 228 	struct controller_priv *cd;  in controller_probe()  local
 330 	struct controller_priv *cd = platform_get_drvdata(pdev);  in controller_remove()  local
 
 | 
| D | host.c | 316 static void __ab_task_finish(struct ab_task *t, struct anybuss_host *cd)  in __ab_task_finish()324 ab_task_dequeue_finish_put(struct kfifo *q, struct anybuss_host *cd)  in ab_task_dequeue_finish_put()
 390 static void reset_assert(struct anybuss_host *cd)  in reset_assert()
 395 static void reset_deassert(struct anybuss_host *cd)  in reset_deassert()
 459 	struct anybuss_host *cd = data;  in irq_handler()  local
 481 static int task_fn_power_off(struct anybuss_host *cd,  in task_fn_power_off()
 497 static int task_fn_power_on_2(struct anybuss_host *cd,  in task_fn_power_on_2()
 513 static int task_fn_power_on(struct anybuss_host *cd,  in task_fn_power_on()
 534 	struct anybuss_host *cd = client->host;  in anybuss_set_power()  local
 550 static int task_fn_area_3(struct anybuss_host *cd, struct ab_task *t)  in task_fn_area_3()
 [all …]
 
 | 
| /Linux-v5.4/arch/arm/mach-omap2/ | 
| D | clockdomain.c | 105 	struct clkdm_dep *cd;  in _clkdm_deps_lookup()  local168 	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-v5.4/fs/nfs/ | 
| 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()
 
 | 
| D | dns_resolve.c | 141 static void nfs_dns_request(struct cache_detail *cd,  in nfs_dns_request()151 static int nfs_dns_upcall(struct cache_detail *cd,  in nfs_dns_upcall()
 177 static int nfs_dns_show(struct seq_file *m, struct cache_detail *cd,  in nfs_dns_show()
 203 static struct nfs_dns_ent *nfs_dns_lookup(struct cache_detail *cd,  in nfs_dns_lookup()
 216 static struct nfs_dns_ent *nfs_dns_update(struct cache_detail *cd,  in nfs_dns_update()
 230 static int nfs_dns_parse(struct cache_detail *cd, char *buf, int buflen)  in nfs_dns_parse()
 281 static int do_cache_lookup(struct cache_detail *cd,  in do_cache_lookup()
 297 static int do_cache_lookup_nowait(struct cache_detail *cd,  in do_cache_lookup_nowait()
 322 static int do_cache_lookup_wait(struct cache_detail *cd,  in do_cache_lookup_wait()
 431 	struct cache_detail *cd = nn->nfs_dns_resolve;  in rpc_pipefs_event()  local
 
 | 
| /Linux-v5.4/drivers/irqchip/ | 
| 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-v5.4/drivers/net/wireless/ath/ | 
| D | dfs_pattern_detector.c | 168 				   struct channel_detector *cd)  in channel_detector_reset()179 				  struct channel_detector *cd)  in channel_detector_exit()
 198 	struct channel_detector *cd;  in channel_detector_create()  local
 240 	struct channel_detector *cd;  in channel_detector_get()  local
 255 	struct channel_detector *cd;  in dpd_reset()  local
 263 	struct channel_detector *cd, *cd0;  in dpd_exit()  local
 275 	struct channel_detector *cd;  in dpd_add_pulse()  local
 322 	struct channel_detector *cd, *cd0;  in dpd_set_domain()  local
 
 | 
| /Linux-v5.4/arch/mips/paravirt/ | 
| D | paravirt-irq.c | 38 	struct core_chip_data *cd = irq_data_get_irq_chip_data(data);  in irq_core_ack()  local54 	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-v5.4/fs/nfsd/ | 
| D | export.c | 53 static void expkey_request(struct cache_detail *cd,  in expkey_request()72 static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen)  in expkey_parse()
 168 		       struct cache_detail *cd,  in expkey_show()
 276 svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *item)  in svc_expkey_lookup()
 289 svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new,  in svc_expkey_update()
 333 static void svc_export_request(struct cache_detail *cd,  in svc_export_request()
 524 static int svc_export_parse(struct cache_detail *cd, char *mesg, int mlen)  in svc_export_parse()
 672 			   struct cache_detail *cd,  in svc_export_show()
 818 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type,  in exp_find_key()
 841 exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp,  in exp_get_by_name()
 [all …]
 
 | 
| /Linux-v5.4/kernel/time/ | 
| D | posix-clock.c | 204 static int get_clock_desc(const clockid_t id, struct posix_clock_desc *cd)  in get_clock_desc()225 static void put_clock_desc(struct posix_clock_desc *cd)  in put_clock_desc()
 233 	struct posix_clock_desc cd;  in pc_clock_adjtime()  local
 257 	struct posix_clock_desc cd;  in pc_clock_gettime()  local
 276 	struct posix_clock_desc cd;  in pc_clock_getres()  local
 295 	struct posix_clock_desc cd;  in pc_clock_settime()  local
 
 |