Searched refs:req_t (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Dce6230.h50 struct req_t { struct
H A Dce6230.c34 static int ce6230_rw_udev(struct usb_device *udev, struct req_t *req)
95 static int ce6230_ctrl_msg(struct dvb_usb_device *d, struct req_t *req)
106 struct req_t req;
H A Daf9015.c65 static int af9015_rw_udev(struct usb_device *udev, struct req_t *req)
190 static int af9015_ctrl_msg(struct dvb_usb_device *d, struct req_t *req)
198 struct req_t req = {WRITE_MEMORY, AF9015_I2C_DEMOD, addr, 0, 0, len,
210 struct req_t req = {READ_MEMORY, AF9015_I2C_DEMOD, addr, 0, 0, 1, val};
217 struct req_t req = {WRITE_I2C, addr, reg, 1, 1, 1, &val};
229 struct req_t req = {READ_I2C, addr, reg, 0, 1, 1, val};
245 struct req_t req;
485 struct req_t req = {COPY_FIRMWARE, 0, 0x5100, 0, 0, sizeof(fw_params),
566 struct req_t req = {READ_I2C, AF9015_I2C_EEPROM, 0, 0, 1, 1, &val};
604 struct req_t re
[all...]
H A Daf9015.h67 struct req_t { struct

Completed in 159 milliseconds