Home
last modified time | relevance | path

Searched refs:link_type (Results 1 - 25 of 56) sorted by relevance

123

/kernel/linux/linux-6.6/sound/hda/
H A Dintel-nhlt.c119 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()
275 dev_dbg(dev, "Endpoint: vbus_id=%d link_type=%d dir=%d dev_type = %d\n", in nhlt_check_ep_match()
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()
304 dev_dbg(dev, " vbus_id=%d link_type=%d dir=%d, dev_type=%d\n", in intel_nhlt_get_endpoint_blob()
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, di in intel_nhlt_get_endpoint_blob()
272 nhlt_check_ep_match(struct device *dev, struct nhlt_endpoint *epnt, u32 bus_id, u8 link_type, u8 dir, u8 dev_type) nhlt_check_ep_match() argument
290 intel_nhlt_get_endpoint_blob(struct device *dev, struct nhlt_acpi_table *nhlt, u32 bus_id, u8 link_type, u8 vbps, u8 bps, u8 num_ch, u32 rate, u8 dir, u8 dev_type) intel_nhlt_get_endpoint_blob() argument
[all...]
/kernel/linux/linux-6.6/include/sound/
H A Dintel-nhlt.h135 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()
181 u32 bus_id, u8 link_type, u8 vbps, u8 bps, in intel_nhlt_get_endpoint_blob()
163 intel_nhlt_has_endpoint_type(struct nhlt_acpi_table *nhlt, u8 link_type) intel_nhlt_has_endpoint_type() argument
180 intel_nhlt_get_endpoint_blob(struct device *dev, struct nhlt_acpi_table *nhlt, u32 bus_id, u8 link_type, u8 vbps, u8 bps, u8 num_ch, u32 rate, u8 dir, u8 dev_type) intel_nhlt_get_endpoint_blob() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
H A Drcar_lvds.c77 enum rcar_lvds_link_type link_type; member
466 if (lvds->link_type != RCAR_LVDS_SINGLE_LINK && lvds->companion) in __rcar_lvds_atomic_enable()
494 if (lvds->link_type != RCAR_LVDS_SINGLE_LINK) { in __rcar_lvds_atomic_enable()
502 bool swap_pixels = lvds->link_type == in __rcar_lvds_atomic_enable()
523 if (lvds->link_type == RCAR_LVDS_SINGLE_LINK || lvds->companion) { in __rcar_lvds_atomic_enable()
622 if (lvds->link_type != RCAR_LVDS_SINGLE_LINK && lvds->companion) in rcar_lvds_atomic_disable()
702 return lvds->link_type != RCAR_LVDS_SINGLE_LINK; in rcar_lvds_dual_link()
750 lvds->link_type = RCAR_LVDS_DUAL_LINK_ODD_EVEN_PIXELS; in rcar_lvds_parse_dt_companion()
753 lvds->link_type = RCAR_LVDS_DUAL_LINK_EVEN_ODD_PIXELS; in rcar_lvds_parse_dt_companion()
764 lvds->link_type in rcar_lvds_parse_dt_companion()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_lvds.c80 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 in rcar_lvds_parse_dt_companion()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-mac.h38 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 Ddpmac.c110 attr->link_type = rsp_params->link_type; in dpmac_get_attributes()
H A Ddpmac.h72 * @link_type: link type
78 enum dpmac_link_type link_type; member
H A Ddpmac-cmd.h47 u8 link_type; member
H A Ddpaa2-mac.c370 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()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dlibbpf_str.c85 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()
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H A Dskl-nhlt.c56 dev_dbg(dev, "vbus_id=%d link_type=%d\n", instance_id, linktype); in dump_config()
61 u32 instance_id, u8 link_type, u8 dirn, u8 dev_type) in skl_check_ep_match()
63 dev_dbg(dev, "vbus_id=%d link_type=%d dir=%d dev_type = %d\n", in skl_check_ep_match()
68 (epnt->linktype == link_type) && in skl_check_ep_match()
82 *skl_get_ep_blob(struct skl_dev *skl, u32 instance, u8 link_type, in skl_get_ep_blob() argument
95 dump_config(dev, instance, link_type, s_fmt, num_ch, s_rate, dirn, bps); in skl_get_ep_blob()
102 if (skl_check_ep_match(dev, epnt, instance, link_type, in skl_get_ep_blob()
107 s_rate, bps, link_type); in skl_get_ep_blob()
60 skl_check_ep_match(struct device *dev, struct nhlt_endpoint *epnt, u32 instance_id, u8 link_type, u8 dirn, u8 dev_type) skl_check_ep_match() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/imx/
H A Dimx-ldb-helper.c22 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 Dimx8qxp-ldb.c538 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 Dimx-ldb-helper.h54 enum ldb_channel_link_type link_type; member
/kernel/linux/linux-5.10/drivers/s390/net/
H A Dqeth_ethtool.c414 enum qeth_link_types link_type; in qeth_get_link_ksettings() local
419 link_type = QETH_LINK_TYPE_10GBIT_ETH; in qeth_get_link_ksettings()
421 link_type = card->info.link_type; in qeth_get_link_ksettings()
430 switch (link_type) { in qeth_get_link_ksettings()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
H A Ddpmac.c110 attr->link_type = rsp_params->link_type; in dpmac_get_attributes()
H A Ddpmac-cmd.h43 u8 link_type; member
H A Ddpmac.h72 * @link_type: link type
78 enum dpmac_link_type link_type; member
H A Ddpaa2-mac.c248 if (attr.link_type == DPMAC_LINK_TYPE_FIXED) in dpaa2_mac_is_type_fixed()
325 mac->if_link_type = attr.link_type; in dpaa2_mac_connect()
354 if (attr.link_type == DPMAC_LINK_TYPE_PHY && in dpaa2_mac_connect()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci_core.h177 u8 link_type;
187 u8 link_type;
202 u8 link_type;
211 u8 link_type;
1734 u8 link_type, u8 addr_type, u8 reason,
1737 u8 link_type, u8 addr_type, u8 status);
1738 void mgmt_connect_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,
1746 u8 link_type, u8 addr_type, u32 value,
1749 u8 link_type, u8 addr_type, u8 status);
1751 u8 link_type, u
[all...]
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h192 u8 link_type; member
202 u8 link_type; member
217 u8 link_type; member
226 u8 link_type; member
2221 u8 link_type, u8 addr_type, u8 reason,
2224 u8 link_type, u8 addr_type, u8 status);
2225 void mgmt_connect_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type,
2233 u8 link_type, u8 addr_type, u32 value,
2236 u8 link_type, u8 addr_type, u8 status);
2238 u8 link_type, u
[all...]
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Djr3_pci.c78 u16 link_type; member
141 set_u16(&sensor->transforms[num].link[i].link_type, in set_transforms()
142 transf->link[i].link_type); in set_transforms()
147 if (transf->link[i].link_type == end_x_form) in set_transforms()
491 transf.link[i].link_type = (enum link_types)0; in jr3_pci_poll_subdevice()
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H A Djr3_pci.c77 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()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dmgmt.c2630 static u8 link_to_bdaddr(u8 link_type, u8 addr_type) in link_to_bdaddr() argument
2632 switch (link_type) { in link_to_bdaddr()
8061 ev.key.addr.type = link_to_bdaddr(key->link_type, key->bdaddr_type); in mgmt_new_link_key()
8112 ev.key.addr.type = link_to_bdaddr(key->link_type, key->bdaddr_type); in mgmt_new_ltk()
8141 ev.irk.addr.type = link_to_bdaddr(irk->link_type, irk->addr_type); in mgmt_new_irk()
8170 ev.key.addr.type = link_to_bdaddr(csrk->link_type, csrk->bdaddr_type); in mgmt_new_csrk()
8275 u8 link_type, u8 addr_type, u8 reason, in mgmt_device_disconnected()
8292 if (link_type != ACL_LINK && link_type != LE_LINK) in mgmt_device_disconnected()
8298 ev.addr.type = link_to_bdaddr(link_type, addr_typ in mgmt_device_disconnected()
8274 mgmt_device_disconnected(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 reason, bool mgmt_connected) mgmt_device_disconnected() argument
8314 mgmt_disconnect_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 status) mgmt_disconnect_failed() argument
8340 mgmt_connect_failed(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 status) mgmt_connect_failed() argument
8397 mgmt_user_confirm_request(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u32 value, u8 confirm_hint) mgmt_user_confirm_request() argument
8414 mgmt_user_passkey_request(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type) mgmt_user_passkey_request() argument
8428 user_pairing_resp_complete(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 status, u8 opcode) user_pairing_resp_complete() argument
8444 mgmt_user_confirm_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 status) mgmt_user_confirm_reply_complete() argument
8451 mgmt_user_confirm_neg_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 status) mgmt_user_confirm_neg_reply_complete() argument
8459 mgmt_user_passkey_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 status) mgmt_user_passkey_reply_complete() argument
8466 mgmt_user_passkey_neg_reply_complete(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 status) mgmt_user_passkey_neg_reply_complete() argument
8474 mgmt_user_passkey_notify(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u32 passkey, u8 entered) mgmt_user_passkey_notify() argument
8790 mgmt_device_found(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, u8 *dev_class, s8 rssi, u32 flags, u8 *eir, u16 eir_len, u8 *scan_rsp, u8 scan_rsp_len) mgmt_device_found() argument
8875 mgmt_remote_name(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, u8 addr_type, s8 rssi, u8 *name, u8 name_len) mgmt_remote_name() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dsierra_net.c136 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()

Completed in 29 milliseconds

123