Searched defs:connection (Results 26 - 50 of 60) sorted by relevance

123

/linux-master/drivers/greybus/
H A Dcontrol.c107 struct gb_connection *connection = intf->control->connection; local
125 struct gb_connection *connection local
446 struct gb_connection *connection; local
[all...]
H A Doperation.c44 struct gb_connection *connection = operation->connection; local
81 struct gb_connection *connection local
98 struct gb_connection *connection = operation->connection; local
196 gb_operation_find_outgoing(struct gb_connection *connection, u16 operation_id) argument
217 struct gb_connection *connection = message->operation->connection; local
238 struct gb_connection *connection = operation->connection; local
519 gb_operation_create_common(struct gb_connection *connection, u8 type, size_t request_size, size_t response_size, unsigned long op_flags, gfp_t gfp_flags) argument
575 gb_operation_create_flags(struct gb_connection *connection, u8 type, size_t request_size, size_t response_size, unsigned long flags, gfp_t gfp) argument
601 gb_operation_create_core(struct gb_connection *connection, u8 type, size_t request_size, size_t response_size, unsigned long flags, gfp_t gfp) argument
621 gb_operation_get_payload_size_max(struct gb_connection *connection) argument
630 gb_operation_create_incoming(struct gb_connection *connection, u16 id, u8 type, void *data, size_t size) argument
725 struct gb_connection *connection = operation->connection; local
826 struct gb_connection *connection = operation->connection; local
875 struct gb_connection *connection = operation->connection; local
913 gb_connection_recv_request(struct gb_connection *connection, const struct gb_operation_msg_hdr *header, void *data, size_t size) argument
957 gb_connection_recv_response(struct gb_connection *connection, const struct gb_operation_msg_hdr *header, void *data, size_t size) argument
1026 gb_connection_recv(struct gb_connection *connection, void *data, size_t size) argument
1138 gb_operation_sync_timeout(struct gb_connection *connection, int type, void *request, int request_size, void *response, int response_size, unsigned int timeout) argument
1191 gb_operation_unidirectional_timeout(struct gb_connection *connection, int type, void *request, int request_size, unsigned int timeout) argument
[all...]
H A Dsvc.c503 struct gb_connection *connection = svc->connection; local
643 struct gb_connection *connection = op->connection; local
840 struct gb_connection *connection = op->connection; local
924 struct gb_connection *connection = operation->connection; local
957 struct gb_connection *connection = operation->connection; local
1005 struct gb_connection *connection = operation->connection; local
1033 struct gb_connection *connection = operation->connection; local
1064 struct gb_connection *connection = operation->connection; local
1234 struct gb_connection *connection = op->connection; local
[all...]
/linux-master/drivers/staging/greybus/
H A Dfw-management.c25 struct gb_connection *connection; member in struct:fw_mgmt
110 struct gb_connection *connection = fw_mgmt->connection; local
196 struct gb_connection *connection = op->connection; local
247 struct gb_connection *connection local
345 struct gb_connection *connection = op->connection; local
588 gb_fw_mgmt_connection_init(struct gb_connection *connection) argument
659 gb_fw_mgmt_connection_exit(struct gb_connection *connection) argument
[all...]
H A Dbootrom.c34 struct gb_connection *connection; member in struct:gb_bootrom
114 struct gb_connection *connection = bootrom->connection; local
146 struct gb_connection *connection = bootrom->connection; local
313 struct gb_connection *connection = op->connection; local
416 struct gb_connection *connection; local
[all...]
H A Dfw-download.c38 struct gb_connection *connection; member in struct:fw_download
223 struct gb_connection *connection = op->connection; local
270 struct gb_connection *connection = op->connection; local
353 struct gb_connection *connection local
404 gb_fw_download_connection_init(struct gb_connection *connection) argument
436 gb_fw_download_connection_exit(struct gb_connection *connection) argument
[all...]
H A Dauthentication.c28 struct gb_connection *connection; member in struct:gb_cap
89 struct gb_connection *connection = cap->connection; local
108 struct gb_connection *connection = cap->connection; local
147 struct gb_connection *connection local
301 gb_cap_connection_init(struct gb_connection *connection) argument
367 gb_cap_connection_exit(struct gb_connection *connection) argument
[all...]
H A Dgpio.c36 struct gb_connection *connection; member in struct:gb_gpio_controller
368 struct gb_connection *connection = op->connection; local
508 struct gb_connection *connection; local
605 struct gb_connection *connection = ggc->connection; local
[all...]
H A Dspilib.c19 struct gb_connection *connection; member in struct:gb_spilib
331 struct gb_connection *connection = spi->connection; local
162 gb_spi_operation_create(struct gb_spilib *spi, struct gb_connection *connection, struct spi_message *msg) argument
485 gb_spilib_master_init(struct gb_connection *connection, struct device *dev, struct spilib_ops *ops) argument
562 gb_spilib_master_exit(struct gb_connection *connection) argument
[all...]
H A Dpower_supply.c50 struct gb_connection *connection; member in struct:gb_power_supplies
361 struct gb_connection *connection = get_conn_from_psy(gbpsy); local
476 struct gb_connection *connection = get_conn_from_psy(gbpsy); local
508 struct gb_connection *connection local
592 struct gb_connection *connection = get_conn_from_psy(gbpsy); local
661 struct gb_connection *connection = get_conn_from_psy(gbpsy); local
697 struct gb_connection *connection = get_conn_from_psy(gbpsy); local
768 struct gb_connection *connection = get_conn_from_psy(gbpsy); local
819 struct gb_connection *connection = get_conn_from_psy(gbpsy); local
935 struct gb_connection *connection = supplies->connection; local
969 struct gb_connection *connection = supplies->connection; local
990 struct gb_connection *connection = op->connection; local
1056 struct gb_connection *connection; local
[all...]
H A Dsdio.c20 struct gb_connection *connection; member in struct:gb_sdio_host
765 struct gb_connection *connection; local
847 struct gb_connection *connection = host->connection; local
[all...]
H A Daudio_codec.h95 struct gb_connection *connection; member in struct:gbaudio_data_connection
[all...]
H A Duart.c48 struct gb_connection *connection; member in struct:gb_tty
75 struct gb_connection *connection = op->connection; local
131 struct gb_connection *connection = op->connection; local
151 struct gb_connection *connection = op->connection; local
201 struct gb_connection *connection = op->connection; local
805 struct gb_connection *connection; local
916 struct gb_connection *connection = gb_tty->connection; local
[all...]
H A Dcamera.c52 struct gb_connection *connection; member in struct:gb_camera
187 static int gb_camera_operation_sync_flags(struct gb_connection *connection, argument
1158 struct gb_connection *connection = gcam->connection; local
[all...]
H A Dloopback.c60 struct gb_connection *connection; member in struct:gb_loopback
654 struct gb_connection *connection local
977 struct gb_connection *connection; local
[all...]
H A Dlight.c59 struct gb_connection *connection; member in struct:gb_lights
112 struct gb_connection *connection = get_conn_from_channel(channel); local
298 struct gb_connection *connection = get_conn_from_channel(channel); local
324 struct gb_connection *connection local
350 struct gb_connection *connection = get_conn_from_channel(channel); local
432 struct gb_connection *connection = get_conn_from_channel(channel); local
511 struct gb_connection *connection = get_conn_from_light(light); local
571 struct gb_connection *connection = get_conn_from_light(light); local
613 struct gb_connection *connection = get_conn_from_channel(channel); local
654 struct gb_connection *connection = get_conn_from_channel(channel); local
685 struct gb_connection *connection = get_conn_from_channel(channel); local
747 struct gb_connection *connection = get_conn_from_channel(channel); local
805 struct gb_connection *connection = get_conn_from_channel(channel); local
848 struct gb_connection *connection = get_conn_from_channel(channel); local
867 struct gb_connection *connection = get_conn_from_channel(channel); local
927 struct gb_connection *connection = get_conn_from_light(light); local
1137 struct gb_connection *connection = glights->connection; local
1169 struct gb_connection *connection = glights->connection; local
1189 struct gb_connection *connection = op->connection; local
1244 struct gb_connection *connection; local
[all...]
/linux-master/sound/drivers/opl3/
H A Dopl3_midi.c283 unsigned char connection; local
[all...]
/linux-master/include/xen/interface/io/
H A Dxs_wire.h98 uint32_t connection; member in struct:xenstore_domain_interface
/linux-master/drivers/staging/media/atomisp/pci/hive_isp_css_common/
H A Ddma_global.h249 u8 connection; member in struct:dma_channel_config
/linux-master/drivers/block/drbd/
H A Ddrbd_req.c159 static void wake_all_senders(struct drbd_connection *connection) argument
165 void start_new_tl_epoch(struct drbd_connection *connection) argument
322 struct drbd_connection *connection local
331 struct drbd_connection *connection = peer_device ? peer_device->connection : NULL; local
352 struct drbd_connection *connection = peer_device ? peer_device->connection : NULL; local
361 struct drbd_connection *connection = peer_device ? peer_device->connection : NULL; local
382 struct drbd_connection *connection = peer_device ? peer_device->connection : NULL; local
391 struct drbd_connection *connection = peer_device ? peer_device->connection : NULL; local
565 struct drbd_connection *const connection = peer_device ? peer_device->connection : NULL; local
986 struct drbd_connection *connection = first_peer_device(device)->connection; local
1628 net_timeout_reached(struct drbd_request *net_req, struct drbd_connection *connection, unsigned long now, unsigned long ent, unsigned int ko_count, unsigned int timeout) argument
1703 struct drbd_connection *connection = first_peer_device(device)->connection; local
[all...]
H A Ddrbd_actlog.c764 struct drbd_connection *connection = first_peer_device(device)->connection; local
H A Ddrbd_debugfs.c363 struct drbd_connection *connection; local
300 seq_print_resource_transfer_log_summary(struct seq_file *m, struct drbd_resource *resource, struct drbd_connection *connection, unsigned long now) argument
539 struct drbd_connection *connection = m->private; local
553 struct drbd_connection *connection = inode->i_private; local
560 struct drbd_connection *connection = inode->i_private; local
575 struct drbd_connection *connection = m->private; local
600 struct drbd_connection *connection = inode->i_private; local
607 struct drbd_connection *connection = inode->i_private; local
620 drbd_debugfs_connection_add(struct drbd_connection *connection) argument
642 drbd_debugfs_connection_cleanup(struct drbd_connection *connection) argument
[all...]
H A Ddrbd_state.c46 struct drbd_connection *connection; local
88 struct drbd_connection *connection; local
184 struct drbd_connection *connection = local
270 struct drbd_connection *connection = local
294 conn_all_vols_unconf(struct drbd_connection *connection) argument
335 conn_highest_role(struct drbd_connection *connection) argument
351 conn_highest_peer(struct drbd_connection *connection) argument
367 conn_highest_disk(struct drbd_connection *connection) argument
383 conn_lowest_disk(struct drbd_connection *connection) argument
399 conn_highest_pdsk(struct drbd_connection *connection) argument
415 conn_lowest_conn(struct drbd_connection *connection) argument
431 no_peer_wf_report_params(struct drbd_connection *connection) argument
448 wake_up_all_devices(struct drbd_connection *connection) argument
799 conn_pr_state_change(struct drbd_connection *connection, union drbd_state os, union drbd_state ns, enum chg_state_flags flags) argument
912 is_valid_soft_transition(union drbd_state os, union drbd_state ns, struct drbd_connection *connection) argument
1267 struct drbd_connection *connection = peer_device ? peer_device->connection : NULL; local
1566 struct drbd_connection *connection = p->connection; local
1714 struct drbd_connection *connection = peer_device ? peer_device->connection : NULL; local
2043 struct drbd_connection *connection; member in struct:__anon325::after_conn_state_chg_work
2051 struct drbd_connection *connection = acscw->connection; local
2113 conn_old_common_state(struct drbd_connection *connection, union drbd_state *pcs, enum chg_state_flags *pf) argument
2160 conn_is_valid_transition(struct drbd_connection *connection, union drbd_state mask, union drbd_state val, enum chg_state_flags flags) argument
2203 conn_set_state(struct drbd_connection *connection, union drbd_state mask, union drbd_state val, union drbd_state *pns_min, union drbd_state *pns_max, enum chg_state_flags flags) argument
2275 _conn_rq_cond(struct drbd_connection *connection, union drbd_state mask, union drbd_state val) argument
2293 _conn_request_state(struct drbd_connection *connection, union drbd_state mask, union drbd_state val, enum chg_state_flags flags) argument
2387 conn_request_state(struct drbd_connection *connection, union drbd_state mask, union drbd_state val, enum chg_state_flags flags) argument
[all...]
/linux-master/include/uapi/drm/
H A Dexynos_drm.h77 __u32 connection; member in struct:drm_exynos_vidi_connection
/linux-master/drivers/net/plip/
H A Dplip.c215 enum plip_connection_state connection; member in struct:net_local
[all...]

Completed in 403 milliseconds

123