| /drivers/crypto/caam/ |
| A D | qi.h | 38 enum optype { enum 72 enum optype op_type;
|
| A D | caamalg_qi2.h | 161 enum optype { enum
|
| A D | caamalg_qi.c | 835 enum optype type) in get_drv_ctx()
|
| /drivers/edac/ |
| A D | skx_common.c | 625 char *optype; in skx_mce_output_error() local 652 optype = "generic undef request error"; in skx_mce_output_error() 655 optype = "memory read error"; in skx_mce_output_error() 658 optype = "memory write error"; in skx_mce_output_error() 661 optype = "addr/cmd error"; in skx_mce_output_error() 664 optype = "memory scrubbing error"; in skx_mce_output_error() 668 optype = "reserved"; in skx_mce_output_error() 696 optype, skx_msg); in skx_mce_output_error()
|
| A D | pnd2_edac.c | 1126 char *optype, msg[PND2_MSG_SIZE]; in pnd2_mce_output_error() local 1152 optype = "Can't parse: it is not a mem"; in pnd2_mce_output_error() 1156 optype = "generic undef request error"; in pnd2_mce_output_error() 1159 optype = "memory read error"; in pnd2_mce_output_error() 1162 optype = "memory write error"; in pnd2_mce_output_error() 1165 optype = "addr/cmd error"; in pnd2_mce_output_error() 1168 optype = "memory scrubbing error"; in pnd2_mce_output_error() 1171 optype = "reserved"; in pnd2_mce_output_error() 1193 m->addr & ~PAGE_MASK, 0, daddr->chan, daddr->dimm, -1, optype, msg); in pnd2_mce_output_error()
|
| A D | i7core_edac.c | 1698 char *optype, *err; in i7core_mce_output_error() local 1722 optype = "generic undef request"; in i7core_mce_output_error() 1725 optype = "read error"; in i7core_mce_output_error() 1728 optype = "write error"; in i7core_mce_output_error() 1731 optype = "addr/cmd error"; in i7core_mce_output_error() 1734 optype = "scrubbing error"; in i7core_mce_output_error() 1737 optype = "reserved"; in i7core_mce_output_error() 1784 err, optype); in i7core_mce_output_error()
|
| A D | sb_edac.c | 3099 char *optype, *area_type = "DRAM"; in sbridge_mce_output_error() local 3133 optype = "generic undef request error"; in sbridge_mce_output_error() 3136 optype = "memory read error"; in sbridge_mce_output_error() 3139 optype = "memory write error"; in sbridge_mce_output_error() 3142 optype = "addr/cmd error"; in sbridge_mce_output_error() 3145 optype = "memory scrubbing error"; in sbridge_mce_output_error() 3148 optype = "reserved"; in sbridge_mce_output_error() 3181 optype, sb_msg); in sbridge_mce_output_error() 3243 optype, sb_msg_full); in sbridge_mce_output_error()
|
| /drivers/dma/idxd/ |
| A D | submit.c | 27 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype) in idxd_alloc_desc() argument 41 if (optype == IDXD_OP_NONBLOCK) in idxd_alloc_desc()
|
| A D | idxd.h | 790 struct idxd_desc *idxd_alloc_desc(struct idxd_wq *wq, enum idxd_op_type optype);
|
| /drivers/spi/ |
| A D | spi-intel.c | 344 static int intel_spi_opcode_index(struct intel_spi *ispi, u8 opcode, int optype) in intel_spi_opcode_index() argument 360 writel(optype << 16 | preop, ispi->sregs + PREOP_OPTYPE); in intel_spi_opcode_index() 396 int optype) in intel_spi_sw_cycle() argument 402 ret = intel_spi_opcode_index(ispi, opcode, optype); in intel_spi_sw_cycle() 422 switch (optype) { in intel_spi_sw_cycle()
|
| /drivers/scsi/ |
| A D | myrb.h | 592 unsigned char optype; /* Byte 2 */ member 618 unsigned char optype; /* Byte 2 */ member
|
| A D | myrb.c | 300 mbox->type3E.optype = DAC960_V1_GetEventLogEntry; in myrb_get_event() 596 mbox->type3B.optype = 0x20; in myrb_bgi_control()
|
| /drivers/mtd/spi-nor/controllers/ |
| A D | hisi-sfc.c | 180 u8 opcode, size_t len, u8 optype) in hisi_spi_nor_op_reg() argument 196 reg = FMC_OP_CMD1_EN | FMC_OP_REG_OP_START | optype; in hisi_spi_nor_op_reg()
|
| /drivers/net/ethernet/emulex/benet/ |
| A D | be_cmds.c | 2693 struct be_dma_mem *flash_cmd, int optype, int img_size, in be_flash() argument 2706 if (optype == OPTYPE_PHY_FW) in be_flash() 2711 if (optype == OPTYPE_PHY_FW) in be_flash() 2719 status = be_cmd_write_flashrom(adapter, flash_cmd, optype, in be_flash() 2723 optype == OPTYPE_PHY_FW) in be_flash() 2829 if ((pflashcomp[i].optype == OPTYPE_NCSI_FW) && in be_flash_BEx() 2835 if (pflashcomp[i].optype == OPTYPE_PHY_FW && in be_flash_BEx() 2839 if (pflashcomp[i].optype == OPTYPE_REDBOOT) { in be_flash_BEx() 2849 pflashcomp[i].optype); in be_flash_BEx() 2876 u16 img_optype = le16_to_cpu(fsec_entry.optype); in be_get_img_optype() [all …]
|
| A D | be_cmds.h | 1344 int optype; member 1411 u16 optype; member
|
| /drivers/media/platform/via/ |
| A D | via-camera.c | 127 #define sensor_call(cam, optype, func, args...) \ argument 128 v4l2_subdev_call(cam->sensor, optype, func, ##args)
|