| /linux/drivers/firewire/ |
| H A D | packet-serdes-test.c | 16 unsigned int dst_id, unsigned int tlabel, in serialize_async_header_common() argument 20 async_header_set_destination(header, dst_id); in serialize_async_header_common() 29 unsigned int dst_id, unsigned int tlabel, in serialize_async_header_request() argument 33 serialize_async_header_common(header, dst_id, tlabel, retry, tcode, priority, src_id); in serialize_async_header_request() 38 unsigned int dst_id, unsigned int tlabel, in serialize_async_header_quadlet_request() argument 43 serialize_async_header_request(header, dst_id, tlabel, retry, tcode, priority, src_id, in serialize_async_header_quadlet_request() 48 unsigned int dst_id, unsigned int tlabel, in serialize_async_header_block_request() argument 54 serialize_async_header_request(header, dst_id, tlabel, retry, tcode, priority, src_id, in serialize_async_header_block_request() 61 unsigned int dst_id, unsigned int tlabel, in serialize_async_header_response() argument 66 serialize_async_header_common(header, dst_id, tlabel, retry, tcode, priority, src_id); in serialize_async_header_response() [all …]
|
| /linux/security/safesetid/ |
| H A 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 …]
|
| H A D | lsm.h | 47 kid_t dst_id; member
|
| H A D | lsm.c | 43 if (uid_eq(rule->dst_id.uid, dst.uid)) in _setid_policy_lookup() 51 if (gid_eq(rule->dst_id.gid, dst.gid)){ in _setid_policy_lookup()
|
| /linux/drivers/dma/dw/ |
| H A 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()
|
| H A 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()
|
| H A D | acpi.c | 17 .dst_id = dma_spec->slave_id, in dw_dma_acpi_filter()
|
| H A D | dw.c | 21 cfghi |= DWC_CFGH_DST_PER(dwc->dws.dst_id); in dw_dma_initialize_chan()
|
| /linux/drivers/spi/ |
| H A D | spi-pxa2xx-pci.c | 40 static struct dw_dma_slave byt_tx_param = { .dst_id = 0 }; 43 static struct dw_dma_slave mrfld3_tx_param = { .dst_id = 15 }; 45 static struct dw_dma_slave mrfld5_tx_param = { .dst_id = 13 }; 47 static struct dw_dma_slave mrfld6_tx_param = { .dst_id = 11 }; 50 static struct dw_dma_slave bsw0_tx_param = { .dst_id = 0 }; 52 static struct dw_dma_slave bsw1_tx_param = { .dst_id = 6 }; 54 static struct dw_dma_slave bsw2_tx_param = { .dst_id = 8 }; 57 static struct dw_dma_slave lpt1_tx_param = { .dst_id = 0 }; 59 static struct dw_dma_slave lpt0_tx_param = { .dst_id = 2 };
|
| H A 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/include/sound/ |
| H A D | control.h | 140 …_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id); 207 static inline struct snd_ctl_elem_id *snd_ctl_build_ioff(struct snd_ctl_elem_id *dst_id, in snd_ctl_build_ioff() argument 211 *dst_id = src_kctl->id; in snd_ctl_build_ioff() 212 dst_id->index += offset; in snd_ctl_build_ioff() 213 dst_id->numid += offset; in snd_ctl_build_ioff() 214 return dst_id; in snd_ctl_build_ioff()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_dev_api.h | 305 u16 *dst_id); 318 u8 *dst_id); 331 u8 *dst_id);
|
| H A D | qed_dev.c | 4811 int qed_fw_l2_queue(struct qed_hwfn *p_hwfn, u16 src_id, u16 *dst_id) in qed_fw_l2_queue() argument 4825 *dst_id = RESC_START(p_hwfn, QED_L2_QUEUE) + src_id; in qed_fw_l2_queue() 4830 int qed_fw_vport(struct qed_hwfn *p_hwfn, u8 src_id, u8 *dst_id) in qed_fw_vport() argument 4844 *dst_id = RESC_START(p_hwfn, QED_VPORT) + src_id; in qed_fw_vport() 4849 int qed_fw_rss_eng(struct qed_hwfn *p_hwfn, u8 src_id, u8 *dst_id) in qed_fw_rss_eng() argument 4863 *dst_id = RESC_START(p_hwfn, QED_RSS_ENG) + src_id; in qed_fw_rss_eng()
|
| /linux/include/linux/ |
| H A D | interconnect-provider.h | 124 int icc_link_create(struct icc_node *node, const int dst_id); 167 static inline int icc_link_create(struct icc_node *node, const int dst_id) in icc_link_create() argument
|
| /linux/drivers/firmware/arm_ffa/ |
| H A D | driver.c | 490 static int ffa_msg_send_direct_req(u16 src_id, u16 dst_id, bool mode_32bit, in ffa_msg_send_direct_req() 493 u32 req_id, resp_id, src_dst_ids = PACK_TARGET_INFO(src_id, dst_id); in ffa_msg_send_direct_req() 560 static int ffa_msg_send_direct_req2(u16 src_id, u16 dst_id, const uuid_t *uuid, in ffa_msg_send_direct_req2() 563 u32 src_dst_ids = PACK_TARGET_INFO(src_id, dst_id); in ffa_msg_send_direct_req2() 907 static int ffa_notification_bind_common(u16 dst_id, u64 bitmap, in ffa_notification_bind_common() 911 u32 func, src_dst_ids = PACK_TARGET_INFO(dst_id, drv_info->vm_id); in ffa_notification_bind_common() 930 int ffa_notification_set(u16 src_id, u16 dst_id, u32 flags, u64 bitmap) in ffa_notification_set() 933 u32 src_dst_ids = PACK_TARGET_INFO(dst_id, src_id); in ffa_notification_set() 1268 static int ffa_notification_bind(u16 dst_id, u64 bitmap, u32 flags) in ffa_notify_type_get() 1270 return ffa_notification_bind_common(dst_id, bitma in ffa_notify_type_get() 480 ffa_msg_send_direct_req(u16 src_id,u16 dst_id,bool mode_32bit,struct ffa_send_direct_data * data) ffa_msg_send_direct_req() argument 550 ffa_msg_send_direct_req2(u16 src_id,u16 dst_id,const uuid_t * uuid,struct ffa_send_direct_data2 * data) ffa_msg_send_direct_req2() argument 897 ffa_notification_bind_common(u16 dst_id,u64 bitmap,u32 flags,bool is_bind) ffa_notification_bind_common() argument 920 ffa_notification_set(u16 src_id,u16 dst_id,u32 flags,u64 bitmap) ffa_notification_set() argument 1258 ffa_notification_bind(u16 dst_id,u64 bitmap,u32 flags) ffa_notification_bind() argument 1263 ffa_notification_unbind(u16 dst_id,u64 bitmap) ffa_notification_unbind() argument [all...] |
| /linux/drivers/tty/serial/8250/ |
| H A 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/include/linux/platform_data/ |
| H A D | dma-dw.h | 35 u8 dst_id; member
|
| /linux/drivers/firmware/ |
| H A D | ti_sci.c | 2251 * @dst_id: Device ID of the IRQ destination in ti_sci_manage_irq() 2265 u16 dst_id, u16 dst_host_irq, u16 ia_id, u16 vint, in ti_sci_manage_irq() 2295 req->dst_id = dst_id; in ti_sci_manage_irq() 2352 * @dst_id: Device ID of the IRQ destination 2364 u16 src_id, u16 src_index, u16 dst_id, in ti_sci_free_irq() 2378 dst_id, dst_host_irq, ia_id, vint, global_event, 2382 dst_id, dst_host_irq, ia_id, vint, in ti_sci_cmd_set_irq() argument 2392 dst_id, dst_host_irq, ia_id, vint, 2403 desc->dst_id 2248 ti_sci_manage_irq(const struct ti_sci_handle * handle,u32 valid_params,u16 src_id,u16 src_index,u16 dst_id,u16 dst_host_irq,u16 ia_id,u16 vint,u16 global_event,u8 vint_status_bit,u8 s_host,u16 type) ti_sci_manage_irq() argument 2321 ti_sci_set_irq(const struct ti_sci_handle * handle,u32 valid_params,u16 src_id,u16 src_index,u16 dst_id,u16 dst_host_irq,u16 ia_id,u16 vint,u16 global_event,u8 vint_status_bit,u8 s_host) ti_sci_set_irq() argument 2355 ti_sci_free_irq(const struct ti_sci_handle * handle,u32 valid_params,u16 src_id,u16 src_index,u16 dst_id,u16 dst_host_irq,u16 ia_id,u16 vint,u16 global_event,u8 vint_status_bit,u8 s_host) ti_sci_free_irq() argument 2428 ti_sci_cmd_free_irq(const struct ti_sci_handle * handle,u16 src_id,u16 src_index,u16 dst_id,u16 dst_host_irq) ti_sci_cmd_free_irq() argument [all...] |
| /linux/tools/lib/bpf/ |
| H A D | linker.c | 36 int dst_id; member 1389 src_sec->dst_id = dst_sec->id; in linker_append_sec_data() 1395 src_sec->dst_id = dst_sec->id; in linker_append_sec_data() 1926 static int complete_extern_btf_info(struct btf *dst_btf, int dst_id, in complete_extern_btf_info() argument 1929 struct btf_type *dst_t = btf_type_by_id(dst_btf, dst_id); in complete_extern_btf_info() 2021 dst_sec = &linker->secs[src_sec->dst_id]; in linker_append_elf_sym() 2060 dst_sec = &linker->secs[src_sec->dst_id]; in linker_append_elf_sym() 2235 dst_linked_sec = &linker->secs[src_linked_sec->dst_id]; in linker_append_elf_relos() 2238 src_sec->dst_id = dst_sec->id; in linker_append_elf_relos() 2533 dst_sec = &linker->secs[src_sec->dst_id]; in linker_append_btf() [all …]
|
| /linux/drivers/interconnect/ |
| H A D | core.c | 994 * @dst_id: destination node id 997 * interconnect providers and the @dst_id node might not exist (if the 998 * provider driver has not probed yet). So just create the @dst_id node 1004 int icc_link_create(struct icc_node *node, const int dst_id) in icc_link_create() argument 1015 dst = node_find(dst_id); in icc_link_create() 1017 dst = icc_node_create_nolock(dst_id); in icc_link_create()
|
| /linux/drivers/rapidio/ |
| H A D | rio_cm.c | 121 u32 dst_id; member 807 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_ch_send() 975 hdr->bhdr.dst_id = htonl(peer->rdev->destid); in riocm_ch_connect() 1030 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_send_ack() 1404 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_send_close()
|
| /linux/sound/core/ |
| H A D | control.c | 739 * @dst_id: the new id 754 struct snd_ctl_elem_id *dst_id) in snd_ctl_rename_id() 765 kctl->id = *dst_id; 747 snd_ctl_rename_id(struct snd_card * card,struct snd_ctl_elem_id * src_id,struct snd_ctl_elem_id * dst_id) snd_ctl_rename_id() argument
|
| /linux/drivers/ata/ |
| H A D | sata_dwc_460ex.c | 187 .dst_id = 0,
|
| /linux/sound/usb/ |
| H A D | mixer_scarlett2.c | 3349 int dst_id = scarlett2_ports[port_type].id + port_idx; in scarlett2_sync_ctl_info() 3352 if (!dst_id) { in scarlett2_sync_ctl_info() 3365 req.data[i++] = cpu_to_le32(dst_id | in scarlett2_sync_ctl_get() 3367 dst_id++; in scarlett2_sync_ctl_get() 3141 int dst_id = scarlett2_ports[port_type].id + port_idx; scarlett2_usb_set_mux() local
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 6300 req->dst_id = cpu_to_le16(fltr->base.fw_vnic_id); in bnxt_hwrm_l2_filter_alloc() 6390 req->dst_id = cpu_to_le16(vnic->fw_vnic_id); in bnxt_cfg_rfs_ring_tbl_idx() 6399 req->dst_id = cpu_to_le16(vnic->fw_vnic_id); in bnxt_cfg_rfs_ring_tbl_idx() 6408 req->dst_id = cpu_to_le16(rxq); in bnxt_hwrm_cfa_ntuple_filter_alloc() 6437 req->dst_id = cpu_to_le16(vnic->fw_vnic_id); in bnxt_hwrm_cfa_ntuple_filter_alloc()
|