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

12345

/drivers/pnp/pnpbios/
H A Dcore.c317 /* check if the device is already added */
438 union pnp_bios_install_struct *check; local
449 for (check = (union pnp_bios_install_struct *)__va(0xf0000);
450 check < (union pnp_bios_install_struct *)__va(0xffff0);
451 check = (void *)check + 16) {
452 if (check->fields.signature != PNP_SIGNATURE)
456 check);
457 length = check->fields.length;
464 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,
396 dev_info->edac_dev->edac_check = dev_info->check;
488 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/md/bcache/
H A Ddebug.c108 struct bio *check; local
113 check = bio_clone(bio, GFP_NOIO);
114 if (!check)
117 if (bio_alloc_pages(check, GFP_NOIO))
120 submit_bio_wait(READ_SYNC, check);
124 void *p2 = page_address(check->bi_io_vec[iter.bi_idx].bv_page);
137 bio_for_each_segment_all(bv2, check, i)
140 bio_put(check);
/drivers/media/pci/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.c34 u32 new, check, mask; local
87 pci_read_config_dword(dev, reg, &check);
89 if ((new ^ check) & mask) {
91 resno, new, check);
97 pci_read_config_dword(dev, reg + 4, &check);
98 if (check != new) {
100 resno, new, check);
/drivers/mtd/tests/
H A Dtorturetest.c59 static int check = 1; variable
60 module_param(check, int, S_IRUGO);
61 MODULE_PARM_DESC(check, "if the written data should be checked");
202 pr_info("write verify %s\n", check ? "enabled" : "disabled");
270 if (check) {
299 if (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/dma-buf/
H A Dreservation.c149 struct fence *check; local
151 check = rcu_dereference_protected(old->shared[i],
154 if (!old_fence && check->context == fence->context) {
155 old_fence = check;
158 RCU_INIT_POINTER(fobj->shared[i], check);
/drivers/phy/
H A Dphy-twl4030-usb.c177 u8 check; local
180 (twl_i2c_read_u8(module, &check, address) >= 0) &&
181 (check == data))
184 1, module, address, check, data);
188 (twl_i2c_read_u8(module, &check, address) >= 0) &&
189 (check == data))
192 2, module, address, check, data);
/drivers/gpu/host1x/
H A Dsyncpt.c200 /* first check cache */
241 long check = min_t(long, SYNCPT_CHECK_PERIOD, timeout); local
244 check);
255 timeout -= check;
/drivers/input/keyboard/
H A Dtwl4030_keypad.c192 u16 check = 0; local
197 if ((col & check) && hweight16(col) > 1)
200 check |= col;
215 /* check for any changes */
225 /* check for changes and print those */
H A Dpmic8xxx-keypad.c261 u16 check, row_state; local
263 check = 0;
271 if (check & row_state) {
277 check |= row_state;
/drivers/input/serio/
H A Dhp_sdc_mlc.c78 goto check;
85 goto check;
95 check:
/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 DKconfig23 For more help check the UWB and WUSB related files in
/drivers/net/hyperv/
H A Dnetvsc_drv.c510 uh->check = 0;
511 uh->check = csum_tcpudp_magic(ip_hdr(skb)->saddr,
515 if (uh->check == 0)
516 uh->check = CSUM_MANGLED_0;
535 ip_hdr(skb)->check = 0;
536 tcp_hdr(skb)->check =
543 tcp_hdr(skb)->check =
/drivers/media/dvb-core/
H A Ddvb_filter.h147 u8 check; member in struct:ipack
/drivers/net/ethernet/sfc/
H A Dselftest.c287 received->ip.check = payload->ip.check;
375 payload->ip.check = (__force __sum16) htons(0xdead);
384 payload->udp.check = 0; /* checksum ignored */
/drivers/net/slip/
H A Dslhc.c431 csum = th->check;
523 thp->check = *(__sum16 *)cp;
598 ip->check = 0;
612 &((struct iphdr *)icp)->check);
/drivers/staging/lustre/lustre/llite/
H A Ddir.c245 /* XXX: check page format later */
978 /* If you modify the logic here, also check llapi_hsm_copy_end(). */
991 /* For archive request, we need to check the file data was not changed.
1028 * to check anyway. */
1664 struct if_quotacheck *check; local
1670 check = kzalloc(sizeof(*check), GFP_NOFS);
1671 if (!check)
1674 rc = obd_iocontrol(cmd, sbi->ll_md_exp, 0, (void *)check,
1678 if (copy_to_user((void *)arg, check,
[all...]
/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

Completed in 454 milliseconds

12345