Searched refs:check (Results 1 - 25 of 100) sorted by relevance

1234

/drivers/pnp/pnpbios/
H A Dcore.c320 /* check if the device is already added */
436 union pnp_bios_install_struct *check; local
447 for (check = (union pnp_bios_install_struct *)__va(0xf0000);
448 check < (union pnp_bios_install_struct *)__va(0xffff0);
449 check = (void *)check + 16) {
450 if (check->fields.signature != PNP_SIGNATURE)
454 check);
455 length = check->fields.length;
462 sum += check
[all...]
/drivers/edac/
H A Damd8111_edac.h116 void (*check)(struct edac_device_ctl_info *edac_dev); member in struct:amd8111_dev_info
127 void (*check)(struct edac_pci_ctl_info *edac_dev); member in struct:amd8111_pci_info
H A Damd8131_edac.h107 * They share the same set of init/check/exit methods, and their
115 void (*check)(struct edac_pci_ctl_info *edac_dev); member in struct:amd8131_info
H A Damd8111_edac.c332 .check = amd8111_lpc_bridge_check,
344 .check = amd8111_pci_bridge_check,
394 dev_info->edac_dev->edac_check = dev_info->check;
478 pci_info->edac_dev->edac_check = pci_info->check;
H A Damd8131_edac.c241 .check = amd8131_pcix_check,
293 dev_info->edac_dev->edac_check = amd8131_chipset.check;
/drivers/media/dvb/ttpci/
H A Dav7110_ipack.c16 p->check = 0;
288 p->check = p->flag1;
293 p->check == 0xff){
294 p->check = buf[c];
304 if ((p->check & 0xc0) == 0x40 && !p->which) {
305 p->check = buf[c];
314 p->check = buf[c];
325 p->check = buf[c];
335 if ((p->check & 0x30) && p->check !
[all...]
/drivers/pci/
H A Dsetup-res.c33 u32 new, check, mask; local
71 pci_read_config_dword(dev, reg, &check);
73 if ((new ^ check) & mask) {
75 resno, new, check);
81 pci_read_config_dword(dev, reg + 4, &check);
82 if (check != new) {
84 "(high %#08x != %#08x)\n", resno, new, check);
/drivers/md/persistent-data/
H A Ddm-block-manager.h57 int (*check)(struct dm_block_validator *v, struct dm_block *b, size_t block_size); member in struct:dm_block_validator
/drivers/mtd/tests/
H A Dmtd_torturetest.c57 static int check = 1; variable
58 module_param(check, int, S_IRUGO);
59 MODULE_PARM_DESC(check, "if the written data should be checked");
229 printk(PRINT_PREF "write verify %s\n", check ? "enabled" : "disabled");
326 if (check) {
355 if (check) {
/drivers/staging/rtl8712/
H A Dip.h130 __u16 check; member in struct:iphdr
/drivers/staging/tidspbridge/
H A DKconfig52 This can lead to heap corruption. Say Y, to enforce the check for 128
53 byte alignment, buffers failing this check will be rejected.
/drivers/usb/otg/
H A Dtwl4030-usb.c176 u8 check; local
179 (twl_i2c_read_u8(module, &check, address) >= 0) &&
180 (check == data))
183 1, module, address, check, data);
187 (twl_i2c_read_u8(module, &check, address) >= 0) &&
188 (check == data))
191 2, module, address, check, data);
/drivers/input/keyboard/
H A Dtwl4030_keypad.c191 u16 check = 0; local
196 if ((col & check) && hweight16(col) > 1)
199 check |= col;
214 /* check for any changes */
224 /* check for changes and print those */
H A Dpmic8xxx-keypad.c287 u16 check, row_state; local
289 check = 0;
297 if (check & row_state) {
303 check |= row_state;
/drivers/input/serio/
H A Dhp_sdc_mlc.c78 goto check;
85 goto check;
95 check:
/drivers/net/tokenring/
H A DKconfig65 Also read <file:Documentation/networking/olympic.txt> or check the
95 Also read the file <file:Documentation/networking/3c359.txt> or check the
118 check <http://www.auk.cx/tms380tr/>.
/drivers/s390/cio/
H A Dccwreq.c288 if (!req->check)
290 switch (req->check(cdev, req->data)) {
H A Dio_sch.h60 * @check: optional callback that determines if results are final
76 int (*check)(struct ccw_device *, void *); member in struct:ccw_request
/drivers/uwb/
H A DKconfig25 For more help check the UWB and WUSB related files in
/drivers/media/dvb/dvb-core/
H A Ddvb_filter.h147 u8 check; member in struct:ipack
/drivers/net/ethernet/sfc/
H A Dselftest.c301 received->ip.check = payload->ip.check;
389 payload->ip.check = htons(0xdead);
398 payload->udp.check = 0; /* checksum ignored */
/drivers/net/slip/
H A Dslhc.c432 csum = th->check;
524 thp->check = *(__sum16 *)cp;
599 ip->check = 0;
613 &((struct iphdr *)icp)->check);
/drivers/net/wan/lmc/
H A Dlmc_var.h204 * media independent methods to check on media status, link, light LEDs,
265 u32 check; member in struct:lmc_extra_statistics
355 /* Structure check */
356 u32 check; member in struct:lmc___softc
/drivers/mtd/ubi/
H A Deba.c359 * @check: data CRC check flag
362 * bytes. The @check flag only makes sense for static volumes and forces
371 void *buf, int offset, int len, int check)
400 check = 0;
403 if (check) {
450 if (!check) {
452 check = 1;
459 if (check) {
945 * is_error_sane - check whethe
370 ubi_eba_read_leb(struct ubi_device *ubi, struct ubi_volume *vol, int lnum, void *buf, int offset, int len, int check) argument
[all...]
/drivers/usb/gadget/
H A Dm66592-udc.c782 /* check transfer finish */
830 /* check transfer finish */
876 /* check transfer finish */
899 u16 check; local
914 check = 1 << pipenum;
915 if ((status & check) && (enb & check)) {
916 m66592_write(m66592, ~check, M66592_BRDYSTS);
932 u16 check; local
945 check
[all...]

Completed in 1341 milliseconds

1234