Searched refs:bundle (Results 26 - 50 of 90) sorted by relevance

1234

/linux-master/drivers/staging/greybus/
H A Dloopback.c189 gb_loopback_check_attr(gb, bundle); \
388 dev_err(&gb->connection->bundle->dev,
396 dev_err(&gb->connection->bundle->dev,
452 dev_dbg(&gb->connection->bundle->dev, "complete operation %d\n",
553 dev_err(&gb->connection->bundle->dev,
607 dev_err(&gb->connection->bundle->dev,
657 struct device *dev = &connection->bundle->dev;
842 struct gb_bundle *bundle = gb->connection->bundle; local
844 ret = gb_pm_runtime_get_sync(bundle);
973 gb_loopback_probe(struct gb_bundle *bundle, const struct greybus_bundle_id *id) argument
1093 gb_loopback_disconnect(struct gb_bundle *bundle) argument
[all...]
H A Dpower_supply.c372 ret = gb_pm_runtime_get_sync(connection->bundle);
374 dev_err(&connection->bundle->dev,
380 ret = gb_pm_runtime_put_autosuspend(connection->bundle);
382 dev_err(&connection->bundle->dev,
541 dev_warn(&connection->bundle->dev,
674 dev_err(&connection->bundle->dev, "get property %u\n", psp);
704 ret = gb_pm_runtime_get_sync(connection->bundle);
718 gb_pm_runtime_put_autosuspend(connection->bundle);
773 ret = gb_pm_runtime_get_sync(connection->bundle);
796 gb_pm_runtime_put_autosuspend(connection->bundle);
1052 gb_power_supply_probe(struct gb_bundle *bundle, const struct greybus_bundle_id *id) argument
1115 gb_power_supply_disconnect(struct gb_bundle *bundle) argument
[all...]
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 Daudio_topology.c225 struct gb_bundle *bundle; local
234 bundle = to_gb_bundle(module->dev);
236 ret = gb_pm_runtime_get_sync(bundle);
243 gb_pm_runtime_put_autosuspend(bundle);
287 struct gb_bundle *bundle; local
296 bundle = to_gb_bundle(module->dev);
325 ret = gb_pm_runtime_get_sync(bundle);
332 gb_pm_runtime_put_autosuspend(bundle);
391 struct gb_bundle *bundle; local
399 bundle
440 struct gb_bundle *bundle; local
557 struct gb_bundle *bundle; local
602 struct gb_bundle *bundle; local
724 struct gb_bundle *bundle; local
771 struct gb_bundle *bundle; local
936 struct gb_bundle *bundle; local
[all...]
H A Dspi.c23 connection = gb_connection_create(gbphy_dev->bundle,
H A Dauthentication.c268 struct gb_bundle *bundle = cap->connection->bundle; local
283 ret = gb_pm_runtime_get_sync(bundle);
286 gb_pm_runtime_put_autosuspend(bundle);
313 cap->parent = &connection->bundle->dev;
341 /* Add a soft link to the previously added char-dev within the bundle */
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...]
H A Dgbphy.h14 struct gb_bundle *bundle; member in struct:gbphy_device
H A Dfw-management.c513 * Disallow new ioctls as the fw-core bundle driver is going to
537 struct gb_bundle *bundle = fw_mgmt->connection->bundle; local
554 ret = gb_pm_runtime_get_sync(bundle);
557 gb_pm_runtime_put_autosuspend(bundle);
582 dev_err(&op->connection->bundle->dev,
600 fw_mgmt->parent = &connection->bundle->dev;
632 /* Add a soft link to the previously added char-dev within the bundle */
H A Daudio_apbridgea.c41 ret = gb_pm_runtime_get_sync(connection->bundle);
65 gb_pm_runtime_put_autosuspend(connection->bundle);
/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...]
/linux-master/drivers/greybus/
H A Dconnection.c74 * received on the bundle.
125 * @bundle: remote-interface bundle (may be NULL)
146 struct gb_bundle *bundle, int cport_id,
178 connection->bundle = bundle;
204 if (bundle)
205 list_add(&connection->bundle_links, &bundle->connections);
244 gb_connection_create(struct gb_bundle *bundle, u16 cport_id, argument
247 struct gb_interface *intf = bundle
144 _gb_connection_create(struct gb_host_device *hd, int hd_cport_id, struct gb_interface *intf, struct gb_bundle *bundle, int cport_id, gb_request_handler_t handler, unsigned long flags) argument
255 gb_connection_create_flags(struct gb_bundle *bundle, u16 cport_id, gb_request_handler_t handler, unsigned long flags) argument
270 gb_connection_create_offloaded(struct gb_bundle *bundle, u16 cport_id, unsigned long flags) argument
[all...]
H A Dcontrol.c56 struct gb_bundle *bundle)
63 request.bundle_id = bundle->id;
71 "failed to get bundle %u class version: %d\n",
72 bundle->id, ret);
76 bundle->class_major = response.major;
77 bundle->class_minor = response.minor;
79 dev_dbg(&intf->dev, "%s - %u: %u.%u\n", __func__, bundle->id,
88 struct gb_bundle *bundle; local
94 list_for_each_entry(bundle, &intf->bundles, links) {
95 ret = gb_control_get_bundle_version(control, bundle);
55 gb_control_get_bundle_version(struct gb_control *control, struct gb_bundle *bundle) argument
[all...]
H A Dinterface.c1070 struct gb_bundle *bundle, *tmp; local
1143 list_for_each_entry_safe_reverse(bundle, tmp, &intf->bundles, links) {
1144 ret = gb_bundle_add(bundle);
1146 gb_bundle_destroy(bundle);
1162 list_for_each_entry_safe(bundle, tmp, &intf->bundles, links)
1163 gb_bundle_destroy(bundle);
1182 struct gb_bundle *bundle; local
1196 list_for_each_entry_safe(bundle, next, &intf->bundles, links)
1197 gb_bundle_destroy(bundle);
/linux-master/drivers/infiniband/core/
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...]
H A Drdma_core.h70 int uverbs_output_written(const struct uverbs_attr_bundle *bundle, size_t idx);
187 void uverbs_fill_udata(struct uverbs_attr_bundle *bundle,
/linux-master/include/linux/greybus/
H A Dgreybus_manifest.h118 * An bundle descriptor defines an identification number and a class for
119 * each bundle.
121 * @id: Uniquely identifies a bundle within a interface, its sole purpose is to
122 * allow CPort descriptors to specify which bundle they are associated with.
123 * The first bundle will have id 0, second will have 1 and so on.
125 * The largest CPort id associated with an bundle (defined by a
128 * that use the bundle.
131 * bundle and will be matched against drivers functinality while probing greybus
143 * A CPort descriptor indicates the id of the bundle within the
150 __u8 bundle; member in struct:greybus_descriptor_cport
165 struct greybus_descriptor_bundle bundle; member in union:greybus_descriptor::__anon3460
[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/drivers/dma/ioat/
H A Dhw.h84 unsigned int bundle:1; member in struct:ioat_dma_descriptor::__anon119::__anon120
116 unsigned int bundle:1; member in struct:ioat_xor_descriptor::__anon122::__anon123
163 unsigned int bundle:1; member in struct:ioat_pq_descriptor::__anon126::__anon127
212 unsigned int bundle:1; member in struct:ioat_pq_update_descriptor::__anon129::__anon130
/linux-master/drivers/isdn/mISDN/
H A Dl1oip.h59 int bundle; /* bundle channels in one frm */ member in struct:l1oip
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxga102.c55 .bundle = gm107_grctx_generate_bundle,
H A Dctxgf104.c93 .bundle = gf100_grctx_generate_bundle,
H A Dctxtu102.c72 .bundle = gm107_grctx_generate_bundle,
H A Dctxgk110b.c84 .bundle = gk104_grctx_generate_bundle,
/linux-master/include/rdma/
H A Duverbs_ioctl.h732 * @attrs: The attribute bundle
864 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size,
867 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, argument
870 return _uverbs_alloc(bundle, size, GFP_KERNEL);
873 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, argument
876 return _uverbs_alloc(bundle, size, GFP_KERNEL | __GFP_ZERO);
879 static inline __malloc void *uverbs_kcalloc(struct uverbs_attr_bundle *bundle, argument
886 return uverbs_zalloc(bundle, bytes);
896 int uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle,
916 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, argument
921 uverbs_zalloc(struct uverbs_attr_bundle *bundle, size_t size) argument
934 uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle, size_t idx, const void *from, size_t size) argument
[all...]

Completed in 308 milliseconds

1234