/openbmc/linux/drivers/greybus/ |
H A D | bundle.c | 15 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 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 183 struct gb_bundle *bundle; in gb_bundle_create() local 224 int gb_bundle_add(struct gb_bundle *bundle) in gb_bundle_add() [all …]
|
H A D | core.c | 30 static bool greybus_match_one_id(struct gb_bundle *bundle, in greybus_match_one_id() 49 greybus_match_id(struct gb_bundle *bundle, const struct greybus_bundle_id *id) in greybus_match_id() 66 struct gb_bundle *bundle; in greybus_match_device() local 87 const struct gb_bundle *bundle = NULL; in greybus_uevent() local 168 struct gb_bundle *bundle = to_gb_bundle(dev); in greybus_probe() local 228 struct gb_bundle *bundle = to_gb_bundle(dev); in greybus_remove() local
|
H A D | connection.c | 146 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 D | manifest.c | 228 static u32 gb_manifest_parse_cports(struct gb_bundle *bundle) in gb_manifest_parse_cports() 315 struct gb_bundle *bundle; in gb_manifest_parse_bundles() local
|
/openbmc/linux/include/linux/greybus/ |
H A D | bundle.h | 47 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()
|
/openbmc/linux/net/rxrpc/ |
H A D | conn_client.c | 37 static void rxrpc_activate_bundle(struct rxrpc_bundle *bundle) in rxrpc_activate_bundle() 77 struct rxrpc_bundle *bundle; in rxrpc_alloc_bundle() local 98 struct rxrpc_bundle *rxrpc_get_bundle(struct rxrpc_bundle *bundle, in rxrpc_get_bundle() 108 static void rxrpc_free_bundle(struct rxrpc_bundle *bundle) in rxrpc_free_bundle() 145 rxrpc_alloc_client_connection(struct rxrpc_bundle *bundle) in rxrpc_alloc_client_connection() 245 struct rxrpc_bundle *bundle, *candidate; in rxrpc_look_up_bundle() local 363 static bool rxrpc_bundle_has_space(struct rxrpc_bundle *bundle) in rxrpc_bundle_has_space() 407 struct rxrpc_bundle *bundle = conn->bundle; in rxrpc_activate_one_channel() local 506 struct rxrpc_bundle *bundle = call->bundle; in rxrpc_connect_client_calls() local 665 struct rxrpc_bundle *bundle = conn->bundle; in rxrpc_unbundle_conn() local [all …]
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | audio_module.c | 179 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 D | vibrator.c | 31 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 D | gbphy.c | 23 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 D | log.c | 65 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 D | audio_topology.c | 225 struct gb_bundle *bundle; in gbcodec_mixer_ctl_get() local 287 struct gb_bundle *bundle; in gbcodec_mixer_ctl_put() local 391 struct gb_bundle *bundle; in gbcodec_mixer_dapm_ctl_get() local 440 struct gb_bundle *bundle; in gbcodec_mixer_dapm_ctl_put() local 557 struct gb_bundle *bundle; in gbcodec_enum_ctl_get() local 602 struct gb_bundle *bundle; in gbcodec_enum_ctl_put() local 724 struct gb_bundle *bundle; in gbcodec_enum_dapm_ctl_get() local 772 struct gb_bundle *bundle; in gbcodec_enum_dapm_ctl_put() local 939 struct gb_bundle *bundle; in gbaudio_widget_event() local
|
H A D | light.c | 118 struct gb_bundle *bundle = connection->bundle; in __gb_lights_flash_intensity_set() local 323 struct gb_bundle *bundle = connection->bundle; in gb_lights_fade_set() local 349 struct gb_bundle *bundle = connection->bundle; in gb_lights_color_set() local 375 struct gb_bundle *bundle = connection->bundle; in __gb_lights_led_brightness_set() local 457 struct gb_bundle *bundle = connection->bundle; in gb_blink_set() local 641 struct gb_bundle *bundle = connection->bundle; in gb_lights_flash_strobe_set() local 682 struct gb_bundle *bundle = connection->bundle; in gb_lights_flash_timeout_set() local 713 struct gb_bundle *bundle = connection->bundle; in gb_lights_flash_fault_get() local 1267 static int gb_lights_probe(struct gb_bundle *bundle, in gb_lights_probe() 1336 static void gb_lights_disconnect(struct gb_bundle *bundle) in gb_lights_disconnect()
|
H A D | fw-core.c | 61 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 D | bootrom.c | 377 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 D | hid.c | 19 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 D | raw.c | 148 static int gb_raw_probe(struct gb_bundle *bundle, in gb_raw_probe() 224 static void gb_raw_disconnect(struct gb_bundle *bundle) in gb_raw_disconnect()
|
H A D | audio_codec.c | 401 struct gb_bundle *bundle; in gbcodec_hw_params() local 502 struct gb_bundle *bundle; in gbcodec_prepare() local 569 struct gb_bundle *bundle; in gbcodec_mute_stream() local
|
H A D | camera.c | 51 struct gb_bundle *bundle; member 1228 static int gb_camera_probe(struct gb_bundle *bundle, in gb_camera_probe() 1311 static void gb_camera_disconnect(struct gb_bundle *bundle) in gb_camera_disconnect() 1332 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_camera_suspend() local 1345 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_camera_resume() local
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | uverbs_ioctl.c | 67 struct uverbs_attr_bundle bundle; member 106 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size, in _uverbs_alloc() 148 static int uverbs_set_output(const struct uverbs_attr_bundle *bundle, in uverbs_set_output() 698 void uverbs_fill_udata(struct uverbs_attr_bundle *bundle, in uverbs_fill_udata() 731 int uverbs_copy_to(const struct uverbs_attr_bundle *bundle, size_t idx, in uverbs_copy_to() 753 int uverbs_output_written(const struct uverbs_attr_bundle *bundle, size_t idx) in uverbs_output_written() 810 int uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle, in uverbs_copy_to_struct_or_zero() 828 void uverbs_finalize_uobj_create(const struct uverbs_attr_bundle *bundle, in uverbs_finalize_uobj_create()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | kprobes.c | 292 bundle_t *bundle = &p->opcode.bundle; in prepare_break_inst() local 321 static void __kprobes get_kprobe_inst(bundle_t *bundle, uint slot, in get_kprobe_inst() 421 static int __kprobes __is_ia64_break_inst(bundle_t *bundle, uint slot) in __is_ia64_break_inst() 452 static int __kprobes can_boost(bundle_t *bundle, uint slot, in can_boost() 497 bundle_t *bundle; in arch_prepare_kprobe() local 688 bundle_t bundle; in is_ia64_break_inst() local
|
H A D | traps.c | 233 fp_emulate (int fp_fault, void *bundle, long *ipsr, long *fpsr, long *isr, long *pr, long *ifs, in fp_emulate() 286 long exception, bundle[2]; in handle_fpu_swa() local
|
H A D | brl_emu.c | 58 unsigned long bundle[2]; in ia64_emulate_brl() local
|
/openbmc/linux/include/linux/ |
H A D | greybus.h | 69 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()
|
/openbmc/linux/include/net/ |
H A D | tcx.h | 15 struct bpf_mprog_bundle bundle; member 36 struct bpf_mprog_bundle *bundle = entry->parent; in tcx_entry() local
|
/openbmc/linux/include/rdma/ |
H A D | uverbs_ioctl.h | 865 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc() 871 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() 877 static inline __malloc void *uverbs_kcalloc(struct uverbs_attr_bundle *bundle, in uverbs_kcalloc() 914 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc() 919 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() 932 uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle, in uverbs_copy_to_struct_or_zero()
|