OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hdev
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/linux/
hid.h
517
static inline void *hid_get_drvdata(struct hid_device *
hdev
)
519
return dev_get_drvdata(&
hdev
->dev);
522
static inline void hid_set_drvdata(struct hid_device *
hdev
, void *data)
524
dev_set_drvdata(&
hdev
->dev, data);
622
int (*raw_event)(struct hid_device *
hdev
, struct hid_report *report,
625
int (*event)(struct hid_device *
hdev
, struct hid_field *field,
628
void (*report_fixup)(struct hid_device *
hdev
, __u8 *buf,
631
int (*input_mapping)(struct hid_device *
hdev
,
634
int (*input_mapped)(struct hid_device *
hdev
,
638
int (*suspend)(struct hid_device *
hdev
, pm_message_t message)
[
all
...]
/external/qemu/
usb-linux.c
207
USBHostDevice *
hdev
;
member in struct:AsyncURB
294
USBHostDevice *s = aurb->
hdev
;
445
aurb->
hdev
= s;
585
aurb->
hdev
= s;
[
all
...]
Completed in 100 milliseconds