| /linux/drivers/acpi/ |
| A D | nhlt.c | 69 int link_type, int dev_type, int dir, int bus_id) in acpi_nhlt_endpoint_match() argument 72 (link_type < 0 || ep->link_type == link_type) && in acpi_nhlt_endpoint_match() 95 int link_type, int dev_type, int dir, int bus_id) in acpi_nhlt_tb_find_endpoint() argument 100 if (acpi_nhlt_endpoint_match(ep, link_type, dev_type, dir, bus_id)) in acpi_nhlt_tb_find_endpoint() 120 acpi_nhlt_find_endpoint(int link_type, int dev_type, int dir, int bus_id) in acpi_nhlt_find_endpoint() argument 123 return acpi_nhlt_tb_find_endpoint(acpi_gbl_nhlt, link_type, dev_type, dir, bus_id); in acpi_nhlt_find_endpoint() 181 int link_type, int dev_type, int dir, int bus_id, in acpi_nhlt_tb_find_fmtcfg() argument 188 if (!acpi_nhlt_endpoint_match(ep, link_type, dev_type, dir, bus_id)) in acpi_nhlt_tb_find_fmtcfg() 219 acpi_nhlt_find_fmtcfg(int link_type, int dev_type, int dir, int bus_id, in acpi_nhlt_find_fmtcfg() argument 223 return acpi_nhlt_tb_find_fmtcfg(acpi_gbl_nhlt, link_type, dev_type, dir, bus_id, in acpi_nhlt_find_fmtcfg() [all …]
|
| /linux/include/acpi/ |
| A D | nhlt.h | 103 int link_type, int dev_type, int dir, int bus_id); 106 int link_type, int dev_type, int dir, int bus_id); 108 acpi_nhlt_find_endpoint(int link_type, int dev_type, int dir, int bus_id); 114 int link_type, int dev_type, int dir, int bus_id, 117 acpi_nhlt_find_fmtcfg(int link_type, int dev_type, int dir, int bus_id, 134 int link_type, int dev_type, int dir, int bus_id) in acpi_nhlt_endpoint_match() argument 141 int link_type, int dev_type, int dir, int bus_id) in acpi_nhlt_tb_find_endpoint() argument 155 int link_type, int dev_type, int dir, int bus_id, in acpi_nhlt_tb_find_fmtcfg() argument 167 acpi_nhlt_find_endpoint(int link_type, int dev_type, int dir, int bus_id) in acpi_nhlt_find_endpoint() argument 173 acpi_nhlt_find_fmtcfg(int link_type, int dev_type, int dir, int bus_id, in acpi_nhlt_find_fmtcfg() argument
|
| /linux/drivers/gpu/drm/renesas/rcar-du/ |
| A D | rcar_lvds.c | 80 enum rcar_lvds_link_type link_type; member 395 if (lvds->link_type != RCAR_LVDS_SINGLE_LINK) { in rcar_lvds_enable() 403 bool swap_pixels = lvds->link_type == in rcar_lvds_enable() 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() 735 lvds->link_type = RCAR_LVDS_SINGLE_LINK; in rcar_lvds_parse_dt_companion() 738 if (lvds->link_type == RCAR_LVDS_SINGLE_LINK) { in rcar_lvds_parse_dt_companion() 753 if (lvds->link_type == RCAR_LVDS_DUAL_LINK_ODD_EVEN_PIXELS) in rcar_lvds_parse_dt_companion() [all …]
|
| /linux/sound/hda/ |
| 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()
|
| /linux/include/sound/ |
| 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, 167 u8 link_type) in intel_nhlt_has_endpoint_type() argument 184 u32 bus_id, u8 link_type, u8 vbps, u8 bps, in intel_nhlt_get_endpoint_blob() argument
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| 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()
|
| A D | dpmac.c | 110 attr->link_type = rsp_params->link_type; in dpmac_get_attributes()
|
| A D | dpmac-cmd.h | 47 u8 link_type; member
|
| 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()
|
| A D | dpmac.h | 78 enum dpmac_link_type link_type; member
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| 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()
|
| /linux/drivers/gpu/drm/bridge/imx/ |
| 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()
|
| 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()
|
| A D | imx-ldb-helper.h | 54 enum ldb_channel_link_type link_type; member
|
| /linux/drivers/gpu/drm/stm/ |
| A D | lvds.c | 273 u32 link_type; member 495 if (lvds_is_dual_link(lvds->link_type)) in lvds_pll_config() 648 if (lvds_is_dual_link(lvds->link_type)) in lvds_pixel_clk_recalc_rate() 708 if (lvds_is_dual_link(lvds->link_type)) in lvds_pixel_clk_round_rate() 861 switch (lvds->link_type) { in lvds_config_mode() 1104 lvds->link_type = LVDS_DUAL_LINK_ODD_EVEN_PIXELS; in lvds_probe() 1109 lvds->link_type = LVDS_DUAL_LINK_EVEN_ODD_PIXELS; in lvds_probe() 1126 lvds->link_type = LVDS_SINGLE_LINK_PRIMARY; in lvds_probe() 1139 lvds->link_type = LVDS_SINGLE_LINK_SECONDARY; in lvds_probe()
|
| /linux/drivers/comedi/drivers/ |
| 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()
|
| A D | jr3_pci.h | 274 u32 link_type; member
|
| /linux/drivers/net/usb/ |
| 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()
|
| /linux/include/net/bluetooth/ |
| A D | hci_core.h | 2256 u8 link_type, u8 addr_type, u8 reason, 2259 u8 link_type, u8 addr_type, u8 status); 2268 u8 link_type, u8 addr_type, u32 value, 2271 u8 link_type, u8 addr_type, u8 status); 2273 u8 link_type, u8 addr_type, u8 status); 2275 u8 link_type, u8 addr_type); 2277 u8 link_type, u8 addr_type, u8 status); 2279 u8 link_type, u8 addr_type, u8 status); 2281 u8 link_type, u8 addr_type, u32 passkey, 2290 void mgmt_device_found(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, [all …]
|
| /linux/tools/testing/selftests/net/ |
| 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()
|
| /linux/net/bluetooth/ |
| A D | mgmt.c | 3149 switch (link_type) { in link_to_bdaddr() 9735 u8 link_type, u8 addr_type, u8 reason, in mgmt_device_disconnected() argument 9744 if (link_type != ACL_LINK && link_type != LE_LINK) in mgmt_device_disconnected() 9762 u8 link_type, u8 addr_type, u8 status) in mgmt_disconnect_failed() argument 9842 u8 link_type, u8 addr_type, u32 value, in mgmt_user_confirm_request() argument 9859 u8 link_type, u8 addr_type) in mgmt_user_passkey_request() argument 9889 u8 link_type, u8 addr_type, u8 status) in mgmt_user_confirm_reply_complete() argument 9896 u8 link_type, u8 addr_type, u8 status) in mgmt_user_confirm_neg_reply_complete() argument 9911 u8 link_type, u8 addr_type, u8 status) in mgmt_user_passkey_neg_reply_complete() argument 10344 if (link_type == ACL_LINK) in mgmt_device_found() [all …]
|
| A D | hci_event.c | 3095 if (ev->link_type == ACL_LINK && in hci_conn_complete_evt() 3099 conn = hci_conn_add_unset(hdev, ev->link_type, in hci_conn_complete_evt() 3106 if (ev->link_type != SCO_LINK) in hci_conn_complete_evt() 3157 ev->link_type == ACL_LINK) { in hci_conn_complete_evt() 3206 } else if (ev->link_type == SCO_LINK) { in hci_conn_complete_evt() 3285 conn = hci_conn_hash_lookup_ba(hdev, ev->link_type, in hci_conn_request_evt() 3288 conn = hci_conn_add_unset(hdev, ev->link_type, &ev->bdaddr, in hci_conn_request_evt() 3300 if (ev->link_type == ACL_LINK || in hci_conn_request_evt() 4911 switch (ev->link_type) { in hci_sync_conn_complete_evt() 4930 if (ev->link_type == ESCO_LINK) in hci_sync_conn_complete_evt() [all …]
|
| /linux/drivers/s390/net/ |
| A D | qeth_core_main.c | 125 switch (card->info.link_type) { in qeth_get_cardname_short() 781 switch (card->info.link_type) { in qeth_default_link_info() 803 card->info.link_type); in qeth_default_link_info() 2393 if (link_type == QETH_LINK_TYPE_LANE_TR || in qeth_is_supported_link_type() 2394 link_type == QETH_LINK_TYPE_HSTR) { in qeth_is_supported_link_type() 2462 u8 link_type = 0; in qeth_ulp_enable_cb() local 2480 memcpy(&link_type, in qeth_ulp_enable_cb() 2482 if (!qeth_is_supported_link_type(card, link_type)) in qeth_ulp_enable_cb() 2486 card->info.link_type = link_type; in qeth_ulp_enable_cb() 2487 QETH_CARD_TEXT_(card, 2, "link%d", card->info.link_type); in qeth_ulp_enable_cb() [all …]
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| A D | kfd_crat.c | 1802 uint8_t link_type; in kfd_fill_iolink_info_for_cpu() local 1805 link_type = CRAT_IOLINK_TYPE_HYPERTRANSPORT; in kfd_fill_iolink_info_for_cpu() 1807 link_type = CRAT_IOLINK_TYPE_QPI_1_1; in kfd_fill_iolink_info_for_cpu() 1830 sub_type_hdr->io_interface_type = link_type; in kfd_fill_iolink_info_for_cpu()
|
| /linux/include/media/ |
| A D | media-entity.h | 1433 unsigned long link_type);
|