Searched refs:check (Results 1 - 25 of 116) sorted by last modified time

12345

/drivers/usb/
H A DKconfig70 you'll be using. You may want to check out the information provided
/drivers/usb/gadget/udc/
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/host/
H A Dr8a66597-hcd.c1377 /* check transfer finish */
1449 /* check transfer finish */
1512 u16 check; local
1530 check = 1 << pipenum;
1531 if (mask & check) {
1547 u16 check; local
1564 check = 1 << pipenum;
1565 if (mask & check) {
1584 u16 check; local
1600 check
[all...]
/drivers/usb/serial/
H A Diuu_phoenix.c447 unsigned int check; local
463 check = (12000000 / lQ) * lP;
464 if (check > 400000000)
466 if (check < 100000000)
/drivers/uwb/
H A DKconfig23 For more help check the UWB and WUSB related files in
/drivers/video/fbdev/
H A Damba-clcd.c272 if (fb->board->check)
273 ret = fb->board->check(fb, var);
796 board->check = clcdfb_check;
/drivers/s390/cio/
H A Dccwreq.c288 if (!req->check)
290 switch (req->check(cdev, req->data)) {
H A Ddevice_id.c219 req->check = snsid_check;
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/s390/net/
H A Dqeth_l3_main.c2396 /* check if all replies received ... */
2858 /* tcph->check contains already the pseudo hdr checksum
2865 iph->check = 0;
2892 tcph->check = 0;
2895 tcph->check = ~csum_ipv6_magic(&ip6h->saddr, &ip6h->daddr,
2899 tcph->check = ~csum_tcpudp_magic(iph->saddr, iph->daddr,
2902 iph->check = 0;
/drivers/staging/android/
H A Dsync.c180 struct sync_fence_cb *check; local
183 check = container_of(cb, struct sync_fence_cb, cb);
184 fence = check->fence;
/drivers/staging/comedi/drivers/addi-data/
H A Dhwdrv_apci3120.c294 * This function will first check channel list is ok or not and then
296 * If the last argument of function "check"is 1 then it only checks
303 char check)
310 /* correct channel and range number check itself comedi/range.c */
312 if (!check)
318 if (check)
711 /* Step 1 : check if triggers are trivially valid */
734 /* Step 3: check if arguments are trivially valid */
299 apci3120_setup_chan_list(struct comedi_device *dev, struct comedi_subdevice *s, int n_chan, unsigned int *chanlist, char check) argument
/drivers/staging/dgap/
H A Ddgap.c955 check = readw(chk_addr);
959 if (fw_info[card_type].con_name && check && vaddr) {
4289 u8 check; local
4302 check = readb(brd->re_map_port) & 0xe;
4303 if (check == FEPRST)
7164 * check for pcxr types.
7187 * check for pcxr types.
7280 * check for pcxr types.
/drivers/staging/fwserial/
H A Ddma_fifo.c36 * private helper fn to determine if check is in open interval (lo,hi)
38 static bool addr_check(unsigned check, unsigned lo, unsigned hi) argument
40 return check - (lo + 1) < (hi - 1) - lo;
/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/staging/media/bcm2048/
H A Dradio-bcm2048.c1960 #define property_write(prop, type, mask, check) \
1976 if (check) \
2021 #define DEFINE_SYSFS_PROPERTY(prop, signal, size, mask, check) \
2022 property_write(prop, signal size, mask, check) \
/drivers/mmc/card/
H A Dblock.c779 * so make sure to check both the busy
819 /* No need to check card status in case of READ. */
1301 int err, check, status; local
1307 check = mmc_blk_err_check(card, areq);
1327 check = MMC_BLK_ABORT;
1339 check = MMC_BLK_PARTIAL;
1350 return check;
/drivers/mmc/core/
H A Dcore.c596 * Issued High Priority Interrupt, and check for card status
690 * @card: MMC card to check BKOPS
1360 * Sanity check the voltages that the card claims to
2259 static int mmc_do_hw_reset(struct mmc_host *host, int check) argument
2278 if (check) {
2372 * Card detect status and alive check may be out of sync if card is
2449 * if there is a _removable_ card registered, check whether it is
/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/mtd/ubi/
H A Deba.c361 * @check: data CRC check flag
364 * bytes. The @check flag only makes sense for static volumes and forces
373 void *buf, int offset, int len, int check)
402 check = 0;
405 if (check) {
450 if (!check) {
452 check = 1;
459 if (check) {
948 * is_error_sane - check whethe
372 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);
654 * 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
H A Dubi.h792 void *buf, int offset, int len, int check);
/drivers/net/arcnet/
H A DKconfig9 If you have a network card of this type, say Y and check out the
/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c1616 /* check if PCIE PHY Link down */
2004 ip_hdr(skb)->check = 0;
2005 tcp_hdr(skb)->check = ~csum_tcpudp_magic(
2020 /* check payload == 0 byte ? */
2029 tcp_hdr(skb)->check = ~csum_ipv6_magic(
2231 /* do TSO and check sum */

Completed in 479 milliseconds

12345