Searched refs:commands (Results 51 - 70 of 70) sorted by relevance

123

/linux-master/tools/testing/selftests/net/
H A Dvrf-xfrm-tests.sh397 -v verbose mode (show commands and output)
H A Dicmp_redirect.sh477 -v verbose mode (show commands and output)
H A Dtest_bridge_backup_port.sh701 -v Verbose mode (show commands and output)
H A Dtest_bridge_neigh_suppress.sh770 -v Verbose mode (show commands and output)
H A Drtnetlink.sh630 # Example commands
720 # Example commands
1297 -v Verbose mode (show commands and output)
H A Dfib_nexthops.sh2413 -v verbose mode (show commands and output)
H A Dtest_vxlan_mdb.sh2493 -v Verbose mode (show commands and output)
H A Dfib_tests.sh2615 -v verbose mode (show commands and output)
/linux-master/drivers/usb/storage/
H A Dshuttle_usbat.c286 * Some USBAT-specific commands can only be executed over a command transport
287 * This transport allows one (len=8) or two (len=16) vendor-specific commands
291 unsigned char *commands,
296 commands, len);
1566 * commands... just ATA Packet Commands.
290 usbat_execute_command(struct us_data *us, unsigned char *commands, unsigned int len) argument
/linux-master/sound/pci/hda/
H A Dcs35l41_hda.c1372 static bool cs35l41_dsm_supported(acpi_handle handle, unsigned int commands) argument
1378 return acpi_check_dsm(handle, &guid, 0, BIT(commands));
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dacx.h914 u32 commands; member in struct:acx_isr_statistics
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel.h839 int *commands, int *results);
/linux-master/drivers/nvdimm/
H A Ddimm_devs.c23 * get_config_data commands
290 static DEVICE_ATTR_RO(commands);
/linux-master/drivers/cxl/core/
H A Dmbox.c43 * This table defines the supported mailbox commands for the driver. This table
91 * CXL_MBOX_OP_[GET_,INJECT_,CLEAR_]POISON: These commands require kernel
240 * Mailbox commands may execute successfully yet the device itself reported an
241 * error. While this distinction can be useful for commands from userspace, the
320 * commands with input payloads that are known to be unsafe. This
405 * Unlike supported commands, the output size of RAW commands
545 * otherwise, return max(n_commands, total commands) cxl_command_info
556 if (copy_to_user(&q->commands[j++], &info, sizeof(info)))
792 * cxl_enumerate_cmds() - Enumerate commands fo
[all...]
/linux-master/drivers/net/ethernet/i825xx/
H A D82596.c140 * the following commands are available (p5-18). The 32-bit port command
177 enum commands { enum
H A Dlib82596.c114 * the following commands are available (p5-18). The 32-bit port command
143 enum commands { enum
1258 * commands has the interrupt bit set. Should probably really
/linux-master/net/bluetooth/
H A Dhci_event.c783 memcpy(hdev->commands, rp->commands, sizeof(hdev->commands));
4211 * for vendor specific commands send by HCI drivers.
4335 * (since for this kind of commands there will not be a command
H A Dmgmt.c2514 /* This is a helper function to test for pending mgmt commands that can
2515 * cause CoD or EIR HCI commands. We can only allow one such pending
4250 if ((hdev->commands[41] & 0x08) || msft_curve_validity(hdev))
4258 if (hdev->commands[20] & 0x10)
4269 if (hdev->commands[41] & 0x08)
4281 if (hdev->commands[38] & 0x80) {
6641 /* We need to restore the flag if related HCI commands
/linux-master/include/net/bluetooth/
H A Dhci.h1356 __u8 commands[64]; member in struct:hci_rp_read_local_commands
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c2462 * This is based on the fact that all affected define commands have the
2562 * This is based on the fact that all affected define commands have
3430 /* SM commands */
3584 * SM5 commands
3676 /* Handle any none 3D commands */
3995 * @user_commands: User-space pointer to the commands to be submitted.
4041 VMW_DEBUG_USER("Failed copying commands.\n");
4142 VMW_DEBUG_USER("Failed copying commands.\n");
4506 (void __user *)(unsigned long)arg->commands,

Completed in 469 milliseconds

123