Searched refs:xfer_cmd (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/media/usb/as102/ |
D | as10x_cmd_stream.c | 52 if (adap->ops->xfer_cmd) { in as10x_cmd_add_PID_filter() 53 error = adap->ops->xfer_cmd(adap, (uint8_t *) pcmd, in as10x_cmd_add_PID_filter() 103 if (adap->ops->xfer_cmd) { in as10x_cmd_del_PID_filter() 104 error = adap->ops->xfer_cmd(adap, (uint8_t *) pcmd, in as10x_cmd_del_PID_filter() 146 if (adap->ops->xfer_cmd) { in as10x_cmd_start_streaming() 147 error = adap->ops->xfer_cmd(adap, (uint8_t *) pcmd, in as10x_cmd_start_streaming() 189 if (adap->ops->xfer_cmd) { in as10x_cmd_stop_streaming() 190 error = adap->ops->xfer_cmd(adap, (uint8_t *) pcmd, in as10x_cmd_stop_streaming()
|
D | as10x_cmd.c | 43 if (adap->ops->xfer_cmd) { in as10x_cmd_turn_on() 44 error = adap->ops->xfer_cmd(adap, (uint8_t *) pcmd, in as10x_cmd_turn_on() 84 if (adap->ops->xfer_cmd) { in as10x_cmd_turn_off() 85 error = adap->ops->xfer_cmd( in as10x_cmd_turn_off() 137 if (adap->ops->xfer_cmd) { in as10x_cmd_set_tune() 138 error = adap->ops->xfer_cmd(adap, in as10x_cmd_set_tune() 182 if (adap->ops->xfer_cmd) { in as10x_cmd_get_tune_status() 183 error = adap->ops->xfer_cmd( in as10x_cmd_get_tune_status() 234 if (adap->ops->xfer_cmd) { in as10x_cmd_get_tps() 235 error = adap->ops->xfer_cmd(adap, in as10x_cmd_get_tps() [all …]
|
D | as10x_cmd_cfg.c | 51 if (adap->ops->xfer_cmd) { in as10x_cmd_get_context() 52 error = adap->ops->xfer_cmd(adap, in as10x_cmd_get_context() 109 if (adap->ops->xfer_cmd) { in as10x_cmd_set_context() 110 error = adap->ops->xfer_cmd(adap, in as10x_cmd_set_context() 161 if (adap->ops->xfer_cmd) { in as10x_cmd_eLNA_change_mode() 162 error = adap->ops->xfer_cmd(adap, (uint8_t *) pcmd, in as10x_cmd_eLNA_change_mode()
|
D | as10x_handle.h | 34 int (*xfer_cmd)(struct as10x_bus_adapter_t *bus_adap, member
|
D | as102_usb_drv.c | 194 .xfer_cmd = as102_usb_xfer_cmd,
|
/Linux-v4.19/drivers/spi/ |
D | spi-fsl-dspi.c | 630 u16 xfer_cmd = dspi->tx_cmd; in dspi_eoq_write() local 634 dspi->tx_cmd = xfer_cmd; in dspi_eoq_write()
|