/Linux-v4.19/drivers/staging/greybus/ |
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 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 …]
|
D | bundle.h | 44 static inline int gb_pm_runtime_get_sync(struct gb_bundle *bundle) in gb_pm_runtime_get_sync() 59 static inline int gb_pm_runtime_put_autosuspend(struct gb_bundle *bundle) in gb_pm_runtime_put_autosuspend() 69 static inline void gb_pm_runtime_get_noresume(struct gb_bundle *bundle) in gb_pm_runtime_get_noresume() 74 static inline void gb_pm_runtime_put_noidle(struct gb_bundle *bundle) in gb_pm_runtime_put_noidle() 80 static inline int gb_pm_runtime_get_sync(struct gb_bundle *bundle) in gb_pm_runtime_get_sync() 82 static inline int gb_pm_runtime_put_autosuspend(struct gb_bundle *bundle) in gb_pm_runtime_put_autosuspend() 85 static inline void gb_pm_runtime_get_noresume(struct gb_bundle *bundle) {} in gb_pm_runtime_get_noresume() 86 static inline void gb_pm_runtime_put_noidle(struct gb_bundle *bundle) {} in gb_pm_runtime_put_noidle()
|
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 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
|
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() 385 static void gb_audio_disconnect(struct gb_bundle *bundle) in gb_audio_disconnect() 423 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_audio_suspend() local 437 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_audio_resume() local
|
D | vibrator.c | 32 struct gb_bundle *bundle = vib->connection->bundle; in turn_off() local 45 struct gb_bundle *bundle = vib->connection->bundle; in turn_on() local 117 static int gb_vibrator_probe(struct gb_bundle *bundle, in gb_vibrator_probe() 189 static void gb_vibrator_disconnect(struct gb_bundle *bundle) in gb_vibrator_disconnect()
|
D | gbphy.c | 23 struct gb_bundle *bundle; member 78 struct gb_bundle *bundle = gbphy_dev->bundle; in gbphy_dev_uevent() local 223 static struct gbphy_device *gb_gbphy_create_dev(struct gb_bundle *bundle, in gb_gbphy_create_dev() 259 static void gb_gbphy_disconnect(struct gb_bundle *bundle) in gb_gbphy_disconnect() 277 static int gb_gbphy_probe(struct gb_bundle *bundle, in gb_gbphy_probe()
|
D | log.c | 66 static int gb_log_probe(struct gb_bundle *bundle, in gb_log_probe() 108 static void gb_log_disconnect(struct gb_bundle *bundle) in gb_log_disconnect()
|
D | light.c | 120 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 638 struct gb_bundle *bundle = connection->bundle; in gb_lights_flash_strobe_set() local 679 struct gb_bundle *bundle = connection->bundle; in gb_lights_flash_timeout_set() local 710 struct gb_bundle *bundle = connection->bundle; in gb_lights_flash_fault_get() local 1263 static int gb_lights_probe(struct gb_bundle *bundle, in gb_lights_probe() 1332 static void gb_lights_disconnect(struct gb_bundle *bundle) in gb_lights_disconnect()
|
D | audio_topology.c | 221 struct gb_bundle *bundle; in gbcodec_mixer_ctl_get() local 283 struct gb_bundle *bundle; in gbcodec_mixer_ctl_put() local 392 struct gb_bundle *bundle; in gbcodec_mixer_dapm_ctl_get() local 442 struct gb_bundle *bundle; in gbcodec_mixer_dapm_ctl_put() local 561 struct gb_bundle *bundle; in gbcodec_enum_ctl_get() local 606 struct gb_bundle *bundle; in gbcodec_enum_ctl_put() local 726 struct gb_bundle *bundle; in gbcodec_enum_dapm_ctl_get() local 774 struct gb_bundle *bundle; in gbcodec_enum_dapm_ctl_put() local 942 struct gb_bundle *bundle; in gbaudio_widget_event() local
|
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()
|
D | bootrom.c | 376 struct gb_bundle *bundle = bootrom->connection->bundle; in gb_bootrom_get_version() local 411 static int gb_bootrom_probe(struct gb_bundle *bundle, in gb_bootrom_probe() 489 static void gb_bootrom_disconnect(struct gb_bundle *bundle) in gb_bootrom_disconnect()
|
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()
|
D | connection.c | 150 struct gb_bundle *bundle, int cport_id, in _gb_connection_create() 248 gb_connection_create(struct gb_bundle *bundle, u16 cport_id, in gb_connection_create() 259 gb_connection_create_flags(struct gb_bundle *bundle, u16 cport_id, in gb_connection_create_flags() 274 gb_connection_create_offloaded(struct gb_bundle *bundle, u16 cport_id, in gb_connection_create_offloaded()
|
D | hid.c | 20 struct gb_bundle *bundle; member 422 static int gb_hid_probe(struct gb_bundle *bundle, in gb_hid_probe() 493 static void gb_hid_disconnect(struct gb_bundle *bundle) in gb_hid_disconnect()
|
D | manifest.c | 228 static u32 gb_manifest_parse_cports(struct gb_bundle *bundle) in gb_manifest_parse_cports() 316 struct gb_bundle *bundle; in gb_manifest_parse_bundles() local
|
D | raw.c | 149 static int gb_raw_probe(struct gb_bundle *bundle, in gb_raw_probe() 225 static void gb_raw_disconnect(struct gb_bundle *bundle) in gb_raw_disconnect()
|
D | audio_codec.c | 418 struct gb_bundle *bundle; in gbcodec_hw_params() local 519 struct gb_bundle *bundle; in gbcodec_prepare() local 586 struct gb_bundle *bundle; in gbcodec_mute_stream() local
|
D | greybus_manifest.h | 147 __u8 bundle; member 162 struct greybus_descriptor_bundle bundle; member
|
D | control.c | 57 struct gb_bundle *bundle) in gb_control_get_bundle_version() 89 struct gb_bundle *bundle; in gb_control_get_bundle_versions() local
|
/Linux-v4.19/arch/ia64/kernel/ |
D | kprobes.c | 305 bundle_t *bundle = &p->opcode.bundle; in prepare_break_inst() local 334 static void __kprobes get_kprobe_inst(bundle_t *bundle, uint slot, in get_kprobe_inst() 507 static int __kprobes __is_ia64_break_inst(bundle_t *bundle, uint slot) in __is_ia64_break_inst() 538 static int __kprobes can_boost(bundle_t *bundle, uint slot, in can_boost() 583 bundle_t *bundle; in arch_prepare_kprobe() local 774 bundle_t bundle; in is_ia64_break_inst() local
|
D | brl_emu.c | 58 unsigned long bundle[2]; in ia64_emulate_brl() local
|
D | traps.c | 242 fp_emulate (int fp_fault, void *bundle, long *ipsr, long *fpsr, long *isr, long *pr, long *ifs, in fp_emulate() 295 long exception, bundle[2]; in handle_fpu_swa() local
|
D | module.c | 144 bundle (const struct insn *insn) in bundle() function 216 unsigned char bundle[2][16]; member 261 unsigned char bundle[3][16]; member
|
/Linux-v4.19/drivers/infiniband/core/ |
D | uverbs_ioctl.c | 65 struct uverbs_attr_bundle bundle; member 104 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size, in _uverbs_alloc() 558 void create_udata(struct uverbs_attr_bundle *bundle, struct ib_udata *udata) in create_udata() 589 int uverbs_copy_to(const struct uverbs_attr_bundle *bundle, size_t idx, in uverbs_copy_to()
|
/Linux-v4.19/include/rdma/ |
D | uverbs_ioctl.h | 595 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc() 601 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() 624 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc() 629 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc()
|