Home
last modified time | relevance | path

Searched refs:messages (Results 1 – 25 of 72) sorted by relevance

123

/drivers/media/pci/bt8xx/
Ddst_ca.c160 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/pnp/
DKconfig25 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/
DKconfig221 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/
DKconfig114 bool "I2C Core debugging messages"
117 messages to the system log. Select this if you are having a
121 bool "I2C Algorithm debugging messages"
124 of debug messages to the system log. Select this if you are having
129 bool "I2C Bus debugging messages"
133 debug messages to the system log. Select this if you are having
/drivers/usb/dwc2/
DKconfig59 Say Y here to enable debugging messages in the DWC2 Driver.
65 Say Y here to enable verbose debugging messages in the DWC2 Driver.
81 Say N here to disable (verbose) debugging messages to be
84 incomplete. Note that this also disables some debug messages
/drivers/net/wireless/zd1211rw/
DKconfig16 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/gadget/
DKconfig48 boolean "Debugging messages (DEVELOPMENT)"
52 messages if you use this option to ask for those messages.
54 Avoid enabling these messages, even if you're actively
56 messages that the driver timings are affected, which will
58 trying to track down. Never enable these messages for a
66 messages if you use this option to ask for those messages.
68 Avoid enabling these messages, even if you're actively
70 messages that the driver timings are affected, which will
72 trying to track down. Never enable these messages for a
/drivers/s390/net/
DKconfig46 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/staging/bcm/
DTODO17 add a limited number of messages through netif_msg()
23 - cleanup/eliminate debug messages
/drivers/mailbox/
DKconfig5 on-chip processors through queued messages and interrupt driven
15 send short messages between Highbank's A9 cores and the EnergyCore
/drivers/usb/wusbcore/
DKconfig33 bool "Enable CBA debug messages"
36 Say Y here if you want the CBA to produce a bunch of debug messages
/drivers/usb/usbip/
DKconfig38 bool "Debug messages for USB/IP"
41 This enables the debug messages from the USB/IP drivers.
/drivers/pps/
DKconfig26 bool "PPS debugging messages"
29 messages to the system log. Select this if you are having a
/drivers/ssb/
DKconfig84 bool "No SSB kernel messages"
89 messages are turned off.
100 messages. Turn this on for SSB troubleshooting.
/drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/
Didle.fuc60 // 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/
DKconfig38 Enables ath6kl debug support, including debug messages
51 messages and commands are delivered to using individually
/drivers/rapidio/
DKconfig40 bool "RapidIO subsystem debug messages"
44 debug messages to the system log. Select this if you are having a
/drivers/media/platform/
DKconfig105 bool "OMAP 3 Camera debug messages"
108 Enable debug messages on OMAP 3 camera controller driver.
253 bool "VPE debug messages"
256 Enable debug messages on VPE driver.
/drivers/infiniband/hw/nes/
DKconfig15 This option enables debug messages from the NetEffect RNIC
/drivers/infiniband/hw/amso1100/
DKconfig14 debug messages. Select this if you are developing the driver
/drivers/staging/dgnc/
DTODO3 * remove unecessary error messages. Example kzalloc() has its
/drivers/media/usb/b2c2/
DKconfig14 Say Y if you want to enable the module option to control debug messages
/drivers/md/persistent-data/
DKconfig15 Enable this for messages that may help debug problems with the
/drivers/media/pci/b2c2/
DKconfig14 Say Y if you want to enable the module option to control debug messages
/drivers/base/
DKconfig193 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
242 bool "Enable verbose FENCE_TRACE messages"

123