Searched refs:exists (Results 1 - 13 of 13) sorted by relevance

/drivers/input/joystick/
H A Dcobra.c52 unsigned char exists; member in struct:cobra
119 if ((r = cobra_read_packet(gameport, data)) != cobra->exists) {
125 if (cobra->exists & r & (1 << i)) {
175 cobra->exists = cobra_read_packet(gameport, data);
178 if ((cobra->exists >> i) & data[i] & 1) {
181 cobra->exists &= ~(1 << i);
184 if (!cobra->exists) {
193 if (~(cobra->exists >> i) & 1)
247 if ((cobra->exists >> i) & 1)
H A Dtmdc.c139 unsigned char exists; member in struct:tmdc
248 if ((r = tmdc_read_packet(tmdc->gameport, data)) != tmdc->exists)
252 if (r & (1 << i) & tmdc->exists) {
381 if (!(tmdc->exists = tmdc_read_packet(gameport, data))) {
390 if (tmdc->exists & (1 << i)) {
/drivers/pnp/pnpbios/
H A DKconfig22 co-exists nicely. If you have a non-ISA system that supports ACPI,
/drivers/watchdog/
H A Dpcwd_usb.c146 /* Wether or not the device exists */
147 int exists; member in struct:usb_pcwd_private
220 if ((!usb_pcwd) || (!usb_pcwd->exists))
689 /* The device exists and can be communicated with */
690 usb_pcwd->exists = 1;
791 usb_pcwd->exists = 0;
H A DKconfig1272 This driver is for a SoC level watchdog that exists on some
/drivers/firmware/
H A Ddmi_scan.c833 bool exists; local
838 exists = s;
839 if (!exists)
880 return exists;
911 * dmi_match - compare a string to the dmi field (if exists)
/drivers/misc/vmw_vmci/
H A Dvmci_context.c367 * Verifies whether a context with the specified context ID exists.
374 bool exists = false; local
380 exists = true;
386 return exists;
604 bool exists = false; local
635 exists = true;
640 if (exists) {
/drivers/input/serio/
H A Di8042.c114 bool exists; member in struct:i8042_port
396 port->exists = true;
410 port->exists = false;
525 serio = port->exists ? port->serio : NULL;
536 if (likely(port->exists && !filtered))
/drivers/xen/xenbus/
H A Dxenbus_probe.c549 int exists, rootlen; local
557 exists = xenbus_exists(XBT_NIL, node, "");
558 if (!exists) {
/drivers/platform/x86/
H A Dtoshiba_acpi.c723 /* Check if the accelerometer call exists,
1575 bool exists = true; local
1578 exists = (drv->kbd_illum_supported) ? true : false;
1580 exists = (drv->kbd_mode == SCI_KBD_MODE_AUTO) ? true : false;
1582 exists = (drv->touchpad_supported) ? true : false;
1584 exists = (drv->accelerometer_supported) ? true : false;
1586 return exists ? attr->mode : 0;
/drivers/edac/
H A DKconfig216 i7 Core (Nehalem) Integrated Memory Controller that exists on
/drivers/block/
H A Drbd.c223 OBJ_REQ_EXISTS, /* target exists: no = 0, yes = 1 */
1426 * flag. The latter is set based on the "exists" value provided.
1428 * Note that for our purposes once an object exists it never goes
1435 bool exists)
1437 if (exists)
2776 * exists, and we don't want to treat the non-existence as
2791 * whether the target object exists.
2923 /* We don't know whether the target exists. Go find out. */
3345 * Quit early if the mapped snapshot no longer exists. It's
5055 * First, see if the format 2 image id file exists, an
1434 obj_request_existence_set(struct rbd_obj_request *obj_request, bool exists) argument
[all...]
/drivers/i2c/busses/
H A DKconfig902 Another driver exists, named i2c-parport-light, which doesn't depend

Completed in 421 milliseconds