Searched refs:allow (Results 1 – 25 of 60) sorted by relevance
123
/drivers/misc/cb710/ |
D | debug.c | 16 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/ |
D | oti6858.c | 267 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/ |
D | TODO.lirc_zilog | 4 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
|
D | Kconfig | 11 allow control of your Linux system via remote control.
|
/drivers/staging/iio/Documentation/ |
D | ring.txt | 6 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/ |
D | TODO | 31 2) Add sysfs elements necessary to allow device agnostic 55 intention is to allow for more than one software ring
|
/drivers/staging/olpc_dcon/ |
D | TODO | 4 - allow simultaneous XO-1 and XO-1.5 support
|
/drivers/parport/ |
D | BUGS-parport | 3 o lp doesn't allow you to read status while printing is in progress (is
|
/drivers/block/zram/ |
D | Kconfig | 10 itself. These disks allow very fast I/O and compression provides
|
/drivers/staging/panel/ |
D | lcd-panel-cgram.txt | 1 Some LCDs allow you to define up to 8 characters, mapped to ASCII
|
/drivers/net/can/softing/ |
D | Kconfig | 13 The API of the card does not allow fine control per bus, but
|
/drivers/video/fbdev/geode/ |
D | Kconfig | 8 Say 'Y' here to allow you to select framebuffer drivers for
|
/drivers/usb/usbip/ |
D | Kconfig | 5 This enables pushing USB packets over IP to allow remote
|
/drivers/of/ |
D | Kconfig | 81 Helpers to allow for reservation of memory regions
|
/drivers/net/hippi/ |
D | Kconfig | 34 of additional memory to allow for fastest operation, both for
|
/drivers/staging/wlan-ng/ |
D | prism2sta.c | 1596 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/ |
D | README | 20 allow group negotiation to occur for more recent devices that support WFD.
|
/drivers/firmware/efi/ |
D | Kconfig | 27 will allow writing console messages, crash dumps, or anything
|
/drivers/rapidio/ |
D | Kconfig | 22 ports for Input/Output direction to allow other traffic
|
/drivers/atm/ |
D | nicstarmac.copyright | 34 * combined, allow nicstar_free_rx_skb to be called to
|
/drivers/net/wireless/brcm80211/ |
D | Kconfig | 79 is disabled. If unsure, say Y to allow developers to better help
|
/drivers/scsi/arm/ |
D | Kconfig | 38 disc interface for the Acorn Archimedes range, to allow the use of
|
/drivers/mtd/chips/ |
D | Kconfig | 38 configuration options which allow you to do so. 71 some other configuration options which would allow you to reduce
|
/drivers/iommu/ |
D | Kconfig | 10 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/ |
D | Kconfig | 111 Partitionable IBM Power5 ppc64 machines allow hosting of
|
123