Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/rc/
Dpwm-ir-tx.c101 rcdev = devm_rc_allocate_device(&pdev->dev, RC_DRIVER_IR_RAW_TX); in pwm_ir_probe()
Dir-spi.c126 idata->rc = devm_rc_allocate_device(&spi->dev, RC_DRIVER_IR_RAW_TX); in ir_spi_probe()
Dgpio-ir-recv.c88 rcdev = devm_rc_allocate_device(dev, RC_DRIVER_IR_RAW); in gpio_ir_recv_probe()
Dimon_raw.c146 rcdev = devm_rc_allocate_device(&intf->dev, RC_DRIVER_IR_RAW); in imon_probe()
Dgpio-ir-tx.c172 rcdev = devm_rc_allocate_device(&pdev->dev, RC_DRIVER_IR_RAW_TX); in gpio_ir_tx_probe()
Dmeson-ir.c121 ir->rc = devm_rc_allocate_device(dev, RC_DRIVER_IR_RAW); in meson_ir_probe()
Dir-rx51.c252 rcdev = devm_rc_allocate_device(&dev->dev, RC_DRIVER_IR_RAW_TX); in ir_rx51_probe()
Dmtk-cir.c327 ir->rc = devm_rc_allocate_device(dev, RC_DRIVER_IR_RAW); in mtk_ir_probe()
Dserial_ir.c488 rcdev = devm_rc_allocate_device(&dev->dev, RC_DRIVER_IR_RAW); in serial_ir_probe()
Drc-main.c1759 struct rc_dev *devm_rc_allocate_device(struct device *dev, in devm_rc_allocate_device() function
1781 EXPORT_SYMBOL_GPL(devm_rc_allocate_device);
Dnuvoton-cir.c926 nvt->rdev = devm_rc_allocate_device(&pdev->dev, RC_DRIVER_IR_RAW); in nvt_probe()
/linux-5.19.10/include/media/
Drc-core.h249 struct rc_dev *devm_rc_allocate_device(struct device *dev, enum rc_driver_type);
/linux-5.19.10/drivers/media/cec/platform/seco/
Dseco-cec.c342 cec->ir = devm_rc_allocate_device(dev, RC_DRIVER_SCANCODE); in secocec_ir_probe()