Home
last modified time | relevance | path

Searched defs:cs (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/linux/drivers/gpu/drm/i915/gt/
A Dgen8_engine_cs.c16 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
228 u32 *cs; in mtl_dummy_pipe_control() local
256 u32 *cs; in gen12_emit_flush_rcs() local
365 u32 *cs; in gen12_emit_flush_xcs() local
436 u32 *cs; in gen8_emit_init_breadcrumb() local
488 u32 *cs; in __xehp_emit_bb_start() local
540 u32 *cs; in gen8_emit_bb_start_noarb() local
[all …]
A Dgen6_engine_cs.c60 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 …]
A Dgen2_engine_cs.c19 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
A Dgen8_engine_cs.h79 __gen8_emit_write_rcs(u32 *cs, u32 value, u32 offset, u32 flags0, u32 flags1) in __gen8_emit_write_rcs()
92 gen8_emit_ggtt_write_rcs(u32 *cs, u32 value, u32 gtt_offset, u32 flags) in gen8_emit_ggtt_write_rcs()
105 gen12_emit_ggtt_write_rcs(u32 *cs, u32 value, u32 gtt_offset, u32 flags0, u32 flags1) in gen12_emit_ggtt_write_rcs()
118 __gen8_emit_flush_dw(u32 *cs, u32 value, u32 gtt_offset, u32 flags) in __gen8_emit_flush_dw()
129 gen8_emit_ggtt_write(u32 *cs, u32 value, u32 gtt_offset, u32 flags) in gen8_emit_ggtt_write()
A Dgen7_renderclear.c102 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/kernel/cgroup/
A Dcpuset.c135 struct cpuset *cs = task_cs(p); in inc_dl_tasks_cs() local
350 struct cpuset *cs; in guarantee_online_cpus() local
928 struct cpuset *cs = NULL; in dl_rebuild_rd_accounting() local
988 struct cpuset *cs; in rebuild_sched_domains_locked() local
2892 struct cpuset *cs, *oldcs; in cpuset_can_attach() local
2968 struct cpuset *cs; in cpuset_cancel_attach() local
3018 struct cpuset *cs; in cpuset_attach() local
3366 struct cpuset *cs; in cpuset_css_alloc() local
3586 struct cpuset *cs; in cpuset_fork() local
3882 struct cpuset *cs; in cpuset_handle_hotplug() local
[all …]
A Dcpuset-v1.c10 struct cpuset *cs; member
147 static int update_relax_domain_level(struct cpuset *cs, s64 val) in update_relax_domain_level()
167 struct cpuset *cs = css_cs(css); in cpuset_write_s64() local
192 struct cpuset *cs = css_cs(css); in cpuset_read_s64() local
212 void cpuset1_update_task_spread_flags(struct cpuset *cs, in cpuset1_update_task_spread_flags()
237 void cpuset1_update_tasks_flags(struct cpuset *cs) in cpuset1_update_tasks_flags()
255 static void remove_tasks_in_empty_cpuset(struct cpuset *cs) in remove_tasks_in_empty_cpuset()
285 void cpuset1_hotplug_update_tasks(struct cpuset *cs, in cpuset1_hotplug_update_tasks()
378 struct cpuset *cs = css_cs(css); in cpuset_read_u64() local
411 struct cpuset *cs = css_cs(css); in cpuset_write_u64() local
A Dcpuset-internal.h196 static inline struct cpuset *parent_cs(struct cpuset *cs) in parent_cs()
202 static inline bool is_cpuset_online(struct cpuset *cs) in is_cpuset_online()
207 static inline int is_cpu_exclusive(const struct cpuset *cs) in is_cpu_exclusive()
212 static inline int is_mem_exclusive(const struct cpuset *cs) in is_mem_exclusive()
217 static inline int is_mem_hardwall(const struct cpuset *cs) in is_mem_hardwall()
222 static inline int is_sched_load_balance(const struct cpuset *cs) in is_sched_load_balance()
227 static inline int is_memory_migrate(const struct cpuset *cs) in is_memory_migrate()
232 static inline int is_spread_page(const struct cpuset *cs) in is_spread_page()
237 static inline int is_spread_slab(const struct cpuset *cs) in is_spread_slab()
297 static inline void cpuset1_update_tasks_flags(struct cpuset *cs) {} in cpuset1_update_tasks_flags()
[all …]
/linux/kernel/time/
A Dclocksource.c412 struct clocksource *cs; in clocksource_reset_watchdog() local
424 struct clocksource *cs; in clocksource_watchdog() local
637 struct clocksource *cs, *old_wd; in clocksource_select_watchdog() local
686 struct clocksource *cs, *tmp; in __clocksource_watchdog_kthread() local
783 struct clocksource *cs, *old_suspend; in clocksource_suspend_select() local
884 struct clocksource *cs; in clocksource_suspend() local
896 struct clocksource *cs; in clocksource_resume() local
992 struct clocksource *cs; in clocksource_find_best() local
1015 struct clocksource *best, *cs; in __clocksource_select() local
1328 int clocksource_unregister(struct clocksource *cs) in clocksource_unregister()
[all …]
/linux/drivers/scsi/
A Dmyrs.c1301 struct myrs_hba *cs = shost_priv(shost); in serial_show() local
1314 struct myrs_hba *cs = shost_priv(shost); in ctlr_num_show() local
1337 struct myrs_hba *cs = shost_priv(shost); in processor_show() local
1389 struct myrs_hba *cs = shost_priv(shost); in model_show() local
1399 struct myrs_hba *cs = shost_priv(shost); in ctlr_type_show() local
1937 struct myrs_hba *cs; in myrs_alloc_host() local
2290 struct myrs_hba *cs = NULL; in myrs_detect() local
2574 struct myrs_hba *cs = arg; in DAC960_GEM_intr_handler() local
2793 struct myrs_hba *cs = arg; in DAC960_BA_intr_handler() local
3012 struct myrs_hba *cs = arg; in DAC960_LP_intr_handler() local
[all …]
/linux/sound/core/
A Dpcm_iec958.c29 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/drivers/memory/
A Dstm32-fmc2-ebi.c243 int cs) in stm32_fmc2_ebi_check_mux()
260 int cs) in stm32_fmc2_ebi_check_waitcfg()
277 int cs) in stm32_fmc2_ebi_check_sync_trans()
294 int cs) in stm32_fmc2_ebi_mp25_check_cclk()
304 int cs) in stm32_fmc2_ebi_mp25_check_clk_period()
321 int cs) in stm32_fmc2_ebi_check_async_trans()
355 int cs) in stm32_fmc2_ebi_check_address_hold()
380 int cs) in stm32_fmc2_ebi_check_clk_period()
405 int cs) in stm32_fmc2_ebi_check_cclk()
1360 int cs) in stm32_fmc2_ebi_parse_prop()
[all …]
A Domap-gpmc.c286 static u32 gpmc_cs_read_reg(int cs, int idx) in gpmc_cs_read_reg()
483 #define GPMC_PRINT_CONFIG(cs, config) \ argument
883 static void gpmc_cs_enable_mem(int cs) in gpmc_cs_enable_mem()
892 static void gpmc_cs_disable_mem(int cs) in gpmc_cs_disable_mem()
912 static int gpmc_cs_mem_enabled(int cs) in gpmc_cs_mem_enabled()
927 static bool gpmc_cs_reserved(int cs) in gpmc_cs_reserved()
964 static int gpmc_cs_delete_mem(int cs) in gpmc_cs_delete_mem()
1024 void gpmc_cs_free(int cs) in gpmc_cs_free()
1514 int cs; in gpmc_mem_exit() local
1525 int cs; in gpmc_mem_init() local
[all …]
/linux/fs/xfs/scrub/
A Dstats.c88 struct xchk_stats *cs, in xchk_stats_format()
131 struct xchk_stats *cs) in xchk_stats_estimate_bufsize()
164 struct xchk_stats *cs) in xchk_stats_clearall()
185 struct xchk_stats *cs, in xchk_stats_merge_one()
244 struct xchk_stats *cs = file->private_data; in xchk_scrub_stats_read() local
287 struct xchk_stats *cs = file->private_data; in xchk_clear_scrub_stats_write() local
310 struct xchk_stats *cs, in xchk_stats_init()
325 struct xchk_stats *cs, in xchk_stats_register()
344 struct xchk_stats *cs) in xchk_stats_teardown()
352 struct xchk_stats *cs) in xchk_stats_unregister()
[all …]
/linux/drivers/clocksource/
A Dtimer-pistachio.c48 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()
A Dem_sti.c33 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
A Dingenic-ost.c39 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
/linux/include/linux/mfd/syscon/
A Datmel-smc.h18 #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/arch/mips/bcm63xx/
A Dcs.c24 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/drivers/gpu/drm/i915/pxp/
A Dintel_pxp_cmd.c23 static u32 *pxp_emit_session_selection(u32 *cs, u32 idx) in pxp_emit_session_selection()
48 static u32 *pxp_emit_inline_termination(u32 *cs) in pxp_emit_inline_termination()
57 static u32 *pxp_emit_session_termination(u32 *cs, u32 idx) in pxp_emit_session_termination()
65 static u32 *pxp_emit_wait(u32 *cs) in pxp_emit_wait()
101 u32 *cs; in intel_pxp_terminate_session() local
/linux/fs/fuse/
A Ddev.c1150 struct fuse_copy_state *cs, in fuse_read_single_forget()
1232 struct fuse_copy_state *cs, in fuse_read_forget()
1402 struct fuse_copy_state cs; in fuse_dev_read() local
1424 struct fuse_copy_state cs; in fuse_dev_splice_read() local
1469 struct fuse_copy_state *cs) in fuse_notify_poll()
1490 struct fuse_copy_state *cs) in fuse_notify_inval_inode()
1515 struct fuse_copy_state *cs) in fuse_notify_inval_entry()
1611 struct fuse_copy_state *cs) in fuse_notify_store()
1791 struct fuse_copy_state *cs) in fuse_notify_retrieve()
2064 struct fuse_copy_state cs; in fuse_dev_write() local
[all …]
/linux/drivers/accel/habanalabs/common/
A Dcommand_submission.c250 void cs_get(struct hl_cs *cs) in cs_get()
363 struct hl_cs *cs = job->cs; in hl_complete_job() local
438 struct hl_cs *cs; in hl_staged_cs_find_first() local
656 struct hl_cs *cs, in cs_release_sob_reset_handler()
905 struct hl_cs *cs; in allocate_cs() local
1067 struct hl_cs *cs, *tmp; in hl_cs_rollback_all() local
1148 struct hl_cs *cs; in force_complete_cs() local
1170 struct hl_cs *cs = job->cs; in job_wq_completion() local
1190 struct hl_cs *cs; in hl_get_active_cs_num() local
1500 struct hl_cs *cs; in cs_ioctl_default() local
[all …]
/linux/drivers/edac/
A Darmada_xp_edac.c29 #define SDRAM_ADDR_CTRL_SIZE_HIGH_OFFSET(cs) (20+cs) argument
30 #define SDRAM_ADDR_CTRL_SIZE_HIGH_MASK(cs) (0x1 << SDRAM_ADDR_CTRL_SIZE_HIGH_OFFSET(cs)) argument
31 #define SDRAM_ADDR_CTRL_ADDR_SEL_MASK(cs) BIT(16+cs) argument
32 #define SDRAM_ADDR_CTRL_SIZE_LOW_OFFSET(cs) (cs*4+2) argument
33 #define SDRAM_ADDR_CTRL_SIZE_LOW_MASK(cs) (0x3 << SDRAM_ADDR_CTRL_SIZE_LOW_OFFSET(cs)) argument
34 #define SDRAM_ADDR_CTRL_STRUCT_OFFSET(cs) (cs*4) argument
35 #define SDRAM_ADDR_CTRL_STRUCT_MASK(cs) (0x3 << SDRAM_ADDR_CTRL_STRUCT_OFFSET(cs)) argument
71 #define SDRAM_RANK_CTRL_EXIST_MASK(cs) BIT(cs) argument
85 uint8_t cs, uint8_t bank, uint16_t row, in axp_mc_calc_address()
/linux/drivers/spi/
A Dspi-dw-mmio.c65 #define ELBA_SPICS_OFFSET(cs) ((cs) << 1) argument
66 #define ELBA_SPICS_MASK(cs) (GENMASK(1, 0) << ELBA_SPICS_OFFSET(cs)) argument
67 #define ELBA_SPICS_SET(cs, val) \ argument
82 u32 cs = spi_get_chipselect(spi, 0); in dw_spi_mscc_set_cs() local
155 u8 cs = spi_get_chipselect(spi, 0); in dw_spi_sparx5_set_cs() local
272 static void dw_spi_elba_override_cs(struct regmap *syscon, int cs, int enable) in dw_spi_elba_override_cs()
283 u8 cs; in dw_spi_elba_set_cs() local
/linux/tools/perf/util/
A Dcomm.c41 static refcount_t *comm_str__refcnt(struct comm_str *cs) in comm_str__refcnt()
46 static const char *comm_str__str(const struct comm_str *cs) in comm_str__str()
51 static struct comm_str *comm_str__get(struct comm_str *cs) in comm_str__get()
61 static void comm_str__put(struct comm_str *cs) in comm_str__put()
97 static void comm_strs__remove_if_last(struct comm_str *cs) in comm_strs__remove_if_last()

Completed in 86 milliseconds

12345678910>>...19