Home
last modified time | relevance | path

Searched refs:plat_type (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/drivers/media/platform/amphion/
Dvpu_drv.c204 .plat_type = IMX8QXP,
213 .plat_type = IMX8QM,
Dvpu_imx8q.c161 p[16] = core->vpu->res->plat_type; in vpu_imx8q_on_firmware_loaded()
Dvpu_rpc.c230 switch (vpu->res->plat_type) { in vpu_get_iface()
Dvpu.h36 enum imx_plat_type plat_type; member
/linux-6.6.21/include/sound/
Dtas2781-dsp.h135 unsigned char plat_type; member
/linux-6.6.21/drivers/net/ethernet/sun/
Dniu.c2501 u8 plat_type = parent->plat_type; in niu_determine_phy_disposition() local
2505 if (plat_type == PLAT_TYPE_NIU) { in niu_determine_phy_disposition()
2541 if (plat_type == PLAT_TYPE_VF_P0) in niu_determine_phy_disposition()
2543 else if (plat_type == PLAT_TYPE_VF_P1) in niu_determine_phy_disposition()
2562 if (plat_type == PLAT_TYPE_VF_P0 || in niu_determine_phy_disposition()
2563 plat_type == PLAT_TYPE_VF_P1) in niu_determine_phy_disposition()
2609 if (parent->plat_type == PLAT_TYPE_NIU) { in niu_init_link()
3190 if (np->parent->plat_type != PLAT_TYPE_NIU) { in fflp_early_init()
3219 if (np->parent->plat_type != PLAT_TYPE_NIU) { in fflp_early_init()
5156 if (np->parent->plat_type != PLAT_TYPE_NIU) { in niu_init_zcp()
[all …]
Dniu.h3097 u8 plat_type; member
/linux-6.6.21/sound/soc/codecs/
Dtas2781-fmwlib.c254 fw_hdr->plat_type = buf[offset]; in tasdevice_rca_parser()