/linux-6.6.21/security/safesetid/ |
D | securityfs.c | 55 rule->dst_id.uid = make_kuid(file->f_cred->user_ns, parsed_child); in parse_policy_line() 56 if (!uid_valid(rule->src_id.uid) || !uid_valid(rule->dst_id.uid)) in parse_policy_line() 60 rule->dst_id.gid = make_kgid(file->f_cred->user_ns, parsed_child); in parse_policy_line() 61 if (!gid_valid(rule->src_id.gid) || !gid_valid(rule->dst_id.gid)) in parse_policy_line() 105 if (_setid_policy_lookup(pol, rule->dst_id, INVALID_ID) == SIDPOL_DEFAULT) { in verify_ruleset() 109 __kuid_val(rule->dst_id.uid)); in verify_ruleset() 113 __kgid_val(rule->dst_id.gid)); in verify_ruleset() 125 nrule->src_id.uid = rule->dst_id.uid; in verify_ruleset() 126 nrule->dst_id.uid = rule->dst_id.uid; in verify_ruleset() 129 nrule->src_id.gid = rule->dst_id.gid; in verify_ruleset() [all …]
|
D | lsm.h | 47 kid_t dst_id; member
|
D | lsm.c | 42 if (uid_eq(rule->dst_id.uid, dst.uid)) in _setid_policy_lookup() 50 if (gid_eq(rule->dst_id.gid, dst.gid)){ in _setid_policy_lookup()
|
/linux-6.6.21/drivers/dma/dw/ |
D | idma32.c | 51 u8 dst_id, src_id; in idma32_initialize_chan_xbar() local 114 dst_id = dwc->chan.chan_id; in idma32_initialize_chan_xbar() 118 dst_id = dwc->dws.dst_id; in idma32_initialize_chan_xbar() 130 cfghi |= IDMA32C_CFGH_DST_PER(dst_id & 0xf); in idma32_initialize_chan_xbar() 134 cfghi |= IDMA32C_CFGH_DST_PER_EXT(dst_id >> 4 & 0x3); in idma32_initialize_chan_xbar() 150 cfghi |= IDMA32C_CFGH_DST_PER(dwc->dws.dst_id & 0xf); in idma32_initialize_chan_generic() 154 cfghi |= IDMA32C_CFGH_DST_PER_EXT(dwc->dws.dst_id >> 4 & 0x3); in idma32_initialize_chan_generic()
|
D | of.c | 29 slave.dst_id = dma_spec->args[0]; in dw_dma_of_xlate() 36 slave.dst_id >= DW_DMA_MAX_NR_REQUESTS || in dw_dma_of_xlate()
|
D | acpi.c | 15 .dst_id = dma_spec->slave_id, in dw_dma_acpi_filter()
|
D | dw.c | 21 cfghi |= DWC_CFGH_DST_PER(dwc->dws.dst_id); in dw_dma_initialize_chan()
|
/linux-6.6.21/drivers/spi/ |
D | spi-pxa2xx-pci.c | 34 static struct dw_dma_slave byt_tx_param = { .dst_id = 0 }; 37 static struct dw_dma_slave mrfld3_tx_param = { .dst_id = 15 }; 39 static struct dw_dma_slave mrfld5_tx_param = { .dst_id = 13 }; 41 static struct dw_dma_slave mrfld6_tx_param = { .dst_id = 11 }; 44 static struct dw_dma_slave bsw0_tx_param = { .dst_id = 0 }; 46 static struct dw_dma_slave bsw1_tx_param = { .dst_id = 6 }; 48 static struct dw_dma_slave bsw2_tx_param = { .dst_id = 8 }; 51 static struct dw_dma_slave lpt1_tx_param = { .dst_id = 0 }; 53 static struct dw_dma_slave lpt0_tx_param = { .dst_id = 2 };
|
D | spi-dw-dma.c | 113 struct dw_dma_slave dma_tx = { .dst_id = 1 }, *tx = &dma_tx; in dw_spi_dma_init_mfld()
|
/linux-6.6.21/include/sound/ |
D | control.h | 140 …_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id); 209 static inline struct snd_ctl_elem_id *snd_ctl_build_ioff(struct snd_ctl_elem_id *dst_id, in snd_ctl_build_ioff() argument 213 *dst_id = src_kctl->id; in snd_ctl_build_ioff() 214 dst_id->index += offset; in snd_ctl_build_ioff() 215 dst_id->numid += offset; in snd_ctl_build_ioff() 216 return dst_id; in snd_ctl_build_ioff()
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/ |
D | qed_dev_api.h | 305 u16 *dst_id); 318 u8 *dst_id); 331 u8 *dst_id);
|
D | qed_dev.c | 4834 int qed_fw_l2_queue(struct qed_hwfn *p_hwfn, u16 src_id, u16 *dst_id) in qed_fw_l2_queue() argument 4848 *dst_id = RESC_START(p_hwfn, QED_L2_QUEUE) + src_id; in qed_fw_l2_queue() 4853 int qed_fw_vport(struct qed_hwfn *p_hwfn, u8 src_id, u8 *dst_id) in qed_fw_vport() argument 4867 *dst_id = RESC_START(p_hwfn, QED_VPORT) + src_id; in qed_fw_vport() 4872 int qed_fw_rss_eng(struct qed_hwfn *p_hwfn, u8 src_id, u8 *dst_id) in qed_fw_rss_eng() argument 4886 *dst_id = RESC_START(p_hwfn, QED_RSS_ENG) + src_id; in qed_fw_rss_eng()
|
/linux-6.6.21/include/trace/events/ |
D | cgroup.h | 130 __field( u64, dst_id ) 138 __entry->dst_id = cgroup_id(dst_cgrp); 146 __entry->dst_root, __entry->dst_id, __entry->dst_level,
|
/linux-6.6.21/include/linux/ |
D | interconnect-provider.h | 120 int icc_link_create(struct icc_node *node, const int dst_id); 147 static inline int icc_link_create(struct icc_node *node, const int dst_id) in icc_link_create() argument
|
/linux-6.6.21/include/linux/platform_data/ |
D | dma-dw.h | 35 u8 dst_id; member
|
/linux-6.6.21/drivers/tty/serial/8250/ |
D | 8250_lpss.c | 127 param->dst_id = 2; in byt_serial_setup() 133 param->dst_id = 4; in byt_serial_setup() 231 param->dst_id = 1; in qrk_serial_setup_dma()
|
/linux-6.6.21/tools/lib/bpf/ |
D | linker.c | 31 int dst_id; member 1205 src_sec->dst_id = dst_sec->id; in linker_append_sec_data() 1211 src_sec->dst_id = dst_sec->id; in linker_append_sec_data() 1742 static int complete_extern_btf_info(struct btf *dst_btf, int dst_id, in complete_extern_btf_info() argument 1745 struct btf_type *dst_t = btf_type_by_id(dst_btf, dst_id); in complete_extern_btf_info() 1837 dst_sec = &linker->secs[src_sec->dst_id]; in linker_append_elf_sym() 1873 dst_sec = &linker->secs[src_sec->dst_id]; in linker_append_elf_sym() 2048 dst_linked_sec = &linker->secs[src_linked_sec->dst_id]; in linker_append_elf_relos() 2051 src_sec->dst_id = dst_sec->id; in linker_append_elf_relos() 2339 dst_sec = &linker->secs[src_sec->dst_id]; in linker_append_btf() [all …]
|
/linux-6.6.21/drivers/firmware/ |
D | ti_sci.c | 1836 u16 dst_id, u16 dst_host_irq, u16 ia_id, u16 vint, in ti_sci_manage_irq() argument 1866 req->dst_id = dst_id; in ti_sci_manage_irq() 1909 u16 src_id, u16 src_index, u16 dst_id, in ti_sci_set_irq() argument 1915 dst_id, dst_host_irq, ia_id, vint, global_event, in ti_sci_set_irq() 1919 dst_id, dst_host_irq, ia_id, vint, in ti_sci_set_irq() 1943 u16 src_id, u16 src_index, u16 dst_id, in ti_sci_free_irq() argument 1949 dst_id, dst_host_irq, ia_id, vint, global_event, in ti_sci_free_irq() 1953 dst_id, dst_host_irq, ia_id, vint, in ti_sci_free_irq() 1970 u16 src_index, u16 dst_id, u16 dst_host_irq) in ti_sci_cmd_set_irq() argument 1974 return ti_sci_set_irq(handle, valid_params, src_id, src_index, dst_id, in ti_sci_cmd_set_irq() [all …]
|
D | ti_sci.h | 638 u16 dst_id; member
|
/linux-6.6.21/include/linux/soc/ti/ |
D | ti_sci_protocol.h | 255 u16 src_index, u16 dst_id, u16 dst_host_irq); 260 u16 src_index, u16 dst_id, u16 dst_host_irq);
|
/linux-6.6.21/drivers/interconnect/ |
D | core.c | 892 int icc_link_create(struct icc_node *node, const int dst_id) in icc_link_create() argument 903 dst = node_find(dst_id); in icc_link_create() 905 dst = icc_node_create_nolock(dst_id); in icc_link_create()
|
/linux-6.6.21/drivers/firmware/arm_ffa/ |
D | driver.c | 280 static int ffa_msg_send_direct_req(u16 src_id, u16 dst_id, bool mode_32bit, in ffa_msg_send_direct_req() argument 283 u32 req_id, resp_id, src_dst_ids = PACK_TARGET_INFO(src_id, dst_id); in ffa_msg_send_direct_req()
|
/linux-6.6.21/drivers/rapidio/ |
D | rio_cm.c | 121 u32 dst_id; member 808 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_ch_send() 976 hdr->bhdr.dst_id = htonl(peer->rdev->destid); in riocm_ch_connect() 1031 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_send_ack() 1405 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_send_close()
|
/linux-6.6.21/sound/soc/intel/skylake/ |
D | skl-messages.c | 1090 struct skl_module_inst_id dst_id = dst_mcfg->id; in skl_unbind_modules() local 1098 src_index = skl_get_queue_index(src_mcfg->m_out_pin, dst_id, out_max); in skl_unbind_modules()
|
/linux-6.6.21/drivers/gpu/drm/i915/selftests/ |
D | intel_memory_region.c | 1324 int src_id, dst_id; in perf_memcpy() local 1329 for_each_memory_region(dst_mr, i915, dst_id) { in perf_memcpy()
|