Searched refs:messages (Results 1 – 25 of 56) sorted by relevance
123
/drivers/mtd/ubi/ |
D | Kconfig.debug | 14 bool "UBI debugging messages" 18 This option enables UBI debugging messages. 60 menu "Additional UBI debugging messages" 64 bool "Additional UBI initialization and build messages" 69 debugging messages. 72 bool "Eraseblock association unit messages" 76 This option enables debugging messages from the UBI eraseblock 80 bool "Wear-leveling unit messages" 84 This option enables debugging messages from the UBI wear-leveling 88 bool "Input/output unit messages" [all …]
|
/drivers/media/dvb/bt8xx/ |
D | dst_ca.c | 157 if ((dst_put_ci(state, command, sizeof(command), state->messages, GET_REPLY)) < 0) { in ca_get_app_info() 164 state->messages[7], (state->messages[8] << 8) | state->messages[9], in ca_get_app_info() 165 (state->messages[10] << 8) | state->messages[11], __func__, (char *)(&state->messages[12])); in ca_get_app_info() 169 length = state->messages[5]; in ca_get_app_info() 177 put_command_and_length(&state->messages[0], CA_APP_INFO, length); in ca_get_app_info() 180 memcpy(&state->messages[4], &state->messages[7], 5); in ca_get_app_info() 183 state->messages[9] = str_length; in ca_get_app_info() 184 memcpy(&state->messages[10], &state->messages[12], str_length); in ca_get_app_info() 196 if ((dst_put_ci(state, slot_command, sizeof (slot_command), state->messages, GET_REPLY)) < 0) { in ca_get_ca_info() 204 for (i = 0; i < state->messages[0] + 1; i++) { in ca_get_ca_info() [all …]
|
D | dst_common.h | 132 u8 messages[256]; member
|
/drivers/i2c/ |
D | Kconfig | 60 bool "I2C Core debugging messages" 63 messages to the system log. Select this if you are having a 67 bool "I2C Algorithm debugging messages" 70 of debug messages to the system log. Select this if you are having 75 bool "I2C Bus debugging messages" 78 debug messages to the system log. Select this if you are having 83 bool "I2C Chip debugging messages" 86 debug messages to the system log. Select this if you are having
|
/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/net/wireless/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/net/can/ |
D | Kconfig | 16 bool "CAN devices debugging messages" 21 debug messages to the system log. Select this if you are having
|
/drivers/usb/wusbcore/ |
D | Kconfig | 35 bool "Enable CBA debug messages" 38 Say Y here if you want the CBA to produce a bunch of debug messages
|
/drivers/ssb/ |
D | Kconfig | 70 bool "No SSB kernel messages" 75 messages are turned off. 86 messages. Turn this on for SSB troubleshooting.
|
/drivers/base/ |
D | Kconfig | 103 bool "Driver Core verbose debug messages" 107 debug messages to the system log. Select this if you are having a 114 bool "Managed device resources verbose debug messages" 118 non-zero, devres debug messages are printed. Select this if
|
/drivers/uwb/wlp/ |
D | Makefile | 6 messages.o \
|
/drivers/pci/pcie/aer/ |
D | Kconfig | 11 (AER) driver support. Error reporting messages sent to Root
|
/drivers/infiniband/hw/amso1100/ |
D | Kconfig | 14 debug messages. Select this if you are developing the driver
|
/drivers/infiniband/hw/nes/ |
D | Kconfig | 16 messages. Select this if you are developing the driver
|
/drivers/net/wireless/ath9k/ |
D | Kconfig | 18 Say Y, if you need ath9k to display debug messages.
|
/drivers/infiniband/hw/cxgb3/ |
D | Kconfig | 26 amounts of debug messages. Select this if you are developing
|
/drivers/net/wireless/ath5k/ |
D | Kconfig | 25 Atheros 5xxx debugging messages.
|
/drivers/w1/ |
D | Kconfig | 22 There are three types of messages between w1 core and userspace:
|
/drivers/media/video/pwc/ |
D | Kconfig | 36 messages.
|
/drivers/scsi/aic94xx/ |
D | Kconfig | 42 the driver prints some messages to the console.
|
/drivers/usb/gadget/ |
D | Kconfig | 47 boolean "Debugging messages (DEVELOPMENT)" 51 messages if you use this option to ask for those messages. 53 Avoid enabling these messages, even if you're actively 55 messages that the driver timings are affected, which will 57 trying to track down. Never enable these messages for a 292 boolean "S3C2410 udc debug messages"
|
/drivers/staging/android/ |
D | Kconfig | 22 bool "Enable verbose console messages on Android RAM console"
|
/drivers/media/dvb/b2c2/ |
D | Kconfig | 44 Say Y if you want to enable the module option to control debug messages
|
/drivers/usb/core/ |
D | Kconfig | 5 bool "USB verbose debug messages" 9 of debug messages to the system log. Select this if you are having a
|
123