Searched refs:hdrv (Results 1 - 9 of 9) sorted by relevance

/linux-master/sound/hda/
H A Dhda_bus_type.c52 struct hdac_driver *hdrv = drv_to_hdac_driver(drv); local
54 if (hdev->type != hdrv->type)
61 if (hdrv->match)
62 return hdrv->match(hdev, hdrv);
64 return hdac_codec_match(hdev, hdrv);
/linux-master/drivers/hid/
H A Dhid-generic.c28 struct hid_driver *hdrv = to_hid_driver(drv); local
31 if (hdrv == &hid_generic)
34 return hid_match_device(hdev, hdrv) != NULL;
H A Dhid-core.c1524 struct hid_driver *hdrv = hid->driver; local
1530 if (hdrv && hdrv->event && hid_match_usage(hid, usage)) {
1531 ret = hdrv->event(hid, field, usage, value);
1535 hdrv->name, ret);
1976 struct hid_driver *hdrv; local
2017 hdrv = hid->driver;
2018 if (hdrv && hdrv->report)
2019 hdrv
2044 struct hid_driver *hdrv; local
2499 struct hid_driver *hdrv = to_hid_driver(drv); local
2536 hid_free_dynids(struct hid_driver *hdrv) argument
2548 hid_match_device(struct hid_device *hdev, struct hid_driver *hdrv) argument
2568 struct hid_driver *hdrv = to_hid_driver(drv); local
2597 hid_check_device_match(struct hid_device *hdev, struct hid_driver *hdrv, const struct hid_device_id **id) argument
2616 __hid_device_probe(struct hid_device *hdev, struct hid_driver *hdrv) argument
2660 struct hid_driver *hdrv = to_hid_driver(dev->driver); local
2681 struct hid_driver *hdrv; local
2895 struct hid_driver *hdrv = data; local
2908 struct hid_driver *hdrv = to_hid_driver(drv); local
2923 __hid_register_driver(struct hid_driver *hdrv, struct module *owner, const char *mod_name) argument
2946 hid_unregister_driver(struct hid_driver *hdrv) argument
[all...]
/linux-master/drivers/net/hamradio/
H A Dbaycom_par.c113 struct hdlcdrv_state hdrv; member in struct:baycom_state
182 unsigned int data = hdlcdrv_getbits(&bc->hdrv);
227 hdlcdrv_putbits(&bc->hdrv, data);
248 hdlcdrv_setdcd(&bc->hdrv, bc->modem.par96.dcd_count > 0);
250 hdlcdrv_setdcd(&bc->hdrv, !!(pp->ops->read_status(pp) & PAR96_DCD));
265 if (hdlcdrv_ptt(&bc->hdrv))
272 hdlcdrv_arbitrate(dev, &bc->hdrv);
276 hdlcdrv_transmitter(dev, &bc->hdrv);
277 hdlcdrv_receiver(dev, &bc->hdrv);
320 bc->hdrv
[all...]
H A Dbaycom_ser_fdx.c113 struct hdlcdrv_state hdrv; member in struct:baycom_state
208 hdlcdrv_putbits(&bc->hdrv, (bc->modem.shreg >> 1) ^ 0xffff);
216 hdlcdrv_setdcd(&bc->hdrv, (bc->modem.ser12.dcd_sum0 +
255 if (!bc || bc->hdrv.magic != HDLCDRV_MAGIC)
265 hdlcdrv_setdcd(&bc->hdrv, !((msr ^ bc->opt_dcd) & 0x80));
299 hdlcdrv_setdcd(&bc->hdrv, !((msr ^ bc->opt_dcd) & 0x80));
307 bc->modem.ser12.txshreg = 0x10000 | hdlcdrv_getbits(&bc->hdrv);
308 if (!hdlcdrv_ptt(&bc->hdrv)) {
320 hdlcdrv_arbitrate(dev, &bc->hdrv);
321 if (hdlcdrv_ptt(&bc->hdrv)) {
[all...]
H A Dbaycom_ser_hdx.c99 struct hdlcdrv_state hdrv; member in struct:baycom_state
195 bc->modem.shreg = 0x10000 | hdlcdrv_getbits(&bc->hdrv);
210 hdlcdrv_channelbit(&bc->hdrv, cur_s);
231 hdlcdrv_setdcd(&bc->hdrv, (bc->modem.ser12.dcd_sum0 +
341 hdlcdrv_putbits(&bc->hdrv, bc->modem.shreg >> 1);
346 hdlcdrv_setdcd(&bc->hdrv, !((inb(MSR(dev->base_addr)) ^ bc->opt_dcd) & 0x80));
348 hdlcdrv_setdcd(&bc->hdrv, (bc->modem.ser12.dcd_sum0 +
368 if (!dev || !bc || bc->hdrv.magic != HDLCDRV_MAGIC)
388 if (hdlcdrv_ptt(&bc->hdrv))
406 hdlcdrv_arbitrate(dev, &bc->hdrv);
[all...]
/linux-master/sound/hda/ext/
H A Dhdac_ext_bus.c86 struct hdac_driver *hdrv = drv_to_hdac_driver(dev->driver); local
87 return hdrv;
/linux-master/include/linux/
H A Dhid.h972 struct hid_driver *hdrv);
/linux-master/sound/soc/codecs/
H A Dhdac_hdmi.c2150 struct hdac_driver *hdrv = drv_to_hdac_driver(hdev->dev.driver); local
2151 const struct hda_device_id *hdac_id = hdac_get_device_id(hdev, hdrv);

Completed in 179 milliseconds