Searched refs:rc_map_list (Results 1 - 25 of 139) sorted by relevance

123456

/linux-master/drivers/media/rc/keymaps/
H A Drc-khadas.c31 static struct rc_map_list khadas_map = {
H A Drc-terratec-slim-2.c37 static struct rc_map_list terratec_slim_2_map = {
H A Drc-beelink-mxiii.c34 static struct rc_map_list beelink_mxiii_map = {
H A Drc-evga-indtube.c34 static struct rc_map_list evga_indtube_map = {
H A Drc-geekbox.c26 static struct rc_map_list geekbox_map = {
H A Drc-alink-dtu-m.c33 static struct rc_map_list alink_dtu_m_map = {
H A Drc-astrometa-t2hybrid.c41 static struct rc_map_list t2hybrid_map = {
H A Drc-dtt200u.c32 static struct rc_map_list dtt200u_map = {
H A Drc-odroid.c31 static struct rc_map_list odroid_map = {
H A Drc-msi-digivox-ii.c32 static struct rc_map_list msi_digivox_ii_map = {
H A Drc-minix-neo.c32 static struct rc_map_list minix_neo_map = {
H A Drc-wetek-hub.c30 static struct rc_map_list wetek_hub_map = {
H A Drc-vega-s9x.c31 static struct rc_map_list vega_s9x_map = {
H A Drc-delock-61959.c55 static struct rc_map_list delock_61959_map = {
H A Drc-medion-x10-or2x.c71 static struct rc_map_list medion_x10_or2x_map = {
H A Drc-kworld-plus-tv-analog.c76 static struct rc_map_list kworld_plus_tv_analog_map = {
H A Drc-kaiomy.c60 static struct rc_map_list kaiomy_map = {
H A Drc-kworld-315u.c56 static struct rc_map_list kworld_315u_map = {
H A Drc-kworld-pc150u.c75 static struct rc_map_list kworld_pc150u_map = {
H A Drc-khamsin.c52 static struct rc_map_list khamsin_map = {
H A Drc-tivo.c72 static struct rc_map_list tivo_map = {
H A Drc-technisat-usb2.c67 static struct rc_map_list technisat_usb2_map = {
H A Drc-terratec-slim.c44 static struct rc_map_list terratec_slim_map = {
H A Drc-technisat-ts35.c50 static struct rc_map_list technisat_ts35_map = {
/linux-master/include/media/
H A Drc-map.h168 * struct rc_map_list - list of the registered &rc_map maps
173 struct rc_map_list { struct
180 * rc_map_list from rc-cec.c
182 extern struct rc_map_list cec_map;
190 * @map: pointer to struct rc_map_list
192 int rc_map_register(struct rc_map_list *map);
197 * @map: pointer to struct rc_map_list
199 void rc_map_unregister(struct rc_map_list *map);

Completed in 163 milliseconds

123456