Searched refs:xlate (Results 1 – 5 of 5) sorted by relevance
/drivers/media/video/ |
D | sh_mobile_ceu_camera.c | 555 struct soc_camera_format_xlate *xlate) in sh_mobile_ceu_get_formats() argument 572 for (k = 0; xlate && k < n; k++) { in sh_mobile_ceu_get_formats() 573 xlate->host_fmt = &sh_mobile_ceu_formats[k]; in sh_mobile_ceu_get_formats() 574 xlate->cam_fmt = icd->formats + idx; in sh_mobile_ceu_get_formats() 575 xlate->buswidth = icd->formats[idx].depth; in sh_mobile_ceu_get_formats() 576 xlate++; in sh_mobile_ceu_get_formats() 584 if (xlate) { in sh_mobile_ceu_get_formats() 585 xlate->host_fmt = icd->formats + idx; in sh_mobile_ceu_get_formats() 586 xlate->cam_fmt = icd->formats + idx; in sh_mobile_ceu_get_formats() 587 xlate->buswidth = icd->formats[idx].depth; in sh_mobile_ceu_get_formats() [all …]
|
D | pxa_camera.c | 1095 struct soc_camera_format_xlate *xlate) in pxa_camera_get_formats() argument 1112 if (xlate) { in pxa_camera_get_formats() 1113 xlate->host_fmt = &pxa_camera_formats[0]; in pxa_camera_get_formats() 1114 xlate->cam_fmt = icd->formats + idx; in pxa_camera_get_formats() 1115 xlate->buswidth = buswidth; in pxa_camera_get_formats() 1116 xlate++; in pxa_camera_get_formats() 1127 if (xlate) { in pxa_camera_get_formats() 1128 xlate->host_fmt = icd->formats + idx; in pxa_camera_get_formats() 1129 xlate->cam_fmt = icd->formats + idx; in pxa_camera_get_formats() 1130 xlate->buswidth = buswidth; in pxa_camera_get_formats() [all …]
|
/drivers/of/ |
D | gpio.c | 69 ret = of_gc->xlate(of_gc, np, gpio_spec, flags); in of_get_gpio_flags() 191 if (!of_gc->xlate) in of_mm_gpiochip_add() 192 of_gc->xlate = of_gpio_simple_xlate; in of_mm_gpiochip_add()
|
/drivers/misc/ibmasm/ |
D | remote.c | 84 static const unsigned short xlate[XLATE_SIZE] = { variable 179 key = xlate[code]; in send_keyboard_event() 248 if (xlate[i]) in ibmasm_init_remote_input_dev() 249 set_bit(xlate[i], keybd_dev->keybit); in ibmasm_init_remote_input_dev()
|
/drivers/infiniband/hw/nes/ |
D | nes_utils.c | 876 char xlate[] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', in nes_dump_mem() local 912 hex_buf[num_hex++] = xlate[((*ptr & 0xf0) >> 4)]; in nes_dump_mem() 913 hex_buf[num_hex++] = xlate[*ptr & 0x0f]; in nes_dump_mem()
|