Searched refs:code_type (Results  1 – 17 of 17) sorted by relevance
| /Linux-v5.10/drivers/media/rc/img-ir/ | 
| D | img-ir-rc5.c | 54 		.code_type	= IMG_IR_CODETYPE_BIPHASE,
  | 
| D | img-ir-rc6.c | 75 		.code_type	= IMG_IR_CODETYPE_BIPHASE,
  | 
| D | img-ir-jvc.c | 54 		.code_type = IMG_IR_CODETYPE_PULSEDIST,
  | 
| D | img-ir-sharp.c | 76 		.code_type = IMG_IR_CODETYPE_PULSEDIST,
  | 
| D | img-ir-sanyo.c | 82 		.code_type = IMG_IR_CODETYPE_PULSEDIST,
  | 
| D | img-ir-sony.c | 131 		.code_type = IMG_IR_CODETYPE_PULSELEN,
  | 
| D | img-ir-hw.h | 40 	unsigned code_type:2;  member
  | 
| D | img-ir-nec.c | 130 		.code_type = IMG_IR_CODETYPE_PULSEDIST,
  | 
| D | img-ir-hw.c | 138 	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.10/drivers/net/ethernet/broadcom/bnxt/ | 
| D | bnxt_fw_hdr.h | 92 	u8 code_type;		/* enum SUPPORTED_CODE */  member
  | 
| D | bnxt_ethtool.c | 2231 	u16	code_type;  in bnxt_flash_firmware()  local 2239 		code_type = CODE_BOOT;  in bnxt_flash_firmware() 2242 		code_type = CODE_CHIMP_PATCH;  in bnxt_flash_firmware() 2245 		code_type = CODE_MCTP_PASSTHRU;  in bnxt_flash_firmware() 2248 		code_type = CODE_APE_PATCH;  in bnxt_flash_firmware() 2251 		code_type = CODE_KONG_FW;  in bnxt_flash_firmware() 2254 		code_type = CODE_KONG_PATCH;  in bnxt_flash_firmware() 2257 		code_type = CODE_BONO_FW;  in bnxt_flash_firmware() 2260 		code_type = CODE_BONO_PATCH;  in bnxt_flash_firmware() 2277 	if (header->code_type != code_type) {  in bnxt_flash_firmware() [all …] 
 | 
| /Linux-v5.10/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-v5.10/drivers/scsi/qla2xxx/ | 
| D | qla_sup.c | 3164 	uint8_t code_type, last_image;  in qla2x00_get_flash_version()  local 3212 		code_type = qla2x00_read_flash_byte(ha, pcids + 0x14);  in qla2x00_get_flash_version() 3213 		switch (code_type) {  in qla2x00_get_flash_version() 3242 			    code_type, pcids);  in qla2x00_get_flash_version() 3299 	uint8_t code_type, last_image;  in qla82xx_get_flash_version()  local 3341 		code_type = bcode[0x14];  in qla82xx_get_flash_version() 3342 		switch (code_type) {  in qla82xx_get_flash_version() 3370 			    code_type, pcids);  in qla82xx_get_flash_version() 3408 	uint8_t code_type, last_image;  in qla24xx_get_flash_version()  local 3462 		code_type = bcode[0x14];  in qla24xx_get_flash_version() [all …] 
 | 
| /Linux-v5.10/arch/x86/kernel/cpu/resctrl/ | 
| D | rdtgroup.c | 1968 static int cdp_enable(int level, int data_type, int code_type)  in cdp_enable()  argument 1971 	struct rdt_resource *r_lcode = &rdt_resources_all[code_type];  in cdp_enable() 2000 static void cdp_disable(int level, int data_type, int code_type)  in cdp_disable()  argument 2008 		rdt_resources_all[code_type].alloc_enabled = false;  in cdp_disable()
  | 
| /Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/ | 
| D | cxgb4.h | 169 	__u8 code_type;  member
  | 
| D | t4_hw.c | 10542 		if (pcir_header->code_type == CXGB4_HDR_CODE1) {  in modify_device_id() 10569 		} else if (pcir_header->code_type == CXGB4_HDR_CODE2) {  in modify_device_id()
  |