Searched refs:use (Results 1 - 25 of 190) sorted by relevance

12345678

/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css-params.h8 struct ipu3_uapi_flags *use,
14 struct ipu3_uapi_flags *use,
19 struct ipu3_uapi_flags *use,
H A Dipu3-css-params.c223 /* For now, assume use default values */
804 /* If no pin use scale, we use BYPASS mode */
1074 * Tiled outputs use a different output buffer
1219 * associated data: #lines + which config set to use (actually, accelerator
1220 * will use x AND (x+1)%num_of_sets - NOTE that this implies the restriction
1939 * and `acc_user' contains new prospective values. `use' contains flags
1944 struct ipu3_uapi_flags *use,
2007 * for each chunk in the parameter structure there is a flag use->xxx
2008 * whether to use th
1943 imgu_css_cfg_acc(struct imgu_css *css, unsigned int pipe, struct ipu3_uapi_flags *use, struct imgu_abi_acc_param *acc, struct imgu_abi_acc_param *acc_old, struct ipu3_uapi_acc_param *acc_user) argument
2741 imgu_css_cfg_vmem0(struct imgu_css *css, unsigned int pipe, struct ipu3_uapi_flags *use, void *vmem0, void *vmem0_old, struct ipu3_uapi_params *user) argument
2820 imgu_css_cfg_dmem0(struct imgu_css *css, unsigned int pipe, struct ipu3_uapi_flags *use, void *dmem0, void *dmem0_old, struct ipu3_uapi_params *user) argument
[all...]
/linux-master/include/linux/netfilter/
H A Dnf_conntrack_common.h28 refcount_t use; member in struct:nf_conntrack
36 if (nfct && refcount_dec_and_test(&nfct->use))
42 refcount_inc(&nfct->use);
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dsubdev.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
57 const char *action = suspend ? "suspend" : subdev->use.enabled ? "fini" : "reset";
71 subdev->use.enabled = false;
130 if (subdev->use.enabled) {
142 subdev->use.enabled = true;
162 mutex_lock(&subdev->use.mutex);
163 if (refcount_read(&subdev->use.refcount) == 0) {
165 mutex_unlock(&subdev->use.mutex);
170 mutex_unlock(&subdev->use.mutex);
179 mutex_lock(&subdev->use
[all...]
/linux-master/net/x25/
H A Dx25_route.c137 struct x25_route *rt, *use = NULL; local
143 if (!use)
144 use = rt;
145 else if (rt->sigdigits > use->sigdigits)
146 use = rt;
150 if (use)
151 x25_route_hold(use);
154 return use;
H A Dx25_link.c334 struct x25_neigh *nb, *use = NULL; local
339 use = nb;
344 if (use)
345 x25_neigh_hold(use);
347 return use;
/linux-master/kernel/module/
H A Dkdb.c51 struct module_use *use; local
54 list_for_each_entry(use, &mod->source_list,
56 kdb_printf("%s ", use->target->name);
H A Dprocfs.c18 struct module_use *use; local
27 list_for_each_entry(use, &mod->source_list, source_list) {
29 seq_printf(m, "%s,", use->source->name);
124 * We use the same logic as for /proc/kallsyms.
H A Dsysfs.c52 * the NUL, we have to use a bounce buffer.
246 struct module_use *use; local
249 list_for_each_entry(use, &mod->target_list, target_list)
250 sysfs_remove_link(use->target->holders_dir, mod->name);
259 struct module_use *use; local
262 list_for_each_entry(use, &mod->target_list, target_list) {
263 ret = sysfs_create_link(use->target->holders_dir,
/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim3 " To use, :source this file while viewing a function_graph trace, or use vim's
5 " use the usual vim fold commands, such as "za", to open and close nested
/linux-master/include/linux/platform_data/
H A Dkeypad-omap.h9 #warning Please update the board to use matrix-keypad driver
28 * must be available for use as group bits. The below GROUP_SHIFT
/linux-master/arch/arm/include/debug/
H A Dvexpress.S27 @ should use UART at 0x10009000
28 @ - all other (RS1 complaint) tiles use UART mapped
/linux-master/sound/pci/emu10k1/
H A Dvoice.c44 if (voice->use) {
52 voice->use = type;
73 pvoice->use = pvoice->dirty = pvoice->last = 0;
H A Dirq.c55 if (pvoice->use && pvoice->interrupt != NULL) {
71 if (pvoice->use && pvoice->interrupt != NULL) {
/linux-master/net/rose/
H A Drose_in.c59 rose->neighbour->use--;
82 rose->neighbour->use--;
87 rose->neighbour->use--;
123 rose->neighbour->use--;
236 rose->neighbour->use--;
256 rose_sk(sk)->neighbour->use--;
/linux-master/net/atm/
H A Dmpoa_caches.c44 refcount_inc(&entry->use);
65 refcount_inc(&entry->use);
86 refcount_inc(&entry->use);
109 refcount_set(&entry->use, 1);
125 refcount_inc(&entry->use);
182 if (refcount_dec_and_test(&entry->use)) {
341 refcount_inc(&entry->use);
362 refcount_inc(&entry->use);
384 refcount_inc(&entry->use);
404 refcount_inc(&entry->use);
[all...]
H A Dmpoa_caches.h31 refcount_t use; member in struct:in_cache_entry
64 refcount_t use; member in struct:eg_cache_entry
/linux-master/drivers/target/iscsi/
H A Discsi_target_parameters.h22 u8 use; member in struct:iscsi_param
167 * struct iscsi_param->use
173 #define IS_USE_LEADING_ONLY(p) ((p)->use & USE_LEADING_ONLY)
174 #define IS_USE_INITIAL_ONLY(p) ((p)->use & USE_INITIAL_ONLY)
175 #define IS_USE_ALL(p) ((p)->use & USE_ALL)
177 #define SET_USE_INITIAL_ONLY(p) ((p)->use |= USE_INITIAL_ONLY)
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_mmu.c143 WARN_ON(mapping->use);
182 * If the iova is pinned, then it's in-use,
185 if (free->use)
263 if (m->use)
336 WARN_ON(mapping->use);
418 if (mapping->use > 0) {
419 mapping->use++;
455 mapping->use = 1;
468 mapping->use--;
470 if (mapping->use >
[all...]
/linux-master/scripts/gdb/linux/
H A Dmodules.py92 for use in lists.list_for_each_entry(sources, t, "source_list"):
95 name=use['source']['name'].string()))
/linux-master/sound/core/seq/
H A Dseq_queue.h90 int snd_seq_queue_use(int queueid, int client, int use);
/linux-master/drivers/scsi/
H A Dsr.h39 unsigned use:1; /* is this device still supportable */ member in struct:scsi_cd
49 bool ignore_get_event:1; /* GET_EVENT is unreliable, use TUR */
/linux-master/drivers/usb/class/
H A Dcdc-acm.h46 bool use; member in struct:acm_wb
/linux-master/drivers/rpmsg/
H A Drpmsg_char.c208 int use; local
240 use = min_t(size_t, iov_iter_count(to), skb->len);
241 if (copy_to_iter(skb->data, use, to) != use)
242 use = -EFAULT;
246 return use;
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dsubdev.h28 } use; member in struct:nvkm_subdev
58 mutex_init(&subdev->use.mutex);

Completed in 203 milliseconds

12345678