Searched refs:hdrv (Results 1 – 5 of 5) sorted by relevance
52 const struct hdac_driver *hdrv = drv_to_hdac_driver(drv); in hda_bus_match() local54 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()
1559 struct hid_driver *hdrv = hid->driver; in hid_process_event() local1565 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() local2083 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() local2121 hdrv = hid->driver; in __hid_input_report()[all …]
86 struct hdac_driver *hdrv = drv_to_hdac_driver(dev->driver); in get_hdrv() local87 return hdrv; in get_hdrv()
1854 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
1059 struct hid_driver *hdrv);