Searched refs:hv_dev (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/input/serio/ |
D | hyperv-keyboard.c | 98 struct hv_device *hv_dev; member 108 static void hv_kbd_on_receive(struct hv_device *hv_dev, in hv_kbd_on_receive() argument 111 struct hv_kbd_dev *kbd_dev = hv_get_drvdata(hv_dev); in hv_kbd_on_receive() 127 dev_err(&hv_dev->device, in hv_kbd_on_receive() 146 dev_err(&hv_dev->device, in hv_kbd_on_receive() 180 pm_wakeup_event(&hv_dev->device, 0); in hv_kbd_on_receive() 185 dev_err(&hv_dev->device, in hv_kbd_on_receive() 190 static void hv_kbd_handle_received_packet(struct hv_device *hv_dev, in hv_kbd_handle_received_packet() argument 228 dev_err(&hv_dev->device, in hv_kbd_handle_received_packet() 235 hv_kbd_on_receive(hv_dev, msg, msg_sz); in hv_kbd_handle_received_packet() [all …]
|
/Linux-v4.19/drivers/hv/ |
D | vmbus_drv.c | 103 static void print_alias_name(struct hv_device *hv_dev, char *alias_name) in print_alias_name() argument 107 sprintf(&alias_name[i], "%02x", hv_dev->dev_type.b[i/2]); in print_alias_name() 148 struct hv_device *hv_dev = device_to_hv_device(dev); in id_show() local 150 if (!hv_dev->channel) in id_show() 152 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show() 159 struct hv_device *hv_dev = device_to_hv_device(dev); in state_show() local 161 if (!hv_dev->channel) in state_show() 163 return sprintf(buf, "%d\n", hv_dev->channel->state); in state_show() 170 struct hv_device *hv_dev = device_to_hv_device(dev); in monitor_id_show() local 172 if (!hv_dev->channel) in monitor_id_show() [all …]
|
/Linux-v4.19/drivers/uio/ |
D | uio_hv_generic.c | 96 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() 155 struct hv_device *hv_dev = new_sc->primary_channel->device_obj; in hv_uio_new_channel() local 156 struct device *device = &hv_dev->device; in hv_uio_new_channel()
|
/Linux-v4.19/drivers/net/hyperv/ |
D | rndis_filter.c | 1069 struct hv_device *hv_dev = ndev_ctx->device_ctx; in rndis_set_subchannel() local 1082 ret = vmbus_sendpacket(hv_dev->channel, init_packet, in rndis_set_subchannel()
|