Home
last modified time | relevance | path

Searched refs:hdrv (Results 1 – 5 of 5) sorted by relevance

/linux/sound/hda/core/
H A Dhda_bus_type.c52 const struct hdac_driver *hdrv = drv_to_hdac_driver(drv); in hda_bus_match() local
54 if (hdev->type != hdrv->type) in hda_bus_match()
61 if (hdrv->match) in hda_bus_match()
62 return hdrv->match(hdev, hdrv); in hda_bus_match()
64 return hdac_codec_match(hdev, hdrv); in hda_bus_match()
/linux/drivers/hid/
H A Dhid-core.c1559 struct hid_driver *hdrv = hid->driver; in hid_process_event() local
1565 if (hdrv && hdrv->event && hid_match_usage(hid, usage)) { in hid_process_event()
1566 ret = hdrv->event(hid, field, usage, value); in hid_process_event()
1570 hdrv->name, ret); in hid_process_event()
2041 struct hid_driver *hdrv; in hid_report_raw_event() local
2083 hdrv = hid->driver; in hid_report_raw_event()
2084 if (hdrv && hdrv->report) in hid_report_raw_event()
2085 hdrv->report(hid, report); in hid_report_raw_event()
2101 struct hid_driver *hdrv; in __hid_input_report() local
2121 hdrv = hid->driver; in __hid_input_report()
[all …]
/linux/sound/hda/core/ext/
H A Dbus.c86 struct hdac_driver *hdrv = drv_to_hdac_driver(dev->driver); in get_hdrv() local
87 return hdrv; in get_hdrv()
/linux/sound/soc/codecs/
H A Dhdac_hdmi.c1854 struct hdac_driver *hdrv = drv_to_hdac_driver(hdev->dev.driver); in hdac_hdmi_dev_probe()
1855 const struct hda_device_id *hdac_id = hdac_get_device_id(hdev, hdrv); in hdac_hdmi_dev_probe()
1849 struct hdac_driver *hdrv = drv_to_hdac_driver(hdev->dev.driver); hdac_hdmi_dev_probe() local
/linux/include/linux/
H A Dhid.h1059 struct hid_driver *hdrv);