/openbmc/linux/sound/hda/ |
H A D | intel-nhlt.c | 119 bool intel_nhlt_has_endpoint_type(struct nhlt_acpi_table *nhlt, u8 link_type) in intel_nhlt_has_endpoint_type() argument 129 if (epnt->linktype == link_type) in intel_nhlt_has_endpoint_type() 273 u32 bus_id, u8 link_type, u8 dir, u8 dev_type) in nhlt_check_ep_match() argument 280 (epnt->linktype != link_type) || in nhlt_check_ep_match() 291 u32 bus_id, u8 link_type, u8 vbps, u8 bps, in intel_nhlt_get_endpoint_blob() argument 305 bus_id, link_type, dir, dev_type); in intel_nhlt_get_endpoint_blob() 306 if (link_type == NHLT_LINK_DMIC && bps == 32 && (vbps == 24 || vbps == 32)) { in intel_nhlt_get_endpoint_blob() 331 if (nhlt_check_ep_match(dev, epnt, bus_id, link_type, dir, dev_type)) { in intel_nhlt_get_endpoint_blob()
|
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_lvds.c | 80 enum rcar_lvds_link_type link_type; member 368 if (lvds->link_type != RCAR_LVDS_SINGLE_LINK && lvds->companion) in rcar_lvds_enable() 395 if (lvds->link_type != RCAR_LVDS_SINGLE_LINK) { in rcar_lvds_enable() 403 bool swap_pixels = lvds->link_type == in rcar_lvds_enable() 427 if ((lvds->link_type == RCAR_LVDS_SINGLE_LINK || lvds->companion) && in rcar_lvds_enable() 531 if (lvds->link_type != RCAR_LVDS_SINGLE_LINK && lvds->companion) in rcar_lvds_disable() 663 return lvds->link_type != RCAR_LVDS_SINGLE_LINK; in rcar_lvds_dual_link() 719 lvds->link_type = RCAR_LVDS_DUAL_LINK_ODD_EVEN_PIXELS; in rcar_lvds_parse_dt_companion() 722 lvds->link_type = RCAR_LVDS_DUAL_LINK_EVEN_ODD_PIXELS; in rcar_lvds_parse_dt_companion() 733 lvds->link_type = RCAR_LVDS_DUAL_LINK_EVEN_ODD_PIXELS; in rcar_lvds_parse_dt_companion() [all …]
|
/openbmc/linux/include/sound/ |
H A D | intel-nhlt.h | 135 bool intel_nhlt_has_endpoint_type(struct nhlt_acpi_table *nhlt, u8 link_type); 143 u32 bus_id, u8 link_type, u8 vbps, u8 bps, 164 u8 link_type) in intel_nhlt_has_endpoint_type() argument 181 u32 bus_id, u8 link_type, u8 vbps, u8 bps, in intel_nhlt_get_endpoint_blob() argument
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-mac.h | 38 return mac->attr.link_type == DPMAC_LINK_TYPE_PHY || in dpaa2_mac_is_type_phy() 39 mac->attr.link_type == DPMAC_LINK_TYPE_BACKPLANE; in dpaa2_mac_is_type_phy()
|
H A D | dpmac.c | 110 attr->link_type = rsp_params->link_type; in dpmac_get_attributes()
|
H A D | dpmac-cmd.h | 47 u8 link_type; member
|
H A D | dpaa2-mac.c | 370 mac->if_link_type = mac->attr.link_type; in dpaa2_mac_connect() 409 if ((mac->attr.link_type == DPMAC_LINK_TYPE_PHY && in dpaa2_mac_connect() 411 mac->attr.link_type == DPMAC_LINK_TYPE_BACKPLANE) { in dpaa2_mac_connect()
|
H A D | dpmac.h | 78 enum dpmac_link_type link_type; member
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | libbpf_str.c | 85 enum bpf_link_type link_type = (enum bpf_link_type)e->val; in test_libbpf_bpf_link_type_str() local 90 if (link_type == MAX_BPF_LINK_TYPE) in test_libbpf_bpf_link_type_str() 94 link_type_str = libbpf_bpf_link_type_str(link_type); in test_libbpf_bpf_link_type_str()
|
/openbmc/linux/drivers/gpu/drm/bridge/imx/ |
H A D | imx-ldb-helper.c | 22 return ldb_ch->link_type == LDB_CH_SINGLE_LINK; in ldb_channel_is_single_link() 28 return ldb_ch->link_type == LDB_CH_DUAL_LINK_EVEN_ODD_PIXELS || in ldb_channel_is_split_link() 29 ldb_ch->link_type == LDB_CH_DUAL_LINK_ODD_EVEN_PIXELS; in ldb_channel_is_split_link()
|
H A D | imx8qxp-ldb.c | 538 ldb_ch->link_type = LDB_CH_DUAL_LINK_ODD_EVEN_PIXELS; in imx8qxp_ldb_parse_dt_companion() 541 ldb_ch->link_type = LDB_CH_DUAL_LINK_EVEN_ODD_PIXELS; in imx8qxp_ldb_parse_dt_companion() 572 companion_ldb_ch->link_type = ldb_ch->link_type; in imx8qxp_ldb_parse_dt_companion()
|
H A D | imx-ldb-helper.h | 54 enum ldb_channel_link_type link_type; member
|
/openbmc/u-boot/drivers/net/ti/ |
H A D | keystone_net.c | 42 enum link_type { enum 97 enum link_type link_type; member 700 priv->link_type = fdtdec_get_int(fdt, slave, "link-interface", -1); in ks2_eth_parse_slave_interface() 714 if (priv->link_type == LINK_TYPE_SGMII_MAC_TO_PHY_MODE) { in ks2_eth_parse_slave_interface() 719 } else if (priv->link_type == LINK_TYPE_RGMII_LINK_MAC_PHY) { in ks2_eth_parse_slave_interface()
|
/openbmc/qemu/net/ |
H A D | tap-solaris.c | 71 int link_type = I_PLINK; in tap_alloc() local 158 if ((arp_muxid = ioctl (ip_fd, link_type, arp_fd)) < 0) in tap_alloc()
|
/openbmc/u-boot/include/fsl-mc/ |
H A D | fsl_dpmac.h | 46 MC_RSP_OP(cmd, 1, 32, 8, enum dpmac_link_type, attr->link_type);\ 249 enum dpmac_link_type link_type; member
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | jr3_pci.c | 77 u16 link_type; member 140 set_u16(&sensor->transforms[num].link[i].link_type, in set_transforms() 141 transf->link[i].link_type); in set_transforms() 146 if (transf->link[i].link_type == end_x_form) in set_transforms() 477 transf.link[i].link_type = (enum link_types)0; in jr3_pci_poll_subdevice()
|
H A D | jr3_pci.h | 274 u32 link_type; member
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | zeroable.rs | 48 link_type: ptr::null(),
|
/openbmc/qemu/include/hw/ |
H A D | qdev-properties.h | 29 const char *link_type; member 151 .link_type = _type)
|
/openbmc/linux/drivers/net/usb/ |
H A D | sierra_net.c | 136 u8 link_type; member 380 if (single->link_type != SIERRA_NET_AS_LINK_TYPE_IPV4 && in sierra_net_parse_lsi() 381 single->link_type != SIERRA_NET_AS_LINK_TYPE_IPV6) { in sierra_net_parse_lsi() 383 single->link_type); in sierra_net_parse_lsi()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_core.h | 2249 u8 link_type, u8 addr_type, u8 reason, 2252 u8 link_type, u8 addr_type, u8 status); 2261 u8 link_type, u8 addr_type, u32 value, 2264 u8 link_type, u8 addr_type, u8 status); 2266 u8 link_type, u8 addr_type, u8 status); 2268 u8 link_type, u8 addr_type); 2270 u8 link_type, u8 addr_type, u8 status); 2272 u8 link_type, u8 addr_type, u8 status); 2274 u8 link_type, u8 addr_type, u32 passkey, 2283 void mgmt_device_found(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, [all...] |
/openbmc/linux/sound/soc/intel/boards/ |
H A D | sof_cs42l42.c | 552 int link_type = link_seq & 0x07; in sof_card_dai_links_create() local 554 switch (link_type) { in sof_card_dai_links_create() 598 dev_err(dev, "invalid link type %d\n", link_type); in sof_card_dai_links_create()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | tap.c | 83 static int dev_create(const char *dev, const char *link_type, in dev_create() argument 122 rtattr_add_strsz(&req.nh, IFLA_INFO_KIND, link_type); in dev_create()
|
/openbmc/linux/net/bluetooth/ |
H A D | mgmt.c | 3150 static u8 link_to_bdaddr(u8 link_type, u8 addr_type) in link_to_bdaddr() argument 3152 switch (link_type) { in link_to_bdaddr() 9743 u8 link_type, u8 addr_type, u8 reason, in mgmt_device_disconnected() argument 9752 if (link_type != ACL_LINK && link_type != LE_LINK) in mgmt_device_disconnected() 9756 ev.addr.type = link_to_bdaddr(link_type, addr_type); in mgmt_device_disconnected() 9770 u8 link_type, u8 addr_type, u8 status) in mgmt_disconnect_failed() argument 9772 u8 bdaddr_type = link_to_bdaddr(link_type, addr_type); in mgmt_disconnect_failed() 9850 u8 link_type, u8 addr_type, u32 value, in mgmt_user_confirm_request() argument 9858 ev.addr.type = link_to_bdaddr(link_type, addr_type); in mgmt_user_confirm_request() 9867 u8 link_type, u8 addr_type) in mgmt_user_passkey_request() argument [all …]
|
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | skl-topology.c | 287 int link_type, dir; in skl_tplg_update_be_blob() local 301 link_type = NHLT_LINK_DMIC; in skl_tplg_update_be_blob() 310 link_type = NHLT_LINK_SSP; in skl_tplg_update_be_blob() 332 link_type, s_fmt, s_cont, ch, in skl_tplg_update_be_blob() 339 m_cfg->vbus_id, link_type, dir); in skl_tplg_update_be_blob() 1801 int link_type = skl_tplg_be_link_type(mconfig->dev_type); in skl_tplg_be_fill_pipe_params() local 1807 if (link_type == NHLT_LINK_HDA) in skl_tplg_be_fill_pipe_params() 1823 mconfig->vbus_id, link_type, in skl_tplg_be_fill_pipe_params() 1832 mconfig->vbus_id, link_type, params->stream, in skl_tplg_be_fill_pipe_params()
|