Searched refs:hv_dev (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/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-4.4.14/drivers/hv/ |
D | vmbus_drv.c | 117 static void print_alias_name(struct hv_device *hv_dev, char *alias_name) in print_alias_name() argument 121 sprintf(&alias_name[i], "%02x", hv_dev->dev_type.b[i/2]); in print_alias_name() 160 struct hv_device *hv_dev = device_to_hv_device(dev); in id_show() local 162 if (!hv_dev->channel) in id_show() 164 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show() 171 struct hv_device *hv_dev = device_to_hv_device(dev); in state_show() local 173 if (!hv_dev->channel) in state_show() 175 return sprintf(buf, "%d\n", hv_dev->channel->state); in state_show() 182 struct hv_device *hv_dev = device_to_hv_device(dev); in monitor_id_show() local 184 if (!hv_dev->channel) in monitor_id_show() [all …]
|
/linux-4.4.14/drivers/net/hyperv/ |
D | rndis_filter.c | 126 static void dump_rndis_message(struct hv_device *hv_dev, in dump_rndis_message() argument 132 net_device = hv_get_drvdata(hv_dev); in dump_rndis_message()
|