Home
last modified time | relevance | path

Searched refs:allow (Results 1 – 25 of 60) sorted by relevance

123

/drivers/misc/cb710/
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; in allow_reg_read()
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/
Doti6858.c267 u8 *allow; in send_data() local
287 allow = kmalloc(1, GFP_KERNEL); in send_data()
288 if (!allow) in send_data()
295 count, 0, allow, 1, 100); in send_data()
296 if (result != 1 || *allow != 0) in send_data()
298 kfree(allow); in send_data()
/drivers/staging/media/lirc/
DTODO.lirc_zilog4 a. ir-kbd-i2c needs a module parameter added to allow the user to tell
25 to perform Z8 chip resets via GPIO manipulations. This would allow lirc_zilog
DKconfig11 allow control of your Linux system via remote control.
/drivers/staging/iio/Documentation/
Dring.txt6 comments in the source code. Note that some drivers allow buffer
22 The function pointers within here are used to allow the core to handle
/drivers/staging/iio/
DTODO31 2) Add sysfs elements necessary to allow device agnostic
55 intention is to allow for more than one software ring
/drivers/staging/olpc_dcon/
DTODO4 - allow simultaneous XO-1 and XO-1.5 support
/drivers/parport/
DBUGS-parport3 o lp doesn't allow you to read status while printing is in progress (is
/drivers/block/zram/
DKconfig10 itself. These disks allow very fast I/O and compression provides
/drivers/staging/panel/
Dlcd-panel-cgram.txt1 Some LCDs allow you to define up to 8 characters, mapped to ASCII
/drivers/net/can/softing/
DKconfig13 The API of the card does not allow fine control per bus, but
/drivers/video/fbdev/geode/
DKconfig8 Say 'Y' here to allow you to select framebuffer drivers for
/drivers/usb/usbip/
DKconfig5 This enables pushing USB packets over IP to allow remote
/drivers/of/
DKconfig81 Helpers to allow for reservation of memory regions
/drivers/net/hippi/
DKconfig34 of additional memory to allow for fastest operation, both for
/drivers/staging/wlan-ng/
Dprism2sta.c1596 if (hw->allow.modify == 0) { in prism2sta_inf_authreq_defer()
1597 cnt = hw->allow.cnt; in prism2sta_inf_authreq_defer()
1598 addr = hw->allow.addr[0]; in prism2sta_inf_authreq_defer()
1600 cnt = hw->allow.cnt1; in prism2sta_inf_authreq_defer()
1601 addr = hw->allow.addr1[0]; in prism2sta_inf_authreq_defer()
/drivers/staging/ozwpan/
DREADME20 allow group negotiation to occur for more recent devices that support WFD.
/drivers/firmware/efi/
DKconfig27 will allow writing console messages, crash dumps, or anything
/drivers/rapidio/
DKconfig22 ports for Input/Output direction to allow other traffic
/drivers/atm/
Dnicstarmac.copyright34 * combined, allow nicstar_free_rx_skb to be called to
/drivers/net/wireless/brcm80211/
DKconfig79 is disabled. If unsure, say Y to allow developers to better help
/drivers/scsi/arm/
DKconfig38 disc interface for the Acorn Archimedes range, to allow the use of
/drivers/mtd/chips/
DKconfig38 configuration options which allow you to do so.
71 some other configuration options which would allow you to reduce
/drivers/iommu/
DKconfig10 Management Units into the kernel. These devices usually allow to
37 These IOMMUs allow virtualization of the address space used by most
/drivers/tty/hvc/
DKconfig111 Partitionable IBM Power5 ppc64 machines allow hosting of

123