Searched refs:link_out (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/ |
H A D | nfcsim.c | 38 struct nfcsim_link *link_out; member 175 * To effectively send data, the device just wake up its link_out which in nfcsim_send_wq() 177 * stored in the dev->link_out through nfcsim_link_set_skb(). in nfcsim_send_wq() 179 nfcsim_link_recv_wake(dev->link_out); in nfcsim_send_wq() 227 nfcsim_link_set_skb(dev->link_out, skb, dev->rf_tech, in nfcsim_send() 376 struct nfcsim_link *link_out) in nfcsim_device_new() 401 dev->link_out = link_out; in nfcsim_device_new() 484 link1 = dev0->link_out; in nfcsim_exit() 375 nfcsim_device_new(struct nfcsim_link *link_in, struct nfcsim_link *link_out) nfcsim_device_new() argument
|
/kernel/linux/linux-6.6/drivers/nfc/ |
H A D | nfcsim.c | 38 struct nfcsim_link *link_out; member 175 * To effectively send data, the device just wake up its link_out which in nfcsim_send_wq() 177 * stored in the dev->link_out through nfcsim_link_set_skb(). in nfcsim_send_wq() 179 nfcsim_link_recv_wake(dev->link_out); in nfcsim_send_wq() 227 nfcsim_link_set_skb(dev->link_out, skb, dev->rf_tech, in nfcsim_send() 371 struct nfcsim_link *link_out) in nfcsim_device_new() 396 dev->link_out = link_out; in nfcsim_device_new() 479 link1 = dev0->link_out; in nfcsim_exit() 370 nfcsim_device_new(struct nfcsim_link *link_in, struct nfcsim_link *link_out) nfcsim_device_new() argument
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | inode_local.c | 848 goto link_out; in hmdfs_get_link_local() 866 link_out: in hmdfs_get_link_local()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | inode_local.c | 855 goto link_out; in hmdfs_get_link_local() 873 link_out: in hmdfs_get_link_local()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_ptp_hw.c | 1381 * @link_out: if non-NULL, holds link speed on success 1389 enum ice_ptp_link_spd *link_out, in ice_phy_get_speed_and_fec_e822() 1445 if (link_out) in ice_phy_get_speed_and_fec_e822() 1446 *link_out = link; in ice_phy_get_speed_and_fec_e822() 1388 ice_phy_get_speed_and_fec_e822(struct ice_hw *hw, u8 port, enum ice_ptp_link_spd *link_out, enum ice_ptp_fec_mode *fec_out) ice_phy_get_speed_and_fec_e822() argument
|
Completed in 9 milliseconds