Home
last modified time | relevance | path

Searched refs:apdev (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/s390/crypto/
H A Dvfio_ap_ops.c2317 struct ap_device *apdev = to_ap_dev(dev); in status_show() local
2320 q = dev_get_drvdata(&apdev->device); in status_show()
2416 int vfio_ap_mdev_probe_queue(struct ap_device *apdev) in vfio_ap_mdev_probe_queue() argument
2423 ret = sysfs_create_group(&apdev->device.kobj, &vfio_queue_attr_group); in vfio_ap_mdev_probe_queue()
2433 q->apqn = to_ap_queue(&apdev->device)->qid; in vfio_ap_mdev_probe_queue()
2460 dev_set_drvdata(&apdev->device, q); in vfio_ap_mdev_probe_queue()
2466 sysfs_remove_group(&apdev->device.kobj, &vfio_queue_attr_group); in vfio_ap_mdev_probe_queue()
2470 void vfio_ap_mdev_remove_queue(struct ap_device *apdev) in vfio_ap_mdev_remove_queue() argument
2476 sysfs_remove_group(&apdev->device.kobj, &vfio_queue_attr_group); in vfio_ap_mdev_remove_queue()
2477 q = dev_get_drvdata(&apdev in vfio_ap_mdev_remove_queue()
[all...]
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c191 prism2_rx_80211(ieee->apdev, skb, rx_stats, PRISM2_RX_MGMT); in libipw_rx_frame_mgmt()
713 if (ieee->hostapd && ieee->apdev) { in libipw_rx()
716 prism2_rx_80211(ieee->apdev, skb, rx_stats, in libipw_rx()