Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dpwm-ir-tx.c101 rcdev = devm_rc_allocate_device(&pdev->dev, RC_DRIVER_IR_RAW_TX); in pwm_ir_probe()
H A Dir-spi.c126 idata->rc = devm_rc_allocate_device(&spi->dev, RC_DRIVER_IR_RAW_TX); in ir_spi_probe()
H A Dgpio-ir-recv.c88 rcdev = devm_rc_allocate_device(dev, RC_DRIVER_IR_RAW); in gpio_ir_recv_probe()
H A Dzx-irdec.c102 rcd = devm_rc_allocate_device(dev, RC_DRIVER_SCANCODE); in zx_irdec_probe()
H A Dimon_raw.c146 rcdev = devm_rc_allocate_device(&intf->dev, RC_DRIVER_IR_RAW); in imon_probe()
H A Dgpio-ir-tx.c167 rcdev = devm_rc_allocate_device(&pdev->dev, RC_DRIVER_IR_RAW_TX); in gpio_ir_tx_probe()
H A Dir-rx51.c252 rcdev = devm_rc_allocate_device(&dev->dev, RC_DRIVER_IR_RAW_TX); in ir_rx51_probe()
H A Dmeson-ir.c123 ir->rc = devm_rc_allocate_device(dev, RC_DRIVER_IR_RAW); in meson_ir_probe()
H A Dtango-ir.c184 rc = devm_rc_allocate_device(dev, RC_DRIVER_SCANCODE); in tango_ir_probe()
H A Dsir_ir.c330 rcdev = devm_rc_allocate_device(&sir_ir_dev->dev, RC_DRIVER_IR_RAW); in sir_ir_probe()
H A Dmtk-cir.c328 ir->rc = devm_rc_allocate_device(dev, RC_DRIVER_IR_RAW); in mtk_ir_probe()
H A Dserial_ir.c488 rcdev = devm_rc_allocate_device(&dev->dev, RC_DRIVER_IR_RAW); in serial_ir_probe()
H A 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);
H A Dnuvoton-cir.c926 nvt->rdev = devm_rc_allocate_device(&pdev->dev, RC_DRIVER_IR_RAW); in nvt_probe()
/OK3568_Linux_fs/kernel/include/media/
H A Drc-core.h255 struct rc_dev *devm_rc_allocate_device(struct device *dev, enum rc_driver_type);
/OK3568_Linux_fs/kernel/drivers/media/cec/platform/seco/
H A Dseco-cec.c355 cec->ir = devm_rc_allocate_device(dev, RC_DRIVER_SCANCODE); in secocec_ir_probe()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_mtk440 devm_rc_allocate_device
2794 devm_rc_allocate_device
H A Dabi_gki_aarch64_imx1453 devm_rc_allocate_device