/drivers/staging/greybus/ |
D | bundle.c | 16 struct gb_bundle *bundle = to_gb_bundle(dev); in bundle_class_show() local 25 struct gb_bundle *bundle = to_gb_bundle(dev); in bundle_id_show() local 34 struct gb_bundle *bundle = to_gb_bundle(dev); in state_show() local 45 struct gb_bundle *bundle = to_gb_bundle(dev); in state_store() local 71 struct gb_bundle *bundle; in gb_bundle_find() local 83 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_bundle_release() local 93 static void gb_bundle_disable_all_connections(struct gb_bundle *bundle) in gb_bundle_disable_all_connections() 101 static void gb_bundle_enable_all_connections(struct gb_bundle *bundle) in gb_bundle_enable_all_connections() 111 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_bundle_suspend() local 138 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_bundle_resume() local [all …]
|
D | bundle.h | 45 static inline int gb_pm_runtime_get_sync(struct gb_bundle *bundle) in gb_pm_runtime_get_sync() 60 static inline int gb_pm_runtime_put_autosuspend(struct gb_bundle *bundle) in gb_pm_runtime_put_autosuspend() 70 static inline void gb_pm_runtime_get_noresume(struct gb_bundle *bundle) in gb_pm_runtime_get_noresume() 75 static inline void gb_pm_runtime_put_noidle(struct gb_bundle *bundle) in gb_pm_runtime_put_noidle() 81 static inline int gb_pm_runtime_get_sync(struct gb_bundle *bundle) in gb_pm_runtime_get_sync() 83 static inline int gb_pm_runtime_put_autosuspend(struct gb_bundle *bundle) in gb_pm_runtime_put_autosuspend() 86 static inline void gb_pm_runtime_get_noresume(struct gb_bundle *bundle) {} in gb_pm_runtime_get_noresume() 87 static inline void gb_pm_runtime_put_noidle(struct gb_bundle *bundle) {} in gb_pm_runtime_put_noidle()
|
D | core.c | 31 static bool greybus_match_one_id(struct gb_bundle *bundle, in greybus_match_one_id() 50 greybus_match_id(struct gb_bundle *bundle, const struct greybus_bundle_id *id) in greybus_match_id() 67 struct gb_bundle *bundle; in greybus_match_device() local 88 struct gb_bundle *bundle = NULL; in greybus_uevent() local 169 struct gb_bundle *bundle = to_gb_bundle(dev); in greybus_probe() local 231 struct gb_bundle *bundle = to_gb_bundle(dev); in greybus_remove() local
|
D | audio_module.c | 180 struct gb_bundle *bundle) in gb_audio_add_mgmt_connection() 204 struct gb_bundle *bundle) in gb_audio_add_data_connection() 236 static int gb_audio_probe(struct gb_bundle *bundle, in gb_audio_probe() 389 static void gb_audio_disconnect(struct gb_bundle *bundle) in gb_audio_disconnect() 427 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_audio_suspend() local 441 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_audio_resume() local
|
D | vibrator.c | 33 struct gb_bundle *bundle = vib->connection->bundle; in turn_off() local 46 struct gb_bundle *bundle = vib->connection->bundle; in turn_on() local 116 static int gb_vibrator_probe(struct gb_bundle *bundle, in gb_vibrator_probe() 188 static void gb_vibrator_disconnect(struct gb_bundle *bundle) in gb_vibrator_disconnect()
|
D | gbphy.c | 25 struct gb_bundle *bundle; member 80 struct gb_bundle *bundle = gbphy_dev->bundle; in gbphy_dev_uevent() local 224 static struct gbphy_device *gb_gbphy_create_dev(struct gb_bundle *bundle, in gb_gbphy_create_dev() 260 static void gb_gbphy_disconnect(struct gb_bundle *bundle) in gb_gbphy_disconnect() 278 static int gb_gbphy_probe(struct gb_bundle *bundle, in gb_gbphy_probe()
|
D | light.c | 121 struct gb_bundle *bundle = connection->bundle; in __gb_lights_flash_intensity_set() local 324 struct gb_bundle *bundle = connection->bundle; in gb_lights_fade_set() local 350 struct gb_bundle *bundle = connection->bundle; in gb_lights_color_set() local 376 struct gb_bundle *bundle = connection->bundle; in __gb_lights_led_brightness_set() local 458 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 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()
|
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()
|
D | audio_topology.c | 220 struct gb_bundle *bundle; in gbcodec_mixer_ctl_get() local 282 struct gb_bundle *bundle; in gbcodec_mixer_ctl_put() local 395 struct gb_bundle *bundle; in gbcodec_mixer_dapm_ctl_get() local 444 struct gb_bundle *bundle; in gbcodec_mixer_dapm_ctl_put() local 563 struct gb_bundle *bundle; in gbcodec_enum_ctl_get() local 607 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 | 62 static int gb_fw_core_probe(struct gb_bundle *bundle, in gb_fw_core_probe() 232 static void gb_fw_core_disconnect(struct gb_bundle *bundle) in gb_fw_core_disconnect()
|
D | bootrom.c | 374 struct gb_bundle *bundle = bootrom->connection->bundle; in gb_bootrom_get_version() local 409 static int gb_bootrom_probe(struct gb_bundle *bundle, in gb_bootrom_probe() 487 static void gb_bootrom_disconnect(struct gb_bundle *bundle) in gb_bootrom_disconnect()
|
D | connection.c | 151 struct gb_bundle *bundle, int cport_id, in _gb_connection_create() 249 gb_connection_create(struct gb_bundle *bundle, u16 cport_id, in gb_connection_create() 260 gb_connection_create_flags(struct gb_bundle *bundle, u16 cport_id, in gb_connection_create_flags() 275 gb_connection_create_offloaded(struct gb_bundle *bundle, u16 cport_id, in gb_connection_create_offloaded()
|
D | greybus.h | 71 static inline void greybus_set_drvdata(struct gb_bundle *bundle, void *data) in greybus_set_drvdata() 76 static inline void *greybus_get_drvdata(struct gb_bundle *bundle) in greybus_get_drvdata()
|
D | hid.c | 21 struct gb_bundle *bundle; member 438 static int gb_hid_probe(struct gb_bundle *bundle, in gb_hid_probe() 509 static void gb_hid_disconnect(struct gb_bundle *bundle) in gb_hid_disconnect()
|
D | manifest.c | 229 static u32 gb_manifest_parse_cports(struct gb_bundle *bundle) in gb_manifest_parse_cports() 317 struct gb_bundle *bundle; in gb_manifest_parse_bundles() local
|
D | raw.c | 150 static int gb_raw_probe(struct gb_bundle *bundle, in gb_raw_probe() 226 static void gb_raw_disconnect(struct gb_bundle *bundle) in gb_raw_disconnect()
|
D | camera.c | 52 struct gb_bundle *bundle; member 1246 static int gb_camera_probe(struct gb_bundle *bundle, in gb_camera_probe() 1329 static void gb_camera_disconnect(struct gb_bundle *bundle) in gb_camera_disconnect() 1350 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_camera_suspend() local 1363 struct gb_bundle *bundle = to_gb_bundle(dev); in gb_camera_resume() local
|
D | audio_codec.c | 420 struct gb_bundle *bundle; in gbcodec_hw_params() local 516 struct gb_bundle *bundle; in gbcodec_prepare() local 583 struct gb_bundle *bundle; in gbcodec_mute_stream() local
|
D | greybus_manifest.h | 146 __u8 bundle; member 161 struct greybus_descriptor_bundle bundle; member
|
D | control.c | 58 struct gb_bundle *bundle) in gb_control_get_bundle_version() 90 struct gb_bundle *bundle; in gb_control_get_bundle_versions() local
|
D | gbphy.h | 15 struct gb_bundle *bundle; member
|
D | connection.h | 39 struct gb_bundle *bundle; member
|
/drivers/dma/ioat/ |
D | hw.h | 93 unsigned int bundle:1; member 125 unsigned int bundle:1; member 172 unsigned int bundle:1; member 221 unsigned int bundle:1; member
|
/drivers/isdn/mISDN/ |
D | l1oip_core.c | 1300 init_card(struct l1oip *hc, int pri, int bundle) in init_card() 1455 int pri, bundle; in l1oip_init() local
|
/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxgf100.h | 37 void (*bundle)(struct gf100_grctx *); member
|