| /drivers/gpu/drm/amd/display/dc/ |
| A D | dc_fused_io.c | 61 union dmub_rb_cmd commands[3], in atomic_write_poll_read() 71 commands[1].fused_io.request.poll_mask_msb = poll_mask_msb; in atomic_write_poll_read() 72 commands[1].fused_io.request.timeout_us = poll_timeout_us; in atomic_write_poll_read() 75 struct dmub_rb_cmd_fused_io *io = &commands[i].fused_io; in atomic_write_poll_read() 90 return commands[0].fused_io.request.status == FUSED_REQUEST_STATUS_SUCCESS; in atomic_write_poll_read() 108 union dmub_rb_cmd commands[3] = { 0 }; in dm_atomic_write_poll_read_i2c() local 118 memcpy(read->data, commands[0].fused_io.request.buffer, read->size); in dm_atomic_write_poll_read_i2c() 135 union dmub_rb_cmd commands[3] = { 0 }; in dm_atomic_write_poll_read_aux() local 137 && op_aux_convert(&commands[1], poll, FUSED_REQUEST_POLL, ddc_line) in dm_atomic_write_poll_read_aux() 138 && op_aux_convert(&commands[2], read, FUSED_REQUEST_READ, ddc_line); in dm_atomic_write_poll_read_aux() [all …]
|
| /drivers/platform/x86/ |
| A D | samsung-laptop.c | 173 .commands = { 236 .commands = { 473 const struct sabi_commands *commands = &samsung->config->commands; in read_brightness() local 495 const struct sabi_commands *commands = &samsung->config->commands; in set_brightness() local 556 const struct sabi_commands *commands = &samsung->config->commands; in update_status() local 577 const struct sabi_commands *commands = &samsung->config->commands; in seclinux_rfkill_set() local 590 const struct sabi_commands *commands = &samsung->config->commands; in swsmi_wireless_status() local 600 const struct sabi_commands *commands = &samsung->config->commands; in swsmi_rfkill_set() local 653 const struct sabi_commands *commands = &config->commands; in get_performance_level() local 678 const struct sabi_commands *commands = &config->commands; in set_performance_level() local [all …]
|
| /drivers/gpu/drm/tiny/ |
| A D | panel-mipi-dbi.c | 113 u8 commands[]; member 172 commands = devm_kzalloc(dev, sizeof(*commands), GFP_KERNEL); in panel_mipi_dbi_check_commands() 173 if (!commands) in panel_mipi_dbi_check_commands() 176 commands->len = commands_len; in panel_mipi_dbi_check_commands() 177 commands->buf = devm_kmemdup(dev, config->commands, commands->len, GFP_KERNEL); in panel_mipi_dbi_check_commands() 178 if (!commands->buf) in panel_mipi_dbi_check_commands() 181 return commands; in panel_mipi_dbi_check_commands() 208 return commands; in panel_mipi_dbi_commands_from_fw() 216 if (!commands) in panel_mipi_dbi_commands_execute() 219 while (i < commands->len) { in panel_mipi_dbi_commands_execute() [all …]
|
| /drivers/w1/ |
| A D | Kconfig | 26 2. Userspace commands. Includes read/write and search/alarm search commands. 27 3. Replies to userspace commands.
|
| /drivers/platform/chrome/wilco_ec/ |
| A D | Kconfig | 19 If you say Y here, you get support for sending raw commands to 20 the Wilco EC via debugfs. These commands do not do any byte 21 manipulation and allow for testing arbitrary commands. This
|
| /drivers/net/wireless/marvell/mwifiex/ |
| A D | README | 36 a) 'iw' utility commands 38 Following are some useful iw commands:- 138 last_cmd_id = <command id of the last several commands sent to device> 139 last_cmd_act = <command action of the last several commands sent to device> 145 num_cmd_h2c_fail = <number of commands failed to send to device> 151 num_cmd_deauth = <number of deauthenticate commands sent to device> 152 num_cmd_assoc_ok = <number of associate commands with success return> 153 num_cmd_assoc_fail = <number of associate commands with failure return>
|
| /drivers/acpi/nfit/ |
| A D | Kconfig | 18 bool "Enable debug for NVDIMM security commands" 22 other security features. The payloads for the commands that
|
| /drivers/hwmon/ |
| A D | sht3x.c | 325 const struct sht3x_limit_commands *commands; in limits_update() local 329 commands = &limit_commands[index]; in limits_update() 331 commands->read_command, buffer, in limits_update() 375 const struct sht3x_limit_commands *commands; in limit_write() local 377 commands = &limit_commands[index]; in limit_write() 379 memcpy(position, commands->write_command, SHT3X_CMD_LENGTH); in limit_write()
|
| /drivers/scsi/pcmcia/ |
| A D | nsp_debug.c | 55 static const char **commands[] = { variable 67 const char **table = commands[ group(opcode) ]; in print_opcodek()
|
| /drivers/scsi/aic7xxx/ |
| A D | Kconfig.aic79xx | 15 int "Maximum number of TCQ commands per device" 19 Specify the number of commands you would like to allocate per SCSI 29 a high number of commands per device may result in memory allocation
|
| A D | Kconfig.aic7xxx | 20 int "Maximum number of TCQ commands per device" 24 Specify the number of commands you would like to allocate per SCSI 34 a high number of commands per device may result in memory allocation
|
| /drivers/net/wireless/marvell/libertas/ |
| A D | README | 63 those commands are used via debugfs interface 69 These commands are used to read the MAC, BBP and RF registers from the 70 card. These commands take one parameter that specifies the offset 83 These commands are used to write the MAC, BBP and RF registers in the 84 card. These commands take two parameters that specify the offset
|
| /drivers/scsi/ |
| A D | nsp32_debug.c | 53 static const char **commands[] = { variable 65 const char **table = commands[ group(opcode) ]; in print_opcodek()
|
| A D | aha152x.c | 980 HOSTDATA(shpnt)->commands++; in aha152x_internal_queue() 981 if (HOSTDATA(shpnt)->commands==1) in aha152x_internal_queue() 1041 HOSTDATA(shpnt)->commands--; in aha152x_abort() 1042 if (!HOSTDATA(shpnt)->commands) in aha152x_abort() 1107 HOSTDATA(shpnt)->commands--; in aha152x_device_reset() 1108 if (!HOSTDATA(shpnt)->commands) in aha152x_device_reset() 1148 HOSTDATA(shpnt)->commands--; in free_hard_reset_SCs() 1179 if(HOSTDATA(shpnt)->commands==0) in aha152x_bus_reset_host() 1450 HOSTDATA(shpnt)->commands--; in busfree_run() 1451 if (!HOSTDATA(shpnt)->commands) in busfree_run() [all …]
|
| /drivers/s390/char/ |
| A D | sclp_early_core.c | 283 sclp_cmdw_t commands[] = {SCLP_CMDW_READ_SCP_INFO_FORCED, in sclp_early_read_info() local 286 for (i = 0; i < ARRAY_SIZE(commands); i++) { in sclp_early_read_info() 291 if (sclp_early_cmd(commands[i], sccb)) in sclp_early_read_info()
|
| /drivers/gpu/drm/sitronix/ |
| A D | st7571-i2c.c | 857 u8 commands[] = { in st7567_lcd_init() local 880 return st7571_send_command_list(st7567, commands, ARRAY_SIZE(commands)); in st7567_lcd_init() 889 u8 commands[] = { in st7571_lcd_init() local 927 return st7571_send_command_list(st7571, commands, ARRAY_SIZE(commands)); in st7571_lcd_init()
|
| /drivers/firmware/ |
| A D | arm_scpi.c | 253 int *commands; member 280 __le32 commands[4]; member 482 if (scpi_info->commands[idx] < 0) in scpi_send_message() 485 cmd = scpi_info->commands[idx]; in scpi_send_message() 988 scpi_drvinfo->commands = scpi_std_commands; in scpi_probe() 995 scpi_drvinfo->commands = scpi_legacy_commands; in scpi_probe()
|
| /drivers/gpu/drm/qxl/ |
| A D | qxl_ioctl.c | 280 struct drm_qxl_command __user *commands = in qxl_execbuffer_ioctl() local 281 u64_to_user_ptr(execbuffer->commands); in qxl_execbuffer_ioctl() 283 if (copy_from_user(&user_cmd, commands + cmd_num, in qxl_execbuffer_ioctl()
|
| /drivers/net/wireless/quantenna/qtnfmac/ |
| A D | Makefile | 13 commands.o \
|
| /drivers/pci/switch/ |
| A D | Kconfig | 11 to submit MRPC commands to the switch via /dev/switchtecX
|
| /drivers/net/wireless/ti/wl12xx/ |
| A D | debugfs.c | 46 WL12XX_DEBUGFS_FWSTATS_FILE(isr, commands, "%u"); 146 DEBUGFS_FWSTATS_ADD(isr, commands); in wl12xx_debugfs_add_files()
|
| /drivers/target/ |
| A D | target_core_user.c | 156 struct xarray commands; member 1484 cmd = xa_load(&udev->commands, entry->hdr.cmd_id); in tcmu_handle_completions() 1486 cmd = xa_erase(&udev->commands, entry->hdr.cmd_id); in tcmu_handle_completions() 1632 xa_init_flags(&udev->commands, XA_FLAGS_ALLOC1); in tcmu_alloc_device() 1730 xa_for_each(&udev->commands, i, cmd) { in tcmu_dev_kref_release() 1738 xa_destroy(&udev->commands); in tcmu_dev_kref_release() 1969 xa_for_each(&udev->commands, i, cmd) { in tcmu_release() 1983 xa_erase(&udev->commands, i); in tcmu_release() 2370 xa_for_each(&udev->commands, i, cmd) { in tcmu_reset_ring() 2378 xa_erase(&udev->commands, i); in tcmu_reset_ring() [all …]
|
| /drivers/media/usb/ttusb-dec/ |
| A D | Kconfig | 15 This driver needs external firmware. Please use the commands
|
| /drivers/net/wireless/ti/wl1251/ |
| A D | debugfs.c | 128 DEBUGFS_FWSTATS_FILE(isr, commands, 20, "%u"); 268 DEBUGFS_FWSTATS_DEL(isr, commands); in wl1251_debugfs_delete_files() 367 DEBUGFS_FWSTATS_ADD(isr, commands); in wl1251_debugfs_add_files()
|
| /drivers/misc/eeprom/ |
| A D | Kconfig | 68 The driver supports both read as well as write commands. 80 supports both read and write commands and also the command to
|