Searched defs:allow (Results 1 - 3 of 3) sorted by relevance

/drivers/misc/cb710/
H A Ddebug.c16 static const u16 allow[CB710_REG_COUNT/16] = { variable
20 static const char *const prefix[ARRAY_SIZE(allow)] = {
29 return ((allow[block] >> offset) & mask) == mask;
38 for (i = 0; i < ARRAY_SIZE(allow); ++i, reg += 16/(t/8)) { \
66 for (i = 0; i < ARRAY_SIZE(allow); ++i, reg += 16/(t/8)) { \
/drivers/usb/serial/
H A Doti6858.c37 * - allow setting custom baud rates
283 u8 *allow; local
305 allow = kmalloc(1, GFP_KERNEL);
306 if (!allow) {
315 count, 0, allow, 1, 100);
316 if (result != 1 || *allow != 0)
318 kfree(allow);
/drivers/staging/wlan-ng/
H A Dhfa384x.h23 * above. If you wish to allow the use of your version of this file
24 * only under the terms of the GPL and not to allow others to use
1276 /* Timer to allow for the deferred processing of linkstatus messages */
1352 prism2sta_accesslist_t allow; /* Allowed station list. */ member in struct:hfa384x

Completed in 696 milliseconds