Searched refs:bundle (Results 26 - 50 of 90) sorted by last modified time

1234

/linux-master/drivers/infiniband/core/
H A Duverbs_ioctl.c66 * Must be last. bundle ends in a flex array which overlaps
69 struct uverbs_attr_bundle_hdr bundle; member in struct:bundle_priv
82 struct uverbs_attr_bundle *bundle; local
85 sizeof(*bundle->attrs) * method_elm->key_bitmap_len +
97 * _uverbs_alloc() - Quickly allocate memory for use with a bundle
98 * @bundle: The bundle
102 * The bundle allocator is intended for allocations that are connected with
103 * processing the system call related to the bundle. The allocated memory is
109 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_ argument
151 uverbs_set_output(const struct uverbs_attr_bundle *bundle, const struct uverbs_attr *attr) argument
172 struct uverbs_attr_bundle *bundle = local
248 struct uverbs_attr_bundle *bundle = local
432 struct uverbs_attr_bundle *bundle = local
511 struct uverbs_attr_bundle *bundle = local
708 uverbs_fill_udata(struct uverbs_attr_bundle *bundle, struct ib_udata *udata, unsigned int attr_in, unsigned int attr_out) argument
743 uverbs_copy_to(const struct uverbs_attr_bundle *bundle, size_t idx, const void *from, size_t size) argument
765 uverbs_output_written(const struct uverbs_attr_bundle *bundle, size_t idx) argument
822 uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle, size_t idx, const void *from, size_t size) argument
840 uverbs_finalize_uobj_create(const struct uverbs_attr_bundle *bundle, u16 idx) argument
[all...]
H A Duverbs_main.c578 struct uverbs_attr_bundle bundle; local
613 memset(bundle.attr_present, 0, sizeof(bundle.attr_present));
614 bundle.ufile = file;
615 bundle.context = NULL; /* only valid if bundle has uobject */
616 bundle.uobject = NULL;
623 bundle.driver_udata.inlen =
626 if (bundle.driver_udata.inlen)
627 bundle
[all...]
/linux-master/drivers/staging/greybus/
H A Dpwm.c252 connection = gb_connection_create(gbphy_dev->bundle,
H A Di2c.c243 gb_connection_create(gbphy_dev->bundle,
H A Dcamera.c51 struct gb_bundle *bundle; member in struct:gb_camera
183 #define gcam_dbg(gcam, format...) dev_dbg(&gcam->bundle->dev, format)
184 #define gcam_info(gcam, format...) dev_info(&gcam->bundle->dev, format)
185 #define gcam_err(gcam, format...) dev_err(&gcam->bundle->dev, format)
392 conn = gb_connection_create_offloaded(gcam->bundle, gcam->data_cport_id,
493 ret = gb_pm_runtime_get_sync(gcam->bundle);
515 gb_pm_runtime_put_autosuspend(gcam->bundle);
563 ret = gb_pm_runtime_get_sync(gcam->bundle);
610 * that was acquired when streams were configured. The bundle
615 gb_pm_runtime_put_noidle(gcam->bundle);
1227 gb_camera_probe(struct gb_bundle *bundle, const struct greybus_bundle_id *id) argument
1310 gb_camera_disconnect(struct gb_bundle *bundle) argument
1331 struct gb_bundle *bundle = to_gb_bundle(dev); local
1344 struct gb_bundle *bundle = to_gb_bundle(dev); local
[all...]
H A Duart.c812 connection = gb_connection_create(gbphy_dev->bundle,
H A Dfw-core.c42 ret = gb_spilib_master_init(connection, &connection->bundle->dev,
61 static int gb_fw_core_probe(struct gb_bundle *bundle, argument
76 for (i = 0; i < bundle->num_cports; i++) {
77 cport_desc = &bundle->cport_desc[i];
85 dev_err(&bundle->dev,
91 connection = gb_connection_create(bundle, cport_id,
95 dev_err(&bundle->dev,
106 dev_err(&bundle->dev,
112 connection = gb_connection_create(bundle, cport_id,
115 dev_err(&bundle
231 gb_fw_core_disconnect(struct gb_bundle *bundle) argument
[all...]
H A Daudio_codec.c401 struct gb_bundle *bundle; local
460 bundle = to_gb_bundle(module->dev);
461 ret = gb_pm_runtime_get_sync(bundle);
474 gb_pm_runtime_put_noidle(bundle);
479 gb_pm_runtime_put_noidle(bundle);
502 struct gb_bundle *bundle; local
535 bundle = to_gb_bundle(module->dev);
536 ret = gb_pm_runtime_get_sync(bundle);
551 gb_pm_runtime_put_noidle(bundle);
557 gb_pm_runtime_put_noidle(bundle);
569 struct gb_bundle *bundle; local
[all...]
/linux-master/net/rxrpc/
H A Dproc.c229 struct rxrpc_bundle *bundle; local
243 bundle = list_entry(v, struct rxrpc_bundle, proc_link);
245 sprintf(lbuff, "%pISpc", &bundle->local->srx.transport);
246 sprintf(rbuff, "%pISpc", &bundle->peer->srx.transport);
252 bundle->service_id,
253 refcount_read(&bundle->ref),
254 atomic_read(&bundle->active),
255 bundle->try_upgrade ? 'U' : '-',
256 bundle->exclusive ? 'e' : '-',
257 bundle
[all...]
H A Dconn_client.c37 static void rxrpc_activate_bundle(struct rxrpc_bundle *bundle) argument
39 atomic_inc(&bundle->active);
71 * Allocate a connection bundle.
77 struct rxrpc_bundle *bundle; local
79 bundle = kzalloc(sizeof(*bundle), gfp);
80 if (bundle) {
81 bundle->local = call->local;
82 bundle->peer = rxrpc_get_peer(call->peer, rxrpc_peer_get_bundle);
83 bundle
102 rxrpc_get_bundle(struct rxrpc_bundle *bundle, enum rxrpc_bundle_trace why) argument
112 rxrpc_free_bundle(struct rxrpc_bundle *bundle) argument
124 rxrpc_put_bundle(struct rxrpc_bundle *bundle, enum rxrpc_bundle_trace why) argument
152 rxrpc_alloc_client_connection(struct rxrpc_bundle *bundle) argument
252 struct rxrpc_bundle *bundle, *candidate; local
338 rxrpc_add_conn_to_bundle(struct rxrpc_bundle *bundle, unsigned int slot) argument
372 rxrpc_bundle_has_space(struct rxrpc_bundle *bundle) argument
416 struct rxrpc_bundle *bundle = conn->bundle; local
470 rxrpc_activate_channels(struct rxrpc_bundle *bundle) argument
515 struct rxrpc_bundle *bundle = call->bundle; local
570 rxrpc_disconnect_client_call(struct rxrpc_bundle *bundle, struct rxrpc_call *call) argument
670 struct rxrpc_bundle *bundle = conn->bundle; local
695 rxrpc_deactivate_bundle(struct rxrpc_bundle *bundle) argument
[all...]
/linux-master/kernel/irq/
H A Dmsi.c917 * @template: MSI domain info bundle used as template
967 struct msi_domain_template *bundle; local
976 bundle = kmemdup(template, sizeof(*bundle), GFP_KERNEL);
977 if (!bundle)
980 bundle->info.hwsize = hwsize;
981 bundle->info.chip = &bundle->chip;
982 bundle->info.ops = &bundle
[all...]
/linux-master/include/trace/events/
H A Drxrpc.h185 EM(rxrpc_peer_get_bundle, "GET bundle ") \
196 EM(rxrpc_peer_put_bundle, "PUT bundle ") \
612 __field(unsigned int, bundle)
618 __entry->bundle = bundle_debug_id;
624 __entry->bundle,
/linux-master/drivers/net/
H A Dnetkit.c23 struct bpf_mprog_bundle bundle; member in struct:netkit
391 bpf_mprog_bundle_init(&nk->bundle);
416 bpf_mprog_bundle_init(&nk->bundle);
447 return &nk->bundle.a;
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtc.c325 ath10k_warn(ar, "Invalid lookahead bundle count: %d\n",
352 struct ath10k_htc_lookahead_bundle *bundle; local
407 bundle = record->lookahead_bundle;
409 bundle,
650 ath10k_dbg(ar, ATH10K_DBG_HTC, "bundle skb len %d\n", bundle_skb->len);
681 "bundle tx status %d eid %d req count %d count %d len %d\n",
815 ath10k_dbg(ar, ATH10K_DBG_HTC, "bundle tx work eid %d count %d\n",
843 ath10k_dbg(ar, ATH10K_DBG_HTC, "bundle tx complete eid %d pending complete count%d\n",
868 ath10k_dbg(ar, ATH10K_DBG_HTC, "htc send hl eid %d bundle %d tx count %d len %d\n",
991 "Extended ready message RX bundle siz
[all...]
/linux-master/drivers/greybus/
H A DMakefile9 bundle.o \
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.h96 struct gf100_gr_pack *bundle; member in struct:gf100_gr
H A Dga102.c306 case 4: gk20a_gr_av_to_init(&blob, &gr->bundle); break;
H A Dctxgm107.c970 .bundle = gm107_grctx_generate_bundle,
H A Dctxgk110.c844 .bundle = gk104_grctx_generate_bundle,
H A Dctxgk208.c550 .bundle = gk104_grctx_generate_bundle,
H A Dctxgk110b.c84 .bundle = gk104_grctx_generate_bundle,
H A Dctxgk104.c980 .bundle = gk104_grctx_generate_bundle,
/linux-master/include/net/
H A Dtcx.h15 struct bpf_mprog_bundle bundle; member in struct:tcx_entry
36 struct bpf_mprog_bundle *bundle = entry->parent; local
38 return container_of(bundle, struct tcx_entry, bundle);
83 bpf_mprog_bundle_init(&tcx->bundle);
84 return &tcx->bundle.a;
/linux-master/include/linux/
H A Dbpf_mprog.h167 static inline void bpf_mprog_bundle_init(struct bpf_mprog_bundle *bundle) argument
169 BUILD_BUG_ON(sizeof(bundle->a.fp_items[0]) > sizeof(u64));
170 BUILD_BUG_ON(ARRAY_SIZE(bundle->a.fp_items) !=
171 ARRAY_SIZE(bundle->cp_items));
173 memset(bundle, 0, sizeof(*bundle));
174 atomic64_set(&bundle->revision, 1);
175 bundle->a.parent = bundle;
176 bundle
[all...]
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils_fw.c566 return version.bundle.major << 24 |
567 version.bundle.minor << 16 |
568 version.bundle.build;

Completed in 297 milliseconds

1234