Home
last modified time | relevance | path

Searched refs:cmd (Results 7351 – 7375 of 8289) sorted by relevance

1...<<291292293294295296297298299300>>...332

/OK3568_Linux_fs/yocto/poky/documentation/profile-manual/
H A Dusage.rst1188 ftrace, trace-cmd, and kernelshark run on the target system, and are
1570 trace-cmd) to actually turn the tracepoint on and off. When enabled, the
1641 trace-cmd and kernelshark in the next section.
1657 trace-cmd/kernelshark
1660 trace-cmd is essentially an extensive command-line 'wrapper' interface
1669 a per-CPU graphical display. It directly uses 'trace-cmd' as the
1671 displays the trace-cmd command it uses, as we'll see).
1689 previous trace events subsystem section, and in fact is where trace-cmd
1703 Notice that the right-hand pane shows the exact trace-cmd command-line
1704 that's used to run the trace, along with the results of the trace-cmd
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c469 req->cmd = CPL_ABORT_NO_RST; in abort_arp_failure()
493 req->cmd = CPL_ABORT_SEND_RST; in send_abort_req()
521 rpl->cmd = rst_status; in send_abort_rpl()
1980 req->cmd = htonl(ULPTX_CMD_V(ULP_TX_MEM_WRITE) | in ulp_mem_io_set_hdr()
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dmtdnand.rst161 static void board_hwcontrol(struct mtd_info *mtd, int cmd)
163 switch(cmd){
179 static void board_hwcontrol(struct mtd_info *mtd, int cmd)
182 switch(cmd){
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dinitio.c2612 static int i91u_queuecommand_lck(struct scsi_cmnd *cmd, in i91u_queuecommand_lck() argument
2615 struct initio_host *host = (struct initio_host *) cmd->device->host->hostdata; in i91u_queuecommand_lck()
2618 cmd->scsi_done = done; in i91u_queuecommand_lck()
2624 initio_build_scb(host, cmnd, cmd); in i91u_queuecommand_lck()
H A Dpmcraid.h646 struct pmcraid_cmd *cmd; /* pointer to command block used */ member
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-lmcx-defs.h1402 uint64_t cmd:5; member
1406 uint64_t cmd:5;
1416 uint64_t cmd:4; member
1422 uint64_t cmd:4;
/OK3568_Linux_fs/kernel/sound/pci/ice1712/
H A Dice1724.c541 static int snd_vt1724_pcm_trigger(struct snd_pcm_substream *substream, int cmd) in snd_vt1724_pcm_trigger() argument
558 switch (cmd) { in snd_vt1724_pcm_trigger()
563 if (cmd == SNDRV_PCM_TRIGGER_PAUSE_PUSH) in snd_vt1724_pcm_trigger()
576 if (cmd == SNDRV_PCM_TRIGGER_START) in snd_vt1724_pcm_trigger()
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dhe.c101 static int he_ioctl(struct atm_dev *dev, unsigned int cmd, void __user *arg);
2611 he_ioctl(struct atm_dev *atm_dev, unsigned int cmd, void __user *arg) in he_ioctl() argument
2618 switch (cmd) { in he_ioctl()
2662 err = atm_dev->phy->ioctl(atm_dev, cmd, arg); in he_ioctl()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cortina/
H A Dgemini.c2073 struct ethtool_link_ksettings *cmd) in gmac_get_ksettings() argument
2077 phy_ethtool_ksettings_get(netdev->phydev, cmd); in gmac_get_ksettings()
2083 const struct ethtool_link_ksettings *cmd) in gmac_set_ksettings() argument
2087 return phy_ethtool_ksettings_set(netdev->phydev, cmd); in gmac_set_ksettings()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c772 struct ice_aqc_download_pkg *cmd; in ice_aq_download_pkg() local
781 cmd = &desc.params.download_pkg; in ice_aq_download_pkg()
786 cmd->flags |= ICE_AQC_DOWNLOAD_PKG_LAST_BUF; in ice_aq_download_pkg()
820 struct ice_aqc_download_pkg *cmd; in ice_aq_update_pkg() local
829 cmd = &desc.params.download_pkg; in ice_aq_update_pkg()
834 cmd->flags |= ICE_AQC_DOWNLOAD_PKG_LAST_BUF; in ice_aq_update_pkg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_ioctl.c575 ->param.hostcmd.cmd; in woal_cac_period_block_cmd()
2151 if (copy_from_user(misc->param.hostcmd.cmd, wrq->u.data.pointer, in woal_host_command()
2165 if (copy_to_user(wrq->u.data.pointer, (t_u8 *)misc->param.hostcmd.cmd, in woal_host_command()
2248 if (copy_from_user(misc->param.hostcmd.cmd, in woal_hostcmd_ioctl()
2271 (t_u8 *)misc->param.hostcmd.cmd, in woal_hostcmd_ioctl()
7986 mlan_status woal_process_rf_test_mode_cmd(moal_handle *handle, t_u32 cmd, in woal_process_rf_test_mode_cmd() argument
8010 switch (cmd) { in woal_process_rf_test_mode_cmd()
8065 misc->param.mfg_generic_cfg.mfg_cmd = (t_u32)cmd; in woal_process_rf_test_mode_cmd()
8066 if (cmd != MFG_CMD_RFPWR && in woal_process_rf_test_mode_cmd()
8077 switch (cmd) { in woal_process_rf_test_mode_cmd()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace.c7283 char cmd[MAX_FILTER_STR_VAL]; /* what caused err */ member
7320 unsigned int err_pos(char *cmd, const char *str) in err_pos() argument
7324 if (WARN_ON(!strlen(cmd))) in err_pos()
7327 found = strstr(cmd, str); in err_pos()
7329 return found - cmd; in err_pos()
7362 const char *loc, const char *cmd, in tracing_log_err() argument
7378 snprintf(err->cmd, MAX_FILTER_STR_VAL,"\n" CMD_PREFIX "%s\n", cmd); in tracing_log_err()
7447 seq_printf(m, "%s", err->cmd); in tracing_err_log_seq_show()
8031 char *glob, char *cmd, char *param, int enable) in ftrace_trace_snapshot_callback() argument
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dhist.h475 void run_script(char *cmd);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_debug.h721 uint32 cmd; /* command number */ member
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drk3288-evb.dtsi494 sdmmc_cmd: sdmmc-cmd {
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h335 struct mthca_cmd cmd; member
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1255 u32 slot_id, u32 ep_index, trb_type cmd);
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dbcache.h279 unsigned int cmd, unsigned long arg);
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0038-efi-Use-grub_is_lockdown-instead-of-hardcoding-a-dis.patch73 @@ -83,8 +84,8 @@ grub_cmd_msr_write (grub_command_t cmd __attribute__ ((unused)), int argc, char
/OK3568_Linux_fs/u-boot/board/toradex/colibri_imx6/
H A Dpf0100_otp.inc22 unsigned char cmd;
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dibmpex.c473 data->tx_message.cmd = PEX_COMMAND; in ibmpex_register_bmc()
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dtosa.c915 static void tosa_restart(enum reboot_mode mode, const char *cmd) in tosa_restart() argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_debug.h769 uint32 cmd; member
/OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/
H A Dmpc836x_rdk.dts411 fsl,upm-cmd-offset = <8>;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_debug.h721 uint32 cmd; /* command number */ member

1...<<291292293294295296297298299300>>...332