Searched refs:code_type (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/media/rc/img-ir/ |
D | img-ir-rc5.c | 58 .code_type = IMG_IR_CODETYPE_BIPHASE,
|
D | img-ir-rc6.c | 79 .code_type = IMG_IR_CODETYPE_BIPHASE,
|
D | img-ir-jvc.c | 58 .code_type = IMG_IR_CODETYPE_PULSEDIST,
|
D | img-ir-sharp.c | 80 .code_type = IMG_IR_CODETYPE_PULSEDIST,
|
D | img-ir-sanyo.c | 86 .code_type = IMG_IR_CODETYPE_PULSEDIST,
|
D | img-ir-sony.c | 124 .code_type = IMG_IR_CODETYPE_PULSELEN,
|
D | img-ir-nec.c | 115 .code_type = IMG_IR_CODETYPE_PULSEDIST,
|
D | img-ir-hw.h | 44 unsigned code_type:2; member
|
D | img-ir-hw.c | 142 u32 ctrl = control->code_type << IMG_IR_CODETYPE_SHIFT; in img_ir_control() 627 ct = dec->control.code_type; in img_ir_decoder_compatible() 964 ct = hw->decoder->control.code_type; in img_ir_isr_hw()
|
/linux-4.1.27/drivers/scsi/esas2r/ |
D | esas2r_flash.c | 655 || (bh->code_type != CODE_TYPE_PC in chk_boot() 656 && bh->code_type != CODE_TYPE_OPEN in chk_boot() 657 && bh->code_type != CODE_TYPE_EFI)) in chk_boot() 660 return bh->code_type; in chk_boot() 1133 if (bh->code_type == CODE_TYPE_PC) { in esas2r_read_image_type() 1137 } else if (bh->code_type == CODE_TYPE_EFI) { in esas2r_read_image_type()
|
D | esas2r.h | 347 u8 code_type; member
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_sup.c | 2739 uint8_t code_type, last_image; in qla2x00_get_flash_version() local 2787 code_type = qla2x00_read_flash_byte(ha, pcids + 0x14); in qla2x00_get_flash_version() 2788 switch (code_type) { in qla2x00_get_flash_version() 2817 code_type, pcids); in qla2x00_get_flash_version() 2874 uint8_t code_type, last_image; in qla82xx_get_flash_version() local 2921 code_type = bcode[0x14]; in qla82xx_get_flash_version() 2922 switch (code_type) { in qla82xx_get_flash_version() 2950 code_type, pcids); in qla82xx_get_flash_version() 2989 uint8_t code_type, last_image; in qla24xx_get_flash_version() local 3038 code_type = bcode[0x14]; in qla24xx_get_flash_version() [all …]
|