/openbmc/linux/drivers/greybus/ |
H A D | connection.c | 25 struct gb_connection *connection; in gb_connection_cport_in_use() local 36 static void gb_connection_get(struct gb_connection *connection) in gb_connection_get() 43 static void gb_connection_put(struct gb_connection *connection) in gb_connection_put() 56 struct gb_connection *connection; in gb_connection_hd_find() local 79 struct gb_connection *connection; in greybus_data_rcvd() local 96 struct gb_connection *connection; in gb_connection_kref_release() local 150 struct gb_connection *connection; in _gb_connection_create() local 737 int gb_connection_enable(struct gb_connection *connection) in gb_connection_enable() 757 int gb_connection_enable_tx(struct gb_connection *connection) in gb_connection_enable_tx() 817 void gb_connection_disable(struct gb_connection *connection) in gb_connection_disable() [all …]
|
H A D | operation.c | 44 struct gb_connection *connection = operation->connection; in gb_operation_get_active() local 81 struct gb_connection *connection = operation->connection; in gb_operation_put_active() local 98 struct gb_connection *connection = operation->connection; in gb_operation_is_active() local 217 struct gb_connection *connection = message->operation->connection; in gb_message_send() local 238 struct gb_connection *connection = operation->connection; in gb_operation_request_handle() local 575 gb_operation_create_flags(struct gb_connection *connection, in gb_operation_create_flags() 601 gb_operation_create_core(struct gb_connection *connection, in gb_operation_create_core() 725 struct gb_connection *connection = operation->connection; in gb_operation_request_send() local 826 struct gb_connection *connection = operation->connection; in gb_operation_response_send() local 875 struct gb_connection *connection = operation->connection; in greybus_message_sent() local [all …]
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | audio_apbridgea.c | 12 int gb_audio_apbridgea_set_config(struct gb_connection *connection, in gb_audio_apbridgea_set_config() 29 int gb_audio_apbridgea_register_cport(struct gb_connection *connection, in gb_audio_apbridgea_register_cport() 50 int gb_audio_apbridgea_unregister_cport(struct gb_connection *connection, in gb_audio_apbridgea_unregister_cport() 71 int gb_audio_apbridgea_set_tx_data_size(struct gb_connection *connection, in gb_audio_apbridgea_set_tx_data_size() 85 int gb_audio_apbridgea_prepare_tx(struct gb_connection *connection, in gb_audio_apbridgea_prepare_tx() 98 int gb_audio_apbridgea_start_tx(struct gb_connection *connection, in gb_audio_apbridgea_start_tx() 124 int gb_audio_apbridgea_shutdown_tx(struct gb_connection *connection, in gb_audio_apbridgea_shutdown_tx() 137 int gb_audio_apbridgea_set_rx_data_size(struct gb_connection *connection, in gb_audio_apbridgea_set_rx_data_size() 151 int gb_audio_apbridgea_prepare_rx(struct gb_connection *connection, in gb_audio_apbridgea_prepare_rx() 164 int gb_audio_apbridgea_start_rx(struct gb_connection *connection, in gb_audio_apbridgea_start_rx() [all …]
|
H A D | audio_gb.c | 12 int gb_audio_gb_get_topology(struct gb_connection *connection, in gb_audio_gb_get_topology() 46 int gb_audio_gb_get_control(struct gb_connection *connection, in gb_audio_gb_get_control() 68 int gb_audio_gb_set_control(struct gb_connection *connection, in gb_audio_gb_set_control() 83 int gb_audio_gb_enable_widget(struct gb_connection *connection, in gb_audio_gb_enable_widget() 95 int gb_audio_gb_disable_widget(struct gb_connection *connection, in gb_audio_gb_disable_widget() 148 int gb_audio_gb_set_tx_data_size(struct gb_connection *connection, in gb_audio_gb_set_tx_data_size() 161 int gb_audio_gb_activate_tx(struct gb_connection *connection, in gb_audio_gb_activate_tx() 173 int gb_audio_gb_deactivate_tx(struct gb_connection *connection, in gb_audio_gb_deactivate_tx() 185 int gb_audio_gb_set_rx_data_size(struct gb_connection *connection, in gb_audio_gb_set_rx_data_size() 198 int gb_audio_gb_activate_rx(struct gb_connection *connection, in gb_audio_gb_activate_rx() [all …]
|
H A D | log.c | 15 struct gb_connection *connection; member 20 struct gb_connection *connection = op->connection; in gb_log_request_handler() local 69 struct gb_connection *connection; in gb_log_probe() local 110 struct gb_connection *connection = log->connection; in gb_log_disconnect() local
|
H A D | light.c | 63 struct gb_connection *connection; member 117 struct gb_connection *connection = get_conn_from_channel(channel); in __gb_lights_flash_intensity_set() local 322 struct gb_connection *connection = get_conn_from_channel(channel); in gb_lights_fade_set() local 348 struct gb_connection *connection = get_conn_from_channel(channel); in gb_lights_color_set() local 535 struct gb_connection *connection = get_conn_from_light(light); in gb_lights_light_v4l2_register() local 598 struct gb_connection *connection = get_conn_from_light(light); in gb_lights_light_v4l2_register() local 954 struct gb_connection *connection = get_conn_from_light(light); in gb_lights_channel_config() local 1164 struct gb_connection *connection = glights->connection; in gb_lights_create_all() local 1196 struct gb_connection *connection = glights->connection; in gb_lights_register_all() local 1216 struct gb_connection *connection = op->connection; in gb_lights_request_handler() local [all …]
|
H A D | power_supply.c | 50 struct gb_connection *connection; member 361 struct gb_connection *connection = get_conn_from_psy(gbpsy); in gb_power_supply_state_change() local 476 struct gb_connection *connection = get_conn_from_psy(gbpsy); in gb_power_supply_description_get() local 508 struct gb_connection *connection = get_conn_from_psy(gbpsy); in gb_power_supply_prop_descriptors_get() local 592 struct gb_connection *connection = get_conn_from_psy(gbpsy); in __gb_power_supply_property_update() local 661 struct gb_connection *connection = get_conn_from_psy(gbpsy); in _gb_power_supply_property_get() local 697 struct gb_connection *connection = get_conn_from_psy(gbpsy); in gb_power_supply_status_get() local 935 struct gb_connection *connection = supplies->connection; in gb_power_supplies_setup() local 969 struct gb_connection *connection = supplies->connection; in gb_power_supplies_register() local 990 struct gb_connection *connection = op->connection; in gb_supplies_request_handler() local [all …]
|
H A D | fw-download.c | 38 struct gb_connection *connection; member 224 struct gb_connection *connection = op->connection; in fw_download_find_firmware() local 271 struct gb_connection *connection = op->connection; in fw_download_fetch_firmware() local 354 struct gb_connection *connection = op->connection; in fw_download_release_firmware() local 405 int gb_fw_download_connection_init(struct gb_connection *connection) in gb_fw_download_connection_init() 437 void gb_fw_download_connection_exit(struct gb_connection *connection) in gb_fw_download_connection_exit()
|
H A D | authentication.c | 28 struct gb_connection *connection; member 86 struct gb_connection *connection = cap->connection; in cap_get_endpoint_uid() local 105 struct gb_connection *connection = cap->connection; in cap_get_ims_certificate() local 144 struct gb_connection *connection = cap->connection; in cap_authenticate() local 298 int gb_cap_connection_init(struct gb_connection *connection) in gb_cap_connection_init() 364 void gb_cap_connection_exit(struct gb_connection *connection) in gb_cap_connection_exit()
|
H A D | i2c.c | 18 struct gb_connection *connection; member 78 gb_i2c_operation_create(struct gb_connection *connection, in gb_i2c_operation_create() 176 struct gb_connection *connection = gb_i2c_dev->connection; in gb_i2c_transfer_operation() local 233 struct gb_connection *connection; in gb_i2c_probe() local 294 struct gb_connection *connection = gb_i2c_dev->connection; in gb_i2c_remove() local
|
H A D | fw-management.c | 25 struct gb_connection *connection; member 107 struct gb_connection *connection = fw_mgmt->connection; in fw_mgmt_interface_fw_version_operation() local 194 struct gb_connection *connection = op->connection; in fw_mgmt_interface_fw_loaded_operation() local 245 struct gb_connection *connection = fw_mgmt->connection; in fw_mgmt_backend_fw_version_operation() local 344 struct gb_connection *connection = op->connection; in fw_mgmt_backend_fw_updated_operation() local 587 int gb_fw_mgmt_connection_init(struct gb_connection *connection) in gb_fw_mgmt_connection_init() 658 void gb_fw_mgmt_connection_exit(struct gb_connection *connection) in gb_fw_mgmt_connection_exit()
|
H A D | raw.c | 19 struct gb_connection *connection; member 91 struct gb_connection *connection = op->connection; in gb_raw_request_handler() local 125 struct gb_connection *connection = raw->connection; in gb_raw_send() local 152 struct gb_connection *connection; in gb_raw_probe() local 227 struct gb_connection *connection = raw->connection; in gb_raw_disconnect() local
|
H A D | bootrom.c | 34 struct gb_connection *connection; member 114 struct gb_connection *connection = bootrom->connection; in bootrom_es2_fixup_vid_pid() local 146 struct gb_connection *connection = bootrom->connection; in find_firmware() local 313 struct gb_connection *connection = op->connection; in gb_bootrom_ready_to_boot() local 416 struct gb_connection *connection; in gb_bootrom_probe() local
|
H A D | fw-core.c | 31 static int gb_fw_spi_connection_init(struct gb_connection *connection) in gb_fw_spi_connection_init() 52 static void gb_fw_spi_connection_exit(struct gb_connection *connection) in gb_fw_spi_connection_exit() 65 struct gb_connection *connection; in gb_fw_core_probe() local
|
H A D | spi.c | 20 struct gb_connection *connection; in gb_spi_probe() local 52 struct gb_connection *connection = gb_gbphy_get_data(gbphy_dev); in gb_spi_remove() local
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_receiver.c | 677 struct drbd_connection *connection; member 923 static int conn_connect(struct drbd_connection *connection) in conn_connect() 1312 static void drbd_flush(struct drbd_connection *connection) in drbd_flush() 5048 static void drbdd(struct drbd_connection *connection) in drbdd() 5105 static void conn_disconnect(struct drbd_connection *connection) in conn_disconnect() 5280 static int drbd_do_features(struct drbd_connection *connection) in drbd_do_features() 5347 static int drbd_do_auth(struct drbd_connection *connection) in drbd_do_auth() 5362 static int drbd_do_auth(struct drbd_connection *connection) in drbd_do_auth() 5541 struct drbd_connection *connection = thi->connection; in drbd_receiver() local 5963 struct drbd_connection *connection = thi->connection; in drbd_ack_receiver() local [all …]
|
H A D | drbd_state.c | 46 struct drbd_connection *connection; in count_objects() local 88 struct drbd_connection *connection; in remember_old_state() local 184 struct drbd_connection *connection = in remember_new_state() local 270 struct drbd_connection *connection = in forget_state_change() local 294 bool conn_all_vols_unconf(struct drbd_connection *connection) in conn_all_vols_unconf() 335 enum drbd_role conn_highest_role(struct drbd_connection *connection) in conn_highest_role() 351 enum drbd_role conn_highest_peer(struct drbd_connection *connection) in conn_highest_peer() 415 enum drbd_conns conn_lowest_conn(struct drbd_connection *connection) in conn_lowest_conn() 448 static void wake_up_all_devices(struct drbd_connection *connection) in wake_up_all_devices() 2039 struct drbd_connection *connection; member [all …]
|
H A D | drbd_main.c | 284 void tl_clear(struct drbd_connection *connection) in tl_clear() 474 int conn_lowest_minor(struct drbd_connection *connection) in conn_lowest_minor() 692 int drbd_send_ping(struct drbd_connection *connection) in drbd_send_ping() 2330 struct drbd_connection *connection, *tmp; in drbd_free_resource() local 2437 struct drbd_connection *connection; in conn_get_by_addrs() local 2497 struct drbd_connection *connection; in set_resource_options() local 2582 struct drbd_connection *connection; in conn_create() local 2686 struct drbd_connection *connection, *n; in drbd_create_device() local 2833 struct drbd_connection *connection; in drbd_delete_device() local 2943 void drbd_free_sock(struct drbd_connection *connection) in drbd_free_sock() [all …]
|
H A D | drbd_req.c | 159 static void wake_all_senders(struct drbd_connection *connection) in wake_all_senders() 165 void start_new_tl_epoch(struct drbd_connection *connection) in start_new_tl_epoch() 322 struct drbd_connection *connection = peer_device ? peer_device->connection : NULL; in set_if_null_req_next() local 331 struct drbd_connection *connection = peer_device ? peer_device->connection : NULL; in advance_conn_req_next() local 352 struct drbd_connection *connection = peer_device ? peer_device->connection : NULL; in set_if_null_req_ack_pending() local 361 struct drbd_connection *connection = peer_device ? peer_device->connection : NULL; in advance_conn_req_ack_pending() local 382 struct drbd_connection *connection = peer_device ? peer_device->connection : NULL; in set_if_null_req_not_net_done() local 391 struct drbd_connection *connection = peer_device ? peer_device->connection : NULL; in advance_conn_req_not_net_done() local 986 struct drbd_connection *connection = first_peer_device(device)->connection; in maybe_pull_ahead() local 1629 struct drbd_connection *connection, in net_timeout_reached() [all …]
|
H A D | drbd_nl.c | 627 struct drbd_connection *connection; in drbd_set_role() local 1210 struct drbd_connection *connection = in decide_on_discard_support() local 1728 struct drbd_connection *connection; in drbd_adm_attach() local 2367 struct drbd_connection *connection; in drbd_adm_net_opts() local 2514 struct drbd_connection *connection; in drbd_adm_connect() local 2724 struct drbd_connection *connection; in drbd_adm_disconnect() local 3447 struct drbd_connection *connection; in drbd_adm_dump_connections() local 3932 struct drbd_connection *connection; in get_one_status() local 4216 struct drbd_connection *connection; in drbd_adm_new_resource() local 4405 struct drbd_connection *connection; in adm_del_resource() local [all …]
|
H A D | drbd_worker.c | 107 struct drbd_connection *connection = peer_device->connection; in drbd_endio_write_sec_final() local 844 struct drbd_connection *connection = first_peer_device(device)->connection; in ping_peer() local 855 struct drbd_connection *connection = peer_device->connection; in drbd_resync_finished() local 1367 static int drbd_send_barrier(struct drbd_connection *connection) in drbd_send_barrier() 1412 static void maybe_send_barrier(struct drbd_connection *connection, unsigned int epoch) in maybe_send_barrier() 1429 struct drbd_connection *const connection = peer_device->connection; in w_send_out_of_sync() local 1460 struct drbd_connection *connection = peer_device->connection; in w_send_dblock() local 1493 struct drbd_connection *connection = peer_device->connection; in w_send_read_req() local 1741 struct drbd_connection *connection = peer_device ? peer_device->connection : NULL; in drbd_start_resync() local 2056 static void do_unqueued_work(struct drbd_connection *connection) in do_unqueued_work() [all …]
|
/openbmc/linux/include/linux/greybus/ |
H A D | connection.h | 79 static inline bool gb_connection_is_static(struct gb_connection *connection) in gb_connection_is_static() 99 static inline bool gb_connection_e2efc_enabled(struct gb_connection *connection) in gb_connection_e2efc_enabled() 105 gb_connection_flow_control_disabled(struct gb_connection *connection) in gb_connection_flow_control_disabled() 110 static inline bool gb_connection_is_offloaded(struct gb_connection *connection) in gb_connection_is_offloaded() 115 static inline bool gb_connection_is_control(struct gb_connection *connection) in gb_connection_is_control() 120 static inline void *gb_connection_get_data(struct gb_connection *connection) in gb_connection_get_data() 125 static inline void gb_connection_set_data(struct gb_connection *connection, in gb_connection_set_data()
|
/openbmc/linux/arch/um/drivers/ |
H A D | port_kern.c | 36 struct connection { struct 47 struct connection *conn = data; in pipe_interrupt() argument
|
/openbmc/linux/fs/dlm/ |
H A D | lowcomms.c | 68 struct connection { struct 91 * connection attempt second connection for one node. argument 101 struct connection *othercon; argument 114 #define sock2con(x) ((struct connection *)(x)->sk_user_data) argument
|
/openbmc/skeleton/bmcctl/ |
H A D | control_bmc_obj.c | 57 static void on_bus_acquired(GDBusConnection *connection, const gchar *name, in on_bus_acquired() 97 static void on_name_acquired(GDBusConnection *connection, const gchar *name, in on_name_acquired() 102 static void on_name_lost(GDBusConnection *connection, const gchar *name, in on_name_lost()
|