Searched refs:rc_allocate_device (Results 1 – 25 of 43) sorted by relevance
12
34 dev = rc_allocate_device(RC_DRIVER_SCANCODE); in mantis_input_init()
64 dev->init_data.rc_dev = rc_allocate_device(RC_DRIVER_SCANCODE); in cx231xx_ir_init()
46 dev = rc_allocate_device(RC_DRIVER_IR_RAW); in sms_ir_init()
109 raw->rdev = rdev = rc_allocate_device(RC_DRIVER_IR_RAW); in img_ir_probe_raw()
100 rdev = rc_allocate_device(RC_DRIVER_IR_RAW); in picolcd_init_cir()
111 rcdev = rc_allocate_device(RC_DRIVER_SCANCODE); in av7110_ir_init()
138 rc_dev = rc_allocate_device(RC_DRIVER_IR_RAW); in smi_ir_init()
246 struct rc_dev *rc_allocate_device(enum rc_driver_type);
184 rc = rc_allocate_device(RC_DRIVER_IR_RAW); in igorplugusb_probe()
211 rc = rc_allocate_device(RC_DRIVER_IR_RAW); in loop_init()
219 rc_dev = rc_allocate_device(RC_DRIVER_SCANCODE); in xbox_remote_probe()
353 rc = rc_allocate_device(RC_DRIVER_IR_RAW_TX); in meson_irtx_probe()
243 rdev = rc_allocate_device(RC_DRIVER_IR_RAW); in st_rc_probe()
308 ir->rc = rc_allocate_device(RC_DRIVER_IR_RAW); in sunxi_ir_probe()
284 rdev = rc_allocate_device(RC_DRIVER_IR_RAW); in hix5hd2_ir_probe()
193 rc = rc_allocate_device(RC_DRIVER_IR_RAW); in ttusbir_probe()
1699 struct rc_dev *rc_allocate_device(enum rc_driver_type type) in rc_allocate_device() function1736 EXPORT_SYMBOL_GPL(rc_allocate_device);1768 rc = rc_allocate_device(type); in devm_rc_allocate_device()
276 rdev = rc_allocate_device(RC_DRIVER_IR_RAW); in streamzap_init_rc_dev()
431 rc = rc_allocate_device(RC_DRIVER_IR_RAW); in irtoy_probe()
350 rc = rc_allocate_device(RC_DRIVER_IR_RAW); in cx23885_input_init()
287 rc = rc_allocate_device(RC_DRIVER_IR_RAW); in au0828_rc_register()
290 adap->rc = rc_allocate_device(RC_DRIVER_SCANCODE); in cec_allocate_adapter()
274 dev = rc_allocate_device(d->props.rc.core.driver_type); in rc_core_dvb_usb_remote_init()
416 rc = rc_allocate_device(RC_DRIVER_SCANCODE); in tm6000_ir_init()
420 rc = rc_allocate_device(RC_DRIVER_SCANCODE); in bttv_input_init()
Completed in 51 milliseconds