/Linux-v6.1/drivers/gpu/drm/i915/gt/ |
D | gen8_engine_cs.c | 16 u32 *cs, flags = 0; in gen8_emit_flush_rcs() local 81 u32 cmd, *cs; in gen8_emit_flush_xcs() local 115 u32 *cs; in gen11_emit_flush_rcs() local 137 u32 *cs; in gen11_emit_flush_rcs() local 168 u32 *gen12_emit_aux_table_inv(struct intel_gt *gt, u32 *cs, const i915_reg_t inv_reg) in gen12_emit_aux_table_inv() 186 u32 *cs; in gen12_emit_flush_rcs() local 219 u32 *cs, count; in gen12_emit_flush_rcs() local 273 u32 cmd, *cs; in gen12_emit_flush_xcs() local 354 u32 *cs; in gen8_emit_init_breadcrumb() local 406 u32 *cs; in __gen125_emit_bb_start() local [all …]
|
D | gen6_engine_cs.c | 60 u32 *cs; in gen6_emit_post_sync_nonzero_flush() local 94 u32 *cs, flags = 0; in gen6_emit_flush_rcs() local 143 u32 *gen6_emit_breadcrumb_rcs(struct i915_request *rq, u32 *cs) in gen6_emit_breadcrumb_rcs() 180 u32 cmd, *cs; in mi_flush_dw() local 234 u32 *cs; in gen6_emit_bb_start() local 256 u32 *cs; in hsw_emit_bb_start() local 274 u32 *cs; in gen7_stall_cs() local 294 u32 *cs, flags = 0; in gen7_emit_flush_rcs() local 353 u32 *gen7_emit_breadcrumb_rcs(struct i915_request *rq, u32 *cs) in gen7_emit_breadcrumb_rcs() 375 u32 *gen6_emit_breadcrumb_xcs(struct i915_request *rq, u32 *cs) in gen6_emit_breadcrumb_xcs() [all …]
|
D | gen2_engine_cs.c | 19 u32 cmd, *cs; in gen2_emit_flush() local 45 u32 cmd, *cs; in gen4_emit_flush_rcs() local 131 u32 *cs; in gen4_emit_flush_vcs() local 144 static u32 *__gen2_emit_breadcrumb(struct i915_request *rq, u32 *cs, in __gen2_emit_breadcrumb() 172 u32 *gen3_emit_breadcrumb(struct i915_request *rq, u32 *cs) in gen3_emit_breadcrumb() 177 u32 *gen5_emit_breadcrumb(struct i915_request *rq, u32 *cs) in gen5_emit_breadcrumb() 190 u32 *cs, cs_offset = in i830_emit_bb_start() local 255 u32 *cs; in gen3_emit_bb_start() local 276 u32 *cs; in gen4_emit_bb_start() local
|
D | gen8_engine_cs.h | 74 __gen8_emit_write_rcs(u32 *cs, u32 value, u32 offset, u32 flags0, u32 flags1) in __gen8_emit_write_rcs() 87 gen8_emit_ggtt_write_rcs(u32 *cs, u32 value, u32 gtt_offset, u32 flags) in gen8_emit_ggtt_write_rcs() 100 gen12_emit_ggtt_write_rcs(u32 *cs, u32 value, u32 gtt_offset, u32 flags0, u32 flags1) in gen12_emit_ggtt_write_rcs() 113 __gen8_emit_flush_dw(u32 *cs, u32 value, u32 gtt_offset, u32 flags) in __gen8_emit_flush_dw() 124 gen8_emit_ggtt_write(u32 *cs, u32 value, u32 gtt_offset, u32 flags) in gen8_emit_ggtt_write()
|
D | gen7_renderclear.c | 102 static u32 batch_offset(const struct batch_chunk *bc, u32 *cs) in batch_offset() 148 u32 *cs = batch_alloc_items(state, 32, 8); in gen7_fill_surface_state() local 180 u32 *cs = batch_alloc_items(state, 32, 8); in gen7_fill_binding_table() local 215 u32 *cs = batch_alloc_items(state, 32, 8 * count); in gen7_fill_interface_descriptor() local 238 u32 *cs = batch_alloc_items(batch, 0, 10); in gen7_emit_state_base_address() local 267 u32 *cs = batch_alloc_items(batch, 32, 8); in gen7_emit_vfe_state() local 294 u32 *cs = batch_alloc_items(batch, 8, 4); in gen7_emit_interface_descriptor_load() local 315 u32 *cs; in gen7_emit_media_object() local 342 u32 *cs = batch_alloc_items(batch, 0, 4); in gen7_emit_pipeline_flush() local 357 u32 *cs = batch_alloc_items(batch, 0, 10); in gen7_emit_pipeline_invalidate() local
|
/Linux-v6.1/kernel/time/ |
D | clocksource.c | 166 static void __clocksource_unstable(struct clocksource *cs) in __clocksource_unstable() 195 void clocksource_mark_unstable(struct clocksource *cs) in clocksource_mark_unstable() 220 static enum wd_read_status cs_watchdog_read(struct clocksource *cs, u64 *csnow, u64 *wdnow) in cs_watchdog_read() 327 struct clocksource *cs = (struct clocksource *)csin; in clocksource_verify_one_cpu() local 332 void clocksource_verify_percpu(struct clocksource *cs) in clocksource_verify_percpu() 392 struct clocksource *cs; in clocksource_watchdog() local 542 struct clocksource *cs; in clocksource_reset_watchdog() local 553 static void clocksource_enqueue_watchdog(struct clocksource *cs) in clocksource_enqueue_watchdog() 570 struct clocksource *cs, *old_wd; in clocksource_select_watchdog() local 605 static void clocksource_dequeue_watchdog(struct clocksource *cs) in clocksource_dequeue_watchdog() [all …]
|
/Linux-v6.1/kernel/cgroup/ |
D | cpuset.c | 243 static inline struct cpuset *parent_cs(struct cpuset *cs) in parent_cs() 261 static inline bool is_cpuset_online(struct cpuset *cs) in is_cpuset_online() 266 static inline int is_cpu_exclusive(const struct cpuset *cs) in is_cpu_exclusive() 271 static inline int is_mem_exclusive(const struct cpuset *cs) in is_mem_exclusive() 276 static inline int is_mem_hardwall(const struct cpuset *cs) in is_mem_hardwall() 281 static inline int is_sched_load_balance(const struct cpuset *cs) in is_sched_load_balance() 286 static inline int is_memory_migrate(const struct cpuset *cs) in is_memory_migrate() 291 static inline int is_spread_page(const struct cpuset *cs) in is_spread_page() 296 static inline int is_spread_slab(const struct cpuset *cs) in is_spread_slab() 301 static inline int is_partition_valid(const struct cpuset *cs) in is_partition_valid() [all …]
|
/Linux-v6.1/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() 145 static void myrs_report_progress(struct myrs_hba *cs, unsigned short ldev_num, in myrs_report_progress() 158 static unsigned char myrs_get_ctlr_info(struct myrs_hba *cs) in myrs_get_ctlr_info() 219 static unsigned char myrs_get_ldev_info(struct myrs_hba *cs, in myrs_get_ldev_info() 306 static unsigned char myrs_get_pdev_info(struct myrs_hba *cs, in myrs_get_pdev_info() 350 static unsigned char myrs_dev_op(struct myrs_hba *cs, in myrs_dev_op() 375 static unsigned char myrs_translate_pdev(struct myrs_hba *cs, in myrs_translate_pdev() 419 static unsigned char myrs_get_event(struct myrs_hba *cs, in myrs_get_event() 454 static unsigned char myrs_get_fwstatus(struct myrs_hba *cs) in myrs_get_fwstatus() [all …]
|
/Linux-v6.1/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 | 269 void gpmc_cs_write_reg(int cs, int idx, u32 val) in gpmc_cs_write_reg() 277 static u32 gpmc_cs_read_reg(int cs, int idx) in gpmc_cs_read_reg() 304 static unsigned long gpmc_get_clk_period(int cs, enum gpmc_clk_domain cd) in gpmc_get_clk_period() 326 static unsigned int gpmc_ns_to_clk_ticks(unsigned int time_ns, int cs, in gpmc_ns_to_clk_ticks() 352 static unsigned int gpmc_clk_ticks_to_ns(unsigned int ticks, int cs, in gpmc_clk_ticks_to_ns() 375 static inline void gpmc_cs_modify_reg(int cs, int reg, u32 mask, bool value) in gpmc_cs_modify_reg() 387 static void gpmc_cs_bool_timings(int cs, const struct gpmc_bool_timings *p) in gpmc_cs_bool_timings() 431 int cs, int reg, int st_bit, int end_bit, int max, in get_gpmc_timing_reg() 474 #define GPMC_PRINT_CONFIG(cs, config) \ argument 492 static void gpmc_show_regs(int cs, const char *desc) in gpmc_show_regs() [all …]
|
/Linux-v6.1/sound/core/ |
D | pcm_iec958.c | 29 int snd_pcm_create_iec958_consumer_default(u8 *cs, size_t len) in snd_pcm_create_iec958_consumer_default() 49 u8 *cs, size_t len) in fill_iec958_consumer() 134 u8 *cs, size_t len) in snd_pcm_fill_iec958_consumer() 157 u8 *cs, size_t len) in snd_pcm_fill_iec958_consumer_hw_params() 176 int snd_pcm_create_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs, in snd_pcm_create_iec958_consumer() 203 u8 *cs, size_t len) in snd_pcm_create_iec958_consumer_hw_params()
|
/Linux-v6.1/drivers/clocksource/ |
D | timer-pistachio.c | 48 struct clocksource cs; member 53 #define to_pistachio_clocksource(cs) \ argument 68 pistachio_clocksource_read_cycles(struct clocksource *cs) in pistachio_clocksource_read_cycles() 93 static void pistachio_clksrc_set_mode(struct clocksource *cs, int timeridx, in pistachio_clksrc_set_mode() 108 static void pistachio_clksrc_enable(struct clocksource *cs, int timeridx) in pistachio_clksrc_enable() 118 static void pistachio_clksrc_disable(struct clocksource *cs, int timeridx) in pistachio_clksrc_disable() 124 static int pistachio_clocksource_enable(struct clocksource *cs) in pistachio_clocksource_enable() 130 static void pistachio_clocksource_disable(struct clocksource *cs) in pistachio_clocksource_disable()
|
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
|
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 | sh_tmu.c | 47 struct clocksource cs; member 248 static struct sh_tmu_channel *cs_to_sh_tmu(struct clocksource *cs) in cs_to_sh_tmu() 253 static u64 sh_tmu_clocksource_read(struct clocksource *cs) in sh_tmu_clocksource_read() 260 static int sh_tmu_clocksource_enable(struct clocksource *cs) in sh_tmu_clocksource_enable() 275 static void sh_tmu_clocksource_disable(struct clocksource *cs) in sh_tmu_clocksource_disable() 286 static void sh_tmu_clocksource_suspend(struct clocksource *cs) in sh_tmu_clocksource_suspend() 299 static void sh_tmu_clocksource_resume(struct clocksource *cs) in sh_tmu_clocksource_resume() 315 struct clocksource *cs = &ch->cs; in sh_tmu_register_clocksource() local
|
/Linux-v6.1/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
|
/Linux-v6.1/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()
|
/Linux-v6.1/drivers/gpu/drm/i915/pxp/ |
D | intel_pxp_cmd.c | 21 static u32 *pxp_emit_session_selection(u32 *cs, u32 idx) in pxp_emit_session_selection() 46 static u32 *pxp_emit_inline_termination(u32 *cs) in pxp_emit_inline_termination() 55 static u32 *pxp_emit_session_termination(u32 *cs, u32 idx) in pxp_emit_session_termination() 63 static u32 *pxp_emit_wait(u32 *cs) in pxp_emit_wait() 99 u32 *cs; in intel_pxp_terminate_session() local
|
/Linux-v6.1/fs/fuse/ |
D | dev.c | 656 static void fuse_copy_init(struct fuse_copy_state *cs, int write, in fuse_copy_init() 665 static void fuse_copy_finish(struct fuse_copy_state *cs) in fuse_copy_finish() 687 static int fuse_copy_fill(struct fuse_copy_state *cs) in fuse_copy_fill() 746 static int fuse_copy_do(struct fuse_copy_state *cs, void **val, unsigned *size) in fuse_copy_do() 787 static int fuse_try_move_page(struct fuse_copy_state *cs, struct page **pagep) in fuse_try_move_page() 891 static int fuse_ref_page(struct fuse_copy_state *cs, struct page *page, in fuse_ref_page() 925 static int fuse_copy_page(struct fuse_copy_state *cs, struct page **pagep, in fuse_copy_page() 973 static int fuse_copy_pages(struct fuse_copy_state *cs, unsigned nbytes, in fuse_copy_pages() 996 static int fuse_copy_one(struct fuse_copy_state *cs, void *val, unsigned size) in fuse_copy_one() 1010 static int fuse_copy_args(struct fuse_copy_state *cs, unsigned numargs, in fuse_copy_args() [all …]
|
/Linux-v6.1/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()
|
/Linux-v6.1/drivers/misc/habanalabs/common/ |
D | command_submission.c | 231 void cs_get(struct hl_cs *cs) in cs_get() 236 static int cs_get_unless_zero(struct hl_cs *cs) in cs_get_unless_zero() 241 static void cs_put(struct hl_cs *cs) in cs_put() 258 bool cs_needs_completion(struct hl_cs *cs) in cs_needs_completion() 269 bool cs_needs_timeout(struct hl_cs *cs) in cs_needs_timeout() 350 struct hl_cs *cs = job->cs; in hl_complete_job() local 418 struct hl_cs *cs; in hl_staged_cs_find_first() local 435 bool is_staged_cs_last_exists(struct hl_device *hdev, struct hl_cs *cs) in is_staged_cs_last_exists() 458 static void staged_cs_get(struct hl_device *hdev, struct hl_cs *cs) in staged_cs_get() 477 static void staged_cs_put(struct hl_device *hdev, struct hl_cs *cs) in staged_cs_put() [all …]
|
/Linux-v6.1/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
|
/Linux-v6.1/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 295 struct omap2_mcspi_cs *cs = spi->controller_state; in omap2_mcspi_set_fifo() local 444 struct omap2_mcspi_cs *cs = spi->controller_state; in omap2_mcspi_rx_dma() local 581 struct omap2_mcspi_cs *cs = spi->controller_state; in omap2_mcspi_txrx_dma() local 689 struct omap2_mcspi_cs *cs = spi->controller_state; in omap2_mcspi_txrx_pio() local [all …]
|
/Linux-v6.1/include/linux/ |
D | clocksource.h | 239 static inline int __clocksource_register(struct clocksource *cs) in __clocksource_register() 244 static inline int clocksource_register_hz(struct clocksource *cs, u32 hz) in clocksource_register_hz() 249 static inline int clocksource_register_khz(struct clocksource *cs, u32 khz) in clocksource_register_khz() 254 static inline void __clocksource_update_freq_hz(struct clocksource *cs, u32 hz) in __clocksource_update_freq_hz() 259 static inline void __clocksource_update_freq_khz(struct clocksource *cs, u32 khz) in __clocksource_update_freq_khz() 267 static inline void clocksource_arch_init(struct clocksource *cs) { } in clocksource_arch_init()
|
/Linux-v6.1/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()
|