/linux-4.4.14/drivers/mmc/core/ |
H A D | sdio_ops.h | 24 static inline bool mmc_is_io_op(u32 opcode) mmc_is_io_op() argument
|
H A D | mmc_ops.c | 265 mmc_send_cxd_native(struct mmc_host *host, u32 arg, u32 *cxd, int opcode) mmc_send_cxd_native() argument 591 int mmc_send_tuning(struct mmc_host *host, u32 opcode, int *cmd_error) mmc_send_tuning() argument 661 mmc_send_bus_test(struct mmc_card *card, struct mmc_host *host, u8 opcode, mmc_send_bus_test() argument 762 unsigned int opcode; mmc_send_hpi_cmd() local 291 mmc_send_cxd_data(struct mmc_card *card, struct mmc_host *host, u32 opcode, void *buf, unsigned len) mmc_send_cxd_data() argument
|
/linux-4.4.14/net/bluetooth/ |
H A D | mgmt_util.h | 25 u16 opcode; member in struct:mgmt_pending_cmd
|
H A D | mgmt_util.c | 124 struct mgmt_pending_cmd *mgmt_pending_find(unsigned short channel, u16 opcode, mgmt_pending_find() argument 156 void mgmt_pending_foreach(u16 opcode, struct hci_dev *hdev, mgmt_pending_foreach() argument 170 struct mgmt_pending_cmd *mgmt_pending_add(struct sock *sk, u16 opcode, mgmt_pending_add() argument 139 mgmt_pending_find_data(unsigned short channel, u16 opcode, struct hci_dev *hdev, const void *data) mgmt_pending_find_data() argument
|
H A D | hci_request.c | 81 struct sk_buff *hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen, hci_prepare_cmd() argument 108 void hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen, hci_req_add_ev() argument 138 void hci_req_add(struct hci_request *req, u16 opcode, u32 plen, hci_req_add() argument 645 static void abort_conn_complete(struct hci_dev *hdev, u8 status, u16 opcode) abort_conn_complete() argument 554 update_background_scan_complete(struct hci_dev *hdev, u8 status, u16 opcode) update_background_scan_complete() argument
|
H A D | a2mp.c | 290 read_local_amp_info_complete(struct hci_dev *hdev, u8 status, u16 opcode) read_local_amp_info_complete() argument
|
H A D | amp.c | 224 read_local_amp_assoc_complete(struct hci_dev *hdev, u8 status, u16 opcode, struct sk_buff *skb) read_local_amp_assoc_complete() argument 322 write_remote_amp_assoc_complete(struct hci_dev *hdev, u8 status, u16 opcode, struct sk_buff *skb) write_remote_amp_assoc_complete() argument 420 create_phylink_complete(struct hci_dev *hdev, u8 status, u16 opcode) create_phylink_complete() argument 468 accept_phylink_complete(struct hci_dev *hdev, u8 status, u16 opcode) accept_phylink_complete() argument
|
H A D | hci_conn.c | 685 static void create_le_conn_complete(struct hci_dev *hdev, u8 status, u16 opcode) create_le_conn_complete() argument 936 hci_connect_le_scan_complete(struct hci_dev *hdev, u8 status, u16 opcode) hci_connect_le_scan_complete() argument
|
H A D | hci_sock.c | 258 __le16 opcode; hci_send_to_monitor() local 313 __le16 opcode; create_monitor_event() local 1048 u16 opcode, index, len; hci_mgmt_cmd() local 1233 u16 opcode = get_unaligned_le16(skb->data); hci_sock_sendmsg() local
|
/linux-4.4.14/include/linux/netfilter/ |
H A D | nf_conntrack_tftp.h | 7 __be16 opcode; member in struct:tftphdr
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
H A D | opal-tracepoints.c | 44 void __trace_opal_entry(unsigned long opcode, unsigned long *args) __trace_opal_entry() argument 65 void __trace_opal_exit(long opcode, unsigned long retval) __trace_opal_exit() argument
|
/linux-4.4.14/arch/arm/nwfpe/ |
H A D | fpa11.c | 47 int8 SetRoundingMode(const unsigned int opcode) SetRoundingMode() argument 65 int8 SetRoundingPrecision(const unsigned int opcode) SetRoundingPrecision() argument 97 unsigned int EmulateAll(unsigned int opcode) EmulateAll() argument
|
H A D | fpa11_cpdo.c | 30 unsigned int EmulateCPDO(const unsigned int opcode) EmulateCPDO() argument
|
H A D | fpa11_cprt.c | 35 unsigned int EmulateCPRT(const unsigned int opcode) EmulateCPRT() argument 69 unsigned int PerformFLT(const unsigned int opcode) PerformFLT() argument 112 unsigned int PerformFIX(const unsigned int opcode) PerformFIX() argument 154 static unsigned int PerformComparison(const unsigned int opcode) PerformComparison() argument
|
H A D | double_cpdo.c | 111 unsigned int DoubleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) DoubleCPDO() argument
|
H A D | extended_cpdo.c | 90 unsigned int ExtendedCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) ExtendedCPDO() argument
|
H A D | single_cpdo.c | 88 unsigned int SingleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) SingleCPDO() argument
|
H A D | fpa11_cpdt.c | 224 unsigned int PerformLDF(const unsigned int opcode) PerformLDF() argument 267 unsigned int PerformSTF(const unsigned int opcode) PerformSTF() argument 318 unsigned int PerformLFM(const unsigned int opcode) PerformLFM() argument 354 unsigned int PerformSFM(const unsigned int opcode) PerformSFM() argument 390 unsigned int EmulateCPDT(const unsigned int opcode) EmulateCPDT() argument
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | opcodes.c | 55 asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr) arm_check_condition() argument
|
H A D | insn.c | 38 unsigned long opcode = 0xea000000; __arm_gen_branch_arm() local
|
/linux-4.4.14/drivers/ssb/ |
H A D | driver_chipcommon_sflash.c | 72 static void ssb_sflash_cmd(struct ssb_chipcommon *cc, u32 opcode) ssb_sflash_cmd() argument
|
/linux-4.4.14/drivers/acpi/acpica/ |
H A D | exresop.c | 133 acpi_ex_resolve_operands(u16 opcode, acpi_ex_resolve_operands() argument
|
H A D | psopinfo.c | 69 const struct acpi_opcode_info *acpi_ps_get_opcode_info(u16 opcode) acpi_ps_get_opcode_info() argument 161 char *acpi_ps_get_opcode_name(u16 opcode) acpi_ps_get_opcode_name() argument
|
H A D | psutils.c | 89 void acpi_ps_init_op(union acpi_parse_object *op, u16 opcode) acpi_ps_init_op() argument 116 union acpi_parse_object *acpi_ps_alloc_op(u16 opcode, u8 *aml) acpi_ps_alloc_op() argument
|
H A D | psparse.c | 74 u32 acpi_ps_get_opcode_size(u32 opcode) acpi_ps_get_opcode_size() argument 103 u16 opcode; acpi_ps_peek_opcode() local
|
H A D | dsmthdat.c | 684 acpi_ds_method_data_get_type(u16 opcode, acpi_ds_method_data_get_type() argument
|
H A D | dsobject.c | 627 acpi_ds_init_object_from_op(struct acpi_walk_state *walk_state, union acpi_parse_object *op, u16 opcode, union acpi_operand_object **ret_obj_desc) acpi_ds_init_object_from_op() argument
|
H A D | exmisc.c | 414 u64 acpi_ex_do_math_op(u16 opcode, u64 integer0, u64 integer1) acpi_ex_do_math_op() argument 501 acpi_ex_do_logical_numeric_op(u16 opcode, acpi_ex_do_logical_numeric_op() argument 563 acpi_ex_do_logical_op(u16 opcode, acpi_ex_do_logical_op() argument
|
H A D | acinterp.h | 68 u8 opcode; member in struct:acpi_exdump_info
|
H A D | dsutils.c | 468 u16 opcode; acpi_ds_create_operand() local
|
H A D | nsxfname.c | 564 u16 opcode; ACPI_EXPORT_SYMBOL() local
|
H A D | psargs.c | 395 u16 opcode; acpi_ps_get_next_simple_arg() local 490 u16 opcode; acpi_ps_get_next_field() local
|
H A D | acresrc.h | 67 u8 opcode; member in struct:acpi_rsconvert_info 125 u8 opcode; member in struct:acpi_rsdump_info
|
/linux-4.4.14/arch/x86/lib/ |
H A D | inat.c | 27 insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode) inat_get_opcode_attribute() argument 40 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, int lpfx_id, inat_get_escape_attribute() argument 79 insn_attr_t inat_get_avx_attribute(insn_byte_t opcode, insn_byte_t vex_m, inat_get_avx_attribute() argument
|
H A D | insn.c | 205 struct insn_field *opcode = &insn->opcode; insn_get_opcode() local
|
/linux-4.4.14/arch/powerpc/xmon/ |
H A D | spu-dis.c | 58 unsigned int opcode = insn >> (32-11); get_index_for_opcode() local
|
H A D | ppc-dis.c | 33 const struct powerpc_opcode *opcode; print_insn_powerpc() local
|
H A D | ppc.h | 34 unsigned long opcode; member in struct:powerpc_opcode
|
H A D | spu.h | 86 unsigned int opcode; member in struct:spu_opcode
|
/linux-4.4.14/arch/blackfin/kernel/ |
H A D | dumpstack.c | 21 unsigned int opcode; is_bfin_call() local
|
H A D | traps.c | 75 int opcode; trap_c() local 568 unsigned int opcode; is_valid_bugaddr() local
|
H A D | pseudodbg.c | 106 bool execute_pseudodbg_assert(struct pt_regs *fp, unsigned int opcode) execute_pseudodbg_assert() argument 158 bool execute_pseudodbg(struct pt_regs *fp, unsigned int opcode) execute_pseudodbg() argument
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
H A D | inat.c | 27 insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode) inat_get_opcode_attribute() argument 40 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, int lpfx_id, inat_get_escape_attribute() argument 79 insn_attr_t inat_get_avx_attribute(insn_byte_t opcode, insn_byte_t vex_m, inat_get_avx_attribute() argument
|
H A D | insn.c | 205 struct insn_field *opcode = &insn->opcode; insn_get_opcode() local
|
H A D | insn.h | 43 struct insn_field opcode; /* member in struct:insn
|
/linux-4.4.14/drivers/bcma/ |
H A D | driver_chipcommon_sflash.c | 73 static void bcma_sflash_cmd(struct bcma_drv_cc *cc, u32 opcode) bcma_sflash_cmd() argument
|
/linux-4.4.14/arch/c6x/kernel/ |
H A D | module.c | 19 u32 opcode; fixup_pcr() local 53 u32 *location, opcode; apply_relocate_add() local
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | traps.c | 111 insn_size_t opcode; is_valid_bugaddr() local
|
H A D | kprobes.c | 45 kprobe_opcode_t opcode = *(kprobe_opcode_t *) (p->addr); arch_prepare_kprobe() local
|
H A D | traps_64.c | 39 insn_size_t opcode; read_opcode() local 458 insn_size_t opcode; misaligned_fixup() local 649 insn_size_t opcode = 0x6ff4fff0; /* guaranteed reserved opcode */ do_reserved_inst() local 83 generate_and_check_address(struct pt_regs *regs, insn_size_t opcode, int displacement_not_indexed, int width_shift, __u64 *address) generate_and_check_address() argument 165 misaligned_load(struct pt_regs *regs, insn_size_t opcode, int displacement_not_indexed, int width_shift, int do_sign_extend) misaligned_load() argument 240 misaligned_store(struct pt_regs *regs, insn_size_t opcode, int displacement_not_indexed, int width_shift) misaligned_store() argument 311 misaligned_fpu_load(struct pt_regs *regs, insn_size_t opcode, int displacement_not_indexed, int width_shift, int do_paired_load) misaligned_fpu_load() argument 383 misaligned_fpu_store(struct pt_regs *regs, insn_size_t opcode, int displacement_not_indexed, int width_shift, int do_paired_load) misaligned_fpu_store() argument
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
H A D | ipath_uc.c | 244 int opcode; ipath_uc_rcv() local
|
H A D | ipath_rc.c | 728 u32 opcode; reset_psn() local 857 static int do_rc_ack(struct ipath_qp *qp, u32 aeth, u32 psn, int opcode, do_rc_ack() argument 1574 u32 opcode; ipath_rc_rcv() local 1117 ipath_rc_rcv_resp(struct ipath_ibdev *dev, struct ipath_other_headers *ohdr, void *data, u32 tlen, struct ipath_qp *qp, u32 opcode, u32 psn, u32 hdrsize, u32 pmtu, int header_in_data) ipath_rc_rcv_resp() argument 1335 ipath_rc_rcv_error(struct ipath_ibdev *dev, struct ipath_other_headers *ohdr, void *data, struct ipath_qp *qp, u32 opcode, u32 psn, int diff, int header_in_data) ipath_rc_rcv_error() argument
|
H A D | ipath_ud.c | 412 int opcode; ipath_ud_rcv() local
|
/linux-4.4.14/drivers/scsi/megaraid/ |
H A D | megaraid_mm.h | 72 uint8_t opcode; member in struct:mimd::__anon9805::__anon9806
|
H A D | megaraid_mm.c | 289 uint8_t opcode; handle_drvrcmd() local 364 uint8_t opcode; mimd_to_kioc() local 807 uint8_t opcode; kioc_to_mimd() local
|
H A D | megaraid_ioctl.h | 124 uint32_t opcode; member in struct:uioc
|
/linux-4.4.14/drivers/scsi/ |
H A D | nsp32_debug.c | 63 static void print_opcodek(unsigned char opcode) print_opcodek() argument
|
H A D | ps3rom.c | 100 unsigned char opcode = cmd->cmnd[0]; ps3rom_atapi_request() local 220 unsigned char opcode; ps3rom_queuecommand_lck() local
|
H A D | ultrastor.c | 178 unsigned char opcode: 3; /* type of command */ member in struct:mscp
|
H A D | wd719x.c | 118 static int wd719x_direct_cmd(struct wd719x *wd, u8 opcode, u8 dev, u8 lun, wd719x_direct_cmd() argument 484 static int wd719x_reset(struct scsi_cmnd *cmd, u8 opcode, u8 device) wd719x_reset() argument
|
H A D | constants.c | 26 int opcode; member in struct:sa_name_list 259 bool scsi_opcode_sa_name(int opcode, int service_action, scsi_opcode_sa_name() argument
|
H A D | libiscsi_tcp.c | 647 int rc = 0, opcode, ahslen; iscsi_tcp_hdr_dissect() local
|
H A D | scsi.c | 868 scsi_report_opcode(struct scsi_device *sdev, unsigned char *buffer, unsigned int len, unsigned char opcode) scsi_report_opcode() argument
|
H A D | NCR5380.c | 770 static void lprint_opcode(int opcode, struct seq_file *m) lprint_opcode() argument
|
H A D | atari_scsi.c | 633 unsigned char opcode = cmd->cmnd[0]; falcon_classify_cmd() local
|
H A D | iscsi_tcp.c | 529 static int iscsi_sw_tcp_pdu_alloc(struct iscsi_task *task, uint8_t opcode) iscsi_sw_tcp_pdu_alloc() argument
|
/linux-4.4.14/drivers/scsi/pcmcia/ |
H A D | nsp_debug.c | 65 static void print_opcodek(unsigned char opcode) print_opcodek() argument
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
H A D | sti_awg_utils.c | 11 enum opcode { enum 23 static int awg_generate_instr(enum opcode opcode, awg_generate_instr() argument
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
H A D | qib_uc.c | 246 u32 opcode; qib_uc_rcv() local
|
H A D | qib_ud.c | 432 int opcode; qib_ud_rcv() local
|
H A D | qib_rc.c | 789 u32 opcode; reset_psn() local 977 u32 opcode; qib_rc_send_complete() local 1129 static int do_rc_ack(struct qib_qp *qp, u32 aeth, u32 psn, int opcode, do_rc_ack() argument 1869 u32 opcode; qib_rc_rcv() local 1399 qib_rc_rcv_resp(struct qib_ibport *ibp, struct qib_other_headers *ohdr, void *data, u32 tlen, struct qib_qp *qp, u32 opcode, u32 psn, u32 hdrsize, u32 pmtu, struct qib_ctxtdata *rcd) qib_rc_rcv_resp() argument 1624 qib_rc_rcv_error(struct qib_other_headers *ohdr, void *data, struct qib_qp *qp, u32 opcode, u32 psn, int diff, struct qib_ctxtdata *rcd) qib_rc_rcv_error() argument
|
H A D | qib_driver.c | 314 u32 opcode; qib_rcv_hdrerr() local
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | step.c | 57 unsigned char opcode[15]; is_setting_trap_flag() local
|
H A D | paravirt.c | 88 unsigned char opcode; member in struct:branch
|
H A D | alternative.c | 277 static inline bool is_jmp(const u8 opcode) is_jmp() argument 663 void *__init_or_module text_poke_early(void *addr, const void *opcode, text_poke_early() argument 689 void *text_poke(void *addr, const void *opcode, size_t len) text_poke() argument 772 void *text_poke_bp(void *addr, const void *opcode, size_t len, void *handler) text_poke_bp() argument
|
H A D | uprobes.c | 608 static bool is_cond_jmp_opcode(u8 opcode) is_cond_jmp_opcode() argument
|
H A D | vm86_32.c | 580 unsigned char opcode; handle_vm86_fault() local
|
/linux-4.4.14/net/ceph/ |
H A D | debugfs.c | 151 int opcode; osdc_show() local
|
/linux-4.4.14/include/net/bluetooth/ |
H A D | hci_mon.h | 28 __le16 opcode; member in struct:hci_mon_hdr
|
H A D | hci_sock.h | 52 __le16 opcode; member in struct:hci_filter 58 __le16 opcode; member in struct:hci_ufilter
|
/linux-4.4.14/include/uapi/linux/mmc/ |
H A D | ioctl.h | 13 __u32 opcode; member in struct:mmc_ioc_cmd
|
/linux-4.4.14/include/uapi/linux/netfilter_bridge/ |
H A D | ebt_arp.h | 23 __be16 opcode; member in struct:ebt_arp_info
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | jump_label.c | 16 u16 opcode; member in struct:insn
|
H A D | traps.c | 183 __u8 opcode[6]; illegal_op() local
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | brl_emu.c | 58 unsigned long opcode, btype, qp, offset, cpl; ia64_emulate_brl() local
|
/linux-4.4.14/arch/arm/probes/ |
H A D | decode-thumb.c | 846 static void __kprobes thumb16_singlestep(probes_opcode_t opcode, thumb16_singlestep() argument 855 static void __kprobes thumb32_singlestep(probes_opcode_t opcode, thumb32_singlestep() argument
|
H A D | decode.c | 178 void __kprobes probes_simulate_nop(probes_opcode_t opcode, probes_simulate_nop() argument 184 void __kprobes probes_emulate_none(probes_opcode_t opcode, probes_emulate_none() argument
|
/linux-4.4.14/tools/firewire/ |
H A D | decode-fcp.c | 136 uint32_t opcode:8; member in struct:avc_frame
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | trace.c | 56 u8 opcode; ibhdr_exhdr_len() local 82 parse_everbs_hdrs( struct trace_seq *p, u8 opcode, void *ehdrs) parse_everbs_hdrs() argument
|
H A D | uc.c | 271 u32 opcode; hfi1_uc_rcv() local
|
H A D | ud.c | 644 int opcode; hfi1_ud_rcv() local
|
H A D | rc.c | 800 u32 opcode; reset_psn() local 990 u32 opcode; hfi1_rc_send_complete() local 1160 static int do_rc_ack(struct hfi1_qp *qp, u32 aeth, u32 psn, int opcode, do_rc_ack() argument 1947 u32 bth0, opcode; hfi1_rc_rcv() local 2393 u32 opcode; hfi1_rc_hdrerr() local 1430 rc_rcv_resp(struct hfi1_ibport *ibp, struct hfi1_other_headers *ohdr, void *data, u32 tlen, struct hfi1_qp *qp, u32 opcode, u32 psn, u32 hdrsize, u32 pmtu, struct hfi1_ctxtdata *rcd) rc_rcv_resp() argument 1626 rc_rcv_error(struct hfi1_other_headers *ohdr, void *data, struct hfi1_qp *qp, u32 opcode, u32 psn, int diff, struct hfi1_ctxtdata *rcd) rc_rcv_error() argument
|
H A D | driver.c | 348 u32 opcode; rcv_hdrerr() local
|
H A D | user_sdma.c | 496 u8 opcode, sc, vl; hfi1_user_sdma_process_request() local
|
/linux-4.4.14/drivers/mmc/host/ |
H A D | sdhci-sirf.c | 80 static int sdhci_sirf_execute_tuning(struct sdhci_host *host, u32 opcode) sdhci_sirf_execute_tuning() argument
|
H A D | dw_mmc-rockchip.c | 86 static int dw_mci_rk3288_execute_tuning(struct dw_mci_slot *slot, u32 opcode) dw_mci_rk3288_execute_tuning() argument
|
H A D | dw_mmc-exynos.c | 449 static int dw_mci_exynos_execute_tuning(struct dw_mci_slot *slot, u32 opcode) dw_mci_exynos_execute_tuning() argument
|
H A D | sdricoh_cs.c | 167 static int sdricoh_mmc_cmd(struct sdricoh_host *host, unsigned char opcode, sdricoh_mmc_cmd() argument 271 unsigned char opcode = cmd->opcode; sdricoh_request() local
|
H A D | rtsx_usb_sdmmc.c | 719 static int sd_tuning_rx(struct rtsx_usb_sdmmc *host, u8 opcode) sd_tuning_rx() argument 1268 static int sdmmc_execute_tuning(struct mmc_host *mmc, u32 opcode) sdmmc_execute_tuning() argument 681 sd_tuning_rx_cmd(struct rtsx_usb_sdmmc *host, u8 opcode, u8 sample_point) sd_tuning_rx_cmd() argument 703 sd_tuning_phase(struct rtsx_usb_sdmmc *host, u8 opcode, u16 *phase_map) sd_tuning_phase() argument
|
H A D | sdhci-msm.c | 346 static int sdhci_msm_execute_tuning(struct sdhci_host *host, u32 opcode) sdhci_msm_execute_tuning() argument
|
H A D | rtsx_pci_sdmmc.c | 748 static int sd_tuning_rx(struct realtek_pci_sdmmc *host, u8 opcode) sd_tuning_rx() argument 1273 static int sdmmc_execute_tuning(struct mmc_host *mmc, u32 opcode) sdmmc_execute_tuning() argument 708 sd_tuning_rx_cmd(struct realtek_pci_sdmmc *host, u8 opcode, u8 sample_point) sd_tuning_rx_cmd() argument 730 sd_tuning_phase(struct realtek_pci_sdmmc *host, u8 opcode, u32 *phase_map) sd_tuning_phase() argument
|
/linux-4.4.14/drivers/mtd/devices/ |
H A D | bcm47xxsflash.c | 20 static void bcm47xxsflash_cmd(struct bcm47xxsflash *b47s, u32 opcode) bcm47xxsflash_cmd() argument
|
H A D | m25p80.c | 64 static int m25p80_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) m25p80_write_reg() argument
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
H A D | usb-fw.c | 188 int opcode = _cmd == NULL ? -1 : i2400m_brh_get_opcode(_cmd); i2400mu_bus_bm_cmd_send() local
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | intel_sideband.c | 42 vlv_sideband_rw(struct drm_i915_private *dev_priv, u32 devfn, u32 port, u32 opcode, u32 addr, u32 *val) vlv_sideband_rw() argument
|
/linux-4.4.14/drivers/bluetooth/ |
H A D | btbcm.c | 112 u16 opcode; btbcm_patchram() local
|
H A D | btintel.h | 68 __le16 opcode; member in struct:intel_secure_send_result
|
H A D | btmrvl_main.c | 60 u16 opcode; btmrvl_check_evtpkt() local 175 static int btmrvl_send_sync_cmd(struct btmrvl_private *priv, u16 opcode, btmrvl_send_sync_cmd() argument
|
H A D | btrtl.c | 75 u8 opcode, length, data, rom_version = 0; rtl8723b_parse_firmware() local
|
H A D | hci_vhci.c | 91 static int __vhci_create_device(struct vhci_data *data, __u8 opcode) __vhci_create_device() argument 158 static int vhci_create_device(struct vhci_data *data, __u8 opcode) vhci_create_device() argument 174 __u8 pkt_type, opcode; vhci_get_user() local
|
H A D | hci_bcsp.c | 212 __le16 opcode = ((struct hci_command_hdr *)data)->opcode; bcsp_prepare_pkt() local
|
H A D | hci_intel.c | 65 __u8 opcode; member in struct:hci_lpm_pkt 450 static int inject_cmd_complete(struct hci_dev *hdev, __u16 opcode) inject_cmd_complete() argument 1131 __u16 opcode = le16_to_cpu(cmd->opcode); intel_dequeue() local
|
/linux-4.4.14/arch/arc/kernel/ |
H A D | kgdb.c | 80 uint16_t opcode[2]; member in struct:single_step_data_t
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
H A D | ptrace.c | 277 unsigned long opcode; insn_size() local
|
/linux-4.4.14/include/video/ |
H A D | metronomefb.h | 17 u16 opcode; member in struct:metromem_cmd
|
/linux-4.4.14/include/uapi/linux/can/ |
H A D | bcm.h | 67 __u32 opcode; member in struct:bcm_msg_head
|
/linux-4.4.14/include/uapi/linux/ |
H A D | nvme_ioctl.h | 21 __u8 opcode; member in struct:nvme_user_io 36 __u8 opcode; member in struct:nvme_passthru_cmd
|
H A D | ndctl.h | 53 __u32 opcode; member in struct:nd_cmd_vendor_hdr
|
/linux-4.4.14/include/linux/ |
H A D | mmiotrace.h | 92 unsigned char opcode; /* one of MMIO_{READ,WRITE,UNKNOWN_OP} */ member in struct:mmiotrace_rw 101 unsigned char opcode; /* MMIO_PROBE or MMIO_UNPROBE */ member in struct:mmiotrace_map
|
H A D | kprobes.h | 110 kprobe_opcode_t opcode; member in struct:kprobe
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
H A D | hvCall_inst.c | 106 static void probe_hcall_entry(void *ignored, unsigned long opcode, unsigned long *args) probe_hcall_entry() argument 118 static void probe_hcall_exit(void *ignored, unsigned long opcode, unsigned long retval, probe_hcall_exit() argument
|
H A D | lpar.c | 700 void __trace_hcall_entry(unsigned long opcode, unsigned long *args) __trace_hcall_entry() argument 728 void __trace_hcall_exit(long opcode, unsigned long retval, __trace_hcall_exit() argument
|
/linux-4.4.14/arch/arm/probes/uprobes/ |
H A D | core.c | 51 probes_opcode_t opcode; arch_uprobe_skip_sstep() local
|
/linux-4.4.14/arch/avr32/kernel/ |
H A D | traps.c | 175 unsigned short opcode; is_valid_bugaddr() local
|
/linux-4.4.14/net/irda/ |
H A D | irlmp_frame.c | 58 irlmp_send_lcf_pdu(struct lap_cb *self, __u8 dlsap, __u8 slsap, __u8 opcode, struct sk_buff *skb) irlmp_send_lcf_pdu() argument
|
H A D | iriap.c | 820 __u8 opcode; iriap_data_indication() local 911 __u8 opcode; iriap_call_indication() local
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw.c | 367 u32 opcode, new, old, tmp1, tmp2; sym_fw_bind_script() local
|
/linux-4.4.14/drivers/spmi/ |
H A D | spmi.c | 99 spmi_cmd(struct spmi_controller *ctrl, u8 opcode, u8 sid) spmi_cmd() argument 111 static inline int spmi_read_cmd(struct spmi_controller *ctrl, u8 opcode, spmi_read_cmd() argument 125 static inline int spmi_write_cmd(struct spmi_controller *ctrl, u8 opcode, spmi_write_cmd() argument
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
H A D | aic94xx_task.c | 218 u8 opcode = dl->opcode; asd_task_tasklet_complete() local
|
/linux-4.4.14/drivers/gpu/host1x/ |
H A D | job.c | 398 u32 opcode = (word & 0xf0000000) >> 28; validate() local
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_adminq.c | 924 i40e_fill_default_direct_cmd_desc(struct i40e_aq_desc *desc, u16 opcode) i40e_fill_default_direct_cmd_desc() argument
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
H A D | i40e_adminq.c | 858 i40evf_fill_default_direct_cmd_desc(struct i40e_aq_desc *desc, u16 opcode) i40evf_fill_default_direct_cmd_desc() argument
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tx.c | 168 u8 opcode = MLX5_OPCODE_SEND; mlx5e_sq_xmit() local
|
/linux-4.4.14/drivers/net/ethernet/microchip/ |
H A D | encx24j600-regmap.c | 41 static int encx24j600_cmdn(struct encx24j600_context *ctx, u8 opcode, encx24j600_cmdn() argument
|
/linux-4.4.14/arch/tile/kernel/ |
H A D | kgdb.c | 185 unsigned int opcode; get_step_address() local
|
H A D | single_step.c | 419 int opcode = get_Opcode_X1(bundle); single_step_once() local 604 int opcode = get_Opcode_Y2(bundle); single_step_once() local
|
H A D | unaligned.c | 589 unsigned int mod, opcode; jit_bundle_gen() local 682 unsigned int opcode; jit_bundle_gen() local
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | insn.h | 43 struct insn_field opcode; /* member in struct:insn
|
H A D | iosf_mbi.h | 124 int iosf_mbi_read(u8 port, u8 opcode, u32 offset, u32 *mdr) iosf_mbi_read() argument 131 int iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr) iosf_mbi_write() argument 138 int iosf_mbi_modify(u8 port, u8 opcode, u32 offset, u32 mdr, u32 mask) iosf_mbi_modify() argument
|
/linux-4.4.14/arch/x86/mm/ |
H A D | pf_in.c | 119 static int get_opcode(unsigned char *addr, unsigned int *opcode) get_opcode() argument 145 unsigned int opcode; get_ins_type() local 166 unsigned int opcode; get_ins_reg_width() local 189 unsigned int opcode; get_ins_mem_width() local 412 unsigned int opcode; get_ins_reg_val() local 466 unsigned int opcode; get_ins_imm_val() local
|
H A D | fault.c | 157 unsigned char opcode; is_prefetch() local 90 check_prefetch_opcode(struct pt_regs *regs, unsigned char *instr, unsigned char opcode, int *prefetch) check_prefetch_opcode() argument
|
/linux-4.4.14/arch/x86/platform/intel/ |
H A D | iosf_mbi.c | 101 int iosf_mbi_read(u8 port, u8 opcode, u32 offset, u32 *mdr) iosf_mbi_read() argument 124 int iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr) iosf_mbi_write() argument 147 int iosf_mbi_modify(u8 port, u8 opcode, u32 offset, u32 mdr, u32 mask) iosf_mbi_modify() argument
|
/linux-4.4.14/block/ |
H A D | scsi_ioctl.c | 421 unsigned int in_len, out_len, bytes, opcode, cmdlen; sg_scsi_ioctl() local
|
/linux-4.4.14/arch/alpha/math-emu/ |
H A D | math.c | 340 unsigned long insn, opcode, rc, si_code = 0; alpha_fp_emul_imprecise() local
|
/linux-4.4.14/arch/powerpc/sysdev/ |
H A D | cpm2.c | 88 int cpm_command(u32 command, u8 opcode) cpm_command() argument
|
H A D | cpm1.c | 241 int cpm_command(u32 command, u8 opcode) cpm_command() argument
|
/linux-4.4.14/arch/mn10300/kernel/ |
H A D | kgdb.c | 364 u8 opcode; kgdb_arch_undo_singlestep() local
|
H A D | traps.c | 128 u8 opcode; die_if_no_fixup() local
|
H A D | gdb-stub.c | 417 u8 opcode[2]; member in struct:gdb_bp_save
|
/linux-4.4.14/arch/parisc/kernel/ |
H A D | signal.c | 445 u32 opcode, source_reg; check_syscallno_in_delay_branch() local
|
/linux-4.4.14/arch/ia64/include/asm/ |
H A D | kprobes.h | 50 unsigned long long opcode : 4; member in struct:cmp_inst::__anon1477
|
/linux-4.4.14/net/netfilter/ |
H A D | nf_synproxy_core.c | 43 int opcode = *ptr++; synproxy_parse_options() local
|
/linux-4.4.14/drivers/scsi/lpfc/ |
H A D | lpfc_nl.h | 110 uint32_t opcode; member in struct:lpfc_fcprdchkerr_event 143 uint8_t opcode; member in struct:lpfc_scsi_check_condition_event
|
H A D | lpfc_mbox.c | 1617 uint8_t subsys, opcode; lpfc_mbox_tmo_val() local 1878 uint8_t opcode = 0; lpfc_sli4_mbox_rsrc_extent() local 1767 lpfc_sli4_config(struct lpfc_hba *phba, struct lpfcMboxq *mbox, uint8_t subsystem, uint8_t opcode, uint32_t length, bool emb) lpfc_sli4_config() argument
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
H A D | ql4_isr.c | 665 uint32_t opcode = 0; qla4xxx_isr_decode_mailbox() local
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_insformat.h | 54 opcode : 4, member in struct:ins_format1 73 opcode : 4, member in struct:ins_format2 91 opcode : 4, member in struct:ins_format3 109 opcode : 4, member in struct:ins_format4 127 opcode : 4, member in struct:ins_format5 145 opcode : 4, member in struct:ins_format6
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
H A D | aiclib.h | 62 uint8_t opcode; member in struct:scsi_sense
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 267 u8 opcode; bnx2fc_srr_compl() local 382 u8 opcode; bnx2fc_rec_compl() local
|
/linux-4.4.14/drivers/lightnvm/ |
H A D | core.c | 537 char opcode, devname[DISK_NAME_LEN]; nvm_configure_show() local 565 char opcode; nvm_configure_remove() local 582 char opcode; nvm_configure_create() local 606 char opcode; nvm_configure_by_str_event() local
|
/linux-4.4.14/drivers/mtd/spi-nor/ |
H A D | nxp-spifi.c | 130 static int nxp_spifi_read_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) nxp_spifi_read_reg() argument 152 static int nxp_spifi_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) nxp_spifi_write_reg() argument
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
H A D | iwch_qp.c | 616 int opcode = -1; build_term_codes() local
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
H A D | nes_utils.c | 634 u32 opcode; nes_post_cqp_request() local
|
H A D | nes.c | 317 u32 opcode; nes_rem_ref() local
|
/linux-4.4.14/drivers/net/wireless/rsi/ |
H A D | rsi_91x_sdio.c | 106 rsi_issue_sdiocommand(struct sdio_func *func, u32 opcode, u32 arg, u32 flags, u32 *resp) rsi_issue_sdiocommand() argument
|
/linux-4.4.14/drivers/nfc/ |
H A D | nfcwilink.c | 58 __u8 opcode; member in struct:nfcwilink_hdr
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
H A D | mci.c | 210 static void ath_mci_cal_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) ath_mci_cal_msg() argument 367 static void ath_mci_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) ath_mci_msg() argument 490 u32 offset, subtype, opcode; ath_mci_intr() local
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
H A D | request_manager.c | 551 octeon_prepare_soft_command(struct octeon_device *oct, struct octeon_soft_command *sc, u8 opcode, u8 subcode, u32 irh_ossp, u64 ossp0, u64 ossp1) octeon_prepare_soft_command() argument
|
H A D | octeon_device.c | 890 octeon_get_dispatch(struct octeon_device *octeon_dev, u16 opcode, octeon_get_dispatch() argument 1024 octeon_unregister_dispatch_fn(struct octeon_device *oct, u16 opcode, octeon_unregister_dispatch_fn() argument 948 octeon_register_dispatch_fn(struct octeon_device *oct, u16 opcode, u16 subcode, octeon_dispatch_fn_t fn, void *fn_arg) octeon_register_dispatch_fn() argument
|
H A D | octeon_droq.c | 72 octeon_get_dispatch_arg(struct octeon_device *octeon_dev, u16 opcode, u16 subcode) octeon_get_dispatch_arg() argument
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | traps.c | 460 do_entUna(void * va, unsigned long opcode, unsigned long reg, do_entUna() argument 775 do_entUnaUser(void __user * va, unsigned long opcode, do_entUnaUser() argument
|
/linux-4.4.14/fs/coda/ |
H A D | upcall.c | 44 static void *alloc_upcall(int opcode, int size) alloc_upcall() argument 807 int coda_downcall(struct venus_comm *vcp, int opcode, union outputArgs *out) coda_downcall() argument
|
/linux-4.4.14/include/rdma/ |
H A D | ib_pma.h | 61 u8 opcode; member in struct:ib_pma_portsamplescontrol
|
H A D | ib_pack.h | 202 u8 opcode; member in struct:ib_unpacked_bth
|
/linux-4.4.14/include/linux/mmc/ |
H A D | core.h | 19 u32 opcode; member in struct:mmc_command
|
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_packet_manager.c | 42 static unsigned int build_pm4_header(unsigned int opcode, size_t packet_size) build_pm4_header() argument
|
/linux-4.4.14/drivers/spi/ |
H A D | spi-bcm63xx-hsspi.c | 156 u16 opcode = 0; bcm63xx_hsspi_do_txrx() local
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | metronomefb.c | 312 u16 opcode; metronome_display_cmd() local
|
/linux-4.4.14/drivers/net/can/usb/peak_usb/ |
H A D | pcan_ucan.h | 195 pucan_cmd_opcode_channel(struct peak_usb_device *dev, int opcode) pucan_cmd_opcode_channel() argument
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
H A D | odp.c | 390 unsigned ds, opcode; mlx5_ib_mr_initiator_pfault_handler() local
|
/linux-4.4.14/drivers/infiniband/ulp/iser/ |
H A D | iscsi_iser.c | 161 iscsi_iser_pdu_alloc(struct iscsi_task *task, uint8_t opcode) iscsi_iser_pdu_alloc() argument
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | cmd.h | 65 static inline int mlxsw_cmd_exec_in(struct mlxsw_core *mlxsw_core, u16 opcode, mlxsw_cmd_exec_in() argument 73 static inline int mlxsw_cmd_exec_out(struct mlxsw_core *mlxsw_core, u16 opcode, mlxsw_cmd_exec_out() argument 83 static inline int mlxsw_cmd_exec_none(struct mlxsw_core *mlxsw_core, u16 opcode, mlxsw_cmd_exec_none() argument 110 static inline const char *mlxsw_cmd_opcode_str(u16 opcode) mlxsw_cmd_opcode_str() argument
|
/linux-4.4.14/drivers/pci/hotplug/ |
H A D | cpqphp_nvram.c | 57 unsigned char opcode; /* see below */ member in struct:register_foo
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_hw.c | 347 u32 opcode = 0; qed_dmae_opcode() local
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_stats.c | 169 u32 opcode = bnx2x_dmae_opcode(bp, DMAE_SRC_PCI, DMAE_DST_GRC, bnx2x_hw_stats_post() local 221 u32 opcode; bnx2x_stats_pmf_update() local 269 u32 opcode; bnx2x_port_stats_init() local 1265 u32 opcode; bnx2x_port_stats_stop() local
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
H A D | perf_event_p4.c | 23 unsigned int opcode; /* Event code and ESCR selector */ member in struct:p4_event_bind
|
/linux-4.4.14/arch/x86/kernel/kprobes/ |
H A D | core.c | 168 kprobe_opcode_t opcode; can_boost() local
|
/linux-4.4.14/arch/x86/math-emu/ |
H A D | fpu_emu.h | 114 unsigned int opcode:11; member in struct:address
|
/linux-4.4.14/arch/arc/include/asm/ |
H A D | disasm.h | 104 int opcode = (word >> 11) & 0x1F; is_short_instr() local
|
/linux-4.4.14/include/scsi/ |
H A D | srp.h | 120 u8 opcode; member in struct:srp_login_req 138 u8 opcode; member in struct:srp_login_rsp 150 u8 opcode; member in struct:srp_login_rej 160 u8 opcode; member in struct:srp_i_logout 166 u8 opcode; member in struct:srp_t_logout 178 u8 opcode; member in struct:srp_tsk_mgmt 196 u8 opcode; member in struct:srp_cmd 228 u8 opcode; member in struct:srp_rsp 244 u8 opcode; member in struct:srp_cred_req 252 u8 opcode; member in struct:srp_cred_rsp 263 u8 opcode; member in struct:srp_aer_req 276 u8 opcode; member in struct:srp_aer_rsp
|
/linux-4.4.14/arch/powerpc/lib/ |
H A D | sstep.c | 645 unsigned int opcode, ra, rb, rd, spr, u; analyse_instr() local
|
/linux-4.4.14/arch/mn10300/mm/ |
H A D | misalignment.c | 154 u_int32_t opcode; member in struct:mn10300_opcode 325 uint32_t opcode, noc, xo, xm; misalignment() local 741 static void misalignment_MOV_Lcc(struct pt_regs *regs, uint32_t opcode) misalignment_MOV_Lcc() argument 548 misalignment_addr(unsigned long *registers, unsigned long sp, unsigned params, unsigned opcode, unsigned long disp, void **_address, unsigned long **_postinc, unsigned long *_inc) misalignment_addr() argument 677 misalignment_reg(unsigned long *registers, unsigned params, unsigned opcode, unsigned long disp, unsigned long **_register) misalignment_reg() argument
|
/linux-4.4.14/drivers/scsi/libfc/ |
H A D | fc_fcp.c | 1469 u8 opcode; fc_fcp_rec_resp() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
H A D | lproc_llite.c | 872 __u32 opcode; member in struct:llite_file_opcode
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | lproc_ptlrpc.c | 47 __u32 opcode; member in struct:ll_rpc_opcode 138 __u32 opcode; member in struct:ll_eopcode 157 const char *ll_opcode2str(__u32 opcode) ll_opcode2str() argument 177 static const char *ll_eopcode2str(__u32 opcode) ll_eopcode2str() argument 240 __u32 opcode = ll_rpc_opcode_table[i].opcode; ptlrpc_ldebugfs_register() local
|
H A D | sec.c | 756 void sptlrpc_req_set_flavor(struct ptlrpc_request *req, int opcode) sptlrpc_req_set_flavor() argument
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
H A D | hcp_if.c | 93 static long ehca_plpar_hcall_norets(unsigned long opcode, ehca_plpar_hcall_norets() argument 141 static long ehca_plpar_hcall9(unsigned long opcode, ehca_plpar_hcall9() argument
|
/linux-4.4.14/drivers/sbus/char/ |
H A D | uctrl.c | 90 u8 opcode; member in struct:uctrl_txn
|
/linux-4.4.14/drivers/scsi/be2iscsi/ |
H A D | be_cmds.c | 1076 u8 subsys = 0, opcode = 0; beiscsi_cmd_q_destroy() local 762 be_cmd_hdr_prepare(struct be_cmd_req_hdr *req_hdr, u8 subsystem, u8 opcode, int cmd_len) be_cmd_hdr_prepare() argument
|
/linux-4.4.14/drivers/scsi/csiostor/ |
H A D | csio_lnode.c | 1470 uint8_t portid, opcode = *(uint8_t *)cmd; csio_fcoe_fwevt_handler() local
|
H A D | csio_mb.c | 1403 uint8_t opcode = *(uint8_t *)cmd; csio_mb_fwevt_handler() local
|