/linux-6.6.21/drivers/soc/qcom/ |
D | qcom-geni-se.c | 196 u32 geni_se_get_qup_hw_version(struct geni_se *se) in geni_se_get_qup_hw_version() 237 static void geni_se_irq_clear(struct geni_se *se) in geni_se_irq_clear() 256 void geni_se_init(struct geni_se *se, u32 rx_wm, u32 rx_rfr) in geni_se_init() 277 static void geni_se_select_fifo_mode(struct geni_se *se) in geni_se_select_fifo_mode() 300 static void geni_se_select_dma_mode(struct geni_se *se) in geni_se_select_dma_mode() 323 static void geni_se_select_gpi_mode(struct geni_se *se) in geni_se_select_gpi_mode() 348 void geni_se_select_mode(struct geni_se *se, enum geni_se_xfer_mode mode) in geni_se_select_mode() 431 void geni_se_config_packing(struct geni_se *se, int bpw, int pack_words, in geni_se_config_packing() 486 static void geni_se_clks_off(struct geni_se *se) in geni_se_clks_off() 501 int geni_se_resources_off(struct geni_se *se) in geni_se_resources_off() [all …]
|
/linux-6.6.21/kernel/sched/ |
D | fair.c | 311 static inline u64 calc_delta_fair(u64 delta, struct sched_entity *se) in calc_delta_fair() 328 #define for_each_sched_entity(se) \ argument 431 is_same_group(struct sched_entity *se, struct sched_entity *pse) in is_same_group() 439 static inline struct sched_entity *parent_entity(const struct sched_entity *se) in parent_entity() 445 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se() 486 static int se_is_idle(struct sched_entity *se) in se_is_idle() 495 #define for_each_sched_entity(se) \ argument 514 static inline struct sched_entity *parent_entity(struct sched_entity *se) in parent_entity() 520 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se() 534 static int se_is_idle(struct sched_entity *se) in se_is_idle() [all …]
|
D | pelt.c | 295 int __update_load_avg_blocked_se(u64 now, struct sched_entity *se) in __update_load_avg_blocked_se() 306 int __update_load_avg_se(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se) in __update_load_avg_se()
|
D | stats.h | 94 struct sched_entity se; member 100 __schedstats_from_se(struct sched_entity *se) in __schedstats_from_se()
|
D | sched.h | 368 struct sched_entity **se; member 490 static inline void set_task_rq_fair(struct sched_entity *se, in set_task_rq_fair() 770 #define entity_is_task(se) (!se->my_q) argument 772 static inline void se_update_runnable(struct sched_entity *se) in se_update_runnable() 778 static inline long se_runnable(struct sched_entity *se) in se_runnable() 787 #define entity_is_task(se) 1 argument 789 static inline void se_update_runnable(struct sched_entity *se) {} in se_update_runnable() 791 static inline long se_runnable(struct sched_entity *se) in se_runnable() 801 static inline long se_weight(struct sched_entity *se) in se_weight() 1420 static inline struct task_struct *task_of(struct sched_entity *se) in task_of() [all …]
|
/linux-6.6.21/drivers/spi/ |
D | spi-geni-qcom.c | 79 struct geni_se se; member 108 struct geni_se *se = &mas->se; in spi_slv_setup() local 153 struct geni_se *se = &mas->se; in handle_se_timeout() local 255 struct geni_se *se = &mas->se; in spi_geni_is_abort_still_pending() local 291 struct geni_se *se = &mas->se; in spi_geni_set_cs() local 341 struct geni_se *se = &mas->se; in spi_setup_word_len() local 362 struct geni_se *se = &mas->se; in geni_spi_set_clock_and_bw() local 401 struct geni_se *se = &mas->se; in setup_fifo_params() local 651 struct geni_se *se = &mas->se; in spi_geni_init() local 745 struct geni_se *se = &mas->se; in geni_spi_handle_tx() local [all …]
|
/linux-6.6.21/drivers/gpu/drm/v3d/ |
D | v3d_gem.c | 402 u32 in_sync, struct v3d_submit_ext *se, enum v3d_queue queue) in v3d_job_init() 482 struct v3d_submit_ext *se, in v3d_attach_fences_and_unlock_reservation() 520 v3d_put_multisync_post_deps(struct v3d_submit_ext *se) in v3d_put_multisync_post_deps() 534 struct v3d_submit_ext *se, in v3d_get_multisync_post_deps() 589 struct v3d_submit_ext *se = data; in v3d_get_multisync_submit_deps() local 667 struct v3d_submit_ext se = {0}; in v3d_submit_cl_ioctl() local 820 struct v3d_submit_ext se = {0}; in v3d_submit_tfu_ioctl() local 914 struct v3d_submit_ext se = {0}; in v3d_submit_csd_ioctl() local
|
/linux-6.6.21/include/linux/soc/qcom/ |
D | geni-se.h | 314 static inline u32 geni_se_read_proto(struct geni_se *se) in geni_se_read_proto() 332 static inline void geni_se_setup_m_cmd(struct geni_se *se, u32 cmd, u32 params) in geni_se_setup_m_cmd() 349 static inline void geni_se_setup_s_cmd(struct geni_se *se, u32 cmd, u32 params) in geni_se_setup_s_cmd() 368 static inline void geni_se_cancel_m_cmd(struct geni_se *se) in geni_se_cancel_m_cmd() 381 static inline void geni_se_cancel_s_cmd(struct geni_se *se) in geni_se_cancel_s_cmd() 393 static inline void geni_se_abort_m_cmd(struct geni_se *se) in geni_se_abort_m_cmd() 406 static inline void geni_se_abort_s_cmd(struct geni_se *se) in geni_se_abort_s_cmd() 421 static inline u32 geni_se_get_tx_fifo_depth(struct geni_se *se) in geni_se_get_tx_fifo_depth() 448 static inline u32 geni_se_get_tx_fifo_width(struct geni_se *se) in geni_se_get_tx_fifo_width() 467 static inline u32 geni_se_get_rx_fifo_depth(struct geni_se *se) in geni_se_get_rx_fifo_depth()
|
/linux-6.6.21/net/nfc/ |
D | core.c | 536 struct nfc_se *se; in nfc_find_se() local 548 struct nfc_se *se; in nfc_enable_se() local 597 struct nfc_se *se; in nfc_disable_se() local 873 struct nfc_se *se; in nfc_add_se() local 907 struct nfc_se *se, *n; in nfc_remove_se() local 965 struct nfc_se *se, *n; in nfc_release() local
|
D | netlink.c | 488 struct nfc_se *se; in nfc_genl_se_transaction() local 533 const struct nfc_se *se; in nfc_genl_se_connectivity() local 1335 struct nfc_se *se, *n; in nfc_genl_send_se() local 1419 struct nfc_se *se; in nfc_se_io() local
|
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_umr.h | 31 __u32 se, sh, instance; member 41 __u32 se, sh, instance; member 50 u32 gpr_or_wave, se, sh, cu, wave, simd, xcc_id; member
|
/linux-6.6.21/drivers/gpu/drm/i915/gvt/ |
D | gtt.c | 1133 static inline void ppgtt_generate_shadow_entry(struct intel_gvt_gtt_entry *se, in ppgtt_generate_shadow_entry() 1150 struct intel_gvt_gtt_entry *se) in split_2MB_gtt_entry() 1206 struct intel_gvt_gtt_entry *se) in split_64KB_gtt_entry() 1240 struct intel_gvt_gtt_entry se = *ge; in ppgtt_populate_shadow_entry() local 1290 struct intel_gvt_gtt_entry se, ge; in ppgtt_populate_spt() local 1321 struct intel_gvt_gtt_entry *se, unsigned long index) in ppgtt_handle_guest_entry_removal() 1695 struct intel_gvt_gtt_entry we, se; in ppgtt_handle_guest_write_page_table_bytes() local 1759 struct intel_gvt_gtt_entry se; in invalidate_ppgtt_mm() local 1790 struct intel_gvt_gtt_entry ge, se; in shadow_ppgtt_mm() local 2396 struct intel_gvt_gtt_entry se; in alloc_scratch_pages() local
|
/linux-6.6.21/fs/f2fs/ |
D | segment.c | 879 struct seg_entry *se; in f2fs_get_unusable_blocks() local 2004 struct seg_entry *se; in f2fs_issue_discard() local 2045 struct seg_entry *se = get_seg_entry(sbi, cpc->trim_start); in add_discard_addrs() local 2349 struct seg_entry *se = get_seg_entry(sbi, segno); in __set_sit_entry_type() local 2369 struct seg_entry *se; in update_segment_mtime() local 2391 struct seg_entry *se; in update_sit_entry() local 2517 struct seg_entry *se; in f2fs_is_checkpointed_data() local 2817 struct seg_entry *se = get_seg_entry(sbi, segno); in __next_free_blkoff() local 2889 struct seg_entry *se = get_seg_entry(sbi, curseg->next_segno); in get_atssr_segment() local 3421 struct seg_entry *se = NULL; in f2fs_allocate_data_block() local [all …]
|
D | segment.h | 27 #define SE_PAGETYPE(se) ((IS_NODESEG((se)->type) ? NODE : DATA)) argument 368 struct seg_entry *se = get_seg_entry(sbi, start_segno); in get_ckpt_valid_blocks() local 377 static inline void seg_info_from_raw_sit(struct seg_entry *se, in seg_info_from_raw_sit() 391 static inline void __seg_info_to_raw_sit(struct seg_entry *se, in __seg_info_to_raw_sit() 405 struct seg_entry *se; in seg_info_to_sit_page() local 420 static inline void seg_info_to_raw_sit(struct seg_entry *se, in seg_info_to_raw_sit()
|
/linux-6.6.21/drivers/infiniband/hw/hfi1/ |
D | trace.c | 119 u8 *se, u8 *pad, u8 *opcode, u8 *tver, in hfi1_trace_parse_9b_bth() 137 u8 *pad, u8 *se, u8 *tver, in hfi1_trace_parse_16b_bth() 223 u8 se, u8 pad, u8 opcode, const char *opname, in hfi1_trace_fmt_rest()
|
/linux-6.6.21/sound/soc/sof/ |
D | control.c | 103 struct soc_enum *se = (struct soc_enum *)kcontrol->private_value; in snd_sof_enum_get() local 118 struct soc_enum *se = (struct soc_enum *)kcontrol->private_value; in snd_sof_enum_put() local
|
/linux-6.6.21/mm/ |
D | swapfile.c | 167 static inline struct swap_extent *next_se(struct swap_extent *se) in next_se() 179 struct swap_extent *se; in discard_swap() local 213 struct swap_extent *se; in offset_to_swap_extent() local 233 struct swap_extent *se; in swap_page_sector() local 250 struct swap_extent *se = offset_to_swap_extent(si, start_page); in discard_swap_cluster() local 1659 struct swap_extent *se = first_se(sis); in swap_type_of() local 1696 struct swap_extent *se; in swapdev_block() local 2161 struct swap_extent *se = rb_entry(rb, struct swap_extent, rb_node); in destroy_swap_extents() local 2188 struct swap_extent *se; in add_swap_extent() local
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | module.h | 58 const Elf_Shdr *s, *se; in find_section() local
|
/linux-6.6.21/fs/ocfs2/ |
D | slot_map.c | 67 struct ocfs2_slot_map_extended *se; in ocfs2_update_slot_info_extended() local 153 struct ocfs2_slot_map_extended *se; in ocfs2_update_disk_slot_extended() local
|
/linux-6.6.21/tools/testing/selftests/timers/ |
D | alarmtimer-suspend.c | 123 struct sigevent se; in main() local
|
D | leap-a-day.c | 179 struct sigevent se; in main() local
|
/linux-6.6.21/drivers/s390/net/ |
D | smsgiucv_app.c | 123 struct smsg_app_event *se; in smsg_app_callback() local
|
/linux-6.6.21/drivers/i2c/busses/ |
D | i2c-qcom-geni.c | 81 struct geni_se se; member 410 struct geni_se *se = &gi2c->se; in geni_i2c_rx_one_msg() local 449 struct geni_se *se = &gi2c->se; in geni_i2c_tx_one_msg() local
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | module.h | 119 const Elf_Shdr *s, *se; in find_section() local
|
/linux-6.6.21/sound/soc/ |
D | soc-topology.c | 793 static int soc_tplg_denum_create_texts(struct soc_tplg *tplg, struct soc_enum *se, in soc_tplg_denum_create_texts() 829 static int soc_tplg_denum_create_values(struct soc_tplg *tplg, struct soc_enum *se, in soc_tplg_denum_create_values() 860 struct soc_enum *se; in soc_tplg_denum_create() local 1166 struct soc_enum *se; in soc_tplg_dapm_widget_denum_create() local
|