Searched defs:extract (Results 1 - 3 of 3) sorted by relevance

/drivers/tty/serial/
H A Dbfin_sport_uart.c83 unsigned char extract; local
102 "%[tmp] = extract(%[val], %[mask1].L)(Z);"
108 : [extr]"=&d"(extract), [shift]"=&d"(tmp_shift), [tmp]"=&d"(tmp),
114 pr_debug(" extract:%x\n", extract);
115 return extract;
534 /* RX extract mask */
/drivers/char/
H A Drandom.c790 DEBUG_ENT("trying to extract %d bits from %s\n",
824 __u8 extract[64]; local
840 mix_pool_bytes_extract(r, hash, sizeof(hash), extract);
843 * To avoid duplicates, we atomically extract a portion of the
846 sha_transform(hash, extract, workspace);
847 memset(extract, 0, sizeof(extract));
/drivers/hid/
H A Dhid-core.c755 * Search linux-kernel and linux-usb-devel archives for "hid-core extract".
758 static __u32 extract(const struct hid_device *hid, __u8 *report, function
764 hid_warn(hid, "extract() called with n (%d) > 32! (%s)\n",
770 x = (x >> offset) & ((1ULL << n) - 1); /* extract bit field */
776 * Same concepts as "extract" (see comments above).
917 snto32(extract(hid, data, offset + n * size, size),
919 extract(hid, data, offset + n * size, size);

Completed in 95 milliseconds