Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/serio/
Dhyperv-keyboard.c98 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.1.27/drivers/hv/
Dvmbus_drv.c90 static void print_alias_name(struct hv_device *hv_dev, char *alias_name) in print_alias_name() argument
94 sprintf(&alias_name[i], "%02x", hv_dev->dev_type.b[i/2]); in print_alias_name()
133 struct hv_device *hv_dev = device_to_hv_device(dev); in id_show() local
135 if (!hv_dev->channel) in id_show()
137 return sprintf(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show()
144 struct hv_device *hv_dev = device_to_hv_device(dev); in state_show() local
146 if (!hv_dev->channel) in state_show()
148 return sprintf(buf, "%d\n", hv_dev->channel->state); in state_show()
155 struct hv_device *hv_dev = device_to_hv_device(dev); in monitor_id_show() local
157 if (!hv_dev->channel) in monitor_id_show()
[all …]
/linux-4.1.27/drivers/net/hyperv/
Drndis_filter.c125 static void dump_rndis_message(struct hv_device *hv_dev, in dump_rndis_message() argument
131 net_device = hv_get_drvdata(hv_dev); in dump_rndis_message()