Searched refs:rc_map_table (Results 1 - 25 of 155) sorted by relevance

1234567

/linux-master/drivers/media/usb/dvb-usb/
H A Ddibusb.h127 extern struct rc_map_table rc_map_dibusb_table[];
H A Ddvb-usb-remote.c14 struct rc_map_table *keymap,
49 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table;
72 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table;
214 d->props.rc.legacy.rc_map_table[i].keycode, i);
215 set_bit(d->props.rc.legacy.rc_map_table[i].keycode, input_dev->keybit);
320 if (d->props.rc.legacy.rc_map_table && d->props.rc.legacy.rc_query)
366 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table;
[all...]
H A Ddvb-usb.h80 static inline u8 rc5_custom(struct rc_map_table *key)
85 static inline u8 rc5_data(struct rc_map_table *key)
90 static inline u16 rc5_scan(struct rc_map_table *key)
176 * @rc_map_table: a hard-wired array of struct rc_map_table (NULL to disable
178 * @rc_map_size: number of items in @rc_map_table.
187 struct rc_map_table *rc_map_table; member in struct:dvb_rc_legacy
/linux-master/drivers/media/rc/keymaps/
H A Drc-khadas.c12 static struct rc_map_table khadas[] = {
H A Drc-terratec-slim-2.c16 static struct rc_map_table terratec_slim_2[] = {
H A Drc-beelink-mxiii.c15 static struct rc_map_table beelink_mxiii[] = {
H A Drc-evga-indtube.c15 static struct rc_map_table evga_indtube[] = {
H A Drc-geekbox.c11 static struct rc_map_table geekbox[] = {
H A Drc-alink-dtu-m.c12 static struct rc_map_table alink_dtu_m[] = {
H A Drc-astrometa-t2hybrid.c11 static struct rc_map_table t2hybrid[] = {
H A Drc-dtt200u.c11 static struct rc_map_table dtt200u_table[] = {
H A Drc-odroid.c12 static struct rc_map_table odroid[] = {
H A Drc-msi-digivox-ii.c11 static struct rc_map_table msi_digivox_ii[] = {
H A Drc-minix-neo.c12 static struct rc_map_table minix_neo[] = {
H A Drc-wetek-hub.c11 static struct rc_map_table wetek_hub[] = {
H A Drc-vega-s9x.c12 static struct rc_map_table vega_s9x[] = {
H A Drc-delock-61959.c13 static struct rc_map_table delock_61959[] = {
H A Drc-medion-x10-or2x.c16 static struct rc_map_table medion_x10_or2x[] = {
H A Drc-kworld-plus-tv-analog.c15 static struct rc_map_table kworld_plus_tv_analog[] = {
H A Drc-kaiomy.c15 static struct rc_map_table kaiomy[] = {
H A Drc-kworld-315u.c14 static struct rc_map_table kworld_315u[] = {
H A Drc-kworld-pc150u.c18 static struct rc_map_table kworld_pc150u[] = {
H A Drc-khamsin.c13 static struct rc_map_table khamsin[] = {
H A Drc-tivo.c18 static struct rc_map_table tivo[] = {
H A Drc-technisat-usb2.c31 static struct rc_map_table technisat_usb2[] = {

Completed in 135 milliseconds

1234567