| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| 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()
|
| H A D | drbd_int.h | 85 #define __drbd_printk_connection(level, connection, fmt, args...) \ argument 242 struct drbd_connection *connection; member 365 struct drbd_connection *connection; member 775 static inline bool has_net_conf(struct drbd_connection *connection) in has_net_conf() 808 struct drbd_connection *connection; member 1007 struct drbd_connection *connection; member 1021 conn_peer_device(struct drbd_connection *connection, int volume_number) in conn_peer_device() 1035 #define for_each_connection(connection, resource) \ argument 1038 #define for_each_connection_rcu(connection, resource) \ argument 1041 #define for_each_connection_safe(connection, tmp, resource) \ argument [all …]
|
| H A D | drbd_state_change.h | 19 struct drbd_connection *connection; member
|
| /OK3568_Linux_fs/kernel/include/linux/greybus/ |
| 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()
|
| H A D | control.h | 19 struct gb_connection *connection; member
|
| H A D | svc.h | 43 struct gb_connection *connection; member
|
| /OK3568_Linux_fs/external/xserver/config/ |
| H A D | hal.c | 465 connect_and_register(DBusConnection * connection, struct config_hal_info *info) in connect_and_register() 556 ownerchanged_handler(DBusConnection * connection, DBusMessage * message, in ownerchanged_handler() 601 listen_for_startup(DBusConnection * connection, void *data) in listen_for_startup() 633 connect_hook(DBusConnection * connection, void *data) in connect_hook()
|
| H A D | dbus-core.c | 42 DBusConnection *connection; member 103 message_filter(DBusConnection * connection, DBusMessage * message, void *data) in message_filter()
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A D | audio_module.c | 143 struct gb_connection *connection = op->connection; in gbaudio_codec_request_handler() local 181 struct gb_connection *connection; in gb_audio_add_mgmt_connection() local 205 struct gb_connection *connection; in gb_audio_add_data_connection() local
|
| H A D | spilib.c | 19 struct gb_connection *connection; member 163 struct gb_connection *connection, struct spi_message *msg) in gb_spi_operation_create() 327 struct gb_connection *connection = spi->connection; in gb_spi_transfer_one_message() local 481 int gb_spilib_master_init(struct gb_connection *connection, struct device *dev, in gb_spilib_master_init() 558 void gb_spilib_master_exit(struct gb_connection *connection) in gb_spilib_master_exit()
|
| 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 | uart.c | 48 struct gb_connection *connection; member 75 struct gb_connection *connection = op->connection; in gb_uart_receive_data_handler() local 131 struct gb_connection *connection = op->connection; in gb_uart_serial_state_handler() local 151 struct gb_connection *connection = op->connection; in gb_uart_receive_credits_handler() local 201 struct gb_connection *connection = op->connection; in gb_uart_request_handler() local 823 struct gb_connection *connection; in gb_uart_probe() local 934 struct gb_connection *connection = gb_tty->connection; in gb_uart_remove() local
|
| H A D | pwm.c | 18 struct gb_connection *connection; member 250 struct gb_connection *connection; in gb_pwm_probe() local 309 struct gb_connection *connection = pwmc->connection; in gb_pwm_remove() local
|
| H A D | vibrator.c | 19 struct gb_connection *connection; member 120 struct gb_connection *connection; in gb_vibrator_probe() local
|
| H A D | hid.c | 20 struct gb_connection *connection; member 135 struct gb_connection *connection = op->connection; in gb_hid_request_handler() local 425 struct gb_connection *connection; in gb_hid_probe() local
|
| H A D | gpio.c | 36 struct gb_connection *connection; member 361 struct gb_connection *connection = op->connection; in gb_gpio_request_handler() local 504 struct gb_connection *connection; in gb_gpio_probe() local 601 struct gb_connection *connection = ggc->connection; in gb_gpio_remove() local
|
| H A D | sdio.c | 20 struct gb_connection *connection; member 766 struct gb_connection *connection; in gb_sdio_probe() local 848 struct gb_connection *connection = host->connection; in gb_sdio_remove() local
|
| /OK3568_Linux_fs/kernel/drivers/greybus/ |
| H A D | svc.c | 502 struct gb_connection *connection = svc->connection; in gb_svc_connection_destroy() local 642 struct gb_connection *connection = op->connection; in gb_svc_version_request() local 839 struct gb_connection *connection = op->connection; in gb_svc_hello() local 919 struct gb_connection *connection = operation->connection; in gb_svc_process_hello_deferred() local 952 struct gb_connection *connection = operation->connection; in gb_svc_process_module_inserted() local 1000 struct gb_connection *connection = operation->connection; in gb_svc_process_module_removed() local 1028 struct gb_connection *connection = operation->connection; in gb_svc_process_intf_oops() local 1059 struct gb_connection *connection = operation->connection; in gb_svc_process_intf_mailbox_event() local 1229 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
|
| H A D | core.c | 229 struct gb_connection *connection; in greybus_remove() local
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | systemd-logind.c | 306 message_filter(DBusConnection * connection, DBusMessage * message, void *data) in message_filter() 433 connect_hook(DBusConnection *connection, void *data) in connect_hook()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/css_2401_system/ |
| H A D | isys_dma_global.h | 80 isys2401_dma_connection connection; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/ |
| H A D | dma_global.h | 136 #define hive_dma_configure(dma_id, channel, connection, extension, height, \ argument 163 #define hive_dma_configure_fast(dma_id, channel, connection, extension, elems_A, elems_B) \ argument 249 u8 connection; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ |
| H A D | odbc.json | 2 "connection": { object
|