/kernel/linux/linux-5.10/kernel/time/ |
D | clocksource.c | 158 static void __clocksource_unstable(struct clocksource *cs) in __clocksource_unstable() 187 void clocksource_mark_unstable(struct clocksource *cs) in clocksource_mark_unstable() 209 static enum wd_read_status cs_watchdog_read(struct clocksource *cs, u64 *csnow, u64 *wdnow) in cs_watchdog_read() 267 struct clocksource *cs = (struct clocksource *)csin; in clocksource_verify_one_cpu() local 272 static void clocksource_verify_percpu(struct clocksource *cs) in clocksource_verify_percpu() 320 struct clocksource *cs; in clocksource_watchdog() local 464 struct clocksource *cs; in clocksource_reset_watchdog() local 475 static void clocksource_enqueue_watchdog(struct clocksource *cs) in clocksource_enqueue_watchdog() 492 struct clocksource *cs, *old_wd; in clocksource_select_watchdog() local 527 static void clocksource_dequeue_watchdog(struct clocksource *cs) in clocksource_dequeue_watchdog() [all …]
|
/kernel/linux/linux-5.10/arch/mips/include/asm/netlogic/xlr/ |
D | flash.h | 37 #define FLASH_CSBASE_ADDR(cs) (cs) argument 38 #define FLASH_CSADDR_MASK(cs) (0x10 + (cs)) argument 39 #define FLASH_CSDEV_PARM(cs) (0x20 + (cs)) argument 40 #define FLASH_CSTIME_PARMA(cs) (0x30 + (cs)) argument 41 #define FLASH_CSTIME_PARMB(cs) (0x40 + (cs)) argument 48 #define FLASH_NAND_CLE(cs) (0x90 + (cs)) argument 49 #define FLASH_NAND_ALE(cs) (0xa0 + (cs)) argument
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
D | cpuset.c | 205 static inline struct cpuset *parent_cs(struct cpuset *cs) in parent_cs() 223 static inline bool is_cpuset_online(struct cpuset *cs) in is_cpuset_online() 228 static inline int is_cpu_exclusive(const struct cpuset *cs) in is_cpu_exclusive() 233 static inline int is_mem_exclusive(const struct cpuset *cs) in is_mem_exclusive() 238 static inline int is_mem_hardwall(const struct cpuset *cs) in is_mem_hardwall() 243 static inline int is_sched_load_balance(const struct cpuset *cs) in is_sched_load_balance() 248 static inline int is_memory_migrate(const struct cpuset *cs) in is_memory_migrate() 253 static inline int is_spread_page(const struct cpuset *cs) in is_spread_page() 258 static inline int is_spread_slab(const struct cpuset *cs) in is_spread_slab() 263 static inline int is_partition_root(const struct cpuset *cs) in is_partition_root() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | gen6_engine_cs.c | 59 u32 *cs; in gen6_emit_post_sync_nonzero_flush() local 93 u32 *cs, flags = 0; in gen6_emit_flush_rcs() local 142 u32 *gen6_emit_breadcrumb_rcs(struct i915_request *rq, u32 *cs) in gen6_emit_breadcrumb_rcs() 179 u32 cmd, *cs; in mi_flush_dw() local 233 u32 *cs; in gen6_emit_bb_start() local 255 u32 *cs; in hsw_emit_bb_start() local 273 u32 *cs; in gen7_stall_cs() local 293 u32 *cs, flags = 0; in gen7_emit_flush_rcs() local 352 u32 *gen7_emit_breadcrumb_rcs(struct i915_request *rq, u32 *cs) in gen7_emit_breadcrumb_rcs() 374 u32 *gen6_emit_breadcrumb_xcs(struct i915_request *rq, u32 *cs) in gen6_emit_breadcrumb_xcs() [all …]
|
D | gen2_engine_cs.c | 17 u32 cmd, *cs; in gen2_emit_flush() local 43 u32 cmd, *cs; in gen4_emit_flush_rcs() local 129 u32 *cs; in gen4_emit_flush_vcs() local 142 static u32 *__gen2_emit_breadcrumb(struct i915_request *rq, u32 *cs, in __gen2_emit_breadcrumb() 170 u32 *gen3_emit_breadcrumb(struct i915_request *rq, u32 *cs) in gen3_emit_breadcrumb() 175 u32 *gen5_emit_breadcrumb(struct i915_request *rq, u32 *cs) in gen5_emit_breadcrumb() 188 u32 *cs, cs_offset = in i830_emit_bb_start() local 253 u32 *cs; in gen3_emit_bb_start() local 274 u32 *cs; in gen4_emit_bb_start() local
|
D | gen7_renderclear.c | 101 static u32 batch_offset(const struct batch_chunk *bc, u32 *cs) in batch_offset() 147 u32 *cs = batch_alloc_items(state, 32, 8); in gen7_fill_surface_state() local 179 u32 *cs = batch_alloc_items(state, 32, 8); in gen7_fill_binding_table() local 214 u32 *cs = batch_alloc_items(state, 32, 8 * count); in gen7_fill_interface_descriptor() local 237 u32 *cs = batch_alloc_items(batch, 0, 10); in gen7_emit_state_base_address() local 266 u32 *cs = batch_alloc_items(batch, 32, 8); in gen7_emit_vfe_state() local 293 u32 *cs = batch_alloc_items(batch, 8, 4); in gen7_emit_interface_descriptor_load() local 314 u32 *cs; in gen7_emit_media_object() local 341 u32 *cs = batch_alloc_items(batch, 0, 4); in gen7_emit_pipeline_flush() local 356 u32 *cs = batch_alloc_items(batch, 0, 10); in gen7_emit_pipeline_invalidate() local
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | myrs.c | 104 static void myrs_qcmd(struct myrs_hba *cs, struct myrs_cmdblk *cmd_blk) in myrs_qcmd() 128 static void myrs_exec_cmd(struct myrs_hba *cs, in myrs_exec_cmd() 146 static void myrs_report_progress(struct myrs_hba *cs, unsigned short ldev_num, in myrs_report_progress() 159 static unsigned char myrs_get_ctlr_info(struct myrs_hba *cs) in myrs_get_ctlr_info() 220 static unsigned char myrs_get_ldev_info(struct myrs_hba *cs, in myrs_get_ldev_info() 307 static unsigned char myrs_get_pdev_info(struct myrs_hba *cs, in myrs_get_pdev_info() 351 static unsigned char myrs_dev_op(struct myrs_hba *cs, in myrs_dev_op() 376 static unsigned char myrs_translate_pdev(struct myrs_hba *cs, in myrs_translate_pdev() 420 static unsigned char myrs_get_event(struct myrs_hba *cs, in myrs_get_event() 455 static unsigned char myrs_get_fwstatus(struct myrs_hba *cs) in myrs_get_fwstatus() [all …]
|
/kernel/linux/linux-5.10/drivers/memory/ |
D | stm32-fmc2-ebi.c | 179 int cs) in stm32_fmc2_ebi_check_mux() 193 int cs) in stm32_fmc2_ebi_check_waitcfg() 207 int cs) in stm32_fmc2_ebi_check_sync_trans() 221 int cs) in stm32_fmc2_ebi_check_async_trans() 235 int cs) in stm32_fmc2_ebi_check_cpsize() 249 int cs) in stm32_fmc2_ebi_check_address_hold() 268 int cs) in stm32_fmc2_ebi_check_clk_period() 286 int cs) in stm32_fmc2_ebi_check_cclk() 295 int cs, u32 setup) in stm32_fmc2_ebi_ns_to_clock_cycles() 304 int cs, u32 setup) in stm32_fmc2_ebi_ns_to_clk_period() [all …]
|
D | omap-gpmc.c | 263 void gpmc_cs_write_reg(int cs, int idx, u32 val) in gpmc_cs_write_reg() 271 static u32 gpmc_cs_read_reg(int cs, int idx) in gpmc_cs_read_reg() 298 static unsigned long gpmc_get_clk_period(int cs, enum gpmc_clk_domain cd) in gpmc_get_clk_period() 320 static unsigned int gpmc_ns_to_clk_ticks(unsigned int time_ns, int cs, in gpmc_ns_to_clk_ticks() 346 static unsigned int gpmc_clk_ticks_to_ns(unsigned int ticks, int cs, in gpmc_clk_ticks_to_ns() 369 static inline void gpmc_cs_modify_reg(int cs, int reg, u32 mask, bool value) in gpmc_cs_modify_reg() 381 static void gpmc_cs_bool_timings(int cs, const struct gpmc_bool_timings *p) in gpmc_cs_bool_timings() 425 int cs, int reg, int st_bit, int end_bit, int max, in get_gpmc_timing_reg() 468 #define GPMC_PRINT_CONFIG(cs, config) \ argument 486 static void gpmc_show_regs(int cs, const char *desc) in gpmc_show_regs() [all …]
|
/kernel/linux/linux-5.10/drivers/clocksource/ |
D | timer-pistachio.c | 51 struct clocksource cs; member 56 #define to_pistachio_clocksource(cs) \ argument 71 pistachio_clocksource_read_cycles(struct clocksource *cs) in pistachio_clocksource_read_cycles() 95 static void pistachio_clksrc_set_mode(struct clocksource *cs, int timeridx, in pistachio_clksrc_set_mode() 110 static void pistachio_clksrc_enable(struct clocksource *cs, int timeridx) in pistachio_clksrc_enable() 120 static void pistachio_clksrc_disable(struct clocksource *cs, int timeridx) in pistachio_clksrc_disable() 126 static int pistachio_clocksource_enable(struct clocksource *cs) in pistachio_clocksource_enable() 132 static void pistachio_clocksource_disable(struct clocksource *cs) in pistachio_clocksource_disable()
|
D | h8300_tpu.c | 26 struct clocksource cs; member 63 static inline struct tpu_priv *cs_to_priv(struct clocksource *cs) in cs_to_priv() 68 static u64 tpu_clocksource_read(struct clocksource *cs) in tpu_clocksource_read() 82 static int tpu_clocksource_enable(struct clocksource *cs) in tpu_clocksource_enable() 97 static void tpu_clocksource_disable(struct clocksource *cs) in tpu_clocksource_disable()
|
D | h8300_timer16.c | 27 struct clocksource cs; member 71 static inline struct timer16_priv *cs_to_priv(struct clocksource *cs) in cs_to_priv() 76 static u64 timer16_clocksource_read(struct clocksource *cs) in timer16_clocksource_read() 87 static int timer16_enable(struct clocksource *cs) in timer16_enable() 103 static void timer16_disable(struct clocksource *cs) in timer16_disable()
|
D | ingenic-ost.c | 39 struct clocksource cs; member 56 static u64 notrace ingenic_ost_clocksource_readl(struct clocksource *cs) in ingenic_ost_clocksource_readl() 61 static u64 notrace ingenic_ost_clocksource_readh(struct clocksource *cs) in ingenic_ost_clocksource_readh() 71 struct clocksource *cs; in ingenic_ost_probe() local
|
D | em_sti.c | 33 struct clocksource cs; member 181 static struct em_sti_priv *cs_to_em_sti(struct clocksource *cs) in cs_to_em_sti() 186 static u64 em_sti_clocksource_read(struct clocksource *cs) in em_sti_clocksource_read() 191 static int em_sti_clocksource_enable(struct clocksource *cs) in em_sti_clocksource_enable() 198 static void em_sti_clocksource_disable(struct clocksource *cs) in em_sti_clocksource_disable() 203 static void em_sti_clocksource_resume(struct clocksource *cs) in em_sti_clocksource_resume() 210 struct clocksource *cs = &p->cs; in em_sti_register_clocksource() local
|
/kernel/linux/linux-5.10/arch/mips/bcm63xx/ |
D | cs.c | 24 static int is_valid_cs(unsigned int cs) in is_valid_cs() 35 int bcm63xx_set_cs_base(unsigned int cs, u32 base, unsigned int size) in bcm63xx_set_cs_base() 66 int bcm63xx_set_cs_timing(unsigned int cs, unsigned int wait, in bcm63xx_set_cs_timing() 94 int bcm63xx_set_cs_param(unsigned int cs, u32 params) in bcm63xx_set_cs_param() 126 int bcm63xx_set_cs_status(unsigned int cs, int enable) in bcm63xx_set_cs_status()
|
/kernel/linux/linux-5.10/include/linux/mfd/syscon/ |
D | atmel-smc.h | 18 #define ATMEL_SMC_SETUP(cs) (((cs) * 0x10)) argument 19 #define ATMEL_HSMC_SETUP(layout, cs) \ argument 21 #define ATMEL_SMC_PULSE(cs) (((cs) * 0x10) + 0x4) argument 22 #define ATMEL_HSMC_PULSE(layout, cs) \ argument 24 #define ATMEL_SMC_CYCLE(cs) (((cs) * 0x10) + 0x8) argument 25 #define ATMEL_HSMC_CYCLE(layout, cs) \ argument 32 #define ATMEL_SMC_MODE(cs) (((cs) * 0x10) + 0xc) argument 33 #define ATMEL_HSMC_MODE(layout, cs) \ argument 64 #define ATMEL_HSMC_TIMINGS(layout, cs) \ argument
|
/kernel/linux/linux-5.10/fs/fuse/ |
D | dev.c | 664 static void fuse_copy_init(struct fuse_copy_state *cs, int write, in fuse_copy_init() 673 static void fuse_copy_finish(struct fuse_copy_state *cs) in fuse_copy_finish() 695 static int fuse_copy_fill(struct fuse_copy_state *cs) in fuse_copy_fill() 755 static int fuse_copy_do(struct fuse_copy_state *cs, void **val, unsigned *size) in fuse_copy_do() 795 static int fuse_try_move_page(struct fuse_copy_state *cs, struct page **pagep) in fuse_try_move_page() 903 static int fuse_ref_page(struct fuse_copy_state *cs, struct page *page, in fuse_ref_page() 937 static int fuse_copy_page(struct fuse_copy_state *cs, struct page **pagep, in fuse_copy_page() 985 static int fuse_copy_pages(struct fuse_copy_state *cs, unsigned nbytes, in fuse_copy_pages() 1008 static int fuse_copy_one(struct fuse_copy_state *cs, void *val, unsigned size) in fuse_copy_one() 1022 static int fuse_copy_args(struct fuse_copy_state *cs, unsigned numargs, in fuse_copy_args() [all …]
|
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
D | command_submission.c | 108 static void cs_get(struct hl_cs *cs) in cs_get() 113 static int cs_get_unless_zero(struct hl_cs *cs) in cs_get_unless_zero() 118 static void cs_put(struct hl_cs *cs) in cs_put() 197 struct hl_cs *cs = job->cs; in free_job() local 261 struct hl_cs *cs = container_of(ref, struct hl_cs, in cs_do_release() local 371 struct hl_cs *cs = container_of(work, struct hl_cs, in cs_timedout() local 402 struct hl_cs *cs; in allocate_cs() local 478 static void cs_rollback(struct hl_device *hdev, struct hl_cs *cs) in cs_rollback() 489 struct hl_cs *cs, *tmp; in hl_cs_rollback_all() local 511 struct hl_cs *cs = job->cs; in job_wq_completion() local [all …]
|
/kernel/linux/linux-5.10/sound/core/ |
D | pcm_iec958.c | 13 u8 *cs, size_t len) in create_iec958_consumer() 95 int snd_pcm_create_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs, in snd_pcm_create_iec958_consumer() 118 u8 *cs, size_t len) in snd_pcm_create_iec958_consumer_hw_params()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | comm.c | 22 static struct comm_str *comm_str__get(struct comm_str *cs) in comm_str__get() 30 static void comm_str__put(struct comm_str *cs) in comm_str__put() 43 struct comm_str *cs; in comm_str__alloc() local 99 struct comm_str *cs; in comm_str__findnew() local
|
/kernel/linux/linux-5.10/drivers/edac/ |
D | armada_xp_edac.c | 27 #define SDRAM_ADDR_CTRL_SIZE_HIGH_OFFSET(cs) (20+cs) argument 28 #define SDRAM_ADDR_CTRL_SIZE_HIGH_MASK(cs) (0x1 << SDRAM_ADDR_CTRL_SIZE_HIGH_OFFSET(cs)) argument 29 #define SDRAM_ADDR_CTRL_ADDR_SEL_MASK(cs) BIT(16+cs) argument 30 #define SDRAM_ADDR_CTRL_SIZE_LOW_OFFSET(cs) (cs*4+2) argument 31 #define SDRAM_ADDR_CTRL_SIZE_LOW_MASK(cs) (0x3 << SDRAM_ADDR_CTRL_SIZE_LOW_OFFSET(cs)) argument 32 #define SDRAM_ADDR_CTRL_STRUCT_OFFSET(cs) (cs*4) argument 33 #define SDRAM_ADDR_CTRL_STRUCT_MASK(cs) (0x3 << SDRAM_ADDR_CTRL_STRUCT_OFFSET(cs)) argument 69 #define SDRAM_RANK_CTRL_EXIST_MASK(cs) BIT(cs) argument 83 uint8_t cs, uint8_t bank, uint16_t row, in axp_mc_calc_address()
|
/kernel/linux/linux-5.10/include/linux/ |
D | clocksource.h | 233 static inline int __clocksource_register(struct clocksource *cs) in __clocksource_register() 238 static inline int clocksource_register_hz(struct clocksource *cs, u32 hz) in clocksource_register_hz() 243 static inline int clocksource_register_khz(struct clocksource *cs, u32 khz) in clocksource_register_khz() 248 static inline void __clocksource_update_freq_hz(struct clocksource *cs, u32 hz) in __clocksource_update_freq_hz() 253 static inline void __clocksource_update_freq_khz(struct clocksource *cs, u32 khz) in __clocksource_update_freq_khz() 261 static inline void clocksource_arch_init(struct clocksource *cs) { } in clocksource_arch_init()
|
/kernel/linux/linux-5.10/arch/arm/mach-footbridge/ |
D | dc21285-timer.c | 23 static u64 cksrc_dc21285_read(struct clocksource *cs) in cksrc_dc21285_read() 28 static int cksrc_dc21285_enable(struct clocksource *cs) in cksrc_dc21285_enable() 36 static void cksrc_dc21285_disable(struct clocksource *cs) in cksrc_dc21285_disable()
|
/kernel/linux/linux-5.10/drivers/spi/ |
D | spi-omap2-mcspi.c | 115 struct list_head cs; member 162 struct omap2_mcspi_cs *cs = spi->controller_state; in mcspi_write_cs_reg() local 169 struct omap2_mcspi_cs *cs = spi->controller_state; in mcspi_read_cs_reg() local 176 struct omap2_mcspi_cs *cs = spi->controller_state; in mcspi_cached_chconf0() local 183 struct omap2_mcspi_cs *cs = spi->controller_state; in mcspi_write_chconf0() local 222 struct omap2_mcspi_cs *cs = spi->controller_state; in omap2_mcspi_set_enable() local 296 struct omap2_mcspi_cs *cs = spi->controller_state; in omap2_mcspi_set_fifo() local 445 struct omap2_mcspi_cs *cs = spi->controller_state; in omap2_mcspi_rx_dma() local 582 struct omap2_mcspi_cs *cs = spi->controller_state; in omap2_mcspi_txrx_dma() local 690 struct omap2_mcspi_cs *cs = spi->controller_state; in omap2_mcspi_txrx_pio() local [all …]
|
/kernel/linux/linux-5.10/drivers/staging/kpc2000/ |
D | kpc2000_spi.c | 126 unsigned int cs : 4; /* Chip Select */ member 163 kp_spi_read_reg(struct kp_spi_controller_state *cs, int idx) in kp_spi_read_reg() 175 kp_spi_write_reg(struct kp_spi_controller_state *cs, int idx, u64 val) in kp_spi_write_reg() 186 kp_spi_wait_for_reg_bit(struct kp_spi_controller_state *cs, int idx, in kp_spi_wait_for_reg_bit() 207 struct kp_spi_controller_state *cs = spidev->controller_state; in kp_spi_txrx_pio() local 263 struct kp_spi_controller_state *cs; in kp_spi_setup() local 289 struct kp_spi_controller_state *cs; in kp_spi_transfer_one_message() local 411 struct kp_spi_controller_state *cs = spidev->controller_state; in kp_spi_cleanup() local
|