Home
last modified time | relevance | path

Searched defs:se (Results 1 – 25 of 67) sorted by relevance

123

/linux/drivers/soc/qcom/
H A Dqcom-geni-se.c195 u32 geni_se_get_qup_hw_version(struct geni_se *se) in geni_se_get_qup_hw_version()
236 static void geni_se_irq_clear(struct geni_se *se) in geni_se_irq_clear()
255 void geni_se_init(struct geni_se *se, u32 rx_wm, u32 rx_rfr) in geni_se_init()
276 static void geni_se_select_fifo_mode(struct geni_se *se) in geni_se_select_fifo_mode()
299 static void geni_se_select_dma_mode(struct geni_se *se) in geni_se_select_dma_mode()
322 static void geni_se_select_gpi_mode(struct geni_se *se) in geni_se_select_gpi_mode()
347 void geni_se_select_mode(struct geni_se *se, enum geni_se_xfer_mode mode) in geni_se_select_mode()
430 void geni_se_config_packing(struct geni_se *se, int bpw, int pack_words, in geni_se_config_packing()
485 static void geni_se_clks_off(struct geni_se *se) in geni_se_clks_off()
500 int geni_se_resources_off(struct geni_se *se) in geni_se_resources_off()
[all …]
/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c26 struct tegra_se *se; member
46 struct tegra_se *se; member
71 struct tegra_se *se; member
212 struct tegra_se *se = ctx->se; in tegra_aes_prep_cmd() local
268 struct tegra_se *se = ctx->se; in tegra_aes_do_one_req() local
610 struct tegra_se *se = ctx->se; in tegra_gmac_prep_cmd() local
650 struct tegra_se *se = ctx->se; in tegra_gcm_crypt_prep_cmd() local
706 static int tegra_gcm_prep_final_cmd(struct tegra_se *se, u32 *cpuvaddr, in tegra_gcm_prep_final_cmd()
759 struct tegra_se *se = ctx->se; in tegra_gcm_do_gmac() local
776 struct tegra_se *se = ctx->se; in tegra_gcm_do_crypt() local
[all …]
/linux/kernel/sched/
H A Dfair.c290 static inline u64 calc_delta_fair(u64 delta, struct sched_entity *se) in calc_delta_fair()
307 #define for_each_sched_entity(se) \ argument
410 is_same_group(struct sched_entity *se, struct sched_entity *pse) in is_same_group()
418 static inline struct sched_entity *parent_entity(const struct sched_entity *se) in parent_entity()
424 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se()
465 static int se_is_idle(struct sched_entity *se) in se_is_idle()
474 #define for_each_sched_entity(se) \ argument
493 static inline struct sched_entity *parent_entity(struct sched_entity *se) in parent_entity()
499 find_matching_se(struct sched_entity **se, struct sched_entity **pse) in find_matching_se()
513 static int se_is_idle(struct sched_entity *se) in se_is_idle()
[all …]
H A Dpelt.c296 int __update_load_avg_blocked_se(u64 now, struct sched_entity *se) in __update_load_avg_blocked_se()
307 int __update_load_avg_se(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se) in __update_load_avg_se()
H A Dstats.h94 struct sched_entity se; member
100 __schedstats_from_se(struct sched_entity *se) in __schedstats_from_se()
/linux/drivers/spi/
H A Dspi-geni-qcom.c79 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
659 struct geni_se *se = &mas->se; in spi_geni_init() local
753 struct geni_se *se = &mas->se; in geni_spi_handle_tx() local
[all …]
/linux/include/linux/soc/qcom/
H A Dgeni-se.h324 static inline u32 geni_se_read_proto(struct geni_se *se) in geni_se_read_proto()
342 static inline void geni_se_setup_m_cmd(struct geni_se *se, u32 cmd, u32 params) in geni_se_setup_m_cmd()
359 static inline void geni_se_setup_s_cmd(struct geni_se *se, u32 cmd, u32 params) in geni_se_setup_s_cmd()
378 static inline void geni_se_cancel_m_cmd(struct geni_se *se) in geni_se_cancel_m_cmd()
391 static inline void geni_se_cancel_s_cmd(struct geni_se *se) in geni_se_cancel_s_cmd()
403 static inline void geni_se_abort_m_cmd(struct geni_se *se) in geni_se_abort_m_cmd()
416 static inline void geni_se_abort_s_cmd(struct geni_se *se) in geni_se_abort_s_cmd()
431 static inline u32 geni_se_get_tx_fifo_depth(struct geni_se *se) in geni_se_get_tx_fifo_depth()
458 static inline u32 geni_se_get_tx_fifo_width(struct geni_se *se) in geni_se_get_tx_fifo_width()
477 static inline u32 geni_se_get_rx_fifo_depth(struct geni_se *se) in geni_se_get_rx_fifo_depth()
/linux/net/nfc/
H A Dcore.c536 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
H A Dnetlink.c493 struct nfc_se *se; in nfc_genl_se_transaction() local
538 const struct nfc_se *se; in nfc_genl_se_connectivity() local
1338 struct nfc_se *se, *n; in nfc_genl_send_se() local
1422 struct nfc_se *se; in nfc_se_io() local
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_umr.h31 __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/fs/afs/
H A Dvalidation.c155 const struct afs_server_entry *se; in __afs_is_server_excluded() local
331 struct afs_server_entry *se = &slist->servers[op->server_index]; in afs_update_volume_state() local
H A Drotate.c536 struct afs_server_entry *se = &op->server_list->servers[i]; in afs_select_fileserver() local
H A Dcallback.c58 struct afs_server_entry *se; in afs_init_callback_state() local
H A Dserver_list.c159 struct afs_server_entry *se, *pe; in afs_attach_volume_to_servers() local
/linux/fs/f2fs/
H A Dsegment.c908 struct seg_entry *se; in f2fs_get_unusable_blocks() local
2052 struct seg_entry *se; in f2fs_issue_discard() local
2092 struct seg_entry *se = get_seg_entry(sbi, cpc->trim_start); in add_discard_addrs() local
2406 struct seg_entry *se = get_seg_entry(sbi, segno); in __set_sit_entry_type() local
2426 struct seg_entry *se; in update_segment_mtime() local
2450 static int update_sit_entry_for_release(struct f2fs_sb_info *sbi, struct seg_entry *se, in update_sit_entry_for_release()
2509 static int update_sit_entry_for_alloc(struct f2fs_sb_info *sbi, struct seg_entry *se, in update_sit_entry_for_alloc()
2569 struct seg_entry *se; in update_sit_entry() local
2647 struct seg_entry *se; in f2fs_is_checkpointed_data() local
2995 struct seg_entry *se = get_seg_entry(sbi, segno); in __next_free_blkoff() local
[all …]
H A Dsegment.h29 #define SE_PAGETYPE(se) ((IS_NODESEG((se)->type) ? NODE : DATA)) argument
360 struct seg_entry *se = get_seg_entry(sbi, start_segno); in set_ckpt_valid_blocks() local
377 struct seg_entry *se = get_seg_entry(sbi, start_segno); in sanity_check_valid_blocks() local
396 static inline void seg_info_from_raw_sit(struct seg_entry *se, in seg_info_from_raw_sit()
410 static inline void __seg_info_to_raw_sit(struct seg_entry *se, in __seg_info_to_raw_sit()
424 struct seg_entry *se; in seg_info_to_sit_folio() local
439 static inline void seg_info_to_raw_sit(struct seg_entry *se, in seg_info_to_raw_sit()
/linux/drivers/infiniband/hw/hfi1/
H A Dtrace.c119 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/sound/soc/sof/
H A Dcontrol.c103 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/fs/ocfs2/
H A Dslot_map.c67 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/mm/
H A Dswapfile.c285 static inline struct swap_extent *next_se(struct swap_extent *se) in next_se() argument
297 struct swap_extent *se; in discard_swap() local
331 struct swap_extent *se; offset_to_swap_extent() local
351 struct swap_extent *se; swap_folio_sector() local
368 struct swap_extent *se = offset_to_swap_extent(si, start_page); discard_swap_cluster() local
1904 struct swap_extent *se = first_se(sis); swap_type_of() local
1941 struct swap_extent *se; swapdev_block() local
2420 struct swap_extent *se = rb_entry(rb, struct swap_extent, rb_node); destroy_swap_extents() local
2447 struct swap_extent *se; add_swap_extent() local
[all...]
/linux/arch/arm64/include/asm/
H A Dmodule.h57 const Elf_Shdr *s, *se; in find_section() local
/linux/arch/s390/include/asm/
H A Dmodule.h46 const Elf_Shdr *s, *se; in find_section() local
/linux/drivers/gpu/drm/i915/
H A Dintel_wakeref.c205 char *buf, *sb, *se; in intel_ref_tracker_show() local
/linux/sound/soc/
H A Dsoc-topology.c695 static int soc_tplg_denum_create_texts(struct soc_tplg *tplg, struct soc_enum *se, in soc_tplg_denum_create_texts()
731 static int soc_tplg_denum_create_values(struct soc_tplg *tplg, struct soc_enum *se, in soc_tplg_denum_create_values()
764 struct soc_enum *se; in soc_tplg_control_denum_create() local
942 struct soc_enum *se; in soc_tplg_denum_create() local
/linux/drivers/i2c/busses/
H A Di2c-qcom-geni.c81 struct geni_se se; member
424 struct geni_se *se = &gi2c->se; in geni_i2c_rx_one_msg() local
463 struct geni_se *se = &gi2c->se; in geni_i2c_tx_one_msg() local

123