| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | command.py | 2 BitBake 'Command' module 45 return "Command execution failed: %s" % self.error 50 class Command: class 64 command = commandline.pop(0) 67 if command != "updateConfig" and command != "setFeatures": 80 if hasattr(CommandsSync, command): 82 command_method = getattr(self.cmds_sync, command) 104 if command not in CommandsAsync.__dict__: 105 return None, "No such command" 106 self.currentAsyncCommand = (command, commandline) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_priv.h | 38 /** Private command ID to set one int/get word char */ 40 /** Private command ID to get version */ 42 /** Private command ID to get extended version */ 45 /** Private command ID to set/get none */ 47 /** Private command ID for warm reset */ 71 /** Private command ID for usb suspend */ 73 /** Private command ID for usb resume */ 76 /** Private command ID to clear 11d chan table */ 79 /** Private command ID to set/get sixteen int */ 81 /** Private command ID to set/get TX power configurations */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_priv.h | 37 /** Private command ID to set one int/get word char */ 39 /** Private command ID to get version */ 41 /** Private command ID to get extended version */ 44 /** Private command ID to set/get none */ 46 /** Private command ID for warm reset */ 69 /** Private command ID to clear 11d chan table */ 72 /** Private command ID to set/get sixteen int */ 74 /** Private command ID to set/get TX power configurations */ 77 /** Private command ID to set/get driver debug */ 80 /** Private command ID to set/get beacon interval */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_cmdbuf.c | 36 * Size of inline command buffers. Try to make sure that a page size is a 44 * struct vmw_cmdbuf_context - Command buffer context queues 46 * @submitted: List of command buffers that have been submitted to the 48 * @hw_submitted: List of command buffers submitted to hardware. 49 * @preempted: List of preempted command buffers. 61 * struct vmw_cmdbuf_man: - Command buffer manager 63 * @cur_mutex: Mutex protecting the command buffer used for incremental small 64 * kernel command submissions, @cur. 70 * @work: A struct work_struct implementeing command buffer error handling. 73 * @ctx: Array of command buffer context queues. The queues and the context [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/ |
| H A D | dpni.c | 39 /* prepare command */ in dpni_open() 45 /* send command to mc*/ in dpni_open() 62 /* prepare command */ in dpni_close() 67 /* send command to mc*/ in dpni_close() 79 /* prepare command */ in dpni_create() 85 /* send command to mc*/ in dpni_create() 102 /* prepare command */ in dpni_destroy() 107 /* send command to mc*/ in dpni_destroy() 118 /* prepare command */ in dpni_set_pools() 124 /* send command to mc*/ in dpni_set_pools() [all …]
|
| H A D | dprc.c | 21 /* prepare command */ in dprc_get_container_id() 26 /* send command to mc*/ in dprc_get_container_id() 45 /* prepare command */ in dprc_open() 50 /* send command to mc*/ in dprc_open() 67 /* prepare command */ in dprc_close() 71 /* send command to mc*/ in dprc_close() 85 /* prepare command */ in dprc_create_container() 92 /* send command to mc*/ in dprc_create_container() 111 /* prepare command */ in dprc_destroy_container() 117 /* send command to mc*/ in dprc_destroy_container() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_android.c | 108 * Android private command strings, PLEASE define new private commands here 388 /* natoe command info structure */ 390 uint8 *command; /* pointer to the actual command */ member 391 uint16 tot_len; /* total length of the command */ 397 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); 409 char *command, int total_len); 411 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); 413 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); 415 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); 417 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | terminal.py | 21 command = None variable in Registry 28 return bool(cls.command) 45 fmt = {'title': title or 'Terminal', 'command': sh_cmd, 'cwd': os.getcwd() } 46 if isinstance(self.command, str): 47 return shlex.split(self.command.format(**fmt)) 49 return [element.format(**fmt) for element in self.command] 58 command = 'gnome-terminal -t "{title}" -- {command}' variable in Gnome 71 command = 'mate-terminal --disable-factory -t "{title}" -x {command}' variable in Mate 75 command = 'xfce4-terminal -T "{title}" -e "{command}"' variable in Xfce 79 command = 'terminology -T="{title}" -e {command}' variable in Terminology [all …]
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | Kconfig | 1 menu "Command line interface" 7 Enable U-Boot's command-line functions. This provides a means 10 Various commands and command categorys can be indivdually enabled. 18 This option enables the "hush" shell (from Busybox) as command line 19 interpreter, thus enabling powerful command line syntax like 30 This string is displayed in the command line to the left of the 88 autoboot starts booting, U-Boot gives a command prompt. The 101 U-Boot gives a command prompt. The U-Boot prompt never 149 command. This provides information of which options are enabled on 186 Run the command stored in the environment "bootcmd", i.e. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_android.c | 87 * Android private command strings, PLEASE define new private commands here 142 /* Hostapd private command */ 532 /* natoe command info structure */ 534 uint8 *command; /* pointer to the actual command */ member 535 uint16 tot_len; /* total length of the command */ 541 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); 553 char *command, int total_len); 555 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); 557 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); 559 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/ |
| H A D | Define.html | 73 <a name="index-user_002ddefined-command"></a> 75 <p>A <em>user-defined command</em> is a sequence of <small>GDB</small> commands to 76 which you assign a new name as a command. This is done with the 77 <code>define</code> command. User commands may accept an unlimited number of arguments 78 separated by whitespace. Arguments are accessed within the user command 87 <p>To execute the command use: 93 <p>This defines the command <code>adder</code>, which prints the sum of 114 <p>Combining with the <code>eval</code> command (see <a href="Output.html#eval">eval</a>) makes it … 134 <dd><p>Define a command named <var>commandname</var>. If there is already a command 136 The argument <var>commandname</var> may be a bare command name consisting of letters, [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/ |
| H A D | Define.html | 73 <a name="index-user_002ddefined-command"></a> 75 <p>A <em>user-defined command</em> is a sequence of <small>GDB</small> commands to 76 which you assign a new name as a command. This is done with the 77 <code>define</code> command. User commands may accept an unlimited number of arguments 78 separated by whitespace. Arguments are accessed within the user command 87 <p>To execute the command use: 93 <p>This defines the command <code>adder</code>, which prints the sum of 114 <p>Combining with the <code>eval</code> command (see <a href="Output.html#eval">eval</a>) makes it … 134 <dd><p>Define a command named <var>commandname</var>. If there is already a command 136 The argument <var>commandname</var> may be a bare command name consisting of letters, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/fsl-dpaa2/ethsw/ |
| H A D | dpsw.c | 27 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_' 50 /* prepare command */ in dpsw_open() 57 /* send command to mc*/ in dpsw_open() 71 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_' 85 /* prepare command */ in dpsw_close() 90 /* send command to mc*/ in dpsw_close() 97 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_' 108 /* prepare command */ in dpsw_enable() 113 /* send command to mc*/ in dpsw_enable() 120 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_' [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_android.c | 114 * Android private command strings, PLEASE define new private commands here 176 /* Hostapd private command */ 296 /* Customer requested to Remove OKCMODE command */ 605 /* natoe command info structure */ 607 uint8 *command; /* pointer to the actual command */ member 608 uint16 tot_len; /* total length of the command */ 614 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); 626 char *command, int total_len); 628 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); 630 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_android.c | 87 * Android private command strings, PLEASE define new private commands here 154 /* Hostapd private command */ 551 /* natoe command info structure */ 553 uint8 *command; /* pointer to the actual command */ member 554 uint16 tot_len; /* total length of the command */ 560 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); 572 char *command, int total_len); 574 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); 576 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); 578 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_android.c | 116 * Android private command strings, PLEASE define new private commands here 178 /* Hostapd private command */ 298 /* Customer requested to Remove OKCMODE command */ 607 /* natoe command info structure */ 609 uint8 *command; /* pointer to the actual command */ member 610 uint16 tot_len; /* total length of the command */ 616 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); 628 char *command, int total_len); 630 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); 632 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_kcpu.h | 51 * fence object enqueued in the kcpu command queue 55 * @kcpu_queue: kcpu command queue 70 * about CQS objects for the kcpu CQS set command 73 * the kcpu command. 83 * about CQS objects for the kcpu CQS wait command 86 * the kcpu command. 103 * about CQS objects for the kcpu CQS timeline set command 106 * the kcpu command. 116 * about CQS objects for the kcpu CQS timeline wait command 119 * the kcpu command. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_mbox.c | 49 * @pmb: pointer to the driver internal queue element for mailbox command. 52 * The dump mailbox command provides a method for the device driver to obtain 55 * This routine prepares the mailbox command for dumping list of static 108 * @pmb: pointer to the driver internal queue element for mailbox command. 110 * This routine prepares a mailbox command to bring down HBA link. 123 * lpfc_dump_mem - Prepare a mailbox command for reading a region. 125 * @pmb: pointer to the driver internal queue element for mailbox command. 129 * The dump mailbox command provides a method for the device driver to obtain 132 * This routine prepares the mailbox command for dumping HBA's config region. 160 * lpfc_dump_wakeup_param - Prepare mailbox command for retrieving wakeup params [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpni.c | 79 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_' 103 /* prepare command */ in dpni_open() 110 /* send command to mc*/ in dpni_open() 124 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_' 138 /* prepare command */ in dpni_close() 143 /* send command to mc*/ in dpni_close() 150 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_' 168 /* prepare command */ in dpni_set_pools() 182 /* send command to mc*/ in dpni_set_pools() 189 * @cmd_flags: Command flags; one or more of 'MC_CMD_FLAG_' [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_android.c | 87 * Android private command strings, PLEASE define new private commands here 153 /* Hostapd private command */ 546 /* natoe command info structure */ 548 uint8 *command; /* pointer to the actual command */ member 549 uint16 tot_len; /* total length of the command */ 555 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); 567 char *command, int total_len); 569 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); 571 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); 573 const wl_natoe_sub_cmd_t *cmd, char *command, wl_natoe_cmd_info_t *cmd_info); [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | psp-sev.h | 90 * struct sev_data_init - INIT command parameters 106 * struct sev_data_pek_csr - PEK_CSR command parameters 117 * struct sev_data_cert_import - PEK_CERT_IMPORT command parameters 133 * struct sev_data_download_firmware - DOWNLOAD_FIRMWARE command parameters 144 * struct sev_data_get_id - GET_ID command parameters 154 * struct sev_data_pdh_cert_export - PDH_CERT_EXPORT command parameters 170 * struct sev_data_decommission - DECOMMISSION command parameters 179 * struct sev_data_activate - ACTIVATE command parameters 190 * struct sev_data_deactivate - DEACTIVATE command parameters 199 * struct sev_data_guest_status - SEV GUEST_STATUS command parameters [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-decoder-cmd.rst | 13 VIDIOC_DECODER_CMD - VIDIOC_TRY_DECODER_CMD - Execute an decoder command 39 ``VIDIOC_DECODER_CMD`` sends a command to the decoder, 40 ``VIDIOC_TRY_DECODER_CMD`` can be used to try a command without actually 41 executing it. To send a command applications must initialize all fields 46 The ``cmd`` field must contain the command code. Some commands use the 50 call sends an implicit START command to the decoder if it has not been 55 command to the decoder, and all buffered data is discarded. Applies to both 76 - The decoder command, see :ref:`decoder-cmds`. 80 - Flags to go with the command. If no flags are defined for this 81 command, drivers and applications must set this field to zero. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/os_dep/ |
| H A D | rtw_android.c | 76 static int rtw_android_get_rssi(struct net_device *net, char *command, in rtw_android_get_rssi() argument 85 bytes_written += snprintf(&command[bytes_written], total_len, in rtw_android_get_rssi() 93 static int rtw_android_get_link_speed(struct net_device *net, char *command, in rtw_android_get_link_speed() argument 100 return snprintf(command, total_len, "LinkSpeed %d", in rtw_android_get_link_speed() 104 static int rtw_android_get_macaddr(struct net_device *net, char *command, in rtw_android_get_macaddr() argument 107 return snprintf(command, total_len, "Macaddr = %pM", in rtw_android_get_macaddr() 111 static int android_set_cntry(struct net_device *net, char *command, in android_set_cntry() argument 115 char *country_code = command + strlen(android_wifi_cmd_str[ANDROID_WIFI_CMD_COUNTRY]) + 1; in android_set_cntry() 122 static int android_get_p2p_addr(struct net_device *net, char *command, in android_get_p2p_addr() argument 126 memcpy(command, net->dev_addr, ETH_ALEN); in android_get_p2p_addr() [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | cli.h | 12 * Go into the command loop 14 * This will return if we get a timeout waiting for a command. See 20 * cli_simple_run_command() - Execute a command with the simple CLI 22 * @cmd: String containing the command to execute 24 * @return 1 - command executed, repeatable 25 * 0 - command executed but not repeatable, interrupted commands are 42 * cli_simple_run_command_list() - Execute a list of command 47 * This function cannot take a const char * for the command, since if it 62 * @return command line length excluding terminator, or -ve on error 69 * Display the prompt, then read a command line into @buffer. The [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/spi/ |
| H A D | sf_dataflash.c | 72 uint8_t command[16]; member 124 uint8_t *command; in spi_dataflash_erase() local 134 memset(dataflash->command, 0 , sizeof(dataflash->command)); in spi_dataflash_erase() 135 command = dataflash->command; in spi_dataflash_erase() 169 command[0] = do_block ? OP_ERASE_BLOCK : OP_ERASE_PAGE; in spi_dataflash_erase() 170 command[1] = (uint8_t)(pageaddr >> 16); in spi_dataflash_erase() 171 command[2] = (uint8_t)(pageaddr >> 8); in spi_dataflash_erase() 172 command[3] = 0; in spi_dataflash_erase() 176 command[0], command[1], command[2], command[3], in spi_dataflash_erase() 179 status = spi_write_then_read(spi, command, 4, NULL, NULL, 0); in spi_dataflash_erase() [all …]
|