Home
last modified time | relevance | path

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

1234

/linux/drivers/soc/qcom/
H A Dqcom-geni-se.c289 u32 geni_se_get_qup_hw_version(struct geni_se *se) in geni_se_get_qup_hw_version()
330 static void geni_se_irq_clear(struct geni_se *se) in geni_se_irq_clear()
349 void geni_se_init(struct geni_se *se, u32 rx_wm, u32 rx_rfr) in geni_se_init()
370 static void geni_se_select_fifo_mode(struct geni_se *se) in geni_se_select_fifo_mode()
393 static void geni_se_select_dma_mode(struct geni_se *se) in geni_se_select_dma_mode()
416 static void geni_se_select_gpi_mode(struct geni_se *se) in geni_se_select_gpi_mode()
441 void geni_se_select_mode(struct geni_se *se, enum geni_se_xfer_mode mode) in geni_se_select_mode()
524 void geni_se_config_packing(struct geni_se *se, int bpw, int pack_words, in geni_se_config_packing()
579 static void geni_se_clks_off(struct geni_se *se) in geni_se_clks_off()
594 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 …]
H A Dtegra-se-main.c121 static struct tegra_se_cmdbuf *tegra_se_host1x_bo_alloc(struct tegra_se *se, ssize_t size) in tegra_se_host1x_bo_alloc()
144 int tegra_se_host1x_submit(struct tegra_se *se, struct tegra_se_cmdbuf *cmdbuf, u32 size) in tegra_se_host1x_submit()
199 struct tegra_se *se = container_of(client, struct tegra_se, client); in tegra_se_client_init() local
251 struct tegra_se *se = container_of(client, struct tegra_se, client); in tegra_se_client_deinit() local
266 static int tegra_se_host1x_register(struct tegra_se *se) in tegra_se_host1x_register()
282 struct tegra_se *se; in tegra_se_probe() local
332 struct tegra_se *se = platform_get_drvdata(pdev); in tegra_se_remove() local
H A Dtegra-se-key.c51 static unsigned int tegra_key_prep_ins_cmd(struct tegra_se *se, u32 *cpuvaddr, in tegra_key_prep_ins_cmd()
114 static int tegra_key_insert(struct tegra_se *se, const u8 *key, in tegra_key_insert()
131 void tegra_key_invalidate(struct tegra_se *se, u32 keyid, u32 alg) in tegra_key_invalidate()
144 void tegra_key_invalidate_reserved(struct tegra_se *se, u32 keyid, u32 alg) in tegra_key_invalidate_reserved()
155 inline int tegra_key_submit_reserved(struct tegra_se *se, const u8 *key, in tegra_key_submit_reserved()
161 int tegra_key_submit(struct tegra_se *se, const u8 *key, u32 keylen, u32 alg, u32 *keyid) in tegra_key_submit()
H A Dtegra-se-hash.c25 struct tegra_se *se; member
272 struct tegra_se *se = ctx->se; in tegra_sha_prep_cmd() local
356 struct tegra_se *se = ctx->se; in tegra_sha_do_init() local
402 struct tegra_se *se = ctx->se; in tegra_sha_do_update() local
470 struct tegra_se *se = ctx->se; in tegra_sha_do_final() local
521 struct tegra_se *se = ctx->se; in tegra_sha_do_one_req() local
1117 int tegra_init_hash(struct tegra_se *se) in tegra_init_hash()
1145 void tegra_deinit_hash(struct tegra_se *se) in tegra_deinit_hash()
/linux/drivers/mfd/
H A Dloongson-se.c40 static int loongson_se_poll(struct loongson_se *se, u32 int_bit) in loongson_se_poll()
60 static int loongson_se_send_controller_cmd(struct loongson_se *se, in loongson_se_send_controller_cmd()
94 struct loongson_se *se = dev_get_drvdata(dev); in loongson_se_init_engine() local
135 struct loongson_se *se = dev_id; in se_irq_handler() local
163 static int loongson_se_init(struct loongson_se *se, dma_addr_t addr, int size) in loongson_se_init()
189 struct loongson_se *se; in loongson_se_probe() local
/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()
/linux/drivers/gpu/drm/v3d/
H A Dv3d_submit.c161 u32 in_sync, struct v3d_submit_ext *se, enum v3d_queue queue) in v3d_job_init()
230 struct v3d_submit_ext *se, in v3d_attach_fences_and_unlock_reservation()
273 struct v3d_submit_ext *se, in v3d_setup_csd_jobs_and_bos()
311 v3d_put_multisync_post_deps(struct v3d_submit_ext *se) in v3d_put_multisync_post_deps()
325 struct v3d_submit_ext *se, in v3d_get_multisync_post_deps()
377 struct v3d_submit_ext *se) in v3d_get_multisync_submit_deps()
825 struct v3d_submit_ext *se, in v3d_get_extensions()
895 struct v3d_submit_ext se = {0}; in v3d_submit_cl_ioctl() local
1069 struct v3d_submit_ext se = {0}; in v3d_submit_tfu_ioctl() local
1169 struct v3d_submit_ext se = {0}; in v3d_submit_csd_ioctl() local
[all …]
/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
759 struct geni_se *se = &mas->se; in geni_spi_handle_tx() local
[all …]
/linux/include/linux/soc/qcom/
H A Dgeni-se.h326 static inline u32 geni_se_read_proto(struct geni_se *se) in geni_se_read_proto()
344 static inline void geni_se_setup_m_cmd(struct geni_se *se, u32 cmd, u32 params) in geni_se_setup_m_cmd()
361 static inline void geni_se_setup_s_cmd(struct geni_se *se, u32 cmd, u32 params) in geni_se_setup_s_cmd()
380 static inline void geni_se_cancel_m_cmd(struct geni_se *se) in geni_se_cancel_m_cmd()
393 static inline void geni_se_cancel_s_cmd(struct geni_se *se) in geni_se_cancel_s_cmd()
405 static inline void geni_se_abort_m_cmd(struct geni_se *se) in geni_se_abort_m_cmd()
418 static inline void geni_se_abort_s_cmd(struct geni_se *se) in geni_se_abort_s_cmd()
433 static inline u32 geni_se_get_tx_fifo_depth(struct geni_se *se) in geni_se_get_tx_fifo_depth()
460 static inline u32 geni_se_get_tx_fifo_width(struct geni_se *se) in geni_se_get_tx_fifo_width()
479 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
/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
/linux/drivers/gpu/drm/i915/gvt/
H A Dgtt.c1070 static inline void ppgtt_generate_shadow_entry(struct intel_gvt_gtt_entry *se, in ppgtt_generate_shadow_entry()
1087 struct intel_gvt_gtt_entry *se) in split_2MB_gtt_entry()
1143 struct intel_gvt_gtt_entry *se) in split_64KB_gtt_entry()
1177 struct intel_gvt_gtt_entry se = *ge; in ppgtt_populate_shadow_entry() local
1227 struct intel_gvt_gtt_entry se, ge; in ppgtt_populate_spt() local
1258 struct intel_gvt_gtt_entry *se, unsigned long index) in ppgtt_handle_guest_entry_removal()
1632 struct intel_gvt_gtt_entry we, se; in ppgtt_handle_guest_write_page_table_bytes() local
1696 struct intel_gvt_gtt_entry se; in invalidate_ppgtt_mm() local
1727 struct intel_gvt_gtt_entry ge, se; in shadow_ppgtt_mm() local
2333 struct intel_gvt_gtt_entry se; in alloc_scratch_pages() 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
3012 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/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c109 struct sigevent se; in main() 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.c292 static inline struct swap_extent *next_se(struct swap_extent *se) in next_se()
304 struct swap_extent *se; in discard_swap() local
338 struct swap_extent *se; in offset_to_swap_extent() local
358 struct swap_extent *se; in swap_folio_sector() local
375 struct swap_extent *se = offset_to_swap_extent(si, start_page); in discard_swap_cluster() local
2042 struct swap_extent *se = first_se(sis); in swap_type_of() local
2079 struct swap_extent *se; in swapdev_block() local
2568 struct swap_extent *se = rb_entry(rb, struct swap_extent, rb_node); in destroy_swap_extents() local
2595 struct swap_extent *se; in add_swap_extent() local
/linux/arch/arm64/include/asm/
H A Dmodule.h58 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/include/linux/mfd/
H A Dloongson-se.h34 struct loongson_se *se; member

1234