Searched refs:exists (Results 1 – 18 of 18) sorted by relevance
/drivers/input/joystick/ |
D | cobra.c | 53 unsigned char exists; member 120 if ((r = cobra_read_packet(gameport, data)) != cobra->exists) { in cobra_poll() 126 if (cobra->exists & r & (1 << i)) { in cobra_poll() 176 cobra->exists = cobra_read_packet(gameport, data); in cobra_connect() 179 if ((cobra->exists >> i) & data[i] & 1) { in cobra_connect() 182 cobra->exists &= ~(1 << i); in cobra_connect() 185 if (!cobra->exists) { in cobra_connect() 194 if (~(cobra->exists >> i) & 1) in cobra_connect() 248 if ((cobra->exists >> i) & 1) in cobra_disconnect()
|
D | tmdc.c | 140 unsigned char exists; member 249 if ((r = tmdc_read_packet(tmdc->gameport, data)) != tmdc->exists) in tmdc_poll() 253 if (r & (1 << i) & tmdc->exists) { in tmdc_poll() 382 if (!(tmdc->exists = tmdc_read_packet(gameport, data))) { in tmdc_connect() 391 if (tmdc->exists & (1 << i)) { in tmdc_connect()
|
/drivers/watchdog/ |
D | pcwd_usb.c | 170 int exists; member 242 if ((!usb_pcwd) || (!usb_pcwd->exists)) in usb_pcwd_send_command() 706 usb_pcwd->exists = 1; in usb_pcwd_probe() 807 usb_pcwd->exists = 0; in usb_pcwd_disconnect()
|
D | Kconfig | 1064 This driver is for a SoC level watchdog that exists on some
|
/drivers/firmware/ |
D | dmi_scan.c | 702 bool exists; in dmi_get_date() local 707 exists = s; in dmi_get_date() 708 if (!exists) in dmi_get_date() 749 return exists; in dmi_get_date()
|
/drivers/input/serio/ |
D | i8042.c | 112 bool exists; member 389 port->exists = true; in i8042_start() 403 port->exists = false; in i8042_stop() 518 serio = port->exists ? port->serio : NULL; in i8042_interrupt() 529 if (likely(port->exists && !filtered)) in i8042_interrupt()
|
/drivers/net/ |
D | LICENSE.SRC | 15 expected. Although updates may occur, no commitment exists.
|
/drivers/xen/xenbus/ |
D | xenbus_probe.c | 528 int exists, rootlen; in xenbus_dev_changed() local 536 exists = xenbus_exists(XBT_NIL, node, ""); in xenbus_dev_changed() 537 if (!exists) { in xenbus_dev_changed()
|
/drivers/staging/tidspbridge/Documentation/ |
D | error-codes | 72 Attempted to create a channel manager when one already exists. 131 The Specified Connection already exists.
|
/drivers/pnp/pnpbios/ |
D | Kconfig | 22 co-exists nicely. If you have a non-ISA system that supports ACPI,
|
/drivers/staging/tidspbridge/rmgr/ |
D | nldr.c | 273 bool *exists, u32 addr, u32 bytes); 980 bool *exists, u32 addr, u32 bytes) in add_ovly_sect() argument 988 *exists = false; in add_ovly_sect() 996 *exists = true; in add_ovly_sect()
|
/drivers/staging/usbip/userspace/ |
D | INSTALL | 177 `configure' looks for `PREFIX/share/config.site' if it exists, then 178 `PREFIX/etc/config.site' if it exists. Or, you can set the
|
/drivers/mtd/chips/ |
D | Kconfig | 63 Yes, there really exists something sicker than PDP-endian :)
|
/drivers/edac/ |
D | Kconfig | 176 i7 Core (Nehalem) Integrated Memory Controller that exists on
|
/drivers/staging/wlags49_h2/ |
D | README.wlags49 | 176 Note: even though PCMCIA code exists in the kernel source tree, the PCMCIA
|
/drivers/i2c/busses/ |
D | Kconfig | 756 Another driver exists, named i2c-parport-light, which doesn't depend
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 1333 * no identified transaction exists should a
|
/drivers/video/ |
D | Kconfig | 50 server exists which uses the frame buffer device exclusively.
|