Home
last modified time | relevance | path

Searched refs:rc_map_table (Results 1 – 25 of 120) sorted by relevance

12345

/linux-4.19.296/drivers/media/rc/
Drc-main.c146 static struct rc_map_table empty[] = {
179 rc_map->alloc = roundup_pow_of_two(size * sizeof(struct rc_map_table)); in ir_create_table()
180 rc_map->size = rc_map->alloc / sizeof(struct rc_map_table); in ir_create_table()
225 struct rc_map_table *oldscan = rc_map->scan; in ir_resize_table()
226 struct rc_map_table *newscan; in ir_resize_table()
250 memcpy(newscan, rc_map->scan, rc_map->len * sizeof(struct rc_map_table)); in ir_resize_table()
253 rc_map->size = rc_map->alloc / sizeof(struct rc_map_table); in ir_resize_table()
285 (rc_map->len - index) * sizeof(struct rc_map_table)); in ir_update_mapping()
365 (rc_map->len - i) * sizeof(struct rc_map_table)); in ir_establish_scancode()
463 const struct rc_map_table *e = elt; in rc_map_cmp()
[all …]
/linux-4.19.296/drivers/media/rc/keymaps/
Drc-geekbox.c17 static struct rc_map_table geekbox[] = {
Drc-evga-indtube.c15 static struct rc_map_table evga_indtube[] = {
Drc-terratec-slim-2.c29 static struct rc_map_table terratec_slim_2[] = {
Drc-dtt200u.c15 static struct rc_map_table dtt200u_table[] = {
Drc-msi-digivox-ii.c24 static struct rc_map_table msi_digivox_ii[] = {
Drc-alink-dtu-m.c25 static struct rc_map_table alink_dtu_m[] = {
Drc-astrometa-t2hybrid.c17 static struct rc_map_table t2hybrid[] = {
Drc-reddo.c37 static struct rc_map_table reddo[] = {
Drc-ati-tv-wonder-hd-600.c15 static struct rc_map_table ati_tv_wonder_hd_600[] = {
Drc-msi-tvanywhere.c13 static struct rc_map_table msi_tvanywhere[] = {
Drc-proteus-2309.c13 static struct rc_map_table proteus_2309[] = {
Drc-avermedia-rm-ks.c27 static struct rc_map_table avermedia_rm_ks[] = {
Drc-pixelview-002t.c15 static struct rc_map_table pixelview_002t[] = {
Drc-pinnacle-pctv-hd.c13 static struct rc_map_table pinnacle_pctv_hd[] = {
Drc-flyvideo.c11 static struct rc_map_table flyvideo[] = {
Drc-hisi-poplar.c15 static struct rc_map_table hisi_poplar_keymap[] = {
Drc-apac-viewcomp.c13 static struct rc_map_table apac_viewcomp[] = {
Drc-pixelview-mk12.c15 static struct rc_map_table pixelview_mk12[] = {
Drc-terratec-slim.c26 static struct rc_map_table terratec_slim[] = {
Drc-pv951.c13 static struct rc_map_table pv951[] = {
Drc-pixelview-new.c16 static struct rc_map_table pixelview_new[] = {
Drc-real-audio-220-32-keys.c13 static struct rc_map_table real_audio_220_32_keys[] = {
Drc-winfast-usbii-deluxe.c15 static struct rc_map_table winfast_usbii_deluxe[] = {
Drc-trekstor.c27 static struct rc_map_table trekstor[] = {

12345