Home
last modified time | relevance | path

Searched refs:to_rc_dev (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/media/rc/
Drc-main.c1058 struct rc_dev *dev = to_rc_dev(device); in show_protocols()
1230 struct rc_dev *dev = to_rc_dev(device); in store_protocols()
1317 struct rc_dev *dev = to_rc_dev(device); in show_filter()
1361 struct rc_dev *dev = to_rc_dev(device); in store_filter()
1441 struct rc_dev *dev = to_rc_dev(device); in show_wakeup_protocols()
1491 struct rc_dev *dev = to_rc_dev(device); in store_wakeup_protocols()
1552 struct rc_dev *dev = to_rc_dev(device); in rc_dev_release()
1566 struct rc_dev *dev = to_rc_dev(device); in rc_dev_uevent()
Dnuvoton-cir.c214 struct rc_dev *rc_dev = to_rc_dev(dev); in wakeup_data_show()
247 struct rc_dev *rc_dev = to_rc_dev(dev); in wakeup_data_store()
/Linux-v4.19/include/media/
Drc-core.h239 #define to_rc_dev(d) container_of(d, struct rc_dev, dev) macro