Home
last modified time | relevance | path

Searched defs:bundle (Results 1 – 25 of 38) sorted by relevance

12

/linux/drivers/greybus/
H A Dbundle.c15 struct gb_bundle *bundle = to_gb_bundle(dev); in bundle_class_show() local
24 struct gb_bundle *bundle = to_gb_bundle(dev); in bundle_id_show() local
33 struct gb_bundle *bundle = to_gb_bundle(dev); in state_show() local
44 struct gb_bundle *bundle = to_gb_bundle(dev); in state_store() local
70 struct gb_bundle *bundle; in gb_bundle_find() local
82 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_bundle_release() local
92 static void gb_bundle_disable_all_connections(struct gb_bundle *bundle) in gb_bundle_disable_all_connections()
100 static void gb_bundle_enable_all_connections(struct gb_bundle *bundle) in gb_bundle_enable_all_connections()
110 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_bundle_suspend() local
137 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_bundle_resume() local
[all …]
H A Dconnection.c146 struct gb_bundle *bundle, int cport_id, in _gb_connection_create()
244 gb_connection_create(struct gb_bundle *bundle, u16 cport_id, in gb_connection_create()
255 gb_connection_create_flags(struct gb_bundle *bundle, u16 cport_id, in gb_connection_create_flags()
270 gb_connection_create_offloaded(struct gb_bundle *bundle, u16 cport_id, in gb_connection_create_offloaded()
H A Dmanifest.c228 static u32 gb_manifest_parse_cports(struct gb_bundle *bundle) in gb_manifest_parse_cports()
314 struct gb_bundle *bundle; in gb_manifest_parse_bundles() local
H A Dcontrol.c56 struct gb_bundle *bundle) in gb_control_get_bundle_version()
88 struct gb_bundle *bundle; in gb_control_get_bundle_versions() local
H A Dinterface.c1071 struct gb_bundle *bundle, *tmp; in gb_interface_enable() local
1183 struct gb_bundle *bundle; in gb_interface_disable() local
/linux/include/linux/greybus/
H A Dbundle.h47 static inline int gb_pm_runtime_get_sync(struct gb_bundle *bundle) in gb_pm_runtime_get_sync()
62 static inline int gb_pm_runtime_put_autosuspend(struct gb_bundle *bundle) in gb_pm_runtime_put_autosuspend()
72 static inline void gb_pm_runtime_get_noresume(struct gb_bundle *bundle) in gb_pm_runtime_get_noresume()
77 static inline void gb_pm_runtime_put_noidle(struct gb_bundle *bundle) in gb_pm_runtime_put_noidle()
83 static inline int gb_pm_runtime_get_sync(struct gb_bundle *bundle) in gb_pm_runtime_get_sync()
85 static inline int gb_pm_runtime_put_autosuspend(struct gb_bundle *bundle) in gb_pm_runtime_put_autosuspend()
88 static inline void gb_pm_runtime_get_noresume(struct gb_bundle *bundle) {} in gb_pm_runtime_get_noresume()
89 static inline void gb_pm_runtime_put_noidle(struct gb_bundle *bundle) {} in gb_pm_runtime_put_noidle()
H A Dgreybus_manifest.h150 __u8 bundle; member
165 struct greybus_descriptor_bundle bundle; member
H A Dconnection.h41 struct gb_bundle *bundle; member
/linux/net/rxrpc/
H A Dconn_client.c37 static void rxrpc_activate_bundle(struct rxrpc_bundle *bundle) in rxrpc_activate_bundle()
77 struct rxrpc_bundle *bundle; in rxrpc_alloc_bundle() local
102 struct rxrpc_bundle *rxrpc_get_bundle(struct rxrpc_bundle *bundle, in rxrpc_get_bundle()
112 static void rxrpc_free_bundle(struct rxrpc_bundle *bundle) in rxrpc_free_bundle()
124 void rxrpc_put_bundle(struct rxrpc_bundle *bundle, enum rxrpc_bundle_trace why) in rxrpc_put_bundle()
152 rxrpc_alloc_client_connection(struct rxrpc_bundle *bundle) in rxrpc_alloc_client_connection()
252 struct rxrpc_bundle *bundle, *candidate; in rxrpc_look_up_bundle() local
338 static bool rxrpc_add_conn_to_bundle(struct rxrpc_bundle *bundle, in rxrpc_add_conn_to_bundle()
372 static bool rxrpc_bundle_has_space(struct rxrpc_bundle *bundle) in rxrpc_bundle_has_space()
416 struct rxrpc_bundle *bundle = conn->bundle; in rxrpc_activate_one_channel() local
[all …]
/linux/drivers/infiniband/core/
H A Duverbs_ioctl.c47 struct uverbs_attr_bundle *bundle; in uapi_compute_bundle_size() local
74 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size, in _uverbs_alloc()
116 static int uverbs_set_output(const struct uverbs_attr_bundle *bundle, in uverbs_set_output()
137 struct uverbs_attr_bundle *bundle = in uverbs_process_idrs_array() local
213 struct uverbs_attr_bundle *bundle = in uverbs_process_attr() local
397 struct uverbs_attr_bundle *bundle = in ib_uverbs_run_method() local
476 struct uverbs_attr_bundle *bundle = in bundle_destroy() local
675 void uverbs_fill_udata(struct uverbs_attr_bundle *bundle, in uverbs_fill_udata()
710 int uverbs_copy_to(const struct uverbs_attr_bundle *bundle, size_t idx, in uverbs_copy_to()
732 int uverbs_output_written(const struct uverbs_attr_bundle *bundle, size_t idx) in uverbs_output_written()
[all …]
H A Dib_core_uverbs.c403 struct uverbs_attr_bundle *bundle = in rdma_udata_to_dev() local
423 struct uverbs_attr_bundle *bundle = in uverbs_get_handler_fn() local
/linux/drivers/staging/greybus/
H A Daudio_module.c179 struct gb_bundle *bundle) in gb_audio_add_mgmt_connection()
203 struct gb_bundle *bundle) in gb_audio_add_data_connection()
233 static int gb_audio_probe(struct gb_bundle *bundle, in gb_audio_probe()
386 static void gb_audio_disconnect(struct gb_bundle *bundle) in gb_audio_disconnect()
424 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_audio_suspend() local
438 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_audio_resume() local
H A Dgbphy.c23 struct gb_bundle *bundle; member
78 const struct gb_bundle *bundle = gbphy_dev->bundle; in gbphy_dev_uevent() local
221 static struct gbphy_device *gb_gbphy_create_dev(struct gb_bundle *bundle, in gb_gbphy_create_dev()
257 static void gb_gbphy_disconnect(struct gb_bundle *bundle) in gb_gbphy_disconnect()
275 static int gb_gbphy_probe(struct gb_bundle *bundle, in gb_gbphy_probe()
H A Dvibrator.c31 struct gb_bundle *bundle = vib->connection->bundle; in turn_off() local
44 struct gb_bundle *bundle = vib->connection->bundle; in turn_on() local
115 static int gb_vibrator_probe(struct gb_bundle *bundle, in gb_vibrator_probe()
187 static void gb_vibrator_disconnect(struct gb_bundle *bundle) in gb_vibrator_disconnect()
H A Dlight.c113 struct gb_bundle *bundle = connection->bundle; in __gb_lights_flash_intensity_set() local
301 struct gb_bundle *bundle = connection->bundle; in gb_lights_fade_set() local
327 struct gb_bundle *bundle = connection->bundle; in gb_lights_color_set() local
353 struct gb_bundle *bundle = connection->bundle; in __gb_lights_led_brightness_set() local
435 struct gb_bundle *bundle = connection->bundle; in gb_blink_set() local
619 struct gb_bundle *bundle = connection->bundle; in gb_lights_flash_strobe_set() local
660 struct gb_bundle *bundle = connection->bundle; in gb_lights_flash_timeout_set() local
691 struct gb_bundle *bundle = connection->bundle; in gb_lights_flash_fault_get() local
1247 static int gb_lights_probe(struct gb_bundle *bundle, in gb_lights_probe()
1316 static void gb_lights_disconnect(struct gb_bundle *bundle) in gb_lights_disconnect()
H A Dlog.c65 static int gb_log_probe(struct gb_bundle *bundle, in gb_log_probe()
107 static void gb_log_disconnect(struct gb_bundle *bundle) in gb_log_disconnect()
H A Dfw-core.c61 static int gb_fw_core_probe(struct gb_bundle *bundle, in gb_fw_core_probe()
231 static void gb_fw_core_disconnect(struct gb_bundle *bundle) in gb_fw_core_disconnect()
H A Dbootrom.c377 struct gb_bundle *bundle = bootrom->connection->bundle; in gb_bootrom_get_version() local
412 static int gb_bootrom_probe(struct gb_bundle *bundle, in gb_bootrom_probe()
490 static void gb_bootrom_disconnect(struct gb_bundle *bundle) in gb_bootrom_disconnect()
H A Dhid.c19 struct gb_bundle *bundle; member
421 static int gb_hid_probe(struct gb_bundle *bundle, in gb_hid_probe()
492 static void gb_hid_disconnect(struct gb_bundle *bundle) in gb_hid_disconnect()
H A Dcamera.c51 struct gb_bundle *bundle; member
1212 static int gb_camera_probe(struct gb_bundle *bundle, in gb_camera_probe()
1295 static void gb_camera_disconnect(struct gb_bundle *bundle) in gb_camera_disconnect()
1316 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_camera_suspend() local
1329 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_camera_resume() local
H A Dgbphy.h14 struct gb_bundle *bundle; member
H A Dpower_supply.c1050 static int gb_power_supply_probe(struct gb_bundle *bundle, in gb_power_supply_probe()
1113 static void gb_power_supply_disconnect(struct gb_bundle *bundle) in gb_power_supply_disconnect()
/linux/include/linux/
H A Dgreybus.h69 static inline void greybus_set_drvdata(struct gb_bundle *bundle, void *data) in greybus_set_drvdata()
74 static inline void *greybus_get_drvdata(struct gb_bundle *bundle) in greybus_get_drvdata()
/linux/include/net/
H A Dtcx.h15 struct bpf_mprog_bundle bundle; member
35 struct bpf_mprog_bundle *bundle = entry->parent; in tcx_entry() local
/linux/include/rdma/
H A Duverbs_ioctl.h870 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc()
876 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc()
882 static inline __malloc void *uverbs_kcalloc(struct uverbs_attr_bundle *bundle, in uverbs_kcalloc()
923 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc()
928 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc()
941 uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle, in uverbs_copy_to_struct_or_zero()

12