| /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 105 static void gb_connection_init_name(struct gb_connection *connection) in gb_connection_init_name() 150 struct gb_connection *connection; in _gb_connection_create() local 279 static int gb_connection_hd_cport_enable(struct gb_connection *connection) in gb_connection_hd_cport_enable() 298 static void gb_connection_hd_cport_disable(struct gb_connection *connection) in gb_connection_hd_cport_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 196 gb_operation_find_outgoing(struct gb_connection *connection, u16 operation_id) in gb_operation_find_outgoing() 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 520 gb_operation_create_common(struct gb_connection *connection, u8 type, in gb_operation_create_common() 576 gb_operation_create_flags(struct gb_connection *connection, in gb_operation_create_flags() 602 gb_operation_create_core(struct gb_connection *connection, in gb_operation_create_core() 622 size_t gb_operation_get_payload_size_max(struct gb_connection *connection) in gb_operation_get_payload_size_max() [all …]
|
| H A D | svc.c | 504 struct gb_connection *connection = svc->connection; in gb_svc_connection_destroy() local 644 struct gb_connection *connection = op->connection; in gb_svc_version_request() local 839 struct gb_connection *connection = op->connection; in gb_svc_hello() local 923 struct gb_connection *connection = operation->connection; in gb_svc_process_hello_deferred() local 956 struct gb_connection *connection = operation->connection; in gb_svc_process_module_inserted() local 1004 struct gb_connection *connection = operation->connection; in gb_svc_process_module_removed() local 1032 struct gb_connection *connection = operation->connection; in gb_svc_process_intf_oops() local 1063 struct gb_connection *connection = operation->connection; in gb_svc_process_intf_mailbox_event() local 1233 struct gb_connection *connection = op->connection; in gb_svc_request_handler() local
|
| H A D | bundle.c | 94 struct gb_connection *connection; in gb_bundle_disable_all_connections() local 102 struct gb_connection *connection; in gb_bundle_enable_all_connections() local
|
| H A D | control.c | 107 struct gb_connection *connection = intf->control->connection; in gb_control_get_manifest_size_operation() local 125 struct gb_connection *connection = intf->control->connection; in gb_control_get_manifest_operation() local 446 struct gb_connection *connection; in gb_control_create() local
|
| /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() 112 int gb_audio_apbridgea_stop_tx(struct gb_connection *connection, __u16 i2s_port) in gb_audio_apbridgea_stop_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() [all …]
|
| H A D | light.c | 59 struct gb_connection *connection; member 112 struct gb_connection *connection = get_conn_from_channel(channel); in __gb_lights_flash_intensity_set() local 300 struct gb_connection *connection = get_conn_from_channel(channel); in gb_lights_fade_set() local 326 struct gb_connection *connection = get_conn_from_channel(channel); in gb_lights_color_set() local 352 struct gb_connection *connection = get_conn_from_channel(channel); in __gb_lights_led_brightness_set() local 434 struct gb_connection *connection = get_conn_from_channel(channel); in gb_blink_set() local 513 struct gb_connection *connection = get_conn_from_light(light); in gb_lights_light_v4l2_register() local 576 struct gb_connection *connection = get_conn_from_light(light); in gb_lights_light_v4l2_register() local 618 struct gb_connection *connection = get_conn_from_channel(channel); in gb_lights_flash_strobe_set() local 659 struct gb_connection *connection = get_conn_from_channel(channel); in gb_lights_flash_timeout_set() local [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 | fw-download.c | 38 struct gb_connection *connection; member 223 struct gb_connection *connection = op->connection; in fw_download_find_firmware() local 270 struct gb_connection *connection = op->connection; in fw_download_fetch_firmware() local 353 struct gb_connection *connection = op->connection; in fw_download_release_firmware() local 404 int gb_fw_download_connection_init(struct gb_connection *connection) in gb_fw_download_connection_init() 436 void gb_fw_download_connection_exit(struct gb_connection *connection) in gb_fw_download_connection_exit()
|
| H A D | fw-management.c | 25 struct gb_connection *connection; member 110 struct gb_connection *connection = fw_mgmt->connection; in fw_mgmt_interface_fw_version_operation() local 187 struct gb_connection *connection = op->connection; in fw_mgmt_interface_fw_loaded_operation() local 238 struct gb_connection *connection = fw_mgmt->connection; in fw_mgmt_backend_fw_version_operation() local 329 struct gb_connection *connection = op->connection; in fw_mgmt_backend_fw_updated_operation() local 572 int gb_fw_mgmt_connection_init(struct gb_connection *connection) in gb_fw_mgmt_connection_init() 643 void gb_fw_mgmt_connection_exit(struct gb_connection *connection) in gb_fw_mgmt_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 | 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
|
| H A D | usb.c | 34 struct gb_connection *connection; member 161 struct gb_connection *connection; in gb_usb_probe() local 222 struct gb_connection *connection = gb_usb_dev->connection; in gb_usb_remove() local
|
| H A D | gpio.c | 36 struct gb_connection *connection; member 359 struct gb_connection *connection = op->connection; in gb_gpio_request_handler() local 498 struct gb_connection *connection; in gb_gpio_probe() local 595 struct gb_connection *connection = ggc->connection; in gb_gpio_remove() local
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_receiver.c | 325 static int drbd_recv(struct drbd_connection *connection, void *buf, size_t size) in drbd_recv() 358 static int drbd_recv_all(struct drbd_connection *connection, void *buf, size_t size) in drbd_recv_all() 371 static int drbd_recv_all_warn(struct drbd_connection *connection, void *buf, size_t size) in drbd_recv_all_warn() 400 static struct socket *drbd_try_connect(struct drbd_connection *connection) in drbd_try_connect() 489 struct drbd_connection *connection; member 507 static int prepare_listen_socket(struct drbd_connection *connection, struct accept_wait_data *ad) in prepare_listen_socket() 578 static struct socket *drbd_wait_for_connect(struct drbd_connection *connection, struct accept_wait_… in drbd_wait_for_connect() 617 static int send_first_packet(struct drbd_connection *connection, struct drbd_socket *sock, in send_first_packet() 625 static int receive_first_packet(struct drbd_connection *connection, struct socket *sock) in receive_first_packet() 676 static bool connection_established(struct drbd_connection *connection, in connection_established() [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() 367 enum drbd_disk_state conn_highest_disk(struct drbd_connection *connection) in conn_highest_disk() 383 enum drbd_disk_state conn_lowest_disk(struct drbd_connection *connection) in conn_lowest_disk() 399 enum drbd_disk_state conn_highest_pdsk(struct drbd_connection *connection) in conn_highest_pdsk() [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 565 struct drbd_connection *const connection = peer_device ? peer_device->connection : NULL; in __req_mod() local 987 struct drbd_connection *connection = first_peer_device(device)->connection; in maybe_pull_ahead() local [all …]
|
| H A D | drbd_worker.c | 107 struct drbd_connection *connection = peer_device->connection; in drbd_endio_write_sec_final() local 589 struct drbd_connection *const connection = peer_device ? peer_device->connection : NULL; in make_resync_request() local 845 struct drbd_connection *connection = first_peer_device(device)->connection; in ping_peer() local 856 struct drbd_connection *connection = peer_device->connection; in drbd_resync_finished() local 1348 static int drbd_send_barrier(struct drbd_connection *connection) in drbd_send_barrier() 1383 static void re_init_if_first_write(struct drbd_connection *connection, unsigned int epoch) in re_init_if_first_write() 1393 static void maybe_send_barrier(struct drbd_connection *connection, unsigned int epoch) in maybe_send_barrier() 1410 struct drbd_connection *const connection = peer_device->connection; in w_send_out_of_sync() local 1441 struct drbd_connection *connection = peer_device->connection; in w_send_dblock() local 1474 struct drbd_connection *connection = peer_device->connection; in w_send_read_req() local [all …]
|
| H A D | drbd_debugfs.h | 31 static inline void drbd_debugfs_connection_add(struct drbd_connection *connection) { } in drbd_debugfs_connection_add() 32 static inline void drbd_debugfs_connection_cleanup(struct drbd_connection *connection) { } in drbd_debugfs_connection_cleanup()
|
| /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()
|
| H A D | operation.h | 93 struct gb_connection *connection; member 152 gb_operation_create(struct gb_connection *connection, in gb_operation_create() 199 static inline int gb_operation_sync(struct gb_connection *connection, int type, in gb_operation_sync() 208 static inline int gb_operation_unidirectional(struct gb_connection *connection, in gb_operation_unidirectional()
|
| /linux/arch/um/drivers/ |
| H A D | port_kern.c | 36 struct connection { struct 47 struct connection *conn = data; in pipe_interrupt() argument
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_tc_tunnel.c | 75 struct connection { struct 76 int client_fd; 77 int server_fd;
|