Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 18 of 18) sorted by relevance

/drivers/input/joystick/
Dcobra.c53 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()
Dtmdc.c140 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/
Dpcwd_usb.c170 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()
DKconfig1064 This driver is for a SoC level watchdog that exists on some
/drivers/firmware/
Ddmi_scan.c702 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/
Di8042.c112 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/
DLICENSE.SRC15 expected. Although updates may occur, no commitment exists.
/drivers/xen/xenbus/
Dxenbus_probe.c528 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/
Derror-codes72 Attempted to create a channel manager when one already exists.
131 The Specified Connection already exists.
/drivers/pnp/pnpbios/
DKconfig22 co-exists nicely. If you have a non-ISA system that supports ACPI,
/drivers/staging/tidspbridge/rmgr/
Dnldr.c273 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/
DINSTALL177 `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/
DKconfig63 Yes, there really exists something sicker than PDP-endian :)
/drivers/edac/
DKconfig176 i7 Core (Nehalem) Integrated Memory Controller that exists on
/drivers/staging/wlags49_h2/
DREADME.wlags49176 Note: even though PCMCIA code exists in the kernel source tree, the PCMCIA
/drivers/i2c/busses/
DKconfig756 Another driver exists, named i2c-parport-light, which doesn't depend
/drivers/scsi/aic7xxx/
Daic79xx.seq1333 * no identified transaction exists should a
/drivers/video/
DKconfig50 server exists which uses the frame buffer device exclusively.