Searched refs:wanted (Results 1 - 200 of 343) sorted by relevance

12

/linux-4.4.14/arch/alpha/kernel/
H A Dgct.c15 gct6_search_struct *wanted; gct6_find_nodes() local
25 for (wanted = search; gct6_find_nodes()
26 wanted && (wanted->type | wanted->subtype); gct6_find_nodes()
27 wanted++) { gct6_find_nodes()
28 if (node->type != wanted->type) gct6_find_nodes()
30 if (node->subtype != wanted->subtype) gct6_find_nodes()
34 if (wanted->callout) gct6_find_nodes()
35 wanted->callout(node); gct6_find_nodes()
/linux-4.4.14/drivers/media/pci/bt8xx/
H A Dbttv-gpio.c46 int len = strlen(sub->wanted); bttv_sub_bus_match()
48 if (0 == strncmp(dev_name(dev), sub->wanted, len)) bttv_sub_bus_match()
123 int bttv_sub_register(struct bttv_sub_driver *sub, char *wanted) bttv_sub_register() argument
126 snprintf(sub->wanted,sizeof(sub->wanted),"%s",wanted); bttv_sub_register()
H A Dbttv.h341 char wanted[20]; member in struct:bttv_sub_driver
347 int bttv_sub_register(struct bttv_sub_driver *drv, char *wanted);
/linux-4.4.14/fs/btrfs/tests/
H A Dinode-tests.c309 test_msg("Unexpected extent wanted start 0 len 5, got start " test_btrfs_get_extent()
330 test_msg("Unexpected extent wanted start %llu len 1, got start " test_btrfs_get_extent()
356 test_msg("Unexpected extent wanted start %llu len 4, got start " test_btrfs_get_extent()
378 test_msg("Unexpected extent wanted start %llu len 4095, got " test_btrfs_get_extent()
405 test_msg("Unexpected extent wanted start %llu len 4096, got " test_btrfs_get_extent()
433 test_msg("Unexpected extent wanted start %llu len 4096, got " test_btrfs_get_extent()
454 test_msg("Unexpected extent wanted start %llu len 8192, got " test_btrfs_get_extent()
487 test_msg("Unexpected extent wanted start %llu len 4096, got " test_btrfs_get_extent()
515 test_msg("Unexpected extent wanted start %llu len 4096, got " test_btrfs_get_extent()
544 test_msg("Unexpected extent wanted start %llu len 4096, got " test_btrfs_get_extent()
553 test_msg("Unexpected orig offset, wanted %llu, have %llu\n", test_btrfs_get_extent()
558 test_msg("Unexpected block start, wanted %llu, have %llu\n", test_btrfs_get_extent()
576 test_msg("Unexpected extent wanted start %llu len 8192, got " test_btrfs_get_extent()
591 test_msg("Unexpected block start, wanted %llu, have %llu\n", test_btrfs_get_extent()
610 test_msg("Unexpected extent wanted start %llu len 8192, got " test_btrfs_get_extent()
625 test_msg("Unexpected compress type, wanted %d, got %d\n", test_btrfs_get_extent()
643 test_msg("Unexpected extent wanted start %llu len 4096, got " test_btrfs_get_extent()
658 test_msg("Unexpected compress type, wanted %d, got %d\n", test_btrfs_get_extent()
677 test_msg("Unexpected extent wanted start %llu len 4096, got " test_btrfs_get_extent()
704 test_msg("Unexpected extent wanted start %llu len 8192, got " test_btrfs_get_extent()
719 test_msg("Unexpected compress type, wanted %d, got %d\n", test_btrfs_get_extent()
737 test_msg("Unexpected extent wanted start %llu len 4096, got " test_btrfs_get_extent()
768 test_msg("Unexpected extent wanted start %llu len 12288, got " test_btrfs_get_extent()
795 test_msg("Unexpected extent wanted start %llu len 4096, got " test_btrfs_get_extent()
875 test_msg("Unexpected extent wanted start 0 len 4096, got start " test_hole_first()
880 test_msg("Wrong flags, wanted %lu, have %lu\n", vacancy_only, test_hole_first()
896 test_msg("Unexpected extent wanted start 4096 len 4096, got " test_hole_first()
901 test_msg("Unexpected flags set, wanted 0 got %lu\n", test_hole_first()
951 test_msg("Miscount, wanted 1, got %u\n", test_extent_accounting()
966 test_msg("Miscount, wanted 2, got %u\n", test_extent_accounting()
984 test_msg("Miscount, wanted 2, got %u\n", test_extent_accounting()
1000 test_msg("Miscount, wanted 2, got %u\n", test_extent_accounting()
1022 test_msg("Miscount, wanted 4, got %u\n", test_extent_accounting()
1037 test_msg("Miscount, wanted 3, got %u\n", test_extent_accounting()
1055 test_msg("Miscount, wanted 4, got %u\n", test_extent_accounting()
1073 test_msg("Miscount, wanted 3, got %u\n", test_extent_accounting()
1089 test_msg("Miscount, wanted 0, got %u\n", test_extent_accounting()
/linux-4.4.14/drivers/pcmcia/
H A Dsa1111_badge4.c65 int given, int wanted) complain_about_jumpering()
68 "%s: %s %d.%dV wanted but board is jumpered for %s %d.%dV operation" complain_about_jumpering()
71 wanted / 10, wanted % 10, complain_about_jumpering()
63 complain_about_jumpering(const char *whom, const char *supply, int given, int wanted) complain_about_jumpering() argument
/linux-4.4.14/fs/ocfs2/
H A Dreservations.c408 * to find up to 'wanted' bits, but can sometimes return less.
415 unsigned int wanted, ocfs2_resmap_find_free_bits()
426 wanted, resmap->m_bitmap_len); ocfs2_resmap_find_free_bits()
452 if (found >= wanted) ocfs2_resmap_find_free_bits()
459 if (best_len >= wanted) ocfs2_resmap_find_free_bits()
460 best_len = wanted; ocfs2_resmap_find_free_bits()
472 unsigned int goal, unsigned int wanted) __ocfs2_resv_find_window()
490 goal, wanted, RB_EMPTY_ROOT(root)); __ocfs2_resv_find_window()
499 clen = ocfs2_resmap_find_free_bits(resmap, wanted, goal, __ocfs2_resv_find_window()
552 clen = ocfs2_resmap_find_free_bits(resmap, wanted, goal, __ocfs2_resv_find_window()
558 if (best_len == wanted) __ocfs2_resv_find_window()
602 clen = ocfs2_resmap_find_free_bits(resmap, wanted, gap_start, __ocfs2_resv_find_window()
604 if (clen == wanted) { __ocfs2_resv_find_window()
632 unsigned int wanted) ocfs2_cannibalize_resv()
641 min_bits = wanted; /* We at know the temp window will use all ocfs2_cannibalize_resv()
693 unsigned int wanted) ocfs2_resv_find_window()
710 __ocfs2_resv_find_window(resmap, resv, goal, wanted); ocfs2_resv_find_window()
714 __ocfs2_resv_find_window(resmap, resv, 0, wanted); ocfs2_resv_find_window()
721 ocfs2_cannibalize_resv(resmap, resv, wanted); ocfs2_resv_find_window()
742 unsigned int wanted = ocfs2_resv_window_bits(resmap, resv); ocfs2_resmap_resv_bits() local
744 if ((resv->r_flags & OCFS2_RESV_FLAG_TMP) || wanted < *clen) ocfs2_resmap_resv_bits()
745 wanted = *clen; ocfs2_resmap_resv_bits()
754 ocfs2_resv_find_window(resmap, resv, wanted); ocfs2_resmap_resv_bits()
414 ocfs2_resmap_find_free_bits(struct ocfs2_reservation_map *resmap, unsigned int wanted, unsigned int search_start, unsigned int search_len, unsigned int *rstart, unsigned int *rlen) ocfs2_resmap_find_free_bits() argument
470 __ocfs2_resv_find_window(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, unsigned int goal, unsigned int wanted) __ocfs2_resv_find_window() argument
630 ocfs2_cannibalize_resv(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, unsigned int wanted) ocfs2_cannibalize_resv() argument
691 ocfs2_resv_find_window(struct ocfs2_reservation_map *resmap, struct ocfs2_alloc_reservation *resv, unsigned int wanted) ocfs2_resv_find_window() argument
H A Dmove_extents.c560 mlog(0, "found phys_cpos: %u to fit the wanted moving.\n", *phys_cpos); ocfs2_probe_alloc_group()
664 * region to fit wanted movement, it even will perfrom ocfs2_move_extent()
H A Docfs2_trace.h1867 unsigned int wanted, int empty_root),
1868 TP_ARGS(r_start, r_end, goal, wanted, empty_root),
1873 __field(unsigned int, wanted)
1880 __entry->wanted = wanted;
1884 __entry->goal, __entry->wanted, __entry->empty_root)
H A Dsuballoc.c123 u32 wanted);
1457 u32 wanted) ocfs2_block_group_reasonably_empty()
1459 return le16_to_cpu(bg->bg_free_bits_count) > wanted; ocfs2_block_group_reasonably_empty()
1456 ocfs2_block_group_reasonably_empty(struct ocfs2_group_desc *bg, u32 wanted) ocfs2_block_group_reasonably_empty() argument
/linux-4.4.14/arch/parisc/lib/
H A Dbitops.c38 temp = (long) *ptr; /* XXX - sign extension wanted? */ __xchg32()
51 temp = (long) *ptr; /* XXX - sign extension wanted? */ __xchg8()
/linux-4.4.14/drivers/mmc/host/
H A Ddw_mmc-exynos.c251 static void dw_mci_exynos_adjust_clock(struct dw_mci *host, unsigned int wanted) dw_mci_exynos_adjust_clock() argument
258 * Don't care if wanted clock is zero or dw_mci_exynos_adjust_clock()
261 if (!wanted || IS_ERR(host->ciu_clk)) dw_mci_exynos_adjust_clock()
265 if (wanted < EXYNOS_CCLKIN_MIN) dw_mci_exynos_adjust_clock()
266 wanted = EXYNOS_CCLKIN_MIN; dw_mci_exynos_adjust_clock()
268 if (wanted == priv->cur_speed) dw_mci_exynos_adjust_clock()
272 ret = clk_set_rate(host->ciu_clk, wanted * div); dw_mci_exynos_adjust_clock()
276 wanted * div, ret); dw_mci_exynos_adjust_clock()
279 priv->cur_speed = wanted; dw_mci_exynos_adjust_clock()
286 unsigned int wanted = ios->clock; dw_mci_exynos_set_ios() local
294 wanted <<= 1; dw_mci_exynos_set_ios()
300 wanted <<= 1; dw_mci_exynos_set_ios()
313 dw_mci_exynos_adjust_clock(host, wanted); dw_mci_exynos_set_ios()
H A Dsdhci-s3c.c106 * @wanted: The clock frequency wanted.
110 unsigned int wanted) sdhci_s3c_consider_clock()
124 rate = clk_round_rate(clksrc, wanted); sdhci_s3c_consider_clock()
125 return wanted - rate; sdhci_s3c_consider_clock()
131 if ((rate >> shift) <= wanted) sdhci_s3c_consider_clock()
137 "clk %d: rate %ld, min rate %lu > wanted %u\n", sdhci_s3c_consider_clock()
138 src, rate, rate / 256, wanted); sdhci_s3c_consider_clock()
143 src, rate, wanted, rate >> shift); sdhci_s3c_consider_clock()
145 return wanted - (rate >> shift); sdhci_s3c_consider_clock()
108 sdhci_s3c_consider_clock(struct sdhci_s3c *ourhost, unsigned int src, unsigned int wanted) sdhci_s3c_consider_clock() argument
H A Dsdricoh_cs.c141 static int sdricoh_query_status(struct sdricoh_host *host, unsigned int wanted, sdricoh_query_status() argument
149 if (status & wanted) sdricoh_query_status()
154 dev_err(dev, "query_status: timeout waiting for %x\n", wanted); sdricoh_query_status()
160 dev_err(dev, "waiting for status bit %x failed\n", wanted); sdricoh_query_status()
H A Dcb710-mmc.c58 "clock set to %d Hz, wanted %d Hz; src_freq_idx = %d, divider_idx = %d|%d\n", cb710_mmc_select_clock_divider()
/linux-4.4.14/lib/
H A Diov_iter.c10 size_t wanted = n; \
33 n = wanted - n; \
37 size_t wanted = n; \
56 n = wanted; \
60 size_t wanted = n; \
81 n = wanted; \
141 size_t skip, copy, left, wanted; copy_page_to_iter_iovec() local
152 wanted = bytes; copy_page_to_iter_iovec()
212 i->count -= wanted - bytes; copy_page_to_iter_iovec()
216 return wanted - bytes; copy_page_to_iter_iovec()
222 size_t skip, copy, left, wanted; copy_page_from_iter_iovec() local
233 wanted = bytes; copy_page_from_iter_iovec()
293 i->count -= wanted - bytes; copy_page_from_iter_iovec()
297 return wanted - bytes; copy_page_from_iter_iovec()
454 size_t wanted = copy_to_iter(kaddr + offset, bytes, i); copy_page_to_iter() local
456 return wanted; copy_page_to_iter()
467 size_t wanted = copy_from_iter(kaddr + offset, bytes, i); copy_page_from_iter() local
469 return wanted; copy_page_from_iter()
H A Dstrncpy_from_user.c76 * characters the caller would have wanted. That's an EFAULT. do_strncpy_from_user()
H A Dstrnlen_user.c78 * characters the caller would have wanted. That's 0. do_strnlen_user()
/linux-4.4.14/drivers/devfreq/
H A Dgovernor_userspace.c50 unsigned long wanted; store_freq() local
57 sscanf(buf, "%lu", &wanted); store_freq()
58 data->user_frequency = wanted; store_freq()
/linux-4.4.14/include/uapi/linux/
H A Dcapi.h39 #define CAPI_GET_MANUFACTURER _IOWR('C',0x06,int) /* broken: wanted size 64 (CAPI_MANUFACTURER_LEN) */
59 #define CAPI_GET_SERIAL _IOWR('C',0x08,int) /* broken: wanted size 8 (CAPI_SERIAL_LEN) */
H A Dfanotify.h65 * events that they originally wanted. Be sure to add new events here!
H A Dinotify.h62 * events that they originally wanted. Be sure to add new events here!
H A Dinput.h140 * Before the call, code is set to the wanted ABS_MT event type. On
/linux-4.4.14/arch/s390/include/uapi/asm/
H A Dqeth.h89 * can be set by user if no "media specific information" is wanted
/linux-4.4.14/arch/arm/mach-davinci/
H A Daemif.c60 * @wanted: The cycle time needed in nanoseconds.
67 static int aemif_calc_rate(int wanted, unsigned long clk, int max) aemif_calc_rate() argument
71 result = DIV_ROUND_UP((wanted * clk), NSEC_PER_MSEC) - 1; aemif_calc_rate()
73 pr_debug("%s: result %d from %ld, %d\n", __func__, result, clk, wanted); aemif_calc_rate()
/linux-4.4.14/drivers/net/wireless/cw1200/
H A Dtxrx.c199 static inline bool tx_policy_is_equal(const struct tx_policy *wanted, tx_policy_is_equal() argument
202 size_t count = wanted->defined >> 1; tx_policy_is_equal()
203 if (wanted->defined > cached->defined) tx_policy_is_equal()
206 if (memcmp(wanted->raw, cached->raw, count)) tx_policy_is_equal()
209 if (wanted->defined & 1) { tx_policy_is_equal()
210 if ((wanted->raw[count] & 0x0F) != (cached->raw[count] & 0x0F)) tx_policy_is_equal()
217 const struct tx_policy *wanted) tx_policy_find()
226 if (tx_policy_is_equal(wanted, &it->policy)) tx_policy_find()
231 if (tx_policy_is_equal(wanted, &it->policy)) tx_policy_find()
305 struct tx_policy wanted; tx_policy_get() local
307 tx_policy_build(priv, &wanted, rates, count); tx_policy_get()
314 idx = tx_policy_find(cache, &wanted); tx_policy_get()
326 entry->policy = wanted; tx_policy_get()
216 tx_policy_find(struct tx_policy_cache *cache, const struct tx_policy *wanted) tx_policy_find() argument
/linux-4.4.14/fs/ceph/
H A Dfile.c198 * if our wanted caps set expands.
208 int flags, fmode, wanted; ceph_open() local
223 wanted = ceph_caps_for_mode(fmode); ceph_open()
239 * write) or any MDS (for read). Update wanted set ceph_open()
249 inode, fmode, ceph_cap_string(wanted), ceph_open()
254 /* adjust wanted? */ ceph_open()
255 if ((issued & wanted) != wanted && ceph_open()
256 (mds_wanted & wanted) != wanted && ceph_open()
262 (ci->i_snap_caps & wanted) == wanted) { ceph_open()
270 dout("open fmode %d wants %s\n", fmode, ceph_cap_string(wanted)); ceph_open()
H A Dcaps.c513 int fmode, unsigned issued, unsigned wanted, ceph_add_cap()
527 * If we are opening the file, include file mode wanted bits ceph_add_cap()
528 * in wanted. ceph_add_cap()
531 wanted |= ceph_caps_for_mode(fmode); ceph_add_cap()
595 * If we are issued caps we don't want, or the mds' wanted ceph_add_cap()
597 * later and/or update the mds wanted value. ceph_add_cap()
600 if ((wanted & ~actual_wanted) || ceph_add_cap()
602 dout(" issued %s, mds wanted %s, actual %s, queueing\n", ceph_add_cap()
603 ceph_cap_string(issued), ceph_cap_string(wanted), ceph_add_cap()
612 cap->mds_wanted = wanted; ceph_add_cap()
625 cap->mds_wanted = wanted; ceph_add_cap()
627 cap->mds_wanted |= wanted; ceph_add_cap()
848 * wanted, by virtue of open file modes
861 * Return caps we have registered with the MDS(s) as 'wanted'.
990 int caps, int wanted, int dirty, send_cap_msg()
1005 dout("send_cap_msg %s %llx %llx caps %s wanted %s dirty %s" send_cap_msg()
1008 cid, ino, ceph_cap_string(caps), ceph_cap_string(wanted), send_cap_msg()
1034 fc->wanted = cpu_to_le32(wanted); send_cap_msg()
1144 /* don't release wanted unless we've waited a bit. */
1147 dout(" delaying issued %s -> %s, wanted %s -> %s on send\n",
1161 * Wake up any waiters on wanted -> needed transition.
1559 * Swiss army knife function to examine currently used and wanted
1748 dout(" delaying issued %s -> %s, wanted %s -> %s\n", ceph_check_caps()
2361 * on transition from wanted -> needed caps. This is needed try_get_cap_refs()
2764 int used, wanted, dirty; variable
2895 wanted = __ceph_caps_wanted(ci);
2898 dout(" my wanted = %s, used = %s, dirty %s\n",
2899 ceph_cap_string(wanted),
2902 if (wanted != le32_to_cpu(grant->wanted)) {
2903 dout("mds wanted %s -> %s\n",
2904 ceph_cap_string(le32_to_cpu(grant->wanted)),
2905 ceph_cap_string(wanted));
3318 unsigned wanted = le32_to_cpu(im->wanted); variable
3357 ceph_add_cap(inode, session, cap_id, -1, caps, wanted, seq, mseq,
3693 int wanted = __ceph_caps_wanted(ci); ceph_encode_inode_release() local
3695 wanted |= cap->mds_wanted; ceph_encode_inode_release()
3697 "%s -> %s, wanted %s -> %s\n", inode, cap, ceph_encode_inode_release()
3701 ceph_cap_string(wanted)); ceph_encode_inode_release()
3705 cap->mds_wanted = wanted; ceph_encode_inode_release()
3718 rel->wanted = cpu_to_le32(cap->mds_wanted); ceph_encode_inode_release()
511 ceph_add_cap(struct inode *inode, struct ceph_mds_session *session, u64 cap_id, int fmode, unsigned issued, unsigned wanted, unsigned seq, unsigned mseq, u64 realmino, int flags, struct ceph_cap **new_cap) ceph_add_cap() argument
988 send_cap_msg(struct ceph_mds_session *session, u64 ino, u64 cid, int op, int caps, int wanted, int dirty, u32 seq, u64 flush_tid, u64 oldest_flush_tid, u32 issue_seq, u32 mseq, u64 size, u64 max_size, struct timespec *mtime, struct timespec *atime, u64 time_warp_seq, kuid_t uid, kgid_t gid, umode_t mode, u64 xattr_version, struct ceph_buffer *xattrs_buf, u64 follows, bool inline_data) send_cap_msg() argument
H A Dmds_client.c1414 int used, wanted, oissued, mine; trim_caps_cb() local
1422 wanted = __ceph_caps_file_wanted(ci); trim_caps_cb()
1425 dout("trim_caps_cb %p cap %p mine %s oissued %s used %s wanted %s\n", trim_caps_cb()
1427 ceph_cap_string(used), ceph_cap_string(wanted)); trim_caps_cb()
1432 if ((used | wanted) & CEPH_CAP_ANY_WR) trim_caps_cb()
1437 if (wanted == 0 && used == CEPH_CAP_FILE_CACHE && trim_caps_cb()
1442 if ((used | wanted) & ~oissued & mine) trim_caps_cb()
2831 rec.v2.wanted = cpu_to_le32(__ceph_caps_wanted(ci)); encode_caps_cb()
2839 rec.v1.wanted = cpu_to_le32(__ceph_caps_wanted(ci)); encode_caps_cb()
H A Dsuper.h594 * wanted, by virtue of open file modes AND cap refs (buffered/cached data)
867 int fmode, unsigned issued, unsigned wanted,
/linux-4.4.14/drivers/md/persistent-data/
H A Ddm-btree-spine.c48 DMERR_LIMIT("node_check failed: blocknr %llu != wanted %llu", node_check()
57 DMERR_LIMIT("node_check failed: csum %u != wanted %u", node_check()
H A Ddm-space-map-common.c42 DMERR_LIMIT("index_check failed: blocknr %llu != wanted %llu", index_check()
51 DMERR_LIMIT("index_check failed: csum %u != wanted %u", index_check()
92 DMERR_LIMIT("bitmap check failed: blocknr %llu != wanted %llu", bitmap_check()
101 DMERR_LIMIT("bitmap check failed: csum %u != wanted %u", bitmap_check()
H A Ddm-array.c60 DMERR_LIMIT("array_block_check failed: blocknr %llu != wanted %llu", array_block_check()
70 DMERR_LIMIT("array_block_check failed: csum %u != wanted %u", array_block_check()
/linux-4.4.14/sound/core/oss/
H A Dpcm_plugin.h45 unsigned int wanted:1; /* channel is wanted */ member in struct:snd_pcm_plugin_channel
H A Dcopy.c48 if (dst_channels->wanted) copy_transfer()
H A Droute.c32 if (dvp->wanted) zero_areas()
H A Drate.c84 if (dst_channels[channel].wanted) resample_expand()
143 if (dst_channels[channel].wanted) resample_shrink()
H A Dio.c103 v->wanted = 1; io_src_channels()
H A Dlinear.c69 if (dst_channels[channel].wanted) convert()
H A Dmulaw.c182 if (dst_channels[channel].wanted) mulaw_decode()
228 if (dst_channels[channel].wanted) mulaw_encode()
H A Dpcm_plugin.c82 c->wanted = 0; snd_pcm_plugin_alloc()
94 c->wanted = 0; snd_pcm_plugin_alloc()
578 v->wanted = (stream == SNDRV_PCM_STREAM_CAPTURE); snd_pcm_plug_client_channels_buf()
/linux-4.4.14/include/linux/ceph/
H A Dceph_fs.h417 __le32 caps, wanted; /* new issued, wanted */ member in struct:ceph_mds_request_release
446 __le32 caps, wanted; /* caps issued, wanted */ member in struct:ceph_mds_reply_cap
640 __le32 caps, wanted, dirty; /* latest issued/wanted/dirty */ member in struct:ceph_mds_caps
703 __le32 wanted; member in struct:ceph_mds_cap_reconnect
713 __le32 wanted; member in struct:ceph_mds_cap_reconnect_v1
/linux-4.4.14/arch/powerpc/boot/
H A Dmv64x60_i2c.c60 static int mv64x60_i2c_wait_for_status(int wanted) mv64x60_i2c_wait_for_status() argument
69 if (status == wanted) mv64x60_i2c_wait_for_status()
/linux-4.4.14/drivers/net/wan/
H A Dhdlc_raw.c53 ifr->ifr_settings.size = size; /* data size wanted */ raw_ioctl()
H A Dhdlc_raw_eth.c68 ifr->ifr_settings.size = size; /* data size wanted */ raw_eth_ioctl()
H A Dc101.c251 ifr->ifr_settings.size = size; /* data size wanted */ c101_ioctl()
H A Dhdlc_cisco.c347 ifr->ifr_settings.size = size; /* data size wanted */ cisco_ioctl()
H A Dpci200syn.c206 ifr->ifr_settings.size = size; /* data size wanted */ pci200_ioctl()
H A Dn2.c269 ifr->ifr_settings.size = size; /* data size wanted */ n2_ioctl()
H A Dpc300too.c214 ifr->ifr_settings.size = size; /* data size wanted */ pc300_ioctl()
H A Dhdlc_fr.c395 /* data size wanted */ pvc_ioctl()
1195 ifr->ifr_settings.size = size; /* data size wanted */ fr_ioctl()
H A Dwanxl.c355 ifr->ifr_settings.size = size; /* data size wanted */ wanxl_ioctl()
H A Dx25_asy.c9 * recommendations. Its primarily for testing purposes. If you wanted
/linux-4.4.14/arch/x86/platform/efi/
H A Defi-bgrt.c91 pr_err("Ignoring BGRT: failed to allocate memory for image (wanted %zu bytes)\n", efi_bgrt_init()
/linux-4.4.14/arch/powerpc/kernel/
H A Diomap.c74 * wanted. Not clear if we do.
/linux-4.4.14/arch/m68k/mm/
H A Dhwtest.c3 * that it was also in drivers/nubus/nubus.c and I wanted to
/linux-4.4.14/net/netfilter/
H A Dxt_owner.c43 * Socket exists but user wanted ! --socket-exists. owner_mt()
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_interrupt.c182 unsigned wanted = 0; interrupt_is_wanted() local
184 wanted |= dev->device_info->event_interrupt_class->interrupt_isr(dev, interrupt_is_wanted()
187 return wanted != 0; interrupt_is_wanted()
/linux-4.4.14/drivers/scsi/
H A Dppa.c39 unsigned wanted:1; /* Parport sharing busy flag */ member in struct:__anon9954
69 if (dev->wanted) { ppa_wakeup()
72 dev->wanted = 0; ppa_wakeup()
87 dev->wanted = res; ppa_pb_claim()
95 int wanted; ppa_pb_dismiss() local
97 wanted = dev->wanted; ppa_pb_dismiss()
98 dev->wanted = 0; ppa_pb_dismiss()
100 if (!wanted) ppa_pb_dismiss()
1019 if (dev->wanted) { __ppa_attach()
H A Dimm.c45 unsigned wanted:1; /* Parport sharing busy flag */ member in struct:__anon9503
78 if (dev->wanted) { imm_wakeup()
81 dev->wanted = 0; imm_wakeup()
95 dev->wanted = res; imm_pb_claim()
103 int wanted; imm_pb_dismiss() local
105 wanted = dev->wanted; imm_pb_dismiss()
106 dev->wanted = 0; imm_pb_dismiss()
108 if (!wanted) imm_pb_dismiss()
1159 if (dev->wanted) { __imm_attach()
H A Dsun3_scsi.c348 static inline unsigned long sun3scsi_dma_xfer_len(unsigned long wanted, sun3scsi_dma_xfer_len() argument
353 return wanted; sun3scsi_dma_xfer_len()
H A Datari_scsi.c566 * wanted address. atari_scsi_dma_setup()
706 /* Read operations: if the wanted transfer length is not a multiple of atari_dma_xfer_len()
/linux-4.4.14/drivers/staging/rtl8712/
H A Drtl871x_pwrctrl.h103 /*volatile*/ u8 tgt_rpwm; /* wanted power state */
/linux-4.4.14/drivers/mtd/chips/
H A Dfwh_lock.h37 pr_debug( "MTD %s(): chip->start: %lx wanted >= 0x400000\n", fwh_xxlock_oneblock()
/linux-4.4.14/drivers/memory/
H A Dti-aemif.c134 * @wanted: The cycle time needed in nanoseconds.
141 static int aemif_calc_rate(struct platform_device *pdev, int wanted, aemif_calc_rate() argument
146 result = DIV_ROUND_UP((wanted * clk), NSEC_PER_MSEC) - 1; aemif_calc_rate()
149 clk, wanted); aemif_calc_rate()
/linux-4.4.14/arch/x86/um/os-Linux/
H A Dtask_size.c29 * what we wanted. page_ok()
/linux-4.4.14/arch/cris/include/arch-v32/arch/
H A Dcryptocop.h140 unsigned int fast_callback:1; /* Set if fast callback wanted, i.e. from interrupt context. */
/linux-4.4.14/arch/ia64/include/uapi/asm/
H A Dcmpxchg.h123 * wanted .rel became legacy out in the wild - so when we made a cpu
/linux-4.4.14/drivers/w1/slaves/
H A Dw1_ds2423.c84 "instead of %d bytes wanted.\n", w1_slave_show()
/linux-4.4.14/fs/freevxfs/
H A Dvxfs_lookup.c104 * The wanted direct on success, else a NULL pointer.
165 * The wanted inode number on success, else Zero.
H A Dvxfs_subr.c65 * The wanted page on success, else a NULL pointer.
/linux-4.4.14/arch/powerpc/sysdev/
H A Dmicropatch.c733 printk("found 0x%X, wanted 0x%X\n", *dp, patch_2000[i]);
742 printk("found 0x%X, wanted 0x%X\n", *dp, patch_2f00[i]);
/linux-4.4.14/fs/ocfs2/dlmfs/
H A Duserdlm.c414 * of another node, and return true if the currently wanted
418 int wanted) user_may_continue_on_blocked_lock()
422 return wanted <= user_highest_compat_lock_level(lockres->l_blocking); user_may_continue_on_blocked_lock()
417 user_may_continue_on_blocked_lock(struct user_lock_res *lockres, int wanted) user_may_continue_on_blocked_lock() argument
/linux-4.4.14/drivers/misc/
H A Dhpilo.h156 /* open wanted exclusive access to this ccb */
/linux-4.4.14/fs/isofs/
H A Dnamei.c31 * finds an entry in the specified directory with the wanted name. It
H A Dcompress.c271 * Did we finish reading the page we really wanted zisofs_fill_pages()
/linux-4.4.14/lib/xz/
H A Dxz_private.h93 * If any of the BCJ filter decoders are wanted, define XZ_DEC_BCJ.
/linux-4.4.14/include/linux/
H A Dnubus.h54 them from the ROMs if we wanted to */
/linux-4.4.14/arch/mips/lasat/
H A Dlasat_board.c120 "%d, wanted version %d, attempting to soldier on...\n", lasat_init_board_info()
/linux-4.4.14/tools/power/cpupower/bench/
H A Dbenchmark.c63 /* approximation of the wanted load time by comparing with the calculate_timespace()
/linux-4.4.14/drivers/scsi/aic94xx/
H A Daic94xx_reg.c123 /* We know that the register wanted is in the range
179 * is wanted which is not mapped, we slide SWB, by paging it,
/linux-4.4.14/drivers/net/wireless/iwlwifi/
H A Diwl-phy-db.c305 * higher then wanted channel. channel_id_to_txp()
322 /* find wanted channel group */ iwl_phy_db_get_section_data()
/linux-4.4.14/net/rds/
H A Dib_send.c355 u32 wanted, u32 *adv_credits, int need_posted, int max_posted) rds_ib_send_grab_credits()
362 return wanted; rds_ib_send_grab_credits()
370 rdsdebug("wanted=%u credits=%u posted=%u\n", rds_ib_send_grab_credits()
371 wanted, avail, posted); rds_ib_send_grab_credits()
377 if (avail < wanted) { rds_ib_send_grab_credits()
385 got = wanted; rds_ib_send_grab_credits()
354 rds_ib_send_grab_credits(struct rds_ib_connection *ic, u32 wanted, u32 *adv_credits, int need_posted, int max_posted) rds_ib_send_grab_credits() argument
H A Diw_send.c341 u32 wanted, u32 *adv_credits, int need_posted, int max_posted) rds_iw_send_grab_credits()
348 return wanted; rds_iw_send_grab_credits()
356 rdsdebug("wanted=%u credits=%u posted=%u\n", rds_iw_send_grab_credits()
357 wanted, avail, posted); rds_iw_send_grab_credits()
363 if (avail < wanted) { rds_iw_send_grab_credits()
371 got = wanted; rds_iw_send_grab_credits()
340 rds_iw_send_grab_credits(struct rds_iw_connection *ic, u32 wanted, u32 *adv_credits, int need_posted, int max_posted) rds_iw_send_grab_credits() argument
H A Dib.h405 int rds_ib_send_grab_credits(struct rds_ib_connection *ic, u32 wanted,
H A Diw.h363 int rds_iw_send_grab_credits(struct rds_iw_connection *ic, u32 wanted,
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
H A Dsocklnd_cb.c1433 /* Did process_receive get everything it wanted? */ ksocknal_scheduler()
1834 int wanted; ksocknal_connect() local
1851 wanted = ksocknal_route_mask() & ~route->ksnr_connected; ksocknal_connect()
1856 wanted == 0) { ksocknal_connect()
1872 if ((wanted & (1 << SOCKLND_CONN_ANY)) != 0) { ksocknal_connect()
1874 } else if ((wanted & (1 << SOCKLND_CONN_CONTROL)) != 0) { ksocknal_connect()
1876 } else if ((wanted & (1 << SOCKLND_CONN_BULK_IN)) != 0) { ksocknal_connect()
1879 LASSERT ((wanted & (1 << SOCKLND_CONN_BULK_OUT)) != 0); ksocknal_connect()
2284 CNETERR("Timeout receiving from %s (%pI4h:%d), state %d wanted %d left %d\n", ksocknal_find_timed_out_conn()
H A Dsocklnd.h338 int ksnc_rx_nob_wanted;/* bytes actually wanted */
/linux-4.4.14/drivers/mtd/nand/
H A Ds3c2410.c226 * @wanted: The cycle time in nanoseconds.
232 static int s3c_nand_calc_rate(int wanted, unsigned long clk, int max) s3c_nand_calc_rate() argument
236 result = DIV_ROUND_UP((wanted * clk), NS_IN_KHZ); s3c_nand_calc_rate()
238 pr_debug("result %d from %ld, %d\n", result, clk, wanted); s3c_nand_calc_rate()
242 wanted, clk); s3c_nand_calc_rate()
/linux-4.4.14/drivers/block/
H A Dswim3.c204 int wanted; member in struct:floppy_state
319 if (fs->state == idle && fs->wanted) { start_request()
843 ++fs->wanted; grab_drive()
852 --fs->wanted; grab_drive()
856 --fs->wanted; grab_drive()
/linux-4.4.14/drivers/media/tuners/
H A Dtda18271-common.c444 msleep(5); /* wanted low measurement */ tda18271_init_regs()
471 msleep(5); /* wanted mid measurement */ tda18271_init_regs()
499 msleep(5); /* wanted high measurement */ tda18271_init_regs()
/linux-4.4.14/drivers/net/ethernet/tile/
H A Dtilepro.c560 unsigned int wanted = 64; tile_net_lepp_free_comps() local
569 n = tile_net_lepp_grab_comps(eq, olds, wanted, 0); tile_net_lepp_free_comps()
1736 unsigned int wanted = 8; tile_net_tx_tso() local
1774 nolds = tile_net_lepp_grab_comps(eq, olds, wanted, 0); tile_net_tx_tso()
1818 nolds = tile_net_lepp_grab_comps(eq, olds, wanted, 4); tile_net_tx_tso()
1865 unsigned int wanted = 8; tile_net_tx() local
1954 nolds = tile_net_lepp_grab_comps(eq, olds, wanted, 0); tile_net_tx()
2002 nolds = tile_net_lepp_grab_comps(eq, olds, wanted, 4); tile_net_tx()
/linux-4.4.14/scripts/package/
H A Dbuilddeb194 # make-kpkg sets $INITRD to indicate whether an initramfs is wanted, and
212 # Tell initramfs builder whether it's wanted
/linux-4.4.14/drivers/ide/
H A Dide-xfer-mode.c203 printk(KERN_DEBUG "%s: host max PIO%d wanted PIO%d%s selected PIO%d\n", ide_set_pio()
H A Dsetup-pci.c53 "wanted 0x%04x, got 0x%04x\n", ide_setup_pci_baseregs()
/linux-4.4.14/drivers/input/touchscreen/
H A Dwm9705.c258 dev_dbg(wm->dev, "adc wrong sample, wanted %x got %x", wm9705_poll_sample()
H A Dwm9712.c298 dev_dbg(wm->dev, "adc wrong sample, wanted %x got %x\n", wm9712_poll_sample()
H A Dwm9713.c308 dev_dbg(wm->dev, "adc wrong sample, wanted %x got %x", wm9713_poll_sample()
/linux-4.4.14/drivers/media/dvb-core/
H A Ddvb_frontend.h375 * callback only if DVBv3 API compatibility is wanted.
380 * compatibility is wanted.
385 * compatibility is wanted.
390 * compatibility is wanted.
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dmdio_10g.c138 "required MMDs not present: got %x, wanted %x\n", efx_mdio_check_mmds()
H A Dselftest.c317 "saw incorrect RX packet length %d (wanted %d) in " efx_loopback_rx_packet()
342 "saw RX packet from iteration %d (wanted %d) in " efx_loopback_rx_packet()
/linux-4.4.14/drivers/acpi/acpica/
H A Dhwsleep.c170 * We wanted to sleep > S3, but it didn't happen (by virtue of the acpi_hw_legacy_sleep()
H A Ddbtest.c800 * Did we receive the type we wanted? Most important for the acpi_db_read_from_object()
/linux-4.4.14/fs/gfs2/
H A Dlog.c344 unsigned wanted = blks + reserved_blks; gfs2_log_reserve() local
354 if (unlikely(free_blocks <= wanted)) { gfs2_log_reserve()
360 if (atomic_read(&sdp->sd_log_blks_free) <= wanted) gfs2_log_reserve()
363 } while(free_blocks <= wanted); gfs2_log_reserve()
/linux-4.4.14/fs/jffs2/
H A Dread.c47 pr_warn("Short read from 0x%08x: wanted 0x%zx bytes, got 0x%zx\n", jffs2_read_dnode()
/linux-4.4.14/net/wireless/
H A Dwext-spy.c189 * small, this is good enough. If we wanted to support larger number of
/linux-4.4.14/fs/dlm/
H A Ddir.c30 * To give the exact range wanted (0 to num_nodes-1), we apply a modulus of
/linux-4.4.14/fs/sysv/
H A Ddir.c121 * finds an entry in the specified directory with the wanted name. It
/linux-4.4.14/include/media/
H A Dtuner-types.h66 * consider the difference between wanted channel
/linux-4.4.14/arch/arm/kernel/
H A Dhead-common.S159 and r4, r4, r9 @ mask wanted bits
/linux-4.4.14/net/mac80211/
H A Dled.c365 * Regardless of wanted state, we shouldn't blink when ieee80211_mod_tpt_led_trig()
H A Drate.c773 * Try to enforce the rateidx mask the user wanted. skip this if the rate_control_apply_mask()
/linux-4.4.14/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c122 netdev_features_t wanted) bcm_sysport_set_rx_csum()
127 priv->rx_chk_en = !!(wanted & NETIF_F_RXCSUM); bcm_sysport_set_rx_csum()
157 netdev_features_t wanted) bcm_sysport_set_tx_csum()
165 priv->tsb_en = !!(wanted & (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)); bcm_sysport_set_tx_csum()
180 netdev_features_t wanted = dev->wanted_features; bcm_sysport_set_features() local
184 ret = bcm_sysport_set_rx_csum(dev, wanted); bcm_sysport_set_features()
186 ret = bcm_sysport_set_tx_csum(dev, wanted); bcm_sysport_set_features()
121 bcm_sysport_set_rx_csum(struct net_device *dev, netdev_features_t wanted) bcm_sysport_set_rx_csum() argument
156 bcm_sysport_set_tx_csum(struct net_device *dev, netdev_features_t wanted) bcm_sysport_set_tx_csum() argument
/linux-4.4.14/drivers/mmc/core/
H A Dsdio_io.c695 * sdio_set_host_pm_flags - set wanted host power management capabilities
698 * Set a capability bitmask corresponding to wanted host controller
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_uvd.c894 * @vclk: wanted VCLK
895 * @dclk: wanted DCLK
/linux-4.4.14/fs/hpfs/
H A Dsuper.c72 pr_cont("; crashing the system because you wanted it\n"); hpfs_error()
86 pr_cont("; corrupted filesystem mounted read/write - your computer will explode within 20 seconds ... but you wanted it so!\n"); hpfs_error()
/linux-4.4.14/fs/nfsd/
H A Dnfsproc.c242 dev_t rdev = 0, wanted = new_decode_dev(attr->ia_size); nfsd_proc_create() local
350 rdev = wanted; nfsd_proc_create()
/linux-4.4.14/fs/xfs/
H A Dxfs_dir2_readdir.c266 int ra_want; /* readahead count wanted */
318 * Recalculate the readahead blocks wanted. xfs_dir2_leaf_readbuf()
H A Dxfs_file.c1387 /* Landed in the hole we wanted? */ xfs_seek_hole_data()
1392 /* Landed in the data extent we wanted? */ xfs_seek_hole_data()
1454 * If at this point we have found the hole we wanted, the returned xfs_seek_hole_data()
/linux-4.4.14/drivers/usb/misc/
H A Dusbsevseg.c55 * If the device was in hex mode, and the user wanted a 0,
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
H A Dlov_offset.c112 * start of a 1 stripe, when in fact it wanted to be rounded back to the end
/linux-4.4.14/drivers/s390/scsi/
H A Dzfcp_dbf.h24 * @want: wanted recovery action
H A Dzfcp_dbf.c253 * @want: wanted erp_action
/linux-4.4.14/drivers/video/fbdev/
H A Dmacmodes.c386 * by @mode_option. If the name of the wanted mode begins with
H A Dvalkyriefb.c480 /* Check if we know about the wanted video mode */ valkyrie_var_to_par()
H A Dxen-fbfront.c50 int update_wanted; /* XENFB_TYPE_UPDATE wanted */
H A Datafb.c1135 /* Choose largest pixelclock <= wanted clock */ falcon_decode_var()
2728 /* Validate wanted screen parameters */ atafb_check_var()
2745 /* Decode wanted screen parameters */ atafb_set_par()
/linux-4.4.14/drivers/leds/
H A Dleds-pca9532.c117 "fear of division by zero %d/%d, wanted %d\n", pca9532_calcpwm()
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-sis5595.c397 * pci device, we only wanted to read as few register values from it. sis5595_probe()
H A Di2c-s3c2410.c278 /* todo - check for whether ack wanted or not */ s3c24xx_i2c_message_start()
831 static int s3c24xx_i2c_calcdivisor(unsigned long clkin, unsigned int wanted, s3c24xx_i2c_calcdivisor() argument
834 unsigned int calc_divs = clkin / wanted; s3c24xx_i2c_calcdivisor()
H A Di2c-viapro.c432 * pci device, we only wanted to read as few register values from it. vt596_probe()
/linux-4.4.14/drivers/mfd/
H A Ddm355evm_msp.c96 * We could export a few more of them this way, if we wanted.
/linux-4.4.14/drivers/media/dvb-frontends/
H A Ditd1000.c243 itd_dbg("frequency: %dkHz (wanted) %dkHz (set), PLLF = %d, PLLN = %d\n", freq_khz, state->frequency, pllf, plln); itd1000_set_lo()
H A Dbcm3510.c775 case JDEC_EEPROM_LOAD_WAIT: /* fall-through is wanted */ bcm3510_init()
/linux-4.4.14/arch/blackfin/mm/
H A Disram-driver.c223 pr_err("FAIL: isram_read(%p) returned %#llx but wanted %#llx\n", isram_read_test()
/linux-4.4.14/arch/cris/arch-v10/kernel/
H A Ddebugport.c402 * This is used when no debug output is wanted.
H A Dentry.S127 ;; In r9 we have the wanted syscall number. Arguments come in r10,r11,r12,r13,mof,srp
285 ;; we need to restore $r9 here to contain the wanted syscall, and
/linux-4.4.14/fs/minix/
H A Ddir.c145 * finds an entry in the specified directory with the wanted name. It
/linux-4.4.14/mm/
H A Dpage_ext.c19 * At last, enlarging struct page could cause un-wanted system behaviour change.
/linux-4.4.14/arch/mips/pci/
H A Dmsi-octeon.c91 * driver wanted to override the hardware request arch_setup_msi_irq()
/linux-4.4.14/drivers/firmware/efi/
H A Desrt.c403 pr_err("kmalloc failed. (wanted %zu bytes)\n", esrt_data_size); esrt_sysfs_init()
/linux-4.4.14/drivers/md/
H A Ddm-cache-metadata.c183 DMERR("sb_check failed: blocknr %llu: wanted %llu", sb_check()
190 DMERR("sb_check failed: magic %llu: wanted %llu", sb_check()
200 DMERR("sb_check failed: csum %u: wanted %u", sb_check()
H A Ddm-era-target.c222 DMERR("sb_check failed: blocknr %llu: wanted %llu", sb_check()
229 DMERR("sb_check failed: magic %llu: wanted %llu", sb_check()
239 DMERR("sb_check failed: csum %u: wanted %u", sb_check()
H A Ddm-thin-metadata.c244 "wanted %llu", le64_to_cpu(disk_super->blocknr), sb_check()
251 "wanted %llu", le64_to_cpu(disk_super->magic), sb_check()
260 DMERR("sb_check failed: csum %u: wanted %u", sb_check()
/linux-4.4.14/fs/ntfs/
H A Dcompress.c500 /* The first wanted vcn (minimum alignment is PAGE_CACHE_SIZE). */ ntfs_read_compressed_block()
504 * The first vcn after the last wanted vcn (minimum alignment is again ntfs_read_compressed_block()
509 /* Number of compression blocks (cbs) in the wanted vcn range. */ ntfs_read_compressed_block()
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c101 xfs_rtword_t wdiff; /* difference from wanted value */ xfs_rtfind_back()
276 xfs_rtword_t wdiff; /* difference from wanted value */ xfs_rtfind_forw()
766 xfs_rtword_t wdiff; /* difference from wanted value */ xfs_rtcheck_range()
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c482 netdev_features_t wanted) bcmgenet_set_rx_csum()
488 rx_csum_en = !!(wanted & NETIF_F_RXCSUM); bcmgenet_set_rx_csum()
513 netdev_features_t wanted) bcmgenet_set_tx_csum()
522 desc_64b_en = !!(wanted & (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)); bcmgenet_set_tx_csum()
544 netdev_features_t wanted = dev->wanted_features; bcmgenet_set_features() local
548 ret = bcmgenet_set_tx_csum(dev, wanted); bcmgenet_set_features()
550 ret = bcmgenet_set_rx_csum(dev, wanted); bcmgenet_set_features()
481 bcmgenet_set_rx_csum(struct net_device *dev, netdev_features_t wanted) bcmgenet_set_rx_csum() argument
512 bcmgenet_set_tx_csum(struct net_device *dev, netdev_features_t wanted) bcmgenet_set_tx_csum() argument
/linux-4.4.14/net/core/
H A Dethtool.c158 netdev_features_t wanted = 0, valid = 0; ethtool_set_features() local
173 wanted |= (netdev_features_t)features[i].requested << (32 * i); ethtool_set_features()
185 dev->wanted_features |= wanted & valid; ethtool_set_features()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
H A Dsec_bulk.c81 unsigned long epp_pages_short; /* # of pages wanted of in-q users */
/linux-4.4.14/drivers/rtc/
H A Drtc-bfin.c23 * would have to sleep for up to 1 second every time we wanted to write a
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Ddt3000.c47 * Data Translation originally wanted an NDA for the documentation
/linux-4.4.14/drivers/mtd/tests/
H A Dtorturetest.c189 "flash, stop it if this is not wanted.\n"); tort_init()
/linux-4.4.14/drivers/media/pci/tw68/
H A Dtw68-core.c305 /* Then do any initialisation wanted before interrupts are on */ tw68_initdev()
/linux-4.4.14/drivers/input/joystick/
H A Dgrip_mp.c256 /* Return if we just wanted the packet or multiport wants to send more */ mp_io()
/linux-4.4.14/arch/tile/kernel/
H A Dpci-dma.c155 /* I/O device delivered data the way the cpu wanted it. */ __dma_complete_page()
H A Dpci.c119 pr_err("PCI: wanted %zd bytes, got %d\n", tile_init_irqs()
/linux-4.4.14/arch/x86/kvm/
H A Di8259.c136 * return the pic wanted interrupt. return -1 if none
/linux-4.4.14/fs/f2fs/
H A Dxattr.c510 /* find entry with wanted name. */ __f2fs_setxattr()
H A Ddir.c211 * Find an entry in the specified directory with the wanted name.
/linux-4.4.14/fs/exportfs/
H A Dexpfs.c343 * @parent: parent directory inode, if wanted
/linux-4.4.14/kernel/
H A Dcapability.c59 * version 2 when it wanted to use version 1. If your system has code
/linux-4.4.14/arch/sparc/kernel/
H A Dsignal_32.c538 /* First see if old state is wanted. */ do_sys_sigstack()
H A Dsignal32.c775 /* First see if old state is wanted. */ do_sys32_sigstack()
/linux-4.4.14/arch/arm/mach-omap2/
H A Dpm34xx.c320 /* Set ones wanted by suspend */ omap3_pm_suspend()
/linux-4.4.14/arch/arm/mach-ixp4xx/
H A Dcommon.c646 return -EIO; /* device wanted sub-64MB mask */ dma_set_coherent_mask()
/linux-4.4.14/drivers/scsi/pm8001/
H A Dpm8001_sas.c667 * @dev: the wanted device.
668 * @tmf: which task management wanted to be take.
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
H A Dtracefile.c716 printk(KERN_WARNING "wanted to write %u but wrote %d\n", cfs_tracefile_dump_all_pages()
1023 printk(KERN_WARNING "wanted to write %u but wrote %d\n", tracefiled()
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
H A Ddm365_ipipeif.c606 * @which : wanted subdev format
678 * @which: wanted subdev format.
H A Ddm365_resizer.c1294 * @which: wanted subdev format.
1295 * Retun wanted mbus frame format.
1320 * @which: wanted subdev format.
H A Ddm365_ipipe.c1418 * @which: wanted subdev format.
1438 * @which : wanted subdev format
/linux-4.4.14/drivers/media/platform/omap3isp/
H A Dispccp2.c616 * @which : wanted subdev format
635 * @which : wanted subdev format
H A Dispresizer.c116 * @which : wanted subdev format
133 * @which : wanted subdev crop rectangle
1374 * @which : wanted subdev format
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
H A Dtx.c577 * If the transport didn't know that we wanted to start iwlagn_tx_agg_stop()
683 * If the transport didn't know that we wanted to start iwlagn_tx_agg_flush()
/linux-4.4.14/arch/cris/arch-v32/kernel/
H A Dentry.S137 ;; In r9 we have the wanted syscall number. Arguments come in r10,r11,r12,
315 ;; restore R9 here to contain the wanted syscall, and the other
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
H A Do2iblnd_cb.c237 CWARN("Bad completion: %swaiting, type %x (wanted %x)\n", kiblnd_find_waiting_tx_locked()
2248 CERROR("Can't accept %s: incompatible queue depth %d (%d wanted)\n", kiblnd_passive_connect()
2260 CERROR("Can't accept %s(version %x): incompatible max_frags %d (%d wanted)\n", kiblnd_passive_connect()
2650 CERROR("%s has incompatible queue depth %d(%d wanted)\n", kiblnd_check_connreply()
2660 CERROR("%s has incompatible max_frags %d (%d wanted)\n", kiblnd_check_connreply()
/linux-4.4.14/fs/jbd2/
H A Dtransaction.c564 int wanted; jbd2_journal_extend() local
582 wanted = atomic_add_return(nblocks, jbd2_journal_extend()
585 if (wanted > journal->j_max_transaction_buffers) { jbd2_journal_extend()
592 if (wanted + (wanted >> JBD2_CONTROL_BLOCKS_SHIFT) > jbd2_journal_extend()
/linux-4.4.14/drivers/usb/serial/
H A Dwhiteheat.c739 /* get the baud rate wanted */ firm_setup_port()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
H A Dosc_io.c252 * issues, and we wanted to return an -EIO at write time to notify the
/linux-4.4.14/drivers/staging/octeon/
H A Dethernet-tx.c48 * example, you wanted to use the skb->priority field, define
/linux-4.4.14/drivers/spi/
H A Dspi-s3c24xx.c153 dev_dbg(&spi->dev, "pre-scaler=%d (wanted %d, got %ld)\n", s3c24xx_spi_update_state()
/linux-4.4.14/drivers/usb/wusbcore/
H A Dwusbhc.h424 * I wanted a wedding in a church...
/linux-4.4.14/drivers/net/can/softing/
H A Dsofting_fw.c306 ", wanted 0x%04x, got 0x%04x\n", sum, rx_sum); softing_load_app_fw()
/linux-4.4.14/drivers/input/keyboard/
H A Dlm8323.c230 dev_err(&lm->client->dev, "wanted %d bytes, got %d\n", lm8323_read()
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
H A Dinternal.h178 /* only for SYNC commands, iff the reply skb is wanted */
/linux-4.4.14/drivers/atm/
H A Dlanai.c36 * This isn't too much work - I just wanted to get other things
972 "(wanted 0x%02X, got 0x%02X)\n", lanai->number, eeprom_validate()
979 "bad (wanted 0x%02X, got 0x%02X)\n", lanai->number, eeprom_validate()
1495 printk(KERN_WARNING DEV_LABEL "(itf %d): wanted %d bytes " lanai_get_sized_buffer()
/linux-4.4.14/drivers/gpu/drm/gma500/
H A Dframebuffer.c388 * We couldn't get the space we wanted, fall back to the psbfb_create()
/linux-4.4.14/fs/
H A Dioctl.c333 * We have gone over the length of what we wanted to __generic_block_fiemap()
/linux-4.4.14/fs/ncpfs/
H A Dioctl.c472 /* ignore when signatures not wanted */ __ncp_ioctl()
/linux-4.4.14/fs/nilfs2/
H A Ddir.c313 * finds an entry in the specified directory with the wanted name. It
/linux-4.4.14/fs/btrfs/
H A Ddev-replace.c861 * manually if the cancelation is wanted. btrfs_dev_replace_is_ongoing()
/linux-4.4.14/fs/ext2/
H A Ddir.c356 * finds an entry in the specified directory with the wanted name. It
/linux-4.4.14/kernel/locking/
H A Dlocktorture.c931 * ever wanted. lock_torture_init()
/linux-4.4.14/fs/ufs/
H A Ddir.c243 * finds an entry in the specified directory with the wanted name. It
/linux-4.4.14/include/uapi/linux/genwqe/
H A Dgenwqe_card.h265 * had with other teams which wanted to use the Genwqe card. It allows
/linux-4.4.14/arch/mips/alchemy/common/
H A Dclock.c445 /* if we couldn't get the exact rate we wanted from the enabled alchemy_clk_fgcs_detr()
/linux-4.4.14/sound/isa/sb/
H A Dsb16_main.c834 snd_printk(KERN_ERR "SB16 [0x%lx]: wanted: irqreg=0x%x, dmareg=0x%x, mpureg = 0x%x\n", chip->port, realirq, realdma, realmpureg); snd_sb16dsp_configure()
/linux-4.4.14/sound/pci/rme9652/
H A Dhdspm.c6406 size_t wanted; snd_hdspm_preallocate_memory() local
6410 wanted = HDSPM_DMA_AREA_BYTES; snd_hdspm_preallocate_memory()
6416 wanted, snd_hdspm_preallocate_memory()
6417 wanted); snd_hdspm_preallocate_memory()
6420 "Could not preallocate %zd Bytes\n", wanted); snd_hdspm_preallocate_memory()
6425 " Preallocated %zd Bytes\n", wanted); snd_hdspm_preallocate_memory()
/linux-4.4.14/drivers/scsi/aacraid/
H A Dcommsup.c427 * @reply: True if a reply is wanted
579 * If the caller wanted us to wait for response wait now. aac_fib_send()
/linux-4.4.14/drivers/block/drbd/
H A Ddrbd_state.c235 * @ns: new (wanted) state.
466 print_st(device, "wanted", ns); print_st_err()
/linux-4.4.14/fs/ocfs2/dlm/
H A Ddlmdomain.c753 "node %u wanted to join with %s locking protocol " dlm_query_join_proto_check()
763 "Node %u wanted to join with %s locking " dlm_query_join_proto_check()
/linux-4.4.14/drivers/tty/hvc/
H A Dhvsi.c969 pr_debug("%s: wanted %i, only wrote %i\n", __func__, origcount, hvsi_write()

Completed in 6030 milliseconds

12