Searched defs:ignore (Results 1 - 19 of 19) sorted by relevance

/drivers/sh/intc/
H A Daccess.c76 unsigned long ignore)
82 unsigned long ignore)
88 unsigned long ignore)
75 test_8(unsigned long addr, unsigned long h, unsigned long ignore) argument
81 test_16(unsigned long addr, unsigned long h, unsigned long ignore) argument
87 test_32(unsigned long addr, unsigned long h, unsigned long ignore) argument
/drivers/mfd/
H A Ducb1x00-ts.c211 bool frozen, ignore = false; local
221 ignore = true;
269 if (!ignore) {
/drivers/isdn/hardware/eicon/
H A Dmaintidi.c264 int ignore = 0; local
270 ignore = 1;
273 ignore = 1;
276 ignore = 1;
279 ignore = 1;
282 ignore = 1;
285 ignore = 1;
287 ignore = 1;
291 ignore = 1;
294 ignore
[all...]
/drivers/misc/sgi-xp/
H A Dxpc_main.c37 * set up in a special nofault region so SAL knows to ignore (and
253 xpc_hb_checker(void *ignore) argument
319 xpc_initiate_discovery(void *ignore) argument
/drivers/pcmcia/
H A Dtcic.c65 /* Specify a socket number to ignore */
66 static int ignore = -1; variable
89 module_param(ignore, int, 0444);
404 if ((i == ignore) || is_active(i)) continue;
H A Di82365.c80 /* Specify a socket number to ignore */
81 static int ignore = -1; variable
112 module_param(ignore, int, 0444);
794 if (i == ignore) continue;
813 if ((ignore == i+j) || (identify(port, sock+j) < 0))
/drivers/cdrom/
H A Dgdrom.c385 static int gdrom_drivestatus(struct cdrom_device_info *cd_info, int ignore) argument
399 unsigned int clearing, int ignore)
398 gdrom_check_events(struct cdrom_device_info *cd_info, unsigned int clearing, int ignore) argument
/drivers/input/touchscreen/
H A Dads7846.c75 bool ignore; member in struct:ts_event
370 /* on-wire is a must-ignore bit, a BE12 value, then padding */
702 * adjust: on-wire is a must-ignore bit, a BE12 value, then
734 packet->tc.ignore = true;
752 packet->tc.ignore = true;
758 packet->tc.ignore = false;
823 if (packet->tc.ignore || Rt > ts->pressure_max) {
825 packet->tc.ignore, Rt);
/drivers/staging/comedi/drivers/
H A Dusbduxfast.c153 * number of received packets to ignore before we start handing data
154 * over to comedi, it's quad buffering and we have to ignore 4 packets
186 int ignore; /* counter which ignores the first member in struct:usbduxfastsub_s
393 if (!udfs->ignore) {
427 /* ignore this packet */
428 udfs->ignore--;
782 * ignore the first buffers from the device if there
785 udfs->ignore = PACKETS_TO_IGNORE;
/drivers/usb/musb/
H A Dmusb_core.c550 int ignore = 0; local
563 * (b) software: ignore non-repeated VBUS errors.
582 ignore = 1;
614 if (!ignore)
809 /* We need to ignore disconnect on suspend
/drivers/crypto/
H A Dtalitos.c1213 unsigned int ignore; local
1218 ignore = skip - offset;
1219 len = miter.length - ignore;
1222 memcpy(buf + boffset, miter.addr + ignore, len);
/drivers/md/
H A Draid10.c70 static int enough(struct r10conf *conf, int ignore);
1392 * Don't consider the device numbered 'ignore'
1395 static int enough(struct r10conf *conf, int ignore) argument
1404 first != ignore)
1421 * else if it is the last working disks, ignore the error, let the
2109 /* drive has already been failed, just ignore any
/drivers/tty/serial/
H A Dmsm_serial_hs.c295 * @ignore: boolean value. 1 = ignore the wakeup interrupt
309 unsigned char ignore; member in struct:msm_hs_rx_wakeup
478 return; /* ignore linux PM states,
1154 msm_uport->rx_wakeup.ignore = 1;
1351 /* ignore the first irq - it is a pending irq that occurred
1353 if (msm_uport->rx_wakeup.ignore)
1354 msm_uport->rx_wakeup.ignore = 0;
1652 msm_uport->rx_wakeup.ignore = 1;
/drivers/isdn/gigaset/
H A Dgigaset.h265 int min_ConState; /* <0 => ignore */
266 int max_ConState; /* <0 => ignore */
267 int parameter; /* e.g. ZSAU_XXXX <0: ignore*/
268 int new_ConState; /* <0 => ignore */
380 int ignore; member in struct:bc_state
456 int ignoreframes; /* frames to ignore after setting up the
797 if (bcs->ignore) {
/drivers/message/fusion/
H A Dmptbase.c182 static int mpt_diag_reset(MPT_ADAPTER *ioc, int ignore, int sleepFlag);
183 static int KickStart(MPT_ADAPTER *ioc, int ignore, int sleepFlag);
3941 * @ignore: Set if to honor and clear to ignore
3957 mpt_diag_reset(MPT_ADAPTER *ioc, int ignore, int sleepFlag) argument
3972 if (!ignore)
4028 /* Do the reset if we are told to ignore the reset history
4031 if (ignore || !(diag0val & MPI_DIAG_RESET_HISTORY)) {
8198 * ignore invalid page messages for GET_NEXT_HANDLE
/drivers/platform/x86/
H A Dsony-laptop.c1549 int ignore = 0; local
1555 sony_call_snc_handle(KBDBL_HANDLER, SET_MODE, &ignore);
1560 &ignore);
/drivers/scsi/mpt2sas/
H A Dmpt2sas_scsih.c147 * @ignore: flag meaning this event has been marked to ignore
161 u8 ignore; member in struct:fw_event_work
3458 /* mark ignore flag for pending events */
3462 fw_event->ignore)
3473 fw_event->ignore = 1;
5464 if (fw_event->ignore) {
5492 if (fw_event->ignore) {
7229 /* the queue is being flushed so ignore this event */
7407 default: /* ignore th
[all...]
/drivers/scsi/
H A Dpmcraid.h663 atomic_t ignore; /* process HCAM response ? */ member in struct:pmcraid_hostrcb
/drivers/net/ethernet/sun/
H A Dniu.c2606 int err, ignore; local
2620 niu_link_status(np, &ignore);

Completed in 749 milliseconds