/linux/include/uapi/linux/can/ |
H A D | bcm.h | 68 __u32 opcode; member
|
/linux/include/net/bluetooth/ |
H A D | hci_mon.h | 28 __le16 opcode; member
|
/linux/tools/firewire/ |
H A D | decode-fcp.c | 137 uint32_t opcode:8; member
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gpu_commands.h | 37 #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 D | myrb.h | 578 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 D | libiscsi.c | 243 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 D | hci_core.c | 1469 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 D | disasm.c | 329 u8 opcode = BPF_OP(insn->code); print_bpf_insn() local
|
/linux/tools/testing/selftests/bpf/ |
H A D | disasm.c | 329 u8 opcode = BPF_OP(insn->code); print_bpf_insn() local
|
/linux/sound/soc/qcom/qdsp6/ |
H A D | audioreach.c | 205 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 D | sdhci_am654.c | 441 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 D | sdhci-of-dwcmshc.c | 480 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 D | btrtl.c | 471 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 D | btrtl.h | 62 __le32 opcode; member 91 u32 opcode; member
|
/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 275 u8 opcode; in bnx2fc_srr_compl() local 390 u8 opcode; in bnx2fc_rec_compl() local
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | cdn-dp-reg.c | 107 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 D | octeon_device.c | 1076 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 D | siw_qp_rx.c | 1001 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 D | dsutils.c | 430 u16 opcode; in acpi_ds_create_operand() local
|
H A D | dsmthdat.c | 652 acpi_ds_method_data_get_type(u16 opcode, in acpi_ds_method_data_get_type()
|
/linux/arch/riscv/kernel/probes/ |
H A D | uprobes.c | 34 probe_opcode_t opcode; in arch_uprobe_analyze_insn() local
|
/linux/drivers/net/ovpn/ |
H A D | udp.c | 74 u8 opcode; in ovpn_udp_encap_recv() local
|
/linux/arch/arc/kernel/ |
H A D | kgdb.c | 78 uint16_t opcode[2]; member
|
/linux/arch/powerpc/sysdev/ |
H A D | cpm2.c | 81 int cpm_command(u32 command, u8 opcode) in cpm_command()
|
/linux/drivers/gpu/drm/xe/instructions/ |
H A D | xe_mi_commands.h | 21 #define __MI_INSTR(opcode) \ argument
|