/linux-4.4.14/drivers/firmware/ |
D | dell_rbu.c | 70 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/ |
D | cpia2_core.c | 1149 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/ |
D | efi-bgrt.c | 63 if (bgrt_tab->image_type != 0) { in efi_bgrt_init() 65 bgrt_tab->image_type); in efi_bgrt_init()
|
/linux-4.4.14/Documentation/ |
D | dell_rbu.txt | 36 /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/ |
D | pcir.h | 9 u8 image_type; member
|
/linux-4.4.14/arch/parisc/kernel/ |
D | perf.c | 306 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/ |
D | image.c | 53 image->type = pcir.image_type; in nvbios_imagen()
|
D | pcir.c | 65 info->image_type = nvbios_rd08(bios, data + 0x14); in nvbios_pcirTp()
|
/linux-4.4.14/drivers/scsi/esas2r/ |
D | esas2r_flash.c | 536 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()
|
D | esas2r.h | 382 u16 image_type; member 899 char image_type[16]; member
|
D | esas2r_init.c | 1388 if (!a->image_type[0]) in esas2r_init_adapter_hw()
|
/linux-4.4.14/drivers/acpi/ |
D | bgrt.c | 36 return snprintf(buf, PAGE_SIZE, "%d\n", bgrt_tab->image_type); in show_type()
|
/linux-4.4.14/include/acpi/ |
D | actbl3.h | 113 u8 image_type; member
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_hsi.h | 5110 u32 image_type; /* Image type */ member
|