Home
last modified time | relevance | path

Searched refs:code_type (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/media/rc/img-ir/
H A Dimg-ir-rc5.c54 .code_type = IMG_IR_CODETYPE_BIPHASE,
H A Dimg-ir-rc6.c75 .code_type = IMG_IR_CODETYPE_BIPHASE,
H A Dimg-ir-jvc.c54 .code_type = IMG_IR_CODETYPE_PULSEDIST,
H A Dimg-ir-sharp.c76 .code_type = IMG_IR_CODETYPE_PULSEDIST,
H A Dimg-ir-sanyo.c82 .code_type = IMG_IR_CODETYPE_PULSEDIST,
H A Dimg-ir-sony.c131 .code_type = IMG_IR_CODETYPE_PULSELEN,
H A Dimg-ir-nec.c130 .code_type = IMG_IR_CODETYPE_PULSEDIST,
H A Dimg-ir-hw.h27 * @code_type: Decode type (see IMG_IR_CODETYPE_*)
40 unsigned code_type:2; member
H A Dimg-ir-hw.c138 u32 ctrl = control->code_type << IMG_IR_CODETYPE_SHIFT; in img_ir_control()
632 ct = dec->control.code_type; in img_ir_decoder_compatible()
964 ct = hw->decoder->control.code_type; in img_ir_isr_hw()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_fw_hdr.h92 u8 code_type; /* enum SUPPORTED_CODE */ member
H A Dbnxt_ethtool.c3518 u16 code_type; in bnxt_flash_firmware() local
3526 code_type = CODE_BOOT; in bnxt_flash_firmware()
3529 code_type = CODE_CHIMP_PATCH; in bnxt_flash_firmware()
3532 code_type = CODE_MCTP_PASSTHRU; in bnxt_flash_firmware()
3535 code_type = CODE_APE_PATCH; in bnxt_flash_firmware()
3538 code_type = CODE_KONG_FW; in bnxt_flash_firmware()
3541 code_type = CODE_KONG_PATCH; in bnxt_flash_firmware()
3544 code_type = CODE_BONO_FW; in bnxt_flash_firmware()
3547 code_type = CODE_BONO_PATCH; in bnxt_flash_firmware()
3564 if (header->code_type ! in bnxt_flash_firmware()
[all...]
/linux/include/uapi/linux/
H A Dpfrut.h109 * @code_type: A buffer containing an image type GUID.
123 __u8 code_type[16]; member
/linux/drivers/scsi/esas2r/
H A Desas2r_flash.c655 || (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()
H A Desas2r.h347 u8 code_type; member
/linux/drivers/scsi/qla2xxx/
H A Dqla_sup.c3185 uint8_t code_type, last_image; in qla2x00_get_flash_version() local
3233 code_type = qla2x00_read_flash_byte(ha, pcids + 0x14); in qla2x00_get_flash_version()
3234 switch (code_type) { in qla2x00_get_flash_version()
3263 code_type, pcids); in qla2x00_get_flash_version()
3320 uint8_t code_type, last_image; in qla82xx_get_flash_version() local
3362 code_type = bcode[0x14]; in qla82xx_get_flash_version()
3363 switch (code_type) { in qla82xx_get_flash_version()
3391 code_type, pcids); in qla82xx_get_flash_version()
3429 uint8_t code_type, last_image; in qla24xx_get_flash_version() local
3493 code_type in qla24xx_get_flash_version()
[all...]
/linux/drivers/gpu/nova-core/
H A Dvbios.rs279 code_type: u8, field
325 code_type: data[20], in new()
738 match base.pcir.code_type { in try_from()
/linux/tools/power/acpi/tools/pfrut/
H A Dpfrut.c179 uuid_unparse(cap->code_type, uuid); in print_cap()
/linux/drivers/acpi/
H A Dpfr_update.c162 memcpy(&cap_hdr->code_type, in query_capability()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h169 __u8 code_type; member
H A Dt4_hw.c10525 if (pcir_header->code_type == CXGB4_HDR_CODE1) { in modify_device_id()
10552 } else if (pcir_header->code_type == CXGB4_HDR_CODE2) { in modify_device_id()