/linux/drivers/acpi/acpica/ |
H A D | acinterp.h | 34 u8 opcode; member
|
H A D | nsxfname.c | 486 u16 opcode; in ACPI_EXPORT_SYMBOL() local
|
/linux/net/bluetooth/ |
H A D | hci_sync.c | 23 static void hci_cmd_sync_complete(struct hci_dev *hdev, u8 result, u16 opcode, in hci_cmd_sync_complete() argument 51 struct sk_buff *hci_cmd_sync_alloc(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_cmd_sync_alloc() argument 85 static void hci_cmd_sync_add(struct hci_request *req, u16 opcode, u32 plen, in hci_cmd_sync_add() argument 156 __hci_cmd_sync_sk(struct hci_dev * hdev,u16 opcode,u32 plen,const void * param,u8 event,u32 timeout,struct sock * sk) __hci_cmd_sync_sk() argument 220 __hci_cmd_sync(struct hci_dev * hdev,u16 opcode,u32 plen,const void * param,u32 timeout) __hci_cmd_sync() argument 228 hci_cmd_sync(struct hci_dev * hdev,u16 opcode,u32 plen,const void * param,u32 timeout) hci_cmd_sync() argument 247 __hci_cmd_sync_ev(struct hci_dev * hdev,u16 opcode,u32 plen,const void * param,u8 event,u32 timeout) __hci_cmd_sync_ev() argument 256 __hci_cmd_sync_status_sk(struct hci_dev * hdev,u16 opcode,u32 plen,const void * param,u8 event,u32 timeout,struct sock * sk) __hci_cmd_sync_status_sk() argument 284 __hci_cmd_sync_status(struct hci_dev * hdev,u16 opcode,u32 plen,const void * param,u32 timeout) __hci_cmd_sync_status() argument 292 hci_cmd_sync_status(struct hci_dev * hdev,u16 opcode,u32 plen,const void * param,u32 timeout) hci_cmd_sync_status() argument 2660 u16 opcode = extended ? HCI_OP_READ_LOCAL_OOB_EXT_DATA : hci_read_local_oob_data_sync() local [all...] |
H A D | hci_core.c | 1467 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() argument 3115 int __hci_cmd_send(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_send() argument 3147 hci_cmd_data(struct sk_buff * skb,__u16 opcode) hci_cmd_data() argument 3163 hci_sent_cmd_data(struct hci_dev * hdev,__u16 opcode) hci_sent_cmd_data() argument 3936 u16 opcode; hci_resend_last() local 3954 hci_req_cmd_complete(struct hci_dev * hdev,u16 opcode,u8 status,hci_req_complete_t * req_complete,hci_req_complete_skb_t * req_complete_skb) hci_req_cmd_complete() argument [all...] |
/linux/drivers/infiniband/hw/cxgb4/ |
H A D | t4fw_ri_api.h | 538 __u8 opcode; member 564 __u8 opcode; member 587 __u8 opcode; member 616 __u8 opcode; member 633 __u8 opcode; member 642 __u8 opcode; member 680 __u8 opcode; member 717 __u8 opcode; member 729 __u8 opcode; member
|
/linux/drivers/crypto/cavium/cpt/ |
H A D | request_manager.h | 46 union opcode_info opcode; member 117 __be16 opcode; member
|
/linux/include/uapi/linux/mmc/ |
H A D | ioctl.h | 18 __u32 opcode; member
|
/linux/include/uapi/linux/ |
H A D | cfm_bridge.h | 31 __u8 opcode; member
|
/linux/drivers/scsi/megaraid/ |
H A D | megaraid_mm.h | 68 uint8_t opcode; member
|
/linux/arch/x86/kernel/ |
H A D | static_call.c | 116 u8 opcode = insn[0]; in __static_call_validate() local
|
/linux/drivers/atm/ |
H A D | fore200e.h | 249 typedef enum opcode { enum 293 struct activate_opcode opcode; /* activate VC command opcode */ member 313 struct deactivate_opcode opcode; /* deactivate VC command opcode */ member 344 struct oc3_opcode opcode; /* set/get OC-3 regs command opcode */ member 465 struct stats_opcode opcode; /* get statistics command opcode */ member 492 struct prom_opcode opcode; /* get PROM data command opcode */ member 500 enum opcode opcode; /* operation code */ member 669 enum opcode opcode; /* initialize command */ member
|
/linux/fs/fuse/ |
H A D | file.c | 27 unsigned int open_flags, int opcode, in fuse_send_open() 132 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_file_open() local 293 unsigned int flags, int opcode, bool sync) in fuse_prepare_release() 342 int opcode = isdir ? FUSE_RELEASEDIR : FUSE_RELEASE; in fuse_file_release() local 499 int datasync, int opcode) in fuse_fsync_common() 569 size_t count, int opcode) in fuse_read_args_fill() 2387 const struct file_lock *fl, int opcode, pid_t pid, in fuse_lk_fill() 2436 int opcode = (fl->c.flc_flags & FL_SLEEP) ? FUSE_SETLKW : FUSE_SETLK; in fuse_setlk() local
|
/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_hdr.h | 24 u8 opcode; /* bth opcode of packet */ member 62 u8 opcode; member 91 static inline void __bth_set_opcode(void *arg, u8 opcode) in __bth_set_opcode() 285 static inline void bth_set_opcode(struct rxe_pkt_info *pkt, u8 opcode) in bth_set_opcode() 405 static inline void bth_init(struct rxe_pkt_info *pkt, u8 opcode, int se, in bth_init()
|
/linux/drivers/scsi/qedf/ |
H A D | qedf_els.c | 550 u8 opcode; in qedf_srr_compl() local 848 u8 opcode; in qedf_rec_compl() local
|
/linux/include/uapi/scsi/ |
H A D | scsi_bsg_ufs.h | 109 __u8 opcode; member 133 __u8 opcode; member
|
/linux/include/net/bluetooth/ |
H A D | hci_sock.h | 53 __le16 opcode; member 59 __le16 opcode; member
|
H A D | hci_mon.h | 28 __le16 opcode; member
|
/linux/drivers/mmc/host/ |
H A D | sdhci-pci-o2micro.c | 210 static void __sdhci_o2_execute_tuning(struct sdhci_host *host, u32 opcode) in __sdhci_o2_execute_tuning() 314 static int sdhci_o2_execute_tuning(struct mmc_host *mmc, u32 opcode) in sdhci_o2_execute_tuning()
|
H A D | meson-mx-sdhc-mmc.c | 410 u32 opcode) in meson_mx_sdhc_tuning_point_matches() 424 static int meson_mx_sdhc_execute_tuning(struct mmc_host *mmc, u32 opcode) in meson_mx_sdhc_execute_tuning()
|
/linux/arch/s390/kernel/ |
H A D | dis.c | 65 unsigned char opcode; member 344 static struct s390_insn opcode[] = OPCODE_TABLE_INITIALIZER; variable
|
/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/include/uapi/linux/can/ |
H A D | bcm.h | 68 __u32 opcode; member
|
/linux/tools/firewire/ |
H A D | decode-fcp.c | 137 uint32_t opcode:8; member
|
/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
|
/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() argument 242 void *audioreach_alloc_pkt(int payload_size, uint32_t opcode, uint32_t token, in audioreach_alloc_pkt() argument 249 void *audioreach_alloc_apm_pkt(int pkt_size, uint32_t opcode, uint32_t token, uint32_t src_port) in audioreach_alloc_apm_pkt() argument 256 void *audioreach_alloc_cmd_pkt(int payload_size, uint32_t opcode, uint32_t token, in audioreach_alloc_cmd_pkt() argument 263 void *audioreach_alloc_apm_cmd_pkt(int pkt_size, uint32_t opcode, uint32_ argument [all...] |