Home
last modified time | relevance | path

Searched refs:hv_dev (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/drivers/input/serio/
Dhyperv-keyboard.c90 struct hv_device *hv_dev; member
100 static void hv_kbd_on_receive(struct hv_device *hv_dev, in hv_kbd_on_receive() argument
103 struct hv_kbd_dev *kbd_dev = hv_get_drvdata(hv_dev); in hv_kbd_on_receive()
119 dev_err(&hv_dev->device, in hv_kbd_on_receive()
138 dev_err(&hv_dev->device, in hv_kbd_on_receive()
172 pm_wakeup_hard_event(&hv_dev->device); in hv_kbd_on_receive()
177 dev_err(&hv_dev->device, in hv_kbd_on_receive()
182 static void hv_kbd_handle_received_packet(struct hv_device *hv_dev, in hv_kbd_handle_received_packet() argument
220 dev_err(&hv_dev->device, in hv_kbd_handle_received_packet()
227 hv_kbd_on_receive(hv_dev, msg, msg_sz); in hv_kbd_handle_received_packet()
[all …]
/Linux-v5.10/drivers/hv/
Dvmbus_drv.c165 struct hv_device *hv_dev = device_to_hv_device(dev); in id_show() local
167 if (!hv_dev->channel) in id_show()
169 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show()
176 struct hv_device *hv_dev = device_to_hv_device(dev); in state_show() local
178 if (!hv_dev->channel) in state_show()
180 return sprintf(buf, "%d\n", hv_dev->channel->state); in state_show()
187 struct hv_device *hv_dev = device_to_hv_device(dev); in monitor_id_show() local
189 if (!hv_dev->channel) in monitor_id_show()
191 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.monitorid); in monitor_id_show()
198 struct hv_device *hv_dev = device_to_hv_device(dev); in class_id_show() local
[all …]
Dhv_balloon.c1768 static int balloon_suspend(struct hv_device *hv_dev) in balloon_suspend() argument
1770 struct hv_dynmem_device *dm = hv_get_drvdata(hv_dev); in balloon_suspend()
1772 tasklet_disable(&hv_dev->channel->callback_event); in balloon_suspend()
1780 vmbus_close(hv_dev->channel); in balloon_suspend()
1783 tasklet_enable(&hv_dev->channel->callback_event); in balloon_suspend()
/Linux-v5.10/drivers/uio/
Duio_hv_generic.c96 struct hv_device *hv_dev = chan->device_obj; in hv_uio_channel_cb() local
97 struct hv_uio_private_data *pdata = hv_get_drvdata(hv_dev); in hv_uio_channel_cb()
110 struct hv_device *hv_dev = channel->primary_channel->device_obj; in hv_uio_rescind() local
111 struct hv_uio_private_data *pdata = hv_get_drvdata(hv_dev); in hv_uio_rescind()
154 struct hv_device *hv_dev = new_sc->primary_channel->device_obj; in hv_uio_new_channel() local
155 struct device *device = &hv_dev->device; in hv_uio_new_channel()
/Linux-v5.10/drivers/scsi/
Dstorvsc_drv.c1870 static bool hv_dev_is_fc(struct hv_device *hv_dev) in hv_dev_is_fc() argument
1872 return guid_equal(&fc_guid.guid, &hv_dev->dev_type); in hv_dev_is_fc()
2087 static int storvsc_suspend(struct hv_device *hv_dev) in storvsc_suspend() argument
2089 struct storvsc_device *stor_device = hv_get_drvdata(hv_dev); in storvsc_suspend()
2097 vmbus_close(hv_dev->channel); in storvsc_suspend()
2107 static int storvsc_resume(struct hv_device *hv_dev) in storvsc_resume() argument
2111 ret = storvsc_connect_to_vsp(hv_dev, storvsc_ringbuffer_size, in storvsc_resume()
2112 hv_dev_is_fc(hv_dev)); in storvsc_resume()
/Linux-v5.10/drivers/pci/controller/
Dpci-hyperv.c1838 struct hv_pci_dev *hv_dev; in hv_pci_assign_numa_node() local
1841 hv_dev = get_pcichild_wslot(hbus, devfn_to_wslot(dev->devfn)); in hv_pci_assign_numa_node()
1842 if (!hv_dev) in hv_pci_assign_numa_node()
1845 if (hv_dev->desc.flags & HV_PCI_DEVICE_FLAG_NUMA_AFFINITY) in hv_pci_assign_numa_node()
1846 set_dev_node(&dev->dev, hv_dev->desc.virtual_numa_node); in hv_pci_assign_numa_node()
1848 put_pcichild(hv_dev); in hv_pci_assign_numa_node()
/Linux-v5.10/net/vmw_vsock/
Dhyperv_transport.c875 static int hvs_suspend(struct hv_device *hv_dev) in hvs_suspend() argument
/Linux-v5.10/drivers/net/hyperv/
Drndis_filter.c1197 struct hv_device *hv_dev = ndev_ctx->device_ctx; in rndis_set_subchannel() local
1210 ret = vmbus_sendpacket(hv_dev->channel, init_packet, in rndis_set_subchannel()