Home
last modified time | relevance | path

Searched refs:phy_ops (Results 26 - 50 of 401) sorted by relevance

12345678910>>...17

/kernel/linux/linux-5.10/drivers/nfc/microread/
H A Dmicroread.c155 struct nfc_phy_ops *phy_ops; member
169 return info->phy_ops->enable(info->phy_id); in microread_open()
176 info->phy_ops->disable(info->phy_id); in microread_close()
222 return info->phy_ops->write(info->phy_id, skb); in microread_xmit()
645 int microread_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name, in microread_probe() argument
661 info->phy_ops = phy_ops; in microread_probe()
H A Dmicroread.h13 int microread_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name,
/kernel/linux/linux-6.6/drivers/nfc/microread/
H A Dmicroread.c154 const struct nfc_phy_ops *phy_ops; member
168 return info->phy_ops->enable(info->phy_id); in microread_open()
175 info->phy_ops->disable(info->phy_id); in microread_close()
221 return info->phy_ops->write(info->phy_id, skb); in microread_xmit()
643 int microread_probe(void *phy_id, const struct nfc_phy_ops *phy_ops, in microread_probe() argument
659 info->phy_ops = phy_ops; in microread_probe()
H A Dmicroread.h13 int microread_probe(void *phy_id, const struct nfc_phy_ops *phy_ops,
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy.c579 if (variant->phy_ops) { in sun8i_hdmi_phy_set_ops()
580 plat_data->phy_ops = variant->phy_ops; in sun8i_hdmi_phy_set_ops()
599 .phy_ops = &sun8i_a83t_hdmi_phy_ops,
605 .phy_ops = &sun8i_h3_hdmi_phy_ops,
612 .phy_ops = &sun8i_h3_hdmi_phy_ops,
618 .phy_ops = &sun8i_h3_hdmi_phy_ops,
/kernel/linux/linux-5.10/drivers/phy/broadcom/
H A Dphy-bcm-sr-pcie.c187 static const struct phy_ops sr_pcie_phy_ops = {
192 static const struct phy_ops sr_paxc_phy_ops = {
257 const struct phy_ops *ops; in sr_pcie_phy_probe()
/kernel/linux/linux-6.6/drivers/phy/broadcom/
H A Dphy-bcm-sr-pcie.c187 static const struct phy_ops sr_pcie_phy_ops = {
192 static const struct phy_ops sr_paxc_phy_ops = {
254 const struct phy_ops *ops; in sr_pcie_phy_probe()
/kernel/linux/linux-5.10/drivers/phy/qualcomm/
H A Dphy-qcom-ipq4019-usb.c51 static const struct phy_ops ipq4019_usb_ss_phy_ops = {
83 static const struct phy_ops ipq4019_usb_hs_phy_ops = {
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
H A Dst21nfca.h148 struct nfc_phy_ops *phy_ops; member
167 int st21nfca_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops,
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/
H A Dst21nfca.h148 const struct nfc_phy_ops *phy_ops; member
167 int st21nfca_hci_probe(void *phy_id, const struct nfc_phy_ops *phy_ops,
/kernel/linux/linux-6.6/drivers/phy/qualcomm/
H A Dphy-qcom-ipq4019-usb.c50 static const struct phy_ops ipq4019_usb_ss_phy_ops = {
82 static const struct phy_ops ipq4019_usb_hs_phy_ops = {
/kernel/linux/linux-5.10/drivers/nfc/fdp/
H A Dfdp.c41 struct nfc_phy_ops *phy_ops; member
242 r = info->phy_ops->enable(info->phy); in fdp_nci_open()
260 ret = info->phy_ops->write(info->phy, skb); in fdp_nci_send()
714 int fdp_nci_probe(struct fdp_i2c_phy *phy, struct nfc_phy_ops *phy_ops, in fdp_nci_probe() argument
730 info->phy_ops = phy_ops; in fdp_nci_probe()
H A Dfdp.h24 int fdp_nci_probe(struct fdp_i2c_phy *phy, struct nfc_phy_ops *phy_ops,
/kernel/linux/linux-6.6/drivers/nfc/fdp/
H A Dfdp.c41 const struct nfc_phy_ops *phy_ops; member
241 return info->phy_ops->enable(info->phy); in fdp_nci_open()
257 ret = info->phy_ops->write(info->phy, skb); in fdp_nci_send()
699 int fdp_nci_probe(struct fdp_i2c_phy *phy, const struct nfc_phy_ops *phy_ops, in fdp_nci_probe() argument
715 info->phy_ops = phy_ops; in fdp_nci_probe()
H A Dfdp.h24 int fdp_nci_probe(struct fdp_i2c_phy *phy, const struct nfc_phy_ops *phy_ops,
/kernel/linux/linux-6.6/drivers/phy/mediatek/
H A Dphy-mtk-hdmi.c13 static const struct phy_ops mtk_hdmi_phy_dev_ops = {
58 static const struct phy_ops *
/kernel/linux/linux-5.10/drivers/nfc/pn544/
H A Dpn544.c111 struct nfc_phy_ops *phy_ops; member
139 r = info->phy_ops->enable(info->phy_id); in pn544_hci_open()
158 info->phy_ops->disable(info->phy_id); in pn544_hci_close()
330 return info->phy_ops->write(info->phy_id, skb); in pn544_hci_xmit()
904 int pn544_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name, in pn544_hci_probe() argument
919 info->phy_ops = phy_ops; in pn544_hci_probe()
H A Dpn544.h19 int pn544_hci_probe(void *phy_id, struct nfc_phy_ops *phy_ops, char *llc_name,
/kernel/linux/linux-6.6/drivers/nfc/pn544/
H A Dpn544.c110 const struct nfc_phy_ops *phy_ops; member
138 r = info->phy_ops->enable(info->phy_id); in pn544_hci_open()
157 info->phy_ops->disable(info->phy_id); in pn544_hci_close()
329 return info->phy_ops->write(info->phy_id, skb); in pn544_hci_xmit()
903 int pn544_hci_probe(void *phy_id, const struct nfc_phy_ops *phy_ops, in pn544_hci_probe() argument
919 info->phy_ops = phy_ops; in pn544_hci_probe()
H A Dpn544.h19 int pn544_hci_probe(void *phy_id, const struct nfc_phy_ops *phy_ops,
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_tc.c50 const struct intel_tc_phy_ops *phy_ops; member
1119 return tc->phy_ops->cold_off_domain(tc); in tc_phy_cold_off_domain()
1127 mask = tc->phy_ops->hpd_live_status(tc); in tc_phy_hpd_live_status()
1137 return tc->phy_ops->is_ready(tc); in tc_phy_is_ready()
1142 return tc->phy_ops->is_owned(tc); in tc_phy_is_owned()
1147 tc->phy_ops->get_hw_state(tc); in tc_phy_get_hw_state()
1332 connected = tc->phy_ops->connect(tc, required_lanes); in tc_phy_connect()
1335 connected = tc->phy_ops->connect(tc, required_lanes); in tc_phy_connect()
1344 tc->phy_ops->disconnect(tc); in tc_phy_disconnect()
1352 tc->phy_ops in tc_phy_init()
[all...]
/kernel/linux/linux-5.10/include/linux/phy/
H A Dulpi_phy.h9 *ulpi_phy_create(struct ulpi *ulpi, const struct phy_ops *ops) in ulpi_phy_create()
/kernel/linux/linux-6.6/include/linux/phy/
H A Dulpi_phy.h9 *ulpi_phy_create(struct ulpi *ulpi, const struct phy_ops *ops) in ulpi_phy_create()
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm_tis_spi.h29 int irq, const struct tpm_tis_phy_ops *phy_ops);
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_tis_spi.h29 int irq, const struct tpm_tis_phy_ops *phy_ops);

Completed in 14 milliseconds

12345678910>>...17