Home
last modified time | relevance | path

Searched full:idp (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dxtlv.c44 u8 *idp = (u8 *)xtlv; in brcmf_xtlv_pack_header() local
45 u8 *lenp = idp + sizeof(xtlv->id); in brcmf_xtlv_pack_header()
47 put_unaligned_le16(id, idp); in brcmf_xtlv_pack_header()
51 u8 *idp = (u8 *)xtlv; in brcmf_xtlv_pack_header() local
52 u8 *lenp = idp + 1; in brcmf_xtlv_pack_header()
54 *idp = (u8)id; in brcmf_xtlv_pack_header()
58 u8 *idp = (u8 *)xtlv; in brcmf_xtlv_pack_header() local
59 u8 *lenp = idp + 1; in brcmf_xtlv_pack_header()
61 *idp = (u8)id; in brcmf_xtlv_pack_header()
65 u8 *idp = (u8 *)xtlv; in brcmf_xtlv_pack_header() local
[all …]
/linux/arch/arm64/boot/dts/qcom/
H A Dsc7280-idp2.dts10 #include "sc7280-idp.dtsi"
11 #include "sc7280-idp-ec-h1.dtsi"
14 model = "Qualcomm Technologies, Inc. sc7280 IDP SKU2 platform";
H A Dsc7280-crd-r3.dts10 #include "sc7280-idp.dtsi"
11 #include "sc7280-idp-ec-h1.dtsi"
H A Dsdx75-idp.dts15 model = "Qualcomm Technologies, Inc. SDX75 IDP";
16 compatible = "qcom,sdx75-idp", "qcom,sdx75";
/linux/arch/sparc/kernel/
H A Dmdesc.c343 const u64 *idp; in get_vdev_port_node_info() local
351 idp = mdesc_get_property(md, node, "id", NULL); in get_vdev_port_node_info()
355 if (!idp || !name || !parent_cfg_hdlp) in get_vdev_port_node_info()
358 node_info->vdev_port.id = *idp; in get_vdev_port_node_info()
395 const u64 *idp; in get_ds_port_node_info() local
398 idp = mdesc_get_property(md, node, "id", NULL); in get_ds_port_node_info()
399 if (!idp) in get_ds_port_node_info()
402 node_info->ds_port.id = *idp; in get_ds_port_node_info()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c899 struct idr *idp; in amdgpu_ctx_mgr_entity_flush() local
902 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_entity_flush()
905 idr_for_each_entry(idp, ctx, id) { in amdgpu_ctx_mgr_entity_flush()
925 struct idr *idp; in amdgpu_ctx_mgr_entity_fini() local
928 idp = &mgr->ctx_handles; in amdgpu_ctx_mgr_entity_fini()
930 idr_for_each_entry(idp, ctx, id) { in amdgpu_ctx_mgr_entity_fini()
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c368 __u32 idp, nicam, nicam_status; in tvaudio_getstereo() local
376 idp = (saa_readb(SAA7134_IDENT_SIF) & 0xe0) >> 5; in tvaudio_getstereo()
377 audio_dbg(1, "getstereo: fm/stereo: idp=0x%x\n", idp); in tvaudio_getstereo()
378 if (0x03 == (idp & 0x03)) in tvaudio_getstereo()
380 else if (0x05 == (idp & 0x05)) in tvaudio_getstereo()
382 else if (0x01 == (idp & 0x01)) in tvaudio_getstereo()
/linux/fs/
H A Dnsfs.c280 __u64 __user *idp; in ns_ioctl() local
283 idp = (__u64 __user *)arg; in ns_ioctl()
285 return put_user(id, idp); in ns_ioctl()
/linux/drivers/net/ethernet/amd/
H A Dariadne.c474 lance->IDP = ASEL; in ariadne_open()
478 lance->IDP = PSE|XMTE; in ariadne_open()
480 lance->IDP = PSE|COLE; in ariadne_open()
482 lance->IDP = PSE|RCVE; in ariadne_open()
H A Dariadne.h49 volatile u_short IDP; /* ISACSR Data Port */ member
/linux/sound/soc/qcom/
H A Dsc8280xp.c194 {.compatible = "qcom,qcm6490-idp-sndcard", "qcm6490"},
/linux/drivers/fsi/
H A Dfsi-core.c172 uint8_t *idp) in fsi_slave_calc_addr() argument
175 uint8_t id = *idp; in fsi_slave_calc_addr()
191 *idp = id; in fsi_slave_calc_addr()
/linux/tools/include/uapi/linux/
H A Din.h46 IPPROTO_IDP = 22, /* XNS IDP protocol */
/linux/drivers/iommu/
H A Dtegra-smmu.c269 static int tegra_smmu_alloc_asid(struct tegra_smmu *smmu, unsigned int *idp) in tegra_smmu_alloc_asid() argument
278 *idp = id; in tegra_smmu_alloc_asid()
/linux/Documentation/admin-guide/
H A Ddevices.txt652 40 = /dev/inet/idp
665 /dev/idp -> /dev/inet/idp
/linux/drivers/message/fusion/lsi/
H A Dmpi_history.txt355 * 04-29-04 01.02.14 Added define for IDP bit for CONFIG_PAGE_SCSI_PORT_0,
H A Dmpi_cnfg.h155 * 04-29-04 01.02.14 Added define for IDP bit for CONFIG_PAGE_SCSI_PORT_0,
/linux/drivers/message/fusion/
H A Dmptspi.c913 "IDP:ON\n", ioc->name); in mptspi_write_spi_device_pg1()
/linux/tools/power/pm-graph/
H A Dsleepgraph.py1051 idv, idp = props[dev].altname.strip(), ''
1054 idp = ascii(fp.read()).strip()
1058 props[dev].altname = '%s:%s' % (idv, idp)