Searched refs:code_type (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/media/rc/img-ir/
H A Dimg-ir-rc5.c54 .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-rc6.c75 .code_type = IMG_IR_CODETYPE_BIPHASE,
H A Dimg-ir-sanyo.c82 .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 in struct:img_ir_control
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.c138 u32 ctrl = control->code_type << IMG_IR_CODETYPE_SHIFT;
632 ct = dec->control.code_type;
963 ct = hw->decoder->control.code_type;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_fw_hdr.h92 u8 code_type; /* enum SUPPORTED_CODE */ member in struct:bnxt_fw_header
H A Dbnxt_ethtool.c3264 u16 code_type; local
3272 code_type = CODE_BOOT;
3275 code_type = CODE_CHIMP_PATCH;
3278 code_type = CODE_MCTP_PASSTHRU;
3281 code_type = CODE_APE_PATCH;
3284 code_type = CODE_KONG_FW;
3287 code_type = CODE_KONG_PATCH;
3290 code_type = CODE_BONO_FW;
3293 code_type = CODE_BONO_PATCH;
3310 if (header->code_type !
[all...]
/linux-master/include/uapi/linux/
H A Dpfrut.h109 * @code_type: A buffer containing an image type GUID.
123 __u8 code_type[16]; member in struct:pfru_update_cap_info
/linux-master/drivers/scsi/esas2r/
H A Desas2r_flash.c655 || (bh->code_type != CODE_TYPE_PC
656 && bh->code_type != CODE_TYPE_OPEN
657 && bh->code_type != CODE_TYPE_EFI))
660 return bh->code_type;
1133 if (bh->code_type == CODE_TYPE_PC) {
1137 } else if (bh->code_type == CODE_TYPE_EFI) {
H A Desas2r.h347 u8 code_type; member in struct:esas2r_boot_header
/linux-master/tools/power/acpi/tools/pfrut/
H A Dpfrut.c177 uuid_unparse(cap->code_type, uuid);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_sup.c3164 uint8_t code_type, last_image; local
3212 code_type = qla2x00_read_flash_byte(ha, pcids + 0x14);
3213 switch (code_type) {
3242 code_type, pcids);
3299 uint8_t code_type, last_image; local
3341 code_type = bcode[0x14];
3342 switch (code_type) {
3370 code_type, pcids);
3408 uint8_t code_type, last_image; local
3462 code_type
[all...]
/linux-master/drivers/acpi/
H A Dpfr_update.c155 memcpy(&cap_hdr->code_type,
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h169 __u8 code_type; member in struct:cxgb4_pcir_data
H A Dt4_hw.c10524 if (pcir_header->code_type == CXGB4_HDR_CODE1) {
10551 } else if (pcir_header->code_type == CXGB4_HDR_CODE2) {

Completed in 326 milliseconds