| /drivers/greybus/ |
| A D | operation.c | 289 operation->callback(operation); in gb_operation_work() 298 struct gb_operation *operation = timer_container_of(operation, t, in gb_operation_timeout() local 481 response->operation = operation; in gb_operation_response_alloc() 528 if (!operation) in gb_operation_create_common() 536 operation->request->operation = operation; in gb_operation_create_common() 594 if (operation) in gb_operation_create_flags() 614 if (operation) in gb_operation_create_core() 648 if (!operation) in gb_operation_create_incoming() 875 struct gb_operation *operation = message->operation; in greybus_message_sent() local 1154 if (!operation) in gb_operation_sync_timeout() [all …]
|
| A D | svc.c | 20 struct gb_operation *operation; member 967 request = operation->request->payload; in gb_svc_process_module_inserted() 1011 request = operation->request->payload; in gb_svc_process_module_removed() 1040 request = operation->request->payload; in gb_svc_process_intf_oops() 1072 request = operation->request->payload; in gb_svc_process_intf_mailbox_event() 1092 struct gb_operation *operation; in gb_svc_process_deferred_request() local 1097 operation = dr->operation; in gb_svc_process_deferred_request() 1115 gb_svc_process_intf_oops(operation); in gb_svc_process_deferred_request() 1121 gb_operation_put(operation); in gb_svc_process_deferred_request() 1134 gb_operation_get(operation); in gb_svc_queue_deferred_request() [all …]
|
| A D | greybus_trace.h | 92 TP_PROTO(struct gb_operation *operation), 94 TP_ARGS(operation), 107 __entry->cport_id = operation->connection->hd_cport_id; 108 __entry->id = operation->id; 109 __entry->type = operation->type; 110 __entry->flags = operation->flags; 111 __entry->active = operation->active; 112 __entry->waiters = atomic_read(&operation->waiters); 113 __entry->errno = operation->errno; 123 TP_PROTO(struct gb_operation *operation), \ [all …]
|
| A D | connection.c | 534 struct gb_operation *operation; in gb_connection_shutdown_operation() local 541 if (!operation) in gb_connection_shutdown_operation() 544 req = operation->request->payload; in gb_connection_shutdown_operation() 549 gb_operation_put(operation); in gb_connection_shutdown_operation() 605 struct gb_operation *operation; in gb_connection_cancel_operations() local 610 gb_operation_get(operation); in gb_connection_cancel_operations() 616 gb_operation_cancel(operation, errno); in gb_connection_cancel_operations() 618 gb_operation_put(operation); in gb_connection_cancel_operations() 634 struct gb_operation *operation; in gb_connection_flush_incoming_operations() local 642 gb_operation_get(operation); in gb_connection_flush_incoming_operations() [all …]
|
| A D | control.c | 154 struct gb_operation *operation; in gb_control_disconnecting_operation() local 157 operation = gb_operation_create_core(control->connection, in gb_control_disconnecting_operation() 161 if (!operation) in gb_control_disconnecting_operation() 164 request = operation->request->payload; in gb_control_disconnecting_operation() 167 ret = gb_operation_request_send_sync(operation); in gb_control_disconnecting_operation() 173 gb_operation_put(operation); in gb_control_disconnecting_operation() 180 struct gb_operation *operation; in gb_control_mode_switch_operation() local 183 operation = gb_operation_create_core(control->connection, in gb_control_mode_switch_operation() 188 if (!operation) in gb_control_mode_switch_operation() 191 ret = gb_operation_request_send_sync(operation); in gb_control_mode_switch_operation() [all …]
|
| /drivers/md/dm-vdo/ |
| A D | admin-state.c | 165 if (operation == VDO_ADMIN_STATE_SAVING) in get_next_state() 174 if (operation == VDO_ADMIN_STATE_STOPPING) in get_next_state() 233 operation->name, in begin_operation() 238 operation->name); in begin_operation() 311 return check_code(operation->draining, operation, "drain operation", waiter); in assert_vdo_drain_operation() 323 const struct admin_state_code *operation, in vdo_start_draining() argument 338 operation->name, code->name); in vdo_start_draining() 375 return check_code(operation->loading, operation, "load operation", waiter); in vdo_assert_load_operation() 424 return check_code(operation == VDO_ADMIN_STATE_RESUMING, operation, in assert_vdo_resume_operation() 437 const struct admin_state_code *operation, in vdo_start_resuming() argument [all …]
|
| A D | io-submitter.h | 30 blk_opf_t operation, char *data, int size); 34 blk_opf_t operation) in vdo_submit_metadata_vio() argument 37 operation, vio->data, vio->block_count * VDO_BLOCK_SIZE); in vdo_submit_metadata_vio() 44 blk_opf_t operation, in vdo_submit_metadata_vio_with_size() argument 48 operation, vio->data, size); in vdo_submit_metadata_vio_with_size()
|
| A D | admin-state.h | 139 bool __must_check vdo_assert_load_operation(const struct admin_state_code *operation, 143 const struct admin_state_code *operation, 151 const struct admin_state_code *operation, 161 const struct admin_state_code *operation, 169 const struct admin_state_code *operation); 172 const struct admin_state_code *operation,
|
| A D | action-manager.c | 30 const struct admin_state_code *operation; member 208 int result = vdo_start_operation(&manager->state, action->operation); in launch_current_action() 321 const struct admin_state_code *operation, in vdo_schedule_operation() argument 326 return vdo_schedule_operation_with_context(manager, operation, preamble, action, in vdo_schedule_operation() 352 const struct admin_state_code *operation, in vdo_schedule_operation_with_context() argument 375 .operation = operation, in vdo_schedule_operation_with_context()
|
| A D | repair.c | 328 const struct admin_state_code *operation; in drain_slab_depot() local 335 operation = VDO_ADMIN_STATE_REBUILDING; in drain_slab_depot() 339 operation = VDO_ADMIN_STATE_RECOVERING; in drain_slab_depot() 342 vdo_drain_slab_depot(vdo->depot, operation, completion); in drain_slab_depot() 762 vdo_get_journal_operation_name(entry->operation), in validate_recovery_journal_entry() 886 const struct admin_state_code *operation; in load_slab_depot() local 893 operation = VDO_ADMIN_STATE_LOADING_FOR_REBUILD; in load_slab_depot() 896 operation = VDO_ADMIN_STATE_LOADING_FOR_RECOVERY; in load_slab_depot() 905 const struct admin_state_code *operation; in flush_block_map() local 1290 entry->operation = VDO_JOURNAL_DATA_REMAPPING; in unpack_entry() [all …]
|
| /drivers/acpi/pmic/ |
| A D | Kconfig | 4 bool "PMIC (Power Management Integrated Circuit) operation region support" 6 Select this option to enable support for ACPI operation 7 region of the PMIC chip. The operation region can be used 14 bool "ACPI operation region support for Bay Trail Crystal Cove PMIC" 17 This config adds ACPI operation region support for the Bay Trail 28 bool "ACPI operation region support for XPower AXP288 PMIC" 34 bool "ACPI operation region support for BXT WhiskeyCove PMIC" 40 bool "ACPI operation region support for CHT Whiskey Cove PMIC" 46 bool "ACPI operation region support for Dollar Cove TI PMIC" 54 bool "ACPI operation region support for TPS68470 PMIC" [all …]
|
| /drivers/i2c/busses/ |
| A D | i2c-mlxbf.c | 739 operation = &request->operation[op_idx]; in mlxbf_i2c_smbus_start_transaction() 740 flags = operation->flags; in mlxbf_i2c_smbus_start_transaction() 763 operation->buffer, operation->length); in mlxbf_i2c_smbus_start_transaction() 872 request->operation[0].flags = in mlxbf_i2c_smbus_data_byte_func() 891 request->operation[0].flags = in mlxbf_i2c_smbus_data_word_func() 911 request->operation[0].flags = in mlxbf_i2c_smbus_i2c_block_func() 924 request->operation[1].length = in mlxbf_i2c_smbus_i2c_block_func() 949 request->operation[0].flags = in mlxbf_i2c_smbus_block_func() 955 request->operation[1].length = in mlxbf_i2c_smbus_block_func() 976 request->operation[0].flags = in mlxbf_i2c_smbus_process_call_func() [all …]
|
| /drivers/staging/greybus/ |
| A D | loopback.c | 54 struct gb_operation *operation; member 381 if (!operation) in gb_loopback_operation_sync() 412 gb_operation_put(operation); in gb_loopback_operation_sync() 454 operation->id); in gb_loopback_async_operation_callback() 461 gb_operation_put(operation); in gb_loopback_async_operation_callback() 480 if (!operation) { in gb_loopback_async_operation() 491 op_async->operation = operation; in gb_loopback_async_operation() 503 gb_operation_put(operation); in gb_loopback_async_operation() 602 operation = op_async->operation; in gb_loopback_async_transfer_complete() 610 operation->id); in gb_loopback_async_transfer_complete() [all …]
|
| A D | i2c.c | 83 struct gb_operation *operation; in gb_i2c_operation_create() local 116 operation = gb_operation_create(connection, GB_I2C_TYPE_TRANSFER, in gb_i2c_operation_create() 118 if (!operation) in gb_i2c_operation_create() 121 request = operation->request->payload; in gb_i2c_operation_create() 130 return operation; in gb_i2c_operation_create() 143 return operation; in gb_i2c_operation_create() 178 struct gb_operation *operation; in gb_i2c_transfer_operation() local 182 if (!operation) in gb_i2c_transfer_operation() 189 ret = gb_operation_request_send_sync(operation); in gb_i2c_transfer_operation() 193 response = operation->response->payload; in gb_i2c_transfer_operation() [all …]
|
| A D | usb.c | 102 struct gb_operation *operation; in hub_control() local 111 operation = gb_operation_create(dev->connection, in hub_control() 116 if (!operation) in hub_control() 119 request = operation->request->payload; in hub_control() 125 ret = gb_operation_request_send_sync(operation); in hub_control() 131 response = operation->response->payload; in hub_control() 135 gb_operation_put(operation); in hub_control()
|
| A D | spilib.c | 169 struct gb_operation *operation; in gb_spi_operation_create() local 232 operation = gb_operation_create(connection, GB_SPI_TYPE_TRANSFER, in gb_spi_operation_create() 234 if (!operation) in gb_spi_operation_create() 237 request = operation->request->payload; in gb_spi_operation_create() 294 return operation; in gb_spi_operation_create() 333 struct gb_operation *operation; in gb_spi_transfer_one_message() local 348 operation = gb_spi_operation_create(spi, connection, msg); in gb_spi_transfer_one_message() 349 if (!operation) { in gb_spi_transfer_one_message() 355 ret = gb_operation_request_send_sync_timeout(operation, in gb_spi_transfer_one_message() 358 response = operation->response->payload; in gb_spi_transfer_one_message() [all …]
|
| A D | sdio.c | 259 struct gb_operation *operation; in _gb_sdio_send() local 272 if (!operation) in _gb_sdio_send() 275 request = operation->request->payload; in _gb_sdio_send() 287 ret = gb_operation_request_send_sync(operation); in _gb_sdio_send() 291 response = operation->response->payload; in _gb_sdio_send() 303 gb_operation_put(operation); in _gb_sdio_send() 313 struct gb_operation *operation; in _gb_sdio_recv() local 326 if (!operation) in _gb_sdio_recv() 329 request = operation->request->payload; in _gb_sdio_recv() 338 response = operation->response->payload; in _gb_sdio_recv() [all …]
|
| /drivers/net/ethernet/apm/xgene/ |
| A D | xgene_enet_cle.c | 214 .operation = EQT, 225 .operation = EQT, 250 .operation = EQT, 262 .operation = EQT, 273 .operation = EQT, 298 .operation = EQT, 310 .operation = EQT, 322 .operation = EQT, 334 .operation = EQT, 346 .operation = EQT, [all …]
|
| /drivers/net/ethernet/engleder/ |
| A D | tsnep_tc.c | 44 gcl->operation[index].properties = properties; in tsnep_write_gcl_operation() 45 gcl->operation[index].interval = interval; in tsnep_write_gcl_operation() 75 duration += gcl->operation[index].interval; in tsnep_change_duration() 169 change -= gcl->operation[index].interval; in tsnep_set_gcl_change() 176 gcl->operation[index].properties |= TSNEP_GCL_INSERT; in tsnep_set_gcl_change() 177 iowrite32(gcl->operation[index].properties, addr); in tsnep_set_gcl_change() 191 if (gcl->operation[i].properties & ~mask) { in tsnep_clean_gcl() 195 gcl->operation[i].properties &= mask; in tsnep_clean_gcl() 196 iowrite32(gcl->operation[i].properties, addr); in tsnep_clean_gcl() 224 start -= gcl->operation[ref].interval; in tsnep_extend_gcl() [all …]
|
| /drivers/block/xen-blkback/ |
| A D | blkback.c | 450 enum req_op operation) in xen_vbd_translate() argument 1080 dst->operation = READ_ONCE(src->operation); in blkif_get_x86_32_req() 1082 switch (dst->operation) { in blkif_get_x86_32_req() 1133 dst->operation = READ_ONCE(src->operation); in blkif_get_x86_64_req() 1135 switch (dst->operation) { in blkif_get_x86_64_req() 1243 switch (req.operation) { in __do_block_io_op() 1300 enum req_op operation; in dispatch_rw_block_io() local 1320 operation = REQ_OP_READ; in dispatch_rw_block_io() 1324 operation = REQ_OP_WRITE; in dispatch_rw_block_io() 1332 operation = REQ_OP_WRITE; in dispatch_rw_block_io() [all …]
|
| /drivers/hv/ |
| A D | hv_snapshot.c | 114 switch (vss_msg->vss_hdr.operation) { in vss_handle_handshake() 142 if (vss_msg->vss_hdr.operation == VSS_OP_REGISTER || in vss_on_msg() 143 vss_msg->vss_hdr.operation == VSS_OP_REGISTER1) { in vss_on_msg() 157 if (vss_msg->vss_hdr.operation == VSS_OP_HOT_BACKUP) in vss_on_msg() 177 int op = vss_transaction.msg->vss_hdr.operation; in vss_send_op() 191 vss_msg->vss_hdr.operation = op; in vss_send_op() 213 switch (vss_transaction.msg->vss_hdr.operation) { in vss_handle_request() 232 vss_transaction.msg->vss_hdr.operation); in vss_handle_request() 433 vss_msg->vss_hdr.operation = VSS_OP_THAW; in hv_vss_pre_suspend()
|
| A D | hv_kvp.c | 141 kvp_msg->kvp_hdr.operation = reg_value; in kvp_register() 168 switch (msg->kvp_hdr.operation) { in kvp_handle_handshake() 180 KVP_OP_REGISTER1, msg->kvp_hdr.operation); in kvp_handle_handshake() 188 msg->kvp_hdr.operation); in kvp_handle_handshake() 378 __u8 operation = kvp_transaction.kvp_msg->kvp_hdr.operation; in kvp_send_key() local 392 message->kvp_hdr.operation = operation; in kvp_send_key() 407 switch (message->kvp_hdr.operation) { in kvp_send_key() 565 switch (kvp_transaction.kvp_msg->kvp_hdr.operation) { in kvp_respond_to_host()
|
| /drivers/gpu/drm/radeon/ |
| A D | radeon_gem.c | 676 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 686 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 695 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 707 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 711 switch (args->operation) { in radeon_gem_va_ioctl() 717 args->operation); in radeon_gem_va_ioctl() 718 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 724 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 730 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 742 switch (args->operation) { in radeon_gem_va_ioctl() [all …]
|
| /drivers/platform/x86/dell/ |
| A D | alienware-wmi-wmax.c | 346 u8 operation; member 649 .operation = operation, in awcc_get_fan_sensors() 662 .operation = operation, in awcc_thermal_information() 674 .operation = pin, in awcc_fwup_gpio_control() 694 .operation = pin, in awcc_read_gpio_status() 707 .operation = operation, in awcc_game_shift_status() 738 .operation = AWCC_OP_GET_RESOURCE_ID, in awcc_op_get_resource_id() 758 .operation = AWCC_OP_GET_FAN_RPM, in awcc_op_get_fan_rpm() 770 .operation = AWCC_OP_GET_TEMPERATURE, in awcc_op_get_temperature() 782 .operation = AWCC_OP_GET_FAN_BOOST, in awcc_op_get_fan_boost() [all …]
|
| /drivers/s390/block/ |
| A D | dasd_eckd.c | 425 data->operation.operation = 0x03; in locate_record_ext() 429 data->operation.operation = 0x16; in locate_record_ext() 433 data->operation.operation = 0x03; in locate_record_ext() 438 data->operation.operation = 0x16; in locate_record_ext() 447 data->operation.operation = 0x01; in locate_record_ext() 453 data->operation.operation = 0x03; in locate_record_ext() 457 data->operation.operation = 0x3F; in locate_record_ext() 475 data->operation.operation = 0x3F; in locate_record_ext() 484 data->operation.operation = 0x06; in locate_record_ext() 490 data->operation.operation = 0x16; in locate_record_ext() [all …]
|