Searched refs:messages (Results 1 – 25 of 76) sorted by relevance
1234
/drivers/media/pci/bt8xx/ |
D | dst_ca.c | 160 if ((dst_put_ci(state, command, sizeof(command), state->messages, GET_REPLY)) < 0) { in ca_get_app_info() 167 state->messages[7], (state->messages[8] << 8) | state->messages[9], in ca_get_app_info() 168 (state->messages[10] << 8) | state->messages[11], __func__, (char *)(&state->messages[12])); in ca_get_app_info() 172 length = state->messages[5]; in ca_get_app_info() 180 put_command_and_length(&state->messages[0], CA_APP_INFO, length); in ca_get_app_info() 183 memmove(&state->messages[4], &state->messages[7], 5); in ca_get_app_info() 186 state->messages[9] = str_length; in ca_get_app_info() 187 memmove(&state->messages[10], &state->messages[12], str_length); in ca_get_app_info() 199 if ((dst_put_ci(state, slot_command, sizeof (slot_command), state->messages, GET_REPLY)) < 0) { in ca_get_ca_info() 207 for (i = 0; i < state->messages[0] + 1; i++) { in ca_get_ca_info() [all …]
|
/drivers/hwtracing/stm/ |
D | Kconfig | 26 messages to trace hosts over STM devices. 28 If you want to send kernel console messages over STM devices, 35 heartbeat messages to trace hosts over STM devices. It is 39 If you want to send heartbeat messages over STM devices,
|
/drivers/pnp/ |
D | Kconfig | 25 bool "PNP debugging messages" 29 messages if needed. The messages can be enabled at boot-time with 33 the messages to even be built into the kernel.
|
/drivers/atm/ |
D | Kconfig | 221 bool "Enable debugging messages" 224 Somewhat useful debugging messages are available. The choice of 225 messages is controlled by a bitmap. This may be specified as a 229 When active, these messages can have a significant impact on the 256 bool "Enable debugging messages" 259 Somewhat useful debugging messages are available. The choice of 260 messages is controlled by a bitmap. This may be specified as a 267 When active, these messages can have a significant impact on the 280 bool "Enable debugging messages" 283 Somewhat useful debugging messages are available. The choice of [all …]
|
/drivers/i2c/ |
D | Kconfig | 123 bool "I2C Core debugging messages" 126 messages to the system log. Select this if you are having a 130 bool "I2C Algorithm debugging messages" 133 of debug messages to the system log. Select this if you are having 138 bool "I2C Bus debugging messages" 142 debug messages to the system log. Select this if you are having
|
/drivers/net/wireless/zydas/zd1211rw/ |
D | Kconfig | 16 ZD1211 debugging messages. Choosing Y will result in additional debug 17 messages being saved to your kernel logs, which may help debug any
|
/drivers/usb/dwc2/ |
D | Kconfig | 68 Say Y here to enable debugging messages in the DWC2 Driver. 74 Say Y here to enable verbose debugging messages in the DWC2 Driver. 90 Say N here to disable (verbose) debugging messages to be 93 incomplete. Note that this also disables some debug messages
|
/drivers/s390/net/ |
D | Kconfig | 46 Select this option if you want to be able to receive SMSG messages 51 prompt "Deliver IUCV special messages as uevents (VM only)" 54 Select this option to deliver CP special messages (SMSGs) as 55 uevents. The driver handles only those special messages that
|
/drivers/usb/wusbcore/ |
D | Kconfig | 33 bool "Enable CBA debug messages" 36 Say Y here if you want the CBA to produce a bunch of debug messages
|
/drivers/usb/gadget/ |
D | Kconfig | 49 bool "Debugging messages (DEVELOPMENT)" 53 messages if you use this option to ask for those messages. 55 Avoid enabling these messages, even if you're actively 57 messages that the driver timings are affected, which will 59 trying to track down. Never enable these messages for a 67 messages if you use this option to ask for those messages. 69 Avoid enabling these messages, even if you're actively 71 messages that the driver timings are affected, which will 73 trying to track down. Never enable these messages for a
|
/drivers/pps/ |
D | Kconfig | 26 bool "PPS debugging messages" 29 messages to the system log. Select this if you are having a
|
/drivers/s390/char/ |
D | sclp_rw.c | 60 buffer->messages = 0; in sclp_make_buffer() 160 buffer->messages++; in sclp_finalize_mto() 457 if (buffer->messages == 0) in sclp_emit_buffer()
|
/drivers/ssb/ |
D | Kconfig | 94 bool "No SSB kernel messages" 99 messages are turned off. 110 messages. Turn this on for SSB troubleshooting.
|
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | idle.fuc | 60 // keep looping while there's pending messages for any process 65 // process the process' messages until there's none left
|
/drivers/net/wireless/ath/ath6kl/ |
D | Kconfig | 38 Enables ath6kl debug support, including debug messages 51 messages and commands are delivered to using individually
|
/drivers/usb/usbip/ |
D | Kconfig | 71 bool "Debug messages for USB/IP" 74 This enables the debug messages from the USB/IP drivers.
|
/drivers/mailbox/ |
D | Kconfig | 5 on-chip processors through queued messages and interrupt driven 34 send short messages between Highbank's A9 cores and the EnergyCore 133 It is used to send short messages between ARM64-bit cores and
|
/drivers/infiniband/hw/nes/ |
D | Kconfig | 14 This option enables debug messages from the NetEffect RNIC
|
/drivers/rapidio/ |
D | Kconfig | 40 bool "RapidIO subsystem debug messages" 44 debug messages to the system log. Select this if you are having a
|
/drivers/staging/dgnc/ |
D | TODO | 3 * remove unnecessary error messages. Example kzalloc() has its
|
/drivers/media/pci/b2c2/ |
D | Kconfig | 14 Say Y if you want to enable the module option to control debug messages
|
/drivers/media/usb/b2c2/ |
D | Kconfig | 14 Say Y if you want to enable the module option to control debug messages
|
/drivers/pci/pcie/aer/ |
D | Kconfig | 12 (AER) driver support. Error reporting messages sent to Root
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | Kconfig | 14 This enables printing of debug messages. Alternatively, debug messages
|
/drivers/base/ |
D | Kconfig | 193 bool "Driver Core verbose debug messages" 197 debug messages to the system log. Select this if you are having a 204 bool "Managed device resources verbose debug messages" 208 non-zero, devres debug messages are printed. Select this if 257 bool "Enable verbose FENCE_TRACE messages"
|
1234