Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/rc/img-ir/
Dimg-ir-rc5.c54 .code_type = IMG_IR_CODETYPE_BIPHASE,
Dimg-ir-rc6.c75 .code_type = IMG_IR_CODETYPE_BIPHASE,
Dimg-ir-jvc.c54 .code_type = IMG_IR_CODETYPE_PULSEDIST,
Dimg-ir-sharp.c76 .code_type = IMG_IR_CODETYPE_PULSEDIST,
Dimg-ir-sanyo.c82 .code_type = IMG_IR_CODETYPE_PULSEDIST,
Dimg-ir-sony.c131 .code_type = IMG_IR_CODETYPE_PULSELEN,
Dimg-ir-hw.h40 unsigned code_type:2; member
Dimg-ir-nec.c130 .code_type = IMG_IR_CODETYPE_PULSEDIST,
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()
963 ct = hw->decoder->control.code_type; in img_ir_isr_hw()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_fw_hdr.h92 u8 code_type; /* enum SUPPORTED_CODE */ member
Dbnxt_ethtool.c1808 u16 code_type; in bnxt_flash_firmware() local
1816 code_type = CODE_BOOT; in bnxt_flash_firmware()
1819 code_type = CODE_CHIMP_PATCH; in bnxt_flash_firmware()
1822 code_type = CODE_MCTP_PASSTHRU; in bnxt_flash_firmware()
1825 code_type = CODE_APE_PATCH; in bnxt_flash_firmware()
1828 code_type = CODE_KONG_FW; in bnxt_flash_firmware()
1831 code_type = CODE_KONG_PATCH; in bnxt_flash_firmware()
1834 code_type = CODE_BONO_FW; in bnxt_flash_firmware()
1837 code_type = CODE_BONO_PATCH; in bnxt_flash_firmware()
1854 if (header->code_type != code_type) { in bnxt_flash_firmware()
[all …]
/Linux-v5.4/drivers/scsi/esas2r/
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()
Desas2r.h347 u8 code_type; member
/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_sup.c3145 uint8_t code_type, last_image; in qla2x00_get_flash_version() local
3193 code_type = qla2x00_read_flash_byte(ha, pcids + 0x14); in qla2x00_get_flash_version()
3194 switch (code_type) { in qla2x00_get_flash_version()
3223 code_type, pcids); in qla2x00_get_flash_version()
3280 uint8_t code_type, last_image; in qla82xx_get_flash_version() local
3322 code_type = bcode[0x14]; in qla82xx_get_flash_version()
3323 switch (code_type) { in qla82xx_get_flash_version()
3351 code_type, pcids); in qla82xx_get_flash_version()
3389 uint8_t code_type, last_image; in qla24xx_get_flash_version() local
3443 code_type = bcode[0x14]; in qla24xx_get_flash_version()
[all …]
/Linux-v5.4/arch/x86/kernel/cpu/resctrl/
Drdtgroup.c1794 static int cdp_enable(int level, int data_type, int code_type) in cdp_enable() argument
1797 struct rdt_resource *r_lcode = &rdt_resources_all[code_type]; in cdp_enable()
1826 static void cdp_disable(int level, int data_type, int code_type) in cdp_disable() argument
1834 rdt_resources_all[code_type].alloc_enabled = false; in cdp_disable()