Home
last modified time | relevance | path

Searched refs:image_type (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/drivers/firmware/
Ddell_rbu.c70 static char image_type[MAX_IMAGE_LENGTH + 1] = "mono"; variable
71 module_param_string(image_type, image_type, sizeof (image_type), 0);
72 MODULE_PARM_DESC(image_type,
533 if (!strcmp(image_type, "mono")) in read_rbu_data()
535 else if (!strcmp(image_type, "packet")) in read_rbu_data()
555 if (!strcmp(image_type, "mono")) { in callbackfn_rbu()
559 } else if (!strcmp(image_type, "packet")) { in callbackfn_rbu()
585 size = scnprintf(buffer, count, "%s\n", image_type); in read_rbu_image_type()
609 strcpy(image_type, "mono"); in write_rbu_image_type()
611 strcpy(image_type, "packet"); in write_rbu_image_type()
/linux-4.4.14/drivers/media/usb/cpia2/
Dcpia2_core.c1149 int image_type; in config_sensor_410() local
1174 image_type = VIDEOSIZE_QCIF; in config_sensor_410()
1178 image_type = VIDEOSIZE_QVGA; in config_sensor_410()
1182 image_type = VIDEOSIZE_CIF; in config_sensor_410()
1194 if (image_type == VIDEOSIZE_CIF) { in config_sensor_410()
1205 if (image_type == VIDEOSIZE_QCIF) { in config_sensor_410()
1235 if (image_type == VIDEOSIZE_QCIF) in config_sensor_410()
1244 if (image_type == VIDEOSIZE_QCIF) in config_sensor_410()
1250 if (image_type == VIDEOSIZE_QCIF) in config_sensor_410()
1256 if (image_type == VIDEOSIZE_QCIF) in config_sensor_410()
[all …]
/linux-4.4.14/arch/x86/platform/efi/
Defi-bgrt.c63 if (bgrt_tab->image_type != 0) { in efi_bgrt_init()
65 bgrt_tab->image_type); in efi_bgrt_init()
/linux-4.4.14/Documentation/
Ddell_rbu.txt36 /sys/devices/platform/dell_rbu/image_type
49 parameter image_type=packet. This can also be changed later as below
50 echo packet > /sys/devices/platform/dell_rbu/image_type
81 Also echoing either mono, packet or init in to image_type will free up the
87 echo init > /sys/devices/platform/dell_rbu/image_type
88 NOTE: echoing init in image_type does not change it original value.
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dpcir.h9 u8 image_type; member
/linux-4.4.14/arch/parisc/kernel/
Dperf.c306 uint32_t image_type; in perf_write() local
323 if ((err = copy_from_user(&image_type, buf, sizeof(uint32_t))) != 0) in perf_write()
327 interface_type = (image_type >> 16) & 0xffff; in perf_write()
328 test = (image_type & 0xffff); in perf_write()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dimage.c53 image->type = pcir.image_type; in nvbios_imagen()
Dpcir.c65 info->image_type = nvbios_rd08(bios, data + 0x14); in nvbios_pcirTp()
/linux-4.4.14/drivers/scsi/esas2r/
Desas2r_flash.c536 memcpy(a->image_type, fi->rel_version, in fw_download_proc()
1134 strcpy(a->image_type, "BIOS"); in esas2r_read_image_type()
1148 strcpy(a->image_type, "EFI 32-bit"); in esas2r_read_image_type()
1152 strcpy(a->image_type, "EFI itanium"); in esas2r_read_image_type()
1156 strcpy(a->image_type, "EFI 64-bit"); in esas2r_read_image_type()
1160 strcpy(a->image_type, "EFI EBC"); in esas2r_read_image_type()
1181 strcpy(a->image_type, "no boot images"); in esas2r_read_image_type()
1470 memcpy(fi->rel_version, a->image_type, in esas2r_fm_api()
Desas2r.h382 u16 image_type; member
899 char image_type[16]; member
Desas2r_init.c1388 if (!a->image_type[0]) in esas2r_init_adapter_hw()
/linux-4.4.14/drivers/acpi/
Dbgrt.c36 return snprintf(buf, PAGE_SIZE, "%d\n", bgrt_tab->image_type); in show_type()
/linux-4.4.14/include/acpi/
Dactbl3.h113 u8 image_type; member
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_hsi.h5110 u32 image_type; /* Image type */ member