Home
last modified time | relevance | path

Searched defs:opcode (Results 51 – 75 of 592) sorted by relevance

12345678910>>...24

/Linux-v5.15/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y1645 format_1_instr(int opcode, symbol_ref_t *dest, expression_t *immed, in format_1_instr()
1722 format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places, in format_2_instr()
1783 format_3_instr(int opcode, symbol_ref_t *src, in format_3_instr()
1853 type_check(symbol_ref_t *sym, expression_t *expression, int opcode) in type_check()
/Linux-v5.15/net/bluetooth/
Damp.c217 u16 opcode, struct sk_buff *skb) in read_local_amp_assoc_complete()
318 u16 opcode, struct sk_buff *skb) in write_remote_amp_assoc_complete()
416 u16 opcode) in create_phylink_complete()
464 u16 opcode) in accept_phylink_complete()
Dhci_request.c103 static void hci_req_sync_complete(struct hci_dev *hdev, u8 result, u16 opcode, in hci_req_sync_complete()
128 struct sk_buff *__hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_ev()
185 struct sk_buff *__hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync()
290 struct sk_buff *hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_prepare_cmd()
317 void hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add_ev()
347 void hci_req_add(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add()
1267 static void suspend_req_complete(struct hci_dev *hdev, u8 status, u16 opcode) in suspend_req_complete()
1924 u16 opcode) in enable_addr_resolution_complete()
1945 static void adv_enable_complete(struct hci_dev *hdev, u8 status, u16 opcode) in adv_enable_complete()
2910 static void abort_conn_complete(struct hci_dev *hdev, u8 status, u16 opcode) in abort_conn_complete()
/Linux-v5.15/drivers/net/ipa/
Dgsi_trans.c403 enum ipa_cmd_opcode opcode) in gsi_trans_cmd_add()
485 static __le16 gsi_tre_len_opcode(enum ipa_cmd_opcode opcode, u32 len) in gsi_tre_len_opcode()
492 static __le32 gsi_tre_flags(bool last_tre, bool bei, enum ipa_cmd_opcode opcode) in gsi_tre_flags()
516 enum ipa_cmd_opcode opcode) in gsi_trans_tre_fill()
546 enum ipa_cmd_opcode opcode = IPA_CMD_NONE; in __gsi_trans_commit() local
/Linux-v5.15/arch/powerpc/platforms/pseries/
DhvCall_inst.c86 static void probe_hcall_entry(void *ignored, unsigned long opcode, unsigned long *args) in probe_hcall_entry()
98 static void probe_hcall_exit(void *ignored, unsigned long opcode, long retval, in probe_hcall_exit()
/Linux-v5.15/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_main.c367 unsigned int opcode = *(u8 *)rsp; in chtls_recv_packet() local
385 unsigned int opcode; in chtls_recv_rsp() local
425 unsigned int opcode; in chtls_recv() local
442 unsigned int opcode; in chtls_uld_rx_handler() local
/Linux-v5.15/arch/nds32/kernel/
Dftrace.c94 unsigned long opcode = 0x46000000; in gen_sethi_insn() local
103 unsigned long opcode = 0x58000000; in gen_ori_insn() local
113 unsigned long opcode = 0x4a000001; in gen_jral_insn() local
/Linux-v5.15/net/nfc/nci/
Dcore.c340 __u16 opcode; member
365 int nci_core_cmd(struct nci_dev *ndev, __u16 opcode, size_t len, in nci_core_cmd()
1333 int nci_send_cmd(struct nci_dev *ndev, __u16 opcode, __u8 plen, const void *payload) in nci_send_cmd()
1367 __u16 opcode) in ops_cmd_lookup()
1410 int nci_prop_rsp_packet(struct nci_dev *ndev, __u16 opcode, in nci_prop_rsp_packet()
1417 int nci_prop_ntf_packet(struct nci_dev *ndev, __u16 opcode, in nci_prop_ntf_packet()
1424 int nci_core_rsp_packet(struct nci_dev *ndev, __u16 opcode, in nci_core_rsp_packet()
1431 int nci_core_ntf_packet(struct nci_dev *ndev, __u16 opcode, in nci_core_ntf_packet()
/Linux-v5.15/drivers/acpi/acpica/
Dpsargs.c366 u16 opcode; in acpi_ps_get_next_simple_arg() local
461 u16 opcode; in acpi_ps_get_next_field() local
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_cmd.c72 static bool hclgevf_is_special_opcode(u16 opcode) in hclgevf_is_special_opcode()
167 enum hclgevf_opcode_type opcode, bool is_read) in hclgevf_cmd_setup_basic_desc()
229 u16 opcode, desc_ret; in hclgevf_cmd_check_retval() local
/Linux-v5.15/include/uapi/linux/
Dnvme_ioctl.h13 __u8 opcode; member
28 __u8 opcode; member
49 __u8 opcode; member
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dcmd.h33 static inline int mlxsw_cmd_exec_in(struct mlxsw_core *mlxsw_core, u16 opcode, in mlxsw_cmd_exec_in()
41 static inline int mlxsw_cmd_exec_out(struct mlxsw_core *mlxsw_core, u16 opcode, in mlxsw_cmd_exec_out()
51 static inline int mlxsw_cmd_exec_none(struct mlxsw_core *mlxsw_core, u16 opcode, in mlxsw_cmd_exec_none()
79 static inline const char *mlxsw_cmd_opcode_str(u16 opcode) in mlxsw_cmd_opcode_str()
/Linux-v5.15/drivers/mmc/core/
Dsdio_ops.h26 static inline bool sdio_is_io_busy(u32 opcode, u32 arg) in sdio_is_io_busy()
/Linux-v5.15/include/linux/
Dmmiotrace.h93 unsigned char opcode; /* one of MMIO_{READ,WRITE,UNKNOWN_OP} */ member
102 unsigned char opcode; /* MMIO_PROBE or MMIO_UNPROBE */ member
/Linux-v5.15/arch/x86/platform/intel/
Diosf_mbi.c97 int iosf_mbi_read(u8 port, u8 opcode, u32 offset, u32 *mdr) in iosf_mbi_read()
120 int iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr) in iosf_mbi_write()
143 int iosf_mbi_modify(u8 port, u8 opcode, u32 offset, u32 mdr, u32 mask) in iosf_mbi_modify()
/Linux-v5.15/drivers/spmi/
Dspmi.c94 spmi_cmd(struct spmi_controller *ctrl, u8 opcode, u8 sid) in spmi_cmd()
106 static inline int spmi_read_cmd(struct spmi_controller *ctrl, u8 opcode, in spmi_read_cmd()
120 static inline int spmi_write_cmd(struct spmi_controller *ctrl, u8 opcode, in spmi_write_cmd()
/Linux-v5.15/drivers/net/ethernet/pensando/ionic/
Dionic_if.h118 u8 opcode; member
151 u8 opcode; member
170 u8 opcode; member
189 u8 opcode; member
210 u8 opcode; member
310 u8 opcode; member
552 u8 opcode; member
580 u8 opcode; member
661 u8 opcode; member
866 static inline u64 encode_txq_desc_cmd(u8 opcode, u8 flags, in encode_txq_desc_cmd()
[all …]
/Linux-v5.15/arch/arm/kernel/
Dopcodes.c52 asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr) in arm_check_condition()
/Linux-v5.15/arch/s390/include/asm/
Dcpacf.h174 static __always_inline void __cpacf_query(unsigned int opcode, cpacf_mask_t *mask) in __cpacf_query()
188 static __always_inline int __cpacf_check_opcode(unsigned int opcode) in __cpacf_check_opcode()
213 static __always_inline int cpacf_query(unsigned int opcode, cpacf_mask_t *mask) in cpacf_query()
228 static __always_inline int cpacf_query_func(unsigned int opcode, unsigned int func) in cpacf_query_func()
/Linux-v5.15/arch/arm/nwfpe/
Dfpa11_cpdo.c18 unsigned int EmulateCPDO(const unsigned int opcode) in EmulateCPDO()
/Linux-v5.15/drivers/scsi/megaraid/
Dmegaraid_mm.c285 uint8_t opcode; in handle_drvrcmd() local
360 uint8_t opcode; in mimd_to_kioc() local
807 uint8_t opcode; in kioc_to_mimd() local
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_cmd.c89 enum hclge_opcode_type opcode, bool is_read) in hclge_cmd_setup_basic_desc()
167 static bool hclge_is_special_opcode(u16 opcode) in hclge_is_special_opcode()
245 u16 opcode, desc_ret; in hclge_cmd_check_retval() local
/Linux-v5.15/include/trace/events/
Dtarget.h15 #define scsi_opcode_name(opcode) { opcode, #opcode } argument
/Linux-v5.15/include/linux/netfilter/
Dnf_conntrack_tftp.h13 __be16 opcode; member
/Linux-v5.15/drivers/mtd/spi-nor/controllers/
Dintel-spi.c427 static int intel_spi_opcode_index(struct intel_spi *ispi, u8 opcode, int optype) in intel_spi_opcode_index()
448 static int intel_spi_hw_cycle(struct intel_spi *ispi, u8 opcode, size_t len) in intel_spi_hw_cycle()
491 static int intel_spi_sw_cycle(struct intel_spi *ispi, u8 opcode, size_t len, in intel_spi_sw_cycle()
557 static int intel_spi_read_reg(struct spi_nor *nor, u8 opcode, u8 *buf, in intel_spi_read_reg()
578 static int intel_spi_write_reg(struct spi_nor *nor, u8 opcode, const u8 *buf, in intel_spi_write_reg()

12345678910>>...24