| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-data.c | 22 #define for_each_cmd(cmd) \ argument 38 struct data_cmd *cmd; in print_usage() local 106 struct data_cmd *cmd; in cmd_data() local
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/savage/ |
| H A D | savagefb_accel.c | 36 int cmd; in savagefb_copyarea() local 68 int cmd, color; in savagefb_fillrect() local 96 int cmd; in savagefb_imageblit() local
|
| /OK3568_Linux_fs/kernel/drivers/misc/mei/ |
| H A D | hbm.c | 150 struct mei_hbm_cl_cmd *cmd = buf; in mei_hbm_cl_hdr() local 191 bool mei_hbm_cl_addr_equal(struct mei_cl *cl, struct mei_hbm_cl_cmd *cmd) in mei_hbm_cl_addr_equal() 208 struct mei_hbm_cl_cmd *cmd = (struct mei_hbm_cl_cmd *)buf; in mei_hbm_cl_find_by_cmd() local 518 static inline enum mei_cb_file_ops notify_res_to_fop(struct mei_hbm_cl_cmd *cmd) in notify_res_to_fop() 536 struct mei_hbm_cl_cmd *cmd) in mei_hbm_cl_notify_start_res() 562 struct mei_hbm_cl_cmd *cmd) in mei_hbm_cl_notify_stop_res() 586 struct mei_hbm_cl_cmd *cmd) in mei_hbm_cl_notify() 809 struct mei_hbm_cl_cmd *cmd) in mei_hbm_cl_disconnect_res() 846 struct mei_hbm_cl_cmd *cmd) in mei_hbm_cl_connect_res()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_nvm.c | 25 struct ice_aqc_nvm *cmd; in ice_aq_read_nvm() local 129 struct ice_aqc_nvm *cmd; in ice_aq_update_nvm() local 166 struct ice_aqc_nvm *cmd; in ice_aq_erase_nvm() local 685 struct ice_aqc_nvm_checksum *cmd; in ice_nvm_validate_checksum() local 718 struct ice_aqc_nvm *cmd; in ice_nvm_write_activate() local 763 struct ice_aqc_nvm_pkg_data *cmd; in ice_nvm_set_pkg_data() local 801 struct ice_aqc_nvm_pass_comp_tbl *cmd; in ice_nvm_pass_component_tbl() local
|
| /OK3568_Linux_fs/kernel/drivers/media/cec/usb/rainshadow/ |
| H A D | rainshadow-cec.c | 55 char cmd[DATA_SIZE]; member 68 const char *cmd = rain->cmd + 3; in rain_process_msg() local 213 const char *cmd, const char *reply) in rain_send_and_wait() 266 u8 cmd[16]; in rain_cec_adap_log_addr() local 278 char cmd[2 * CEC_MAX_MSG_SIZE + 16]; in rain_cec_adap_transmit() local
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | qlogicfas408.c | 212 static void ql_icmd(struct scsi_cmnd *cmd) in ql_icmd() 259 static unsigned int ql_pcmd(struct scsi_cmnd *cmd) in ql_pcmd() 442 static int qlogicfas408_queuecommand_lck(struct scsi_cmnd *cmd, in qlogicfas408_queuecommand_lck() 491 int qlogicfas408_abort(struct scsi_cmnd *cmd) in qlogicfas408_abort() 505 int qlogicfas408_host_reset(struct scsi_cmnd *cmd) in qlogicfas408_host_reset()
|
| H A D | virtio_scsi.c | 44 struct virtio_scsi_cmd_req cmd; member 50 struct virtio_scsi_cmd_resp cmd; member 110 struct virtio_scsi_cmd *cmd = buf; in virtscsi_complete_cmd() local 214 struct virtio_scsi_cmd *cmd = buf; in virtscsi_complete_free() local 419 struct virtio_scsi_cmd *cmd, in __virtscsi_add_cmd() 485 struct virtio_scsi_cmd *cmd, in virtscsi_add_cmd() 506 struct virtio_scsi_cmd_req *cmd, in virtio_scsi_init_hdr() 559 struct virtio_scsi_cmd *cmd = scsi_cmd_priv(sc); in virtscsi_queuecommand() local 603 static int virtscsi_tmf(struct virtio_scsi *vscsi, struct virtio_scsi_cmd *cmd) in virtscsi_tmf() 638 struct virtio_scsi_cmd *cmd; in virtscsi_device_reset() local [all …]
|
| H A D | wd33c93.c | 210 #define write_wd33c93_cmd(regs, cmd) \ argument 273 write_wd33c93_cmd(const wd33c93_regs regs, uchar cmd) in write_wd33c93_cmd() 366 wd33c93_queuecommand_lck(struct scsi_cmnd *cmd, in wd33c93_queuecommand_lck() 480 struct scsi_cmnd *cmd, *prev; in DEF_SCSI_QCMD() local 721 transfer_bytes(const wd33c93_regs regs, struct scsi_cmnd *cmd, in transfer_bytes() 798 struct scsi_cmnd *patch, *cmd; in wd33c93_intr() local 1603 wd33c93_abort(struct scsi_cmnd * cmd) in wd33c93_abort() 2126 struct scsi_cmnd *cmd; in wd33c93_show_info() local
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | ni_tiocmd.c | 79 struct comedi_cmd *cmd = &s->async->cmd; in ni_tio_input_inttrig() local 108 struct comedi_cmd *cmd = &async->cmd; in ni_tio_input_cmd() local 162 struct comedi_cmd *cmd = &s->async->cmd; in ni_tio_cmd_setup() local 208 struct comedi_cmd *cmd = &async->cmd; in ni_tio_cmd() local 235 struct comedi_cmd *cmd) in ni_tio_cmdtest()
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | sh_mmcif.c | 310 struct mmc_cmd *cmd) in sh_mmcif_get_response() 325 struct mmc_cmd *cmd) in sh_mmcif_get_cmd12response() 331 struct mmc_data *data, struct mmc_cmd *cmd) in sh_mmcif_set_cmd() 429 struct mmc_data *data, struct mmc_cmd *cmd) in sh_mmcif_start_cmd() 513 static int sh_mmcif_request(struct mmc *mmc, struct mmc_cmd *cmd, in sh_mmcif_request()
|
| H A D | arm_pl180_mmci.c | 22 static int wait_for_command_end(struct mmc *dev, struct mmc_cmd *cmd) in wait_for_command_end() 62 static int do_command(struct mmc *dev, struct mmc_cmd *cmd) in do_command() 209 struct mmc_cmd *cmd, in do_data_transfer() 255 struct mmc_cmd *cmd, in host_request()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_select_reuseport_common.h | 19 struct cmd { struct 20 __u32 reuseport_index; 21 __u32 pass_on_failure;
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | resource_tracker.c | 1786 static int qp_alloc_res(struct mlx4_dev *dev, int slave, int op, int cmd, in qp_alloc_res() 1853 static int mtt_alloc_res(struct mlx4_dev *dev, int slave, int op, int cmd, in mtt_alloc_res() 1886 static int mpt_alloc_res(struct mlx4_dev *dev, int slave, int op, int cmd, in mpt_alloc_res() 1935 static int cq_alloc_res(struct mlx4_dev *dev, int slave, int op, int cmd, in cq_alloc_res() 1970 static int srq_alloc_res(struct mlx4_dev *dev, int slave, int op, int cmd, in srq_alloc_res() 2095 static int mac_alloc_res(struct mlx4_dev *dev, int slave, int op, int cmd, in mac_alloc_res() 2204 static int vlan_alloc_res(struct mlx4_dev *dev, int slave, int op, int cmd, in vlan_alloc_res() 2242 static int counter_alloc_res(struct mlx4_dev *dev, int slave, int op, int cmd, in counter_alloc_res() 2272 static int xrcdn_alloc_res(struct mlx4_dev *dev, int slave, int op, int cmd, in xrcdn_alloc_res() 2298 struct mlx4_cmd_info *cmd) in mlx4_ALLOC_RES_wrapper() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | qcom_scm-legacy.c | 81 const struct scm_legacy_command *cmd) in scm_legacy_command_to_response() 93 const struct scm_legacy_command *cmd) in scm_legacy_get_command_buffer() 137 struct scm_legacy_command *cmd; in scm_legacy_call() local 205 #define SCM_LEGACY_ATOMIC_ID(svc, cmd, n) \ argument
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | ethtool-copy.h | 21 __u32 cmd; member 84 __u32 cmd; member 109 __u32 cmd; member 117 __u32 cmd; member 123 __u32 cmd; member 131 __u32 cmd; member 156 __u32 cmd; member 178 __u32 cmd; member 257 __u32 cmd; member 284 __u32 cmd; /* ETHTOOL_{G,S}RINGPARAM */ member [all …]
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | lcs.c | 738 struct lcs_cmd *cmd; in lcs_get_lancmd() local 770 lcs_alloc_reply(struct lcs_cmd *cmd) in lcs_alloc_reply() 792 lcs_notify_lancmd_waiters(struct lcs_card *card, struct lcs_cmd *cmd) in lcs_notify_lancmd_waiters() 849 struct lcs_cmd *cmd; in lcs_send_lancmd() local 887 struct lcs_cmd *cmd; in lcs_send_startup() local 905 struct lcs_cmd *cmd; in lcs_send_shutdown() local 919 __lcs_lanstat_cb(struct lcs_card *card, struct lcs_cmd *cmd) in __lcs_lanstat_cb() 929 struct lcs_cmd *cmd; in lcs_send_lanstat() local 949 struct lcs_cmd *cmd; in lcs_send_stoplan() local 965 __lcs_send_startlan_cb(struct lcs_card *card, struct lcs_cmd *cmd) in __lcs_send_startlan_cb() [all …]
|
| H A D | qeth_l2_main.c | 69 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l2_send_setdelmac_cb() local 77 struct qeth_ipa_cmd *cmd; in qeth_l2_send_setdelmac() local 117 enum qeth_ipa_cmds cmd = is_multicast_ether_addr(mac) ? in qeth_l2_write_mac() local 134 enum qeth_ipa_cmds cmd = is_multicast_ether_addr(mac) ? in qeth_l2_remove_mac() local 217 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_l2_send_setdelvlan_cb() local 232 struct qeth_ipa_cmd *cmd; in qeth_l2_send_setdelvlan() local 1226 struct qeth_ipa_cmd *cmd) in qeth_bridge_state_change() 1389 struct qeth_ipa_cmd *cmd) in qeth_addr_change_event() 1441 struct qeth_ipa_cmd *cmd) in qeth_bridgeport_makerc() 1565 struct qeth_ipa_cmd *cmd = (struct qeth_ipa_cmd *) data; in qeth_bridgeport_query_support_cb() local [all …]
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | ethtool.h | 20 __u32 cmd; member 56 __u32 cmd; member 81 __u32 cmd; member 89 __u32 cmd; member 95 __u32 cmd; member 103 __u32 cmd; member 112 __u32 cmd; /* ETHTOOL_{G,S}COALESCE */ member 208 __u32 cmd; /* ETHTOOL_{G,S}RINGPARAM */ member 230 __u32 cmd; /* ETHTOOL_{G,S}PAUSEPARAM */ member 258 __u32 cmd; /* ETHTOOL_GSTRINGS */ member [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_tables_offload.c | 317 enum flow_block_command cmd) in nft_block_setup() 338 enum flow_block_command cmd, in nft_flow_block_offload_init() 354 enum flow_block_command cmd) in nft_block_offload_cmd() 388 enum flow_block_command cmd) in nft_indr_block_offload_cmd() 409 enum flow_block_command cmd) in nft_chain_offload_cmd() 423 enum flow_block_command cmd) in nft_flow_block_chain() 458 enum flow_block_command cmd) in nft_flow_offload_chain()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | mxs-mmc.c | 53 struct mmc_command *cmd; member 126 struct mmc_command *cmd = host->cmd; in mxs_mmc_request_done() local 179 struct mmc_command *cmd = host->cmd; in mxs_mmc_irq_handler() local 252 struct mmc_command *cmd = host->cmd; in mxs_mmc_bc() local 286 struct mmc_command *cmd = host->cmd; in mxs_mmc_ac() local 346 struct mmc_command *cmd = host->cmd; in mxs_mmc_adtc() local 458 struct mmc_command *cmd) in mxs_mmc_start_cmd()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/ |
| H A D | xml_common_api.h | 125 uint32_t cmd, uint32_t a, uint32_t b) in Invoke_Simple_Function_v1() 141 uint32_t cmd, uint32_t a0, uint32_t b0, in Invoke_Simple_Function_v2() 160 uint32_t cmd, uint32_t a0, uint32_t b0, uint32_t a1, in Invoke_Simple_Function_v3() 181 uint32_t cmd, uint32_t a0, uint32_t b0, uint32_t a1, in Invoke_Simple_Function_v4() 216 uint32_t cmd, uint32_t obj, in GetObjectBufferAttribute_helper() 268 uint32_t cmd, uint32_t obj, uint32_t attr_id, in Invoke_GetObjectBufferAttribute() 276 Invoke_FreeTransientObject(ADBG_Case_t *c, TEEC_Session *sess, uint32_t cmd, in Invoke_FreeTransientObject()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A D | cx18-mailbox.c | 26 u32 cmd; member 81 static const struct cx18_api_info *find_api_info(u32 cmd) in find_api_info() 580 static int cx18_api_call(struct cx18 *cx, u32 cmd, int args, u32 data[]) in cx18_api_call() 728 int cx18_api(struct cx18 *cx, u32 cmd, int args, u32 data[]) in cx18_api() 750 int cx18_api_func(void *priv, u32 cmd, int in, int out, in cx18_api_func() 814 u32 cmd, int args, ...) in cx18_vapi_result() 826 int cx18_vapi(struct cx18 *cx, u32 cmd, int args, ...) in cx18_vapi()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ccp/ |
| H A D | tee-dev.c | 87 struct tee_init_ring_cmd *cmd; in tee_alloc_cmd_buffer() local 103 static inline void tee_free_cmd_buffer(struct tee_init_ring_cmd *cmd) in tee_free_cmd_buffer() 111 struct tee_init_ring_cmd *cmd; in tee_init_ring() local 247 struct tee_ring_cmd *cmd; in tee_submit_cmd() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_sound.c | 543 struct hal_ax_fwcmd_snd *cmd = (struct hal_ax_fwcmd_snd *)buf; in rtw_hal_snd_set_fw_cmd_dialogtkn() local 560 struct hal_ax_fwcmd_snd *cmd = (struct hal_ax_fwcmd_snd *)buf; in rtw_hal_snd_vht_fwcmd_su() local 612 struct hal_ax_fwcmd_snd *cmd = (struct hal_ax_fwcmd_snd *)buf; in rtw_hal_snd_vht_fwcmd_mu_add_sta() local 660 struct hal_ax_fwcmd_snd *cmd = (struct hal_ax_fwcmd_snd *)buf; in rtw_hal_snd_vht_fwcmd_mu_pri() local 732 struct hal_ax_fwcmd_snd *cmd = (struct hal_ax_fwcmd_snd *)buf; in rtw_hal_snd_ax_fwcmd_nontb() local 798 struct hal_ax_fwcmd_snd *cmd = (struct hal_ax_fwcmd_snd *)buf; in rtw_hal_snd_ax_fwcmd_tb_add_sta() local 851 struct hal_ax_fwcmd_snd *cmd = (struct hal_ax_fwcmd_snd *)buf; in rtw_hal_snd_ax_fwcmd_tb_pri() local 1015 rtw_hal_snd_send_fw_cmd(void *hal, u8 *cmd) in rtw_hal_snd_send_fw_cmd()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_sound.c | 543 struct hal_ax_fwcmd_snd *cmd = (struct hal_ax_fwcmd_snd *)buf; in rtw_hal_snd_set_fw_cmd_dialogtkn() local 560 struct hal_ax_fwcmd_snd *cmd = (struct hal_ax_fwcmd_snd *)buf; in rtw_hal_snd_vht_fwcmd_su() local 612 struct hal_ax_fwcmd_snd *cmd = (struct hal_ax_fwcmd_snd *)buf; in rtw_hal_snd_vht_fwcmd_mu_add_sta() local 660 struct hal_ax_fwcmd_snd *cmd = (struct hal_ax_fwcmd_snd *)buf; in rtw_hal_snd_vht_fwcmd_mu_pri() local 732 struct hal_ax_fwcmd_snd *cmd = (struct hal_ax_fwcmd_snd *)buf; in rtw_hal_snd_ax_fwcmd_nontb() local 798 struct hal_ax_fwcmd_snd *cmd = (struct hal_ax_fwcmd_snd *)buf; in rtw_hal_snd_ax_fwcmd_tb_add_sta() local 851 struct hal_ax_fwcmd_snd *cmd = (struct hal_ax_fwcmd_snd *)buf; in rtw_hal_snd_ax_fwcmd_tb_pri() local 1015 rtw_hal_snd_send_fw_cmd(void *hal, u8 *cmd) in rtw_hal_snd_send_fw_cmd()
|