Home
last modified time | relevance | path

Searched defs:opcode (Results 176 – 200 of 562) sorted by relevance

12345678910>>...23

/linux/include/uapi/linux/can/
H A Dbcm.h68 __u32 opcode; member
/linux/include/net/bluetooth/
H A Dhci_mon.h28 __le16 opcode; member
/linux/tools/firewire/
H A Ddecode-fcp.c137 uint32_t opcode:8; member
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gpu_commands.h37 #define MI_INSTR(opcode, flags) \ argument
199 #define GFX_INSTR(opcode, flags) ((0x3 << 29) | ((opcode) << 24) | (flags)) argument
345 #define MI_MATH_INSTR(opcode, op1, op2) ((opcode) << 20 | (op1) << 10 | (op2)) argument
440 #define GSC_INSTR(opcode, data, flags) \ argument
/linux/drivers/scsi/
H A Dmyrb.h578 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
583 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
590 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
598 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
606 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
616 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
626 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
635 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
644 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
662 enum myrb_cmd_opcode opcode; /* Byte 0 */ member
H A Dlibiscsi.c243 static int iscsi_check_tmf_restrictions(struct iscsi_task *task, int opcode) in iscsi_check_tmf_restrictions()
658 uint8_t opcode = hdr->opcode & ISCSI_OPCODE_MASK; in iscsi_prep_mgmt_task() local
710 uint8_t opcode = hdr->opcode & ISCSI_OPCODE_MASK; in iscsi_alloc_mgmt_task() local
1094 int opcode, rc = 0; in iscsi_handle_reject() local
1216 int opcode = hdr->opcode & ISCSI_OPCODE_MASK, rc = 0; in __iscsi_complete_pdu() local
/linux/net/bluetooth/
H A Dhci_core.c1469 u16 opcode = hci_skb_opcode(hdev->req_skb); in hci_cmd_timeout() local
3091 int hci_send_cmd(struct hci_dev *hdev, __u16 opcode, __u32 plen, in hci_send_cmd()
3115 int __hci_cmd_send(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_send()
3147 static void *hci_cmd_data(struct sk_buff *skb, __u16 opcode) in hci_cmd_data()
3163 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 opcode) in hci_sent_cmd_data()
3935 u16 opcode; in hci_resend_last() local
3953 void hci_req_cmd_complete(struct hci_dev *hdev, u16 opcode, u8 status, in hci_req_cmd_complete()
/linux/kernel/bpf/
H A Ddisasm.c329 u8 opcode = BPF_OP(insn->code); print_bpf_insn() local
/linux/tools/testing/selftests/bpf/
H A Ddisasm.c329 u8 opcode = BPF_OP(insn->code); print_bpf_insn() local
/linux/sound/soc/qcom/qdsp6/
H A Daudioreach.c205 static void *__audioreach_alloc_pkt(int payload_size, uint32_t opcode, uint32_t token, in __audioreach_alloc_pkt()
242 void *audioreach_alloc_pkt(int payload_size, uint32_t opcode, uint32_t token, in audioreach_alloc_pkt()
249 void *audioreach_alloc_apm_pkt(int pkt_size, uint32_t opcode, uint32_t token, uint32_t src_port) in audioreach_alloc_apm_pkt()
256 void *audioreach_alloc_cmd_pkt(int payload_size, uint32_t opcode, uint32_t token, in audioreach_alloc_cmd_pkt()
263 void *audioreach_alloc_apm_cmd_pkt(int pkt_size, uint32_t opcode, uint32_t token) in audioreach_alloc_apm_cmd_pkt()
/linux/drivers/mmc/host/
H A Dsdhci_am654.c441 static int sdhci_am654_execute_tuning(struct mmc_host *mmc, u32 opcode) in sdhci_am654_execute_tuning()
529 u32 opcode) in sdhci_am654_do_tuning()
573 u32 opcode) in sdhci_am654_platform_execute_tuning()
H A Dsdhci-of-dwcmshc.c480 static int dwcmshc_execute_tuning(struct mmc_host *mmc, u32 opcode) in dwcmshc_execute_tuning()
772 static int th1520_execute_tuning(struct sdhci_host *host, u32 opcode) in th1520_execute_tuning()
939 static int cv18xx_retry_tuning(struct mmc_host *mmc, u32 opcode, int *cmd_error) in cv18xx_retry_tuning()
964 static int cv18xx_sdhci_execute_tuning(struct sdhci_host *host, u32 opcode) in cv18xx_sdhci_execute_tuning()
/linux/drivers/bluetooth/
H A Dbtrtl.c471 struct btrtl_device_info *btrtl_dev, u32 opcode, in btrtl_parse_section()
543 u32 opcode; in rtlbt_parse_firmware_v2() local
645 u8 opcode, length, data; in rtlbt_parse_firmware() local
H A Dbtrtl.h62 __le32 opcode; member
91 u32 opcode; member
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c275 u8 opcode; in bnx2fc_srr_compl() local
390 u8 opcode; in bnx2fc_rec_compl() local
/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.c107 u8 module_id, u8 opcode, in cdn_dp_mailbox_validate_receive()
159 u8 opcode, u16 size, u8 *message) in cdn_dp_mailbox_send()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_device.c1076 octeon_get_dispatch(struct octeon_device *octeon_dev, u16 opcode, in octeon_get_dispatch()
1135 u16 opcode, in octeon_register_dispatch_fn()
/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_rx.c1001 u8 opcode; in siw_get_hdr() local
1203 u8 opcode = __rdmap_get_opcode(&srx->hdr.ctrl); in siw_rdmap_complete() local
/linux/drivers/acpi/acpica/
H A Ddsutils.c430 u16 opcode; in acpi_ds_create_operand() local
H A Ddsmthdat.c652 acpi_ds_method_data_get_type(u16 opcode, in acpi_ds_method_data_get_type()
/linux/arch/riscv/kernel/probes/
H A Duprobes.c34 probe_opcode_t opcode; in arch_uprobe_analyze_insn() local
/linux/drivers/net/ovpn/
H A Dudp.c74 u8 opcode; in ovpn_udp_encap_recv() local
/linux/arch/arc/kernel/
H A Dkgdb.c78 uint16_t opcode[2]; member
/linux/arch/powerpc/sysdev/
H A Dcpm2.c81 int cpm_command(u32 command, u8 opcode) in cpm_command()
/linux/drivers/gpu/drm/xe/instructions/
H A Dxe_mi_commands.h21 #define __MI_INSTR(opcode) \ argument

12345678910>>...23