Searched defs:check (Results 1 - 25 of 37) sorted by relevance

12

/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/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/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
/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/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...]
H A Dkapi.c199 /* This is the first open - check the volume */
364 * @check: whether UBI has to check the read data's CRC or not.
367 * stores the data at @buf. When reading from static volumes, @check specifies
371 * read speed. The @check argument is ignored for dynamic volumes.
385 int len, int check)
412 err = ubi_eba_read_leb(ubi, vol, lnum, buf, offset, len, check);
670 * ubi_is_mapped - check if logical eraseblock is mapped.
384 ubi_leb_read(struct ubi_volume_desc *desc, int lnum, char *buf, int offset, int len, int check) argument
/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/staging/comedi/drivers/addi-data/
H A Dhwdrv_apci3120.c1303 | ,char check) |
1306 | Task :This function will first check channel list is ok or not|
1308 |If the last argument of function "check"is 1 then it only checks the channel|
1316 char check
1324 int n_chan, unsigned int *chanlist, char check)
1330 /* correct channel and range number check itself comedi/range.c */
1332 if (!check)
1337 if (check)
1323 i_APCI3120_SetupChannelList(struct comedi_device *dev, struct comedi_subdevice *s, int n_chan, unsigned int *chanlist, char check) argument
/drivers/staging/rtl8712/
H A Dip.h130 __u16 check; member in struct:iphdr
/drivers/video/omap2/dss/
H A Dcore.c396 static void reset_device(struct device *dev, int check) argument
403 if (check) {
/drivers/input/keyboard/
H A Dpmic8xxx-keypad.c287 u16 check, row_state; local
289 check = 0;
297 if (check & row_state) {
303 check |= row_state;
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 */
/drivers/net/wireless/b43/
H A Dtables_nphy.c2868 #undef check macro
2869 #define check(table, size) \ macro
2872 check(adjustpower0, C0_ADJPLT);
2873 check(adjustpower1, C1_ADJPLT);
2874 check(bdi, BDI);
2875 check(channelest, CHANEST);
2876 check(estimatepowerlt0, C0_ESTPLT);
2877 check(estimatepowerlt1, C1_ESTPLT);
2878 check(framelookup, FRAMELT);
2879 check(framestruc
2899 #undef check macro
[all...]
/drivers/s390/cio/
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/block/
H A Dumem.c421 /* check if any of the requests in the page are DMA_COMPLETE,
598 unsigned char stat, count, syndrome, check; local
612 check = readb(card->csr_remap + ERROR_CHECK);
629 check, syndrome);
/drivers/char/tpm/
H A Dtpm_infineon.c27 /* msleep-Time --> Interval to check status register */
151 int check = 0; local
158 if (check == 5)
161 check++;
191 /* check the status-register if wait_for_bit is set */
/drivers/media/dvb/dvb-core/
H A Ddvb_filter.h147 u8 check; member in struct:ipack
/drivers/media/dvb/ttpci/
H A Dav7110_av.c649 int check, rest; local
654 check = 0;
658 check = 1;
664 check = 1;
669 check = 1;
671 if (check) {
/drivers/media/video/davinci/
H A Dvpbe_display.c532 struct v4l2_pix_format *pixfmt, int check)
831 /* YUV420 is requested, check availability of the
531 vpbe_try_format(struct vpbe_display *disp_dev, struct v4l2_pix_format *pixfmt, int check) argument
/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...]
H A Dr8a66597-udc.c605 /* check current BFRE bit */
979 /* check transfer finish */
1029 /* check transfer finish */
1076 /* check transfer finish */
1100 u16 check; local
1114 check = 1 << pipenum;
1115 if ((status & check) && (enb & check)) {
1116 r8a66597_write(r8a66597, ~check, BRDYSTS);
1131 u16 check; local
[all...]
/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/usb/serial/
H A Diuu_phoenix.c494 unsigned int check; local
510 check = (12000000 / lQ) * lP;
511 if (check > 400000000)
513 if (check < 100000000)
/drivers/cdrom/
H A Dcdrom.c43 assumptions of the CDROM_DISC_STATUS ioctl, and is also used to check
385 /* This macro makes sure we don't have to check on cdrom_device_ops
746 * FIXME: check RO bit
986 /* open is event synchronization point, check events first */
1071 /* the door should be closed now, check for the disc */
1499 /* check what type of tracks are on this disc */
2362 * Too late for that, so we have to check each one separately.
3038 /* sanity check */
3415 int check; /* check medi member in struct:cdrom_sysctl_settings
[all...]

Completed in 1161 milliseconds

12