Searched refs:private (Results 76 - 100 of 1506) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/include/asm/
H A Dio-workarounds.h19 void *private;
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma_resource.h70 * @__subtree_last: Interval tree private member.
76 * @private: Bind backend private info.
85 * @allocated: Backend private data. TODO: Should move into @private.
125 void *private;
190 * @private: Bind backend private info.
210 void *private,
228 vma_res->private
201 i915_vma_resource_init(struct i915_vma_resource *vma_res, struct i915_address_space *vm, struct sg_table *pages, const struct i915_page_sizes *page_sizes, struct i915_refct_sgt *pages_rsgt, bool readonly, bool lmem, struct intel_memory_region *mr, const struct i915_vma_ops *ops, void *private, u64 start, u64 node_size, u64 size, u32 guard) argument
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_engines_debugfs.c16 struct intel_gt *gt = m->private;
/linux-master/crypto/
H A Dalgif_hash.c68 struct hash_ctx *ctx = ask->private;
184 struct hash_ctx *ctx = ask->private;
231 struct hash_ctx *ctx = ask->private;
261 ctx2 = ask2->private;
313 tfm = pask->private;
392 static void hash_release(void *private) argument
394 crypto_free_ahash(private);
397 static int hash_setkey(void *private, const u8 *key, unsigned int keylen) argument
399 return crypto_ahash_setkey(private, key, keylen);
405 struct hash_ctx *ctx = ask->private;
412 hash_accept_parent_nokey(void *private, struct sock *sk) argument
439 hash_accept_parent(void *private, struct sock *sk) argument
[all...]
H A Dalgif_aead.c49 struct af_alg_ctx *ctx = ask->private;
50 struct aead_tfm *aeadc = pask->private;
67 struct aead_tfm *aeadc = pask->private;
95 struct af_alg_ctx *ctx = ask->private;
96 struct aead_tfm *aeadc = pask->private;
392 tfm = pask->private;
484 static void aead_release(void *private) argument
486 struct aead_tfm *tfm = private;
493 static int aead_setauthsize(void *private, unsigned int authsize) argument
495 struct aead_tfm *tfm = private;
500 aead_setkey(void *private, const u8 *key, unsigned int keylen) argument
523 aead_accept_parent_nokey(void *private, struct sock *sk) argument
555 aead_accept_parent(void *private, struct sock *sk) argument
[all...]
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_debugfs.c22 struct vchiq_instance *instance = f->private;
34 struct vchiq_instance *instance = f->private;
45 struct vchiq_state *state = f->private;
63 struct vchiq_instance *instance = f->private;
/linux-master/drivers/md/
H A Ddm-linear.c65 ti->private = lc;
75 struct linear_c *lc = ti->private;
83 struct linear_c *lc = ti->private;
90 struct linear_c *lc = ti->private;
101 struct linear_c *lc = ti->private;
123 struct linear_c *lc = ti->private;
140 struct linear_c *lc = ti->private;
153 struct linear_c *lc = ti->private;
161 struct linear_c *lc = ti->private;
/linux-master/drivers/gpu/drm/sti/
H A Dsti_drv.c78 struct drm_info_node *node = s->private;
151 struct sti_private *private; local
153 private = kzalloc(sizeof(*private), GFP_KERNEL);
154 if (!private)
157 ddev->dev_private = (void *)private;
159 private->drm_dev = ddev;
172 struct sti_private *private = ddev->dev_private; local
179 kfree(private);
/linux-master/mm/
H A Dz3fold.c258 if (!test_bit(PAGE_MIGRATED, &page->private))
275 if (!test_bit(PAGE_HEADLESS, &page->private))
325 clear_bit(PAGE_HEADLESS, &page->private);
326 clear_bit(MIDDLE_CHUNK_MAPPED, &page->private);
327 clear_bit(NEEDS_COMPACTING, &page->private);
328 clear_bit(PAGE_STALE, &page->private);
329 clear_bit(PAGE_CLAIMED, &page->private);
330 clear_bit(PAGE_MIGRATED, &page->private);
444 set_bit(PAGE_STALE, &page->private);
445 clear_bit(NEEDS_COMPACTING, &page->private);
[all...]
H A Dhugetlb_cgroup.c462 int idx = MEMFILE_IDX(cft->private);
463 bool legacy = MEMFILE_ATTR(cft->private);
518 counter = &h_cg->hugepage[MEMFILE_IDX(cft->private)];
519 rsvd_counter = &h_cg->rsvd_hugepage[MEMFILE_IDX(cft->private)];
521 switch (MEMFILE_ATTR(cft->private)) {
552 idx = MEMFILE_IDX(cft->private);
558 switch (MEMFILE_ATTR(cft->private)) {
602 idx = MEMFILE_IDX(of_cft(of)->private);
605 switch (MEMFILE_ATTR(of_cft(of)->private)) {
642 counter = &h_cg->hugepage[MEMFILE_IDX(of_cft(of)->private)];
[all...]
/linux-master/drivers/comedi/drivers/tests/
H A Dni_routes_test.c43 static struct ni_private private = { variable in typeref:struct:ni_private
154 memset(&private, 0, sizeof(struct ni_private));
161 private.is_m_series = 0;
168 private.is_m_series = 1;
175 private.routing_tables.route_values = &RV[0][0];
176 private.routing_tables.valid_routes = &DR;
220 &private.routing_tables);
221 devroutes = private.routing_tables.valid_routes;
222 table = private.routing_tables.route_values;
254 &private
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_debugfs.c26 struct xe_guc *guc = node_to_guc(m->private);
39 struct xe_guc *guc = node_to_guc(m->private);
/linux-master/drivers/comedi/drivers/
H A Dadl_pci7x3x.c134 struct adl_pci7x3x_sd_private_data *sd_priv = s->private;
152 struct adl_pci7x3x_dev_private_data *dev_private = dev->private;
228 struct adl_pci7x3x_dev_private_data *dev_private = dev->private;
229 struct adl_pci7x3x_sd_private_data *sd_priv = s->private;
256 struct adl_pci7x3x_dev_private_data *dev_private = dev->private;
257 struct adl_pci7x3x_sd_private_data *sd_priv = s->private;
283 struct adl_pci7x3x_sd_private_data *sd_priv = s->private;
296 unsigned long reg = (unsigned long)s->private;
323 unsigned long reg = (unsigned long)s->private;
332 struct adl_pci7x3x_dev_private_data *dev_private = dev->private;
[all...]
H A Dcb_pcimdas.c161 struct cb_pcimdas_private *devpriv = dev->private;
175 struct cb_pcimdas_private *devpriv = dev->private;
224 struct cb_pcimdas_private *devpriv = dev->private;
243 struct cb_pcimdas_private *devpriv = dev->private;
258 struct cb_pcimdas_private *devpriv = dev->private;
273 struct cb_pcimdas_private *devpriv = dev->private;
309 struct cb_pcimdas_private *devpriv = dev->private;
321 struct cb_pcimdas_private *devpriv = dev->private;
335 struct cb_pcimdas_private *devpriv = dev->private;
H A Dni_660x.c313 struct ni_660x_private *devpriv = dev->private;
328 struct ni_660x_private *devpriv = dev->private;
340 struct ni_660x_private *devpriv = dev->private;
364 struct ni_660x_private *devpriv = dev->private;
380 struct ni_gpct *counter = s->private;
396 struct ni_gpct *counter = s->private;
423 struct ni_gpct *counter = s->private;
432 struct ni_660x_private *devpriv = dev->private;
456 struct ni_660x_private *devpriv = dev->private;
457 struct ni_gpct *counter = s->private;
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_debugfs.c12 struct mt76x02_dev *dev = file->private;
38 struct mt76x02_dev *dev = dev_get_drvdata(file->private);
50 struct mt76x02_dev *dev = file->private;
77 struct mt76x02_dev *dev = dev_get_drvdata(file->private);
119 struct mt76x02_dev *dev = dev_get_drvdata(s->private);
H A Dmt792x_debugfs.c10 struct mt792x_dev *dev = file->private;
41 struct mt792x_dev *dev = file->private;
69 struct mt792x_dev *dev = dev_get_drvdata(s->private);
100 struct mt792x_dev *dev = dev_get_drvdata(s->private);
129 struct mt792x_dev *dev = dev_get_drvdata(s->private);
/linux-master/tools/testing/selftests/mm/
H A Dwrite_to_hugetlbfs.c72 int want_sleep = 0, private = 0; local
110 private
154 if (!private)
172 (private ? MAP_PRIVATE : MAP_SHARED) |
185 (private ? (MAP_PRIVATE | MAP_ANONYMOUS) :
/linux-master/include/linux/iio/
H A Dbackend.h29 * @_what: Data private to the driver
36 .private = (_what), \
111 int (*ext_info_set)(struct iio_backend *back, uintptr_t private,
114 int (*ext_info_get)(struct iio_backend *back, uintptr_t private,
139 ssize_t iio_backend_ext_info_set(struct iio_dev *indio_dev, uintptr_t private,
142 ssize_t iio_backend_ext_info_get(struct iio_dev *indio_dev, uintptr_t private,
/linux-master/net/ipv4/netfilter/
H A Dip_tables.c191 const struct xt_table_info *private,
199 root = get_entry(private->entries, private->hook_entry[hook]);
204 xt_entry_foreach(iter, root, private->size - private->hook_entry[hook])
237 const struct xt_table_info *private; local
260 private = READ_ONCE(table->private); /* Address dependency. */
262 table_base = private->entries;
263 jumpstack = (struct ipt_entry **)private
185 trace_packet(struct net *net, const struct sk_buff *skb, unsigned int hook, const struct net_device *in, const struct net_device *out, const char *tablename, const struct xt_table_info *private, const struct ipt_entry *e) argument
793 const struct xt_table_info *private = table->private; local
817 const struct xt_table_info *private = table->private; local
966 const struct xt_table_info *private = t->private; local
1020 const struct xt_table_info *private = t->private; local
1162 const struct xt_table_info *private; local
1554 const struct xt_table_info *private = table->private; local
1600 const struct xt_table_info *private = t->private; local
1707 struct xt_table_info *private; local
[all...]
/linux-master/net/ipv6/netfilter/
H A Dip6_tables.c216 const struct xt_table_info *private,
224 root = get_entry(private->entries, private->hook_entry[hook]);
229 xt_entry_foreach(iter, root, private->size - private->hook_entry[hook])
260 const struct xt_table_info *private; local
282 private = READ_ONCE(table->private); /* Address dependency. */
284 table_base = private->entries;
285 jumpstack = (struct ip6t_entry **)private
210 trace_packet(struct net *net, const struct sk_buff *skb, unsigned int hook, const struct net_device *in, const struct net_device *out, const char *tablename, const struct xt_table_info *private, const struct ip6t_entry *e) argument
809 const struct xt_table_info *private = table->private; local
833 const struct xt_table_info *private = table->private; local
982 const struct xt_table_info *private = t->private; local
1037 struct xt_table_info *private = t->private; local
1179 const struct xt_table_info *private; local
1563 const struct xt_table_info *private = table->private; local
1609 const struct xt_table_info *private = t->private; local
1716 struct xt_table_info *private; local
[all...]
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_debugfs.c60 struct mvpp2_dbgfs_flow_tbl_entry *entry = s->private;
73 struct mvpp2_dbgfs_flow_entry *entry = s->private;
86 struct mvpp2_dbgfs_flow_entry *entry = s->private;
126 const struct mvpp2_dbgfs_flow_entry *entry = s->private;
142 struct mvpp2_dbgfs_port_flow_entry *entry = s->private;
168 struct mvpp2_dbgfs_port_flow_entry *entry = s->private;
193 struct mvpp2_dbgfs_c2_entry *entry = s->private;
207 struct mvpp2_dbgfs_c2_entry *entry = s->private;
228 struct mvpp2_dbgfs_c2_entry *entry = s->private;
245 struct mvpp2_port *port = s->private;
[all...]
/linux-master/drivers/input/mouse/
H A Dfocaltech.c117 struct focaltech_data *priv = psmouse->private;
152 struct focaltech_data *priv = psmouse->private;
176 struct focaltech_data *priv = psmouse->private;
198 struct focaltech_data *priv = psmouse->private;
302 kfree(psmouse->private);
303 psmouse->private = NULL;
324 struct focaltech_data *priv = psmouse->private;
376 struct focaltech_data *priv = psmouse->private;
411 psmouse->private = priv = kzalloc(sizeof(struct focaltech_data),
/linux-master/include/linux/greybus/
H A Dconnection.h62 void *private;
122 return connection->private;
128 connection->private = data;
/linux-master/drivers/net/ethernet/dec/tulip/
H A Dxircom_cb.c195 struct xircom_private *private; local
231 private = netdev_priv(dev);
234 private->rx_buffer = dma_alloc_coherent(d, 8192,
235 &private->rx_dma_handle,
237 if (private->rx_buffer == NULL)
240 private->tx_buffer = dma_alloc_coherent(d, 8192,
241 &private->tx_dma_handle,
243 if (private->tx_buffer == NULL)
249 private->dev = dev;
250 private
[all...]

Completed in 412 milliseconds

1234567891011>>