/kernel/linux/linux-5.10/drivers/nfc/microread/ |
H A D | microread.c | 155 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 D | microread.h | 13 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 D | microread.c | 154 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 D | microread.h | 13 int microread_probe(void *phy_id, const struct nfc_phy_ops *phy_ops,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
H A D | sun8i_hdmi_phy.c | 579 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 D | phy-bcm-sr-pcie.c | 187 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 D | phy-bcm-sr-pcie.c | 187 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 D | phy-qcom-ipq4019-usb.c | 51 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 D | st21nfca.h | 148 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 D | st21nfca.h | 148 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 D | phy-qcom-ipq4019-usb.c | 50 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 D | fdp.c | 41 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 D | fdp.h | 24 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 D | fdp.c | 41 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 D | fdp.h | 24 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 D | phy-mtk-hdmi.c | 13 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 D | pn544.c | 111 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 D | pn544.h | 19 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 D | pn544.c | 110 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 D | pn544.h | 19 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 D | intel_tc.c | 50 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 D | ulpi_phy.h | 9 *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 D | ulpi_phy.h | 9 *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 D | tpm_tis_spi.h | 29 int irq, const struct tpm_tis_phy_ops *phy_ops);
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm_tis_spi.h | 29 int irq, const struct tpm_tis_phy_ops *phy_ops);
|