Home
last modified time | relevance | path

Searched refs:devm_rc_allocate_device (Results 1 – 15 of 15) sorted by relevance

/linux-4.19.296/drivers/media/rc/
Dpwm-ir-tx.c109 rcdev = devm_rc_allocate_device(&pdev->dev, RC_DRIVER_IR_RAW_TX); in pwm_ir_probe()
Dgpio-ir-recv.c72 rcdev = devm_rc_allocate_device(dev, RC_DRIVER_IR_RAW); in gpio_ir_recv_probe()
Dgpio-ir-tx.c130 rcdev = devm_rc_allocate_device(&pdev->dev, RC_DRIVER_IR_RAW_TX); in gpio_ir_tx_probe()
Dir-spi.c126 idata->rc = devm_rc_allocate_device(&spi->dev, RC_DRIVER_IR_RAW_TX); in ir_spi_probe()
Dzx-irdec.c105 rcd = devm_rc_allocate_device(dev, RC_DRIVER_SCANCODE); in zx_irdec_probe()
Dimon_raw.c136 rcdev = devm_rc_allocate_device(&intf->dev, RC_DRIVER_IR_RAW); in imon_probe()
Dir-rx51.c261 rcdev = devm_rc_allocate_device(&dev->dev, RC_DRIVER_IR_RAW_TX); in ir_rx51_probe()
Dmeson-ir.c133 ir->rc = devm_rc_allocate_device(dev, RC_DRIVER_IR_RAW); in meson_ir_probe()
Dtango-ir.c198 rc = devm_rc_allocate_device(dev, RC_DRIVER_SCANCODE); in tango_ir_probe()
Dsir_ir.c334 rcdev = devm_rc_allocate_device(&sir_ir_dev->dev, RC_DRIVER_IR_RAW); in sir_ir_probe()
Dmtk-cir.c342 ir->rc = devm_rc_allocate_device(dev, RC_DRIVER_IR_RAW); in mtk_ir_probe()
Dserial_ir.c496 rcdev = devm_rc_allocate_device(&dev->dev, RC_DRIVER_IR_RAW); in serial_ir_probe()
Drc-main.c1714 struct rc_dev *devm_rc_allocate_device(struct device *dev, in devm_rc_allocate_device() function
1736 EXPORT_SYMBOL_GPL(devm_rc_allocate_device);
Dnuvoton-cir.c959 nvt->rdev = devm_rc_allocate_device(&pdev->dev, RC_DRIVER_IR_RAW); in nvt_probe()
/linux-4.19.296/include/media/
Drc-core.h263 struct rc_dev *devm_rc_allocate_device(struct device *dev, enum rc_driver_type);