operation         510 arch/alpha/kernel/smp.c send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation)
operation         516 arch/alpha/kernel/smp.c 		set_bit(operation, &ipi_data[i].bits);
operation         115 arch/arm/mm/cache-uniphier.c 					  u32 operation)
operation         149 arch/arm/mm/cache-uniphier.c 		writel_relaxed(UNIPHIER_SSCOQM_CE | operation,
operation         153 arch/arm/mm/cache-uniphier.c 		if (likely(UNIPHIER_SSCOQM_S_IS_RANGE(operation))) {
operation         169 arch/arm/mm/cache-uniphier.c 				       u32 operation)
operation         172 arch/arm/mm/cache-uniphier.c 				      UNIPHIER_SSCOQM_S_ALL | operation);
operation         179 arch/arm/mm/cache-uniphier.c 					 u32 operation)
operation         193 arch/arm/mm/cache-uniphier.c 		__uniphier_cache_maint_all(data, operation);
operation         208 arch/arm/mm/cache-uniphier.c 					UNIPHIER_SSCOQM_S_RANGE | operation);
operation         237 arch/arm/mm/cache-uniphier.c 				       u32 operation)
operation         242 arch/arm/mm/cache-uniphier.c 		__uniphier_cache_maint_range(data, start, end, operation);
operation         245 arch/arm/mm/cache-uniphier.c static void uniphier_cache_maint_all(u32 operation)
operation         250 arch/arm/mm/cache-uniphier.c 		__uniphier_cache_maint_all(data, operation);
operation          75 arch/csky/kernel/smp.c send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation)
operation          80 arch/csky/kernel/smp.c 		set_bit(operation, &per_cpu_ptr(&ipi_data, i)->bits);
operation         238 arch/m68k/fpsp040/fpsp.h 	.set	aiop_bit,7	|  accrued illegal operation
operation         260 arch/m68k/fpsp040/fpsp.h 	.set	aiop_mask,0x00000080	|  accrued illegal operation
operation         965 arch/m68k/ifpsp060/src/fpsp.S # if our emulation, after re-doing the operation, decided that
operation         998 arch/m68k/ifpsp060/src/fpsp.S # if our emulation, after re-doing the operation, decided that
operation        18235 arch/m68k/ifpsp060/src/fpsp.S # if the bit string is a zero, then the operation is a no-op
operation         964 arch/m68k/ifpsp060/src/pfpsp.S # if our emulation, after re-doing the operation, decided that
operation         997 arch/m68k/ifpsp060/src/pfpsp.S # if our emulation, after re-doing the operation, decided that
operation        4284 arch/m68k/ifpsp060/src/pfpsp.S # if the bit string is a zero, then the operation is a no-op
operation         236 arch/s390/include/uapi/asm/dasd.h 	unsigned char operation:3;     /* cache operation mode */
operation         143 arch/sparc/include/asm/vio.h 	u8			operation;
operation         506 drivers/block/sunvdc.c 	desc->operation = op;
operation         676 drivers/block/sunvdc.c 	desc->operation = op;
operation         506 drivers/block/xen-blkback/blkback.c 			     int operation)
operation         511 drivers/block/xen-blkback/blkback.c 	if ((operation != REQ_OP_READ) && vbd->readonly)
operation         732 drivers/block/xen-blkback/blkback.c 		      pending_req->operation, pending_req->status);
operation         950 drivers/block/xen-blkback/blkback.c 	                   (pending_req->operation != BLKIF_OP_READ));
operation        1046 drivers/block/xen-blkback/blkback.c 	make_response(ring, req->u.discard.id, req->operation, status);
operation        1056 drivers/block/xen-blkback/blkback.c 	make_response(ring, req->u.other.id, req->operation,
operation        1082 drivers/block/xen-blkback/blkback.c 	if (pending_req->operation == BLKIF_OP_FLUSH_DISKCACHE &&
operation        1087 drivers/block/xen-blkback/blkback.c 	} else if (pending_req->operation == BLKIF_OP_WRITE_BARRIER &&
operation        1177 drivers/block/xen-blkback/blkback.c 		switch (req.operation) {
operation        1234 drivers/block/xen-blkback/blkback.c 	int operation;
operation        1241 drivers/block/xen-blkback/blkback.c 	req_operation = req->operation == BLKIF_OP_INDIRECT ?
operation        1242 drivers/block/xen-blkback/blkback.c 			req->u.indirect.indirect_op : req->operation;
operation        1244 drivers/block/xen-blkback/blkback.c 	if ((req->operation == BLKIF_OP_INDIRECT) &&
operation        1254 drivers/block/xen-blkback/blkback.c 		operation = REQ_OP_READ;
operation        1258 drivers/block/xen-blkback/blkback.c 		operation = REQ_OP_WRITE;
operation        1266 drivers/block/xen-blkback/blkback.c 		operation = REQ_OP_WRITE;
operation        1270 drivers/block/xen-blkback/blkback.c 		operation = 0; /* make gcc happy */
operation        1276 drivers/block/xen-blkback/blkback.c 	nseg = req->operation == BLKIF_OP_INDIRECT ?
operation        1280 drivers/block/xen-blkback/blkback.c 	    unlikely((req->operation != BLKIF_OP_INDIRECT) &&
operation        1282 drivers/block/xen-blkback/blkback.c 	    unlikely((req->operation == BLKIF_OP_INDIRECT) &&
operation        1293 drivers/block/xen-blkback/blkback.c 	pending_req->operation = req_operation;
operation        1297 drivers/block/xen-blkback/blkback.c 	if (req->operation != BLKIF_OP_INDIRECT) {
operation        1318 drivers/block/xen-blkback/blkback.c 	if (xen_vbd_translate(&preq, ring->blkif, operation) != 0) {
operation        1320 drivers/block/xen-blkback/blkback.c 			 operation == REQ_OP_READ ? "read" : "write",
operation        1379 drivers/block/xen-blkback/blkback.c 			bio_set_op_attrs(bio, operation, operation_flags);
operation        1397 drivers/block/xen-blkback/blkback.c 		bio_set_op_attrs(bio, operation, operation_flags);
operation        1409 drivers/block/xen-blkback/blkback.c 	if (operation == REQ_OP_READ)
operation        1411 drivers/block/xen-blkback/blkback.c 	else if (operation == REQ_OP_WRITE)
operation        1469 drivers/block/xen-blkback/blkback.c 	resp->operation = op;
operation         122 drivers/block/xen-blkback/common.h 	uint8_t        operation;    /* BLKIF_OP_???                         */
operation         178 drivers/block/xen-blkback/common.h 	uint8_t        operation;    /* BLKIF_OP_???                         */
operation         347 drivers/block/xen-blkback/common.h 	unsigned short		operation;
operation         399 drivers/block/xen-blkback/common.h 	dst->operation = READ_ONCE(src->operation);
operation         400 drivers/block/xen-blkback/common.h 	switch (dst->operation) {
operation         447 drivers/block/xen-blkback/common.h 	dst->operation = READ_ONCE(src->operation);
operation         448 drivers/block/xen-blkback/common.h 	switch (dst->operation) {
operation         553 drivers/block/xen-blkfront.c 	ring_req->operation = BLKIF_OP_DISCARD;
operation         613 drivers/block/xen-blkfront.c 	if ((ring_req->operation == BLKIF_OP_INDIRECT) &&
operation         656 drivers/block/xen-blkfront.c 	if (ring_req->operation != BLKIF_OP_INDIRECT) {
operation         689 drivers/block/xen-blkfront.c 	second->operation = first->operation;
operation         760 drivers/block/xen-blkfront.c 		ring_req->operation = BLKIF_OP_INDIRECT;
operation         769 drivers/block/xen-blkfront.c 		ring_req->operation = rq_data_dir(req) ?
operation         780 drivers/block/xen-blkfront.c 				ring_req->operation =
operation         783 drivers/block/xen-blkfront.c 				ring_req->operation =
operation         786 drivers/block/xen-blkfront.c 				ring_req->operation = 0;
operation        1288 drivers/block/xen-blkfront.c 		segs = rinfo->shadow[i].req.operation == BLKIF_OP_INDIRECT ?
operation        1299 drivers/block/xen-blkfront.c 		if (rinfo->shadow[i].req.operation != BLKIF_OP_INDIRECT)
operation        1432 drivers/block/xen-blkfront.c 	num_grant = s->req.operation == BLKIF_OP_INDIRECT ?
operation        1477 drivers/block/xen-blkfront.c 	if (bret->operation == BLKIF_OP_READ && info->feature_persistent) {
operation        1519 drivers/block/xen-blkfront.c 	if (s->req.operation == BLKIF_OP_INDIRECT) {
operation        1577 drivers/block/xen-blkfront.c 			     info->gd->disk_name, op_name(bret->operation), id);
operation        1584 drivers/block/xen-blkfront.c 		if (bret->operation != BLKIF_OP_DISCARD) {
operation        1595 drivers/block/xen-blkfront.c 			     info->gd->disk_name, op_name(bret->operation), id);
operation        1604 drivers/block/xen-blkfront.c 		switch (bret->operation) {
operation        1609 drivers/block/xen-blkfront.c 					   info->gd->disk_name, op_name(bret->operation));
operation        1621 drivers/block/xen-blkfront.c 				       info->gd->disk_name, op_name(bret->operation));
operation        1627 drivers/block/xen-blkfront.c 				       info->gd->disk_name, op_name(bret->operation));
operation         265 drivers/crypto/caam/desc_constr.h APPEND_CMD(operation, OPERATION)
operation         163 drivers/firmware/efi/cper.c 		printk("%s""operation: %d, %s\n", pfx, proc->operation,
operation         164 drivers/firmware/efi/cper.c 		       proc->operation < ARRAY_SIZE(proc_op_strs) ?
operation         165 drivers/firmware/efi/cper.c 		       proc_op_strs[proc->operation] : "unknown");
operation         280 drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c 	switch (args->in.operation) {
operation         512 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 				    uint32_t operation)
operation         523 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 	if (operation == AMDGPU_VA_OP_MAP ||
operation         524 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 	    operation == AMDGPU_VA_OP_REPLACE) {
operation         583 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 	switch (args->operation) {
operation         591 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 			args->operation);
operation         597 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 	if ((args->operation != AMDGPU_VA_OP_CLEAR) &&
operation         626 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 	} else if (args->operation != AMDGPU_VA_OP_CLEAR) {
operation         632 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 	switch (args->operation) {
operation         659 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 					args->operation);
operation         240 drivers/gpu/drm/amd/amdkfd/kfd_pm4_headers_diq.h 			enum _WAIT_REG_MEM_operation_enum operation:2;
operation          64 drivers/gpu/drm/amd/display/dc/inc/hw/aux_engine.h 	enum i2caux_transaction_operation operation;
operation         615 drivers/gpu/drm/radeon/radeon_gem.c 		args->operation = RADEON_VA_RESULT_ERROR;
operation         625 drivers/gpu/drm/radeon/radeon_gem.c 		args->operation = RADEON_VA_RESULT_ERROR;
operation         634 drivers/gpu/drm/radeon/radeon_gem.c 		args->operation = RADEON_VA_RESULT_ERROR;
operation         646 drivers/gpu/drm/radeon/radeon_gem.c 		args->operation = RADEON_VA_RESULT_ERROR;
operation         650 drivers/gpu/drm/radeon/radeon_gem.c 	switch (args->operation) {
operation         656 drivers/gpu/drm/radeon/radeon_gem.c 			args->operation);
operation         657 drivers/gpu/drm/radeon/radeon_gem.c 		args->operation = RADEON_VA_RESULT_ERROR;
operation         663 drivers/gpu/drm/radeon/radeon_gem.c 		args->operation = RADEON_VA_RESULT_ERROR;
operation         669 drivers/gpu/drm/radeon/radeon_gem.c 		args->operation = RADEON_VA_RESULT_ERROR;
operation         675 drivers/gpu/drm/radeon/radeon_gem.c 		args->operation = RADEON_VA_RESULT_ERROR;
operation         681 drivers/gpu/drm/radeon/radeon_gem.c 	switch (args->operation) {
operation         684 drivers/gpu/drm/radeon/radeon_gem.c 			args->operation = RADEON_VA_RESULT_VA_EXIST;
operation         699 drivers/gpu/drm/radeon/radeon_gem.c 	args->operation = RADEON_VA_RESULT_OK;
operation         701 drivers/gpu/drm/radeon/radeon_gem.c 		args->operation = RADEON_VA_RESULT_ERROR;
operation          90 drivers/gpu/drm/xen/xen_drm_front.c be_prepare_req(struct xen_drm_front_evtchnl *evtchnl, u8 operation)
operation          96 drivers/gpu/drm/xen/xen_drm_front.c 	req->operation = operation;
operation          46 drivers/gpu/drm/xen/xen_drm_front_evtchnl.c 		switch (resp->operation) {
operation          59 drivers/gpu/drm/xen/xen_drm_front_evtchnl.c 				  resp->operation);
operation         537 drivers/greybus/connection.c 	struct gb_operation *operation;
operation         540 drivers/greybus/connection.c 	operation = gb_operation_create_core(connection,
operation         544 drivers/greybus/connection.c 	if (!operation)
operation         547 drivers/greybus/connection.c 	req = operation->request->payload;
operation         550 drivers/greybus/connection.c 	ret = gb_operation_request_send_sync(operation);
operation         552 drivers/greybus/connection.c 	gb_operation_put(operation);
operation         608 drivers/greybus/connection.c 	struct gb_operation *operation;
operation         611 drivers/greybus/connection.c 		operation = list_last_entry(&connection->operations,
operation         613 drivers/greybus/connection.c 		gb_operation_get(operation);
operation         616 drivers/greybus/connection.c 		if (gb_operation_is_incoming(operation))
operation         617 drivers/greybus/connection.c 			gb_operation_cancel_incoming(operation, errno);
operation         619 drivers/greybus/connection.c 			gb_operation_cancel(operation, errno);
operation         621 drivers/greybus/connection.c 		gb_operation_put(operation);
operation         637 drivers/greybus/connection.c 	struct gb_operation *operation;
operation         642 drivers/greybus/connection.c 		list_for_each_entry(operation, &connection->operations,
operation         644 drivers/greybus/connection.c 			if (gb_operation_is_incoming(operation)) {
operation         645 drivers/greybus/connection.c 				gb_operation_get(operation);
operation         657 drivers/greybus/connection.c 		gb_operation_cancel_incoming(operation, errno);
operation         658 drivers/greybus/connection.c 		gb_operation_put(operation);
operation         154 drivers/greybus/control.c 	struct gb_operation *operation;
operation         157 drivers/greybus/control.c 	operation = gb_operation_create_core(control->connection,
operation         161 drivers/greybus/control.c 	if (!operation)
operation         164 drivers/greybus/control.c 	request = operation->request->payload;
operation         167 drivers/greybus/control.c 	ret = gb_operation_request_send_sync(operation);
operation         173 drivers/greybus/control.c 	gb_operation_put(operation);
operation         180 drivers/greybus/control.c 	struct gb_operation *operation;
operation         183 drivers/greybus/control.c 	operation = gb_operation_create_core(control->connection,
operation         188 drivers/greybus/control.c 	if (!operation)
operation         191 drivers/greybus/control.c 	ret = gb_operation_request_send_sync(operation);
operation         195 drivers/greybus/control.c 	gb_operation_put(operation);
operation         455 drivers/greybus/es2.c 	struct gb_host_device *hd = message->operation->connection->hd;
operation         862 drivers/greybus/es2.c 	struct gb_host_device *hd = message->operation->connection->hd;
operation          92 drivers/greybus/greybus_trace.h 	TP_PROTO(struct gb_operation *operation),
operation          94 drivers/greybus/greybus_trace.h 	TP_ARGS(operation),
operation         107 drivers/greybus/greybus_trace.h 		__entry->cport_id = operation->connection->hd_cport_id;
operation         108 drivers/greybus/greybus_trace.h 		__entry->id = operation->id;
operation         109 drivers/greybus/greybus_trace.h 		__entry->type = operation->type;
operation         110 drivers/greybus/greybus_trace.h 		__entry->flags = operation->flags;
operation         111 drivers/greybus/greybus_trace.h 		__entry->active = operation->active;
operation         112 drivers/greybus/greybus_trace.h 		__entry->waiters = atomic_read(&operation->waiters);
operation         113 drivers/greybus/greybus_trace.h 		__entry->errno = operation->errno;
operation         123 drivers/greybus/greybus_trace.h 				TP_PROTO(struct gb_operation *operation), \
operation         124 drivers/greybus/greybus_trace.h 				TP_ARGS(operation))
operation          33 drivers/greybus/operation.c static int gb_operation_response_send(struct gb_operation *operation,
operation          42 drivers/greybus/operation.c static int gb_operation_get_active(struct gb_operation *operation)
operation          44 drivers/greybus/operation.c 	struct gb_connection *connection = operation->connection;
operation          52 drivers/greybus/operation.c 		if (gb_operation_is_incoming(operation))
operation          56 drivers/greybus/operation.c 		if (!gb_operation_is_core(operation))
operation          63 drivers/greybus/operation.c 	if (operation->active++ == 0)
operation          64 drivers/greybus/operation.c 		list_add_tail(&operation->links, &connection->operations);
operation          66 drivers/greybus/operation.c 	trace_gb_operation_get_active(operation);
operation          79 drivers/greybus/operation.c static void gb_operation_put_active(struct gb_operation *operation)
operation          81 drivers/greybus/operation.c 	struct gb_connection *connection = operation->connection;
operation          86 drivers/greybus/operation.c 	trace_gb_operation_put_active(operation);
operation          88 drivers/greybus/operation.c 	if (--operation->active == 0) {
operation          89 drivers/greybus/operation.c 		list_del(&operation->links);
operation          90 drivers/greybus/operation.c 		if (atomic_read(&operation->waiters))
operation          96 drivers/greybus/operation.c static bool gb_operation_is_active(struct gb_operation *operation)
operation          98 drivers/greybus/operation.c 	struct gb_connection *connection = operation->connection;
operation         103 drivers/greybus/operation.c 	ret = operation->active;
operation         134 drivers/greybus/operation.c static bool gb_operation_result_set(struct gb_operation *operation, int result)
operation         148 drivers/greybus/operation.c 		prev = operation->errno;
operation         150 drivers/greybus/operation.c 			operation->errno = result;
operation         152 drivers/greybus/operation.c 			operation->errno = -EILSEQ;
operation         172 drivers/greybus/operation.c 	prev = operation->errno;
operation         174 drivers/greybus/operation.c 		operation->errno = result;	/* First and final result */
operation         180 drivers/greybus/operation.c int gb_operation_result(struct gb_operation *operation)
operation         182 drivers/greybus/operation.c 	int result = operation->errno;
operation         198 drivers/greybus/operation.c 	struct gb_operation *operation;
operation         203 drivers/greybus/operation.c 	list_for_each_entry(operation, &connection->operations, links)
operation         204 drivers/greybus/operation.c 		if (operation->id == operation_id &&
operation         205 drivers/greybus/operation.c 		    !gb_operation_is_incoming(operation)) {
operation         206 drivers/greybus/operation.c 			gb_operation_get(operation);
operation         212 drivers/greybus/operation.c 	return found ? operation : NULL;
operation         217 drivers/greybus/operation.c 	struct gb_connection *connection = message->operation->connection;
operation         231 drivers/greybus/operation.c 	struct gb_host_device *hd = message->operation->connection->hd;
operation         236 drivers/greybus/operation.c static void gb_operation_request_handle(struct gb_operation *operation)
operation         238 drivers/greybus/operation.c 	struct gb_connection *connection = operation->connection;
operation         243 drivers/greybus/operation.c 		status = connection->handler(operation);
operation         247 drivers/greybus/operation.c 			connection->name, operation->type);
operation         252 drivers/greybus/operation.c 	ret = gb_operation_response_send(operation, status);
operation         256 drivers/greybus/operation.c 			connection->name, status, operation->type, ret);
operation         274 drivers/greybus/operation.c 	struct gb_operation *operation;
operation         277 drivers/greybus/operation.c 	operation = container_of(work, struct gb_operation, work);
operation         279 drivers/greybus/operation.c 	if (gb_operation_is_incoming(operation)) {
operation         280 drivers/greybus/operation.c 		gb_operation_request_handle(operation);
operation         282 drivers/greybus/operation.c 		ret = del_timer_sync(&operation->timer);
operation         285 drivers/greybus/operation.c 			if (gb_operation_result(operation) == -ETIMEDOUT)
operation         286 drivers/greybus/operation.c 				gb_message_cancel(operation->request);
operation         289 drivers/greybus/operation.c 		operation->callback(operation);
operation         292 drivers/greybus/operation.c 	gb_operation_put_active(operation);
operation         293 drivers/greybus/operation.c 	gb_operation_put(operation);
operation         298 drivers/greybus/operation.c 	struct gb_operation *operation = from_timer(operation, t, timer);
operation         300 drivers/greybus/operation.c 	if (gb_operation_result_set(operation, -ETIMEDOUT)) {
operation         305 drivers/greybus/operation.c 		queue_work(gb_operation_completion_wq, &operation->work);
operation         468 drivers/greybus/operation.c bool gb_operation_response_alloc(struct gb_operation *operation,
operation         471 drivers/greybus/operation.c 	struct gb_host_device *hd = operation->connection->hd;
operation         476 drivers/greybus/operation.c 	type = operation->type | GB_MESSAGE_TYPE_RESPONSE;
operation         480 drivers/greybus/operation.c 	response->operation = operation;
operation         488 drivers/greybus/operation.c 	request_header = operation->request->header;
operation         490 drivers/greybus/operation.c 	operation->response = response;
operation         524 drivers/greybus/operation.c 	struct gb_operation *operation;
operation         526 drivers/greybus/operation.c 	operation = kmem_cache_zalloc(gb_operation_cache, gfp_flags);
operation         527 drivers/greybus/operation.c 	if (!operation)
operation         529 drivers/greybus/operation.c 	operation->connection = connection;
operation         531 drivers/greybus/operation.c 	operation->request = gb_operation_message_alloc(hd, type, request_size,
operation         533 drivers/greybus/operation.c 	if (!operation->request)
operation         535 drivers/greybus/operation.c 	operation->request->operation = operation;
operation         539 drivers/greybus/operation.c 		if (!gb_operation_response_alloc(operation, response_size,
operation         544 drivers/greybus/operation.c 		timer_setup(&operation->timer, gb_operation_timeout, 0);
operation         547 drivers/greybus/operation.c 	operation->flags = op_flags;
operation         548 drivers/greybus/operation.c 	operation->type = type;
operation         549 drivers/greybus/operation.c 	operation->errno = -EBADR;  /* Initial value--means "never set" */
operation         551 drivers/greybus/operation.c 	INIT_WORK(&operation->work, gb_operation_work);
operation         552 drivers/greybus/operation.c 	init_completion(&operation->completion);
operation         553 drivers/greybus/operation.c 	kref_init(&operation->kref);
operation         554 drivers/greybus/operation.c 	atomic_set(&operation->waiters, 0);
operation         556 drivers/greybus/operation.c 	return operation;
operation         559 drivers/greybus/operation.c 	gb_operation_message_free(operation->request);
operation         561 drivers/greybus/operation.c 	kmem_cache_free(gb_operation_cache, operation);
operation         580 drivers/greybus/operation.c 	struct gb_operation *operation;
operation         590 drivers/greybus/operation.c 	operation = gb_operation_create_common(connection, type,
operation         593 drivers/greybus/operation.c 	if (operation)
operation         594 drivers/greybus/operation.c 		trace_gb_operation_create(operation);
operation         596 drivers/greybus/operation.c 	return operation;
operation         606 drivers/greybus/operation.c 	struct gb_operation *operation;
operation         610 drivers/greybus/operation.c 	operation = gb_operation_create_common(connection, type,
operation         613 drivers/greybus/operation.c 	if (operation)
operation         614 drivers/greybus/operation.c 		trace_gb_operation_create_core(operation);
operation         616 drivers/greybus/operation.c 	return operation;
operation         633 drivers/greybus/operation.c 	struct gb_operation *operation;
operation         643 drivers/greybus/operation.c 	operation = gb_operation_create_common(connection, type,
operation         647 drivers/greybus/operation.c 	if (!operation)
operation         650 drivers/greybus/operation.c 	operation->id = id;
operation         651 drivers/greybus/operation.c 	memcpy(operation->request->header, data, size);
operation         652 drivers/greybus/operation.c 	trace_gb_operation_create_incoming(operation);
operation         654 drivers/greybus/operation.c 	return operation;
operation         660 drivers/greybus/operation.c void gb_operation_get(struct gb_operation *operation)
operation         662 drivers/greybus/operation.c 	kref_get(&operation->kref);
operation         671 drivers/greybus/operation.c 	struct gb_operation *operation;
operation         673 drivers/greybus/operation.c 	operation = container_of(kref, struct gb_operation, kref);
operation         675 drivers/greybus/operation.c 	trace_gb_operation_destroy(operation);
operation         677 drivers/greybus/operation.c 	if (operation->response)
operation         678 drivers/greybus/operation.c 		gb_operation_message_free(operation->response);
operation         679 drivers/greybus/operation.c 	gb_operation_message_free(operation->request);
operation         681 drivers/greybus/operation.c 	kmem_cache_free(gb_operation_cache, operation);
operation         688 drivers/greybus/operation.c void gb_operation_put(struct gb_operation *operation)
operation         690 drivers/greybus/operation.c 	if (WARN_ON(!operation))
operation         693 drivers/greybus/operation.c 	kref_put(&operation->kref, _gb_operation_destroy);
operation         698 drivers/greybus/operation.c static void gb_operation_sync_callback(struct gb_operation *operation)
operation         700 drivers/greybus/operation.c 	complete(&operation->completion);
operation         720 drivers/greybus/operation.c int gb_operation_request_send(struct gb_operation *operation,
operation         725 drivers/greybus/operation.c 	struct gb_connection *connection = operation->connection;
operation         741 drivers/greybus/operation.c 	operation->callback = callback;
operation         747 drivers/greybus/operation.c 	if (gb_operation_is_unidirectional(operation)) {
operation         748 drivers/greybus/operation.c 		operation->id = 0;
operation         751 drivers/greybus/operation.c 		operation->id = (u16)(cycle % U16_MAX + 1);
operation         754 drivers/greybus/operation.c 	header = operation->request->header;
operation         755 drivers/greybus/operation.c 	header->operation_id = cpu_to_le16(operation->id);
operation         757 drivers/greybus/operation.c 	gb_operation_result_set(operation, -EINPROGRESS);
operation         763 drivers/greybus/operation.c 	gb_operation_get(operation);
operation         764 drivers/greybus/operation.c 	ret = gb_operation_get_active(operation);
operation         768 drivers/greybus/operation.c 	ret = gb_message_send(operation->request, gfp);
operation         773 drivers/greybus/operation.c 		operation->timer.expires = jiffies + msecs_to_jiffies(timeout);
operation         774 drivers/greybus/operation.c 		add_timer(&operation->timer);
operation         780 drivers/greybus/operation.c 	gb_operation_put_active(operation);
operation         782 drivers/greybus/operation.c 	gb_operation_put(operation);
operation         794 drivers/greybus/operation.c int gb_operation_request_send_sync_timeout(struct gb_operation *operation,
operation         799 drivers/greybus/operation.c 	ret = gb_operation_request_send(operation, gb_operation_sync_callback,
operation         804 drivers/greybus/operation.c 	ret = wait_for_completion_interruptible(&operation->completion);
operation         807 drivers/greybus/operation.c 		gb_operation_cancel(operation, -ECANCELED);
operation         810 drivers/greybus/operation.c 	return gb_operation_result(operation);
operation         823 drivers/greybus/operation.c static int gb_operation_response_send(struct gb_operation *operation,
operation         826 drivers/greybus/operation.c 	struct gb_connection *connection = operation->connection;
operation         829 drivers/greybus/operation.c 	if (!operation->response &&
operation         830 drivers/greybus/operation.c 	    !gb_operation_is_unidirectional(operation)) {
operation         831 drivers/greybus/operation.c 		if (!gb_operation_response_alloc(operation, 0, GFP_KERNEL))
operation         836 drivers/greybus/operation.c 	if (!gb_operation_result_set(operation, errno)) {
operation         842 drivers/greybus/operation.c 	if (gb_operation_is_unidirectional(operation))
operation         846 drivers/greybus/operation.c 	gb_operation_get(operation);
operation         847 drivers/greybus/operation.c 	ret = gb_operation_get_active(operation);
operation         852 drivers/greybus/operation.c 	operation->response->header->result = gb_operation_errno_map(errno);
operation         854 drivers/greybus/operation.c 	ret = gb_message_send(operation->response, GFP_KERNEL);
operation         861 drivers/greybus/operation.c 	gb_operation_put_active(operation);
operation         863 drivers/greybus/operation.c 	gb_operation_put(operation);
operation         874 drivers/greybus/operation.c 	struct gb_operation *operation = message->operation;
operation         875 drivers/greybus/operation.c 	struct gb_connection *connection = operation->connection;
operation         888 drivers/greybus/operation.c 	if (message == operation->response) {
operation         892 drivers/greybus/operation.c 				connection->name, operation->type, status);
operation         895 drivers/greybus/operation.c 		gb_operation_put_active(operation);
operation         896 drivers/greybus/operation.c 		gb_operation_put(operation);
operation         897 drivers/greybus/operation.c 	} else if (status || gb_operation_is_unidirectional(operation)) {
operation         898 drivers/greybus/operation.c 		if (gb_operation_result_set(operation, status)) {
operation         900 drivers/greybus/operation.c 				   &operation->work);
operation         917 drivers/greybus/operation.c 	struct gb_operation *operation;
operation         925 drivers/greybus/operation.c 	operation = gb_operation_create_incoming(connection, operation_id,
operation         927 drivers/greybus/operation.c 	if (!operation) {
operation         934 drivers/greybus/operation.c 	ret = gb_operation_get_active(operation);
operation         936 drivers/greybus/operation.c 		gb_operation_put(operation);
operation         939 drivers/greybus/operation.c 	trace_gb_message_recv_request(operation->request);
operation         945 drivers/greybus/operation.c 	if (gb_operation_result_set(operation, -EINPROGRESS))
operation         946 drivers/greybus/operation.c 		queue_work(connection->wq, &operation->work);
operation         961 drivers/greybus/operation.c 	struct gb_operation *operation;
operation         976 drivers/greybus/operation.c 	operation = gb_operation_find_outgoing(connection, operation_id);
operation         977 drivers/greybus/operation.c 	if (!operation) {
operation         985 drivers/greybus/operation.c 	message = operation->response;
operation         994 drivers/greybus/operation.c 		if (gb_operation_short_response_allowed(operation)) {
operation        1010 drivers/greybus/operation.c 	if (gb_operation_result_set(operation, errno)) {
operation        1015 drivers/greybus/operation.c 		queue_work(gb_operation_completion_wq, &operation->work);
operation        1018 drivers/greybus/operation.c 	gb_operation_put(operation);
operation        1071 drivers/greybus/operation.c void gb_operation_cancel(struct gb_operation *operation, int errno)
operation        1073 drivers/greybus/operation.c 	if (WARN_ON(gb_operation_is_incoming(operation)))
operation        1076 drivers/greybus/operation.c 	if (gb_operation_result_set(operation, errno)) {
operation        1077 drivers/greybus/operation.c 		gb_message_cancel(operation->request);
operation        1078 drivers/greybus/operation.c 		queue_work(gb_operation_completion_wq, &operation->work);
operation        1080 drivers/greybus/operation.c 	trace_gb_message_cancel_outgoing(operation->request);
operation        1082 drivers/greybus/operation.c 	atomic_inc(&operation->waiters);
operation        1084 drivers/greybus/operation.c 		   !gb_operation_is_active(operation));
operation        1085 drivers/greybus/operation.c 	atomic_dec(&operation->waiters);
operation        1093 drivers/greybus/operation.c void gb_operation_cancel_incoming(struct gb_operation *operation, int errno)
operation        1095 drivers/greybus/operation.c 	if (WARN_ON(!gb_operation_is_incoming(operation)))
operation        1098 drivers/greybus/operation.c 	if (!gb_operation_is_unidirectional(operation)) {
operation        1103 drivers/greybus/operation.c 		flush_work(&operation->work);
operation        1104 drivers/greybus/operation.c 		if (!gb_operation_result_set(operation, errno))
operation        1105 drivers/greybus/operation.c 			gb_message_cancel(operation->response);
operation        1107 drivers/greybus/operation.c 	trace_gb_message_cancel_incoming(operation->response);
operation        1109 drivers/greybus/operation.c 	atomic_inc(&operation->waiters);
operation        1111 drivers/greybus/operation.c 		   !gb_operation_is_active(operation));
operation        1112 drivers/greybus/operation.c 	atomic_dec(&operation->waiters);
operation        1143 drivers/greybus/operation.c 	struct gb_operation *operation;
operation        1150 drivers/greybus/operation.c 	operation = gb_operation_create(connection, type,
operation        1153 drivers/greybus/operation.c 	if (!operation)
operation        1157 drivers/greybus/operation.c 		memcpy(operation->request->payload, request, request_size);
operation        1159 drivers/greybus/operation.c 	ret = gb_operation_request_send_sync_timeout(operation, timeout);
operation        1163 drivers/greybus/operation.c 			connection->name, operation->id, type, ret);
operation        1166 drivers/greybus/operation.c 			memcpy(response, operation->response->payload,
operation        1171 drivers/greybus/operation.c 	gb_operation_put(operation);
operation        1196 drivers/greybus/operation.c 	struct gb_operation *operation;
operation        1202 drivers/greybus/operation.c 	operation = gb_operation_create_flags(connection, type,
operation        1206 drivers/greybus/operation.c 	if (!operation)
operation        1210 drivers/greybus/operation.c 		memcpy(operation->request->payload, request, request_size);
operation        1212 drivers/greybus/operation.c 	ret = gb_operation_request_send_sync_timeout(operation, timeout);
operation        1219 drivers/greybus/operation.c 	gb_operation_put(operation);
operation          19 drivers/greybus/svc.c 	struct gb_operation *operation;
operation          22 drivers/greybus/svc.c static int gb_svc_queue_deferred_request(struct gb_operation *operation);
operation         911 drivers/greybus/svc.c static void gb_svc_process_hello_deferred(struct gb_operation *operation)
operation         913 drivers/greybus/svc.c 	struct gb_connection *connection = operation->connection;
operation         943 drivers/greybus/svc.c static void gb_svc_process_module_inserted(struct gb_operation *operation)
operation         946 drivers/greybus/svc.c 	struct gb_connection *connection = operation->connection;
operation         956 drivers/greybus/svc.c 	request = operation->request->payload;
operation         991 drivers/greybus/svc.c static void gb_svc_process_module_removed(struct gb_operation *operation)
operation         994 drivers/greybus/svc.c 	struct gb_connection *connection = operation->connection;
operation        1000 drivers/greybus/svc.c 	request = operation->request->payload;
operation        1019 drivers/greybus/svc.c static void gb_svc_process_intf_oops(struct gb_operation *operation)
operation        1022 drivers/greybus/svc.c 	struct gb_connection *connection = operation->connection;
operation        1029 drivers/greybus/svc.c 	request = operation->request->payload;
operation        1050 drivers/greybus/svc.c static void gb_svc_process_intf_mailbox_event(struct gb_operation *operation)
operation        1053 drivers/greybus/svc.c 	struct gb_connection *connection = operation->connection;
operation        1061 drivers/greybus/svc.c 	request = operation->request->payload;
operation        1081 drivers/greybus/svc.c 	struct gb_operation *operation;
operation        1086 drivers/greybus/svc.c 	operation = dr->operation;
operation        1087 drivers/greybus/svc.c 	svc = gb_connection_get_data(operation->connection);
operation        1088 drivers/greybus/svc.c 	type = operation->request->header->type;
operation        1092 drivers/greybus/svc.c 		gb_svc_process_hello_deferred(operation);
operation        1095 drivers/greybus/svc.c 		gb_svc_process_module_inserted(operation);
operation        1098 drivers/greybus/svc.c 		gb_svc_process_module_removed(operation);
operation        1101 drivers/greybus/svc.c 		gb_svc_process_intf_mailbox_event(operation);
operation        1104 drivers/greybus/svc.c 		gb_svc_process_intf_oops(operation);
operation        1110 drivers/greybus/svc.c 	gb_operation_put(operation);
operation        1114 drivers/greybus/svc.c static int gb_svc_queue_deferred_request(struct gb_operation *operation)
operation        1116 drivers/greybus/svc.c 	struct gb_svc *svc = gb_connection_get_data(operation->connection);
operation        1123 drivers/greybus/svc.c 	gb_operation_get(operation);
operation        1125 drivers/greybus/svc.c 	dr->operation = operation;
operation         124 drivers/hv/hv_fcopy.c 	int operation = fcopy_transaction.fcopy_msg->operation;
operation         140 drivers/hv/hv_fcopy.c 	switch (operation) {
operation         147 drivers/hv/hv_fcopy.c 		smsg_out->hdr.operation = operation;
operation         140 drivers/hv/hv_kvp.c 		kvp_msg->kvp_hdr.operation = reg_value;
operation         167 drivers/hv/hv_kvp.c 	switch (msg->kvp_hdr.operation) {
operation         179 drivers/hv/hv_kvp.c 			KVP_OP_REGISTER1, msg->kvp_hdr.operation);
operation         187 drivers/hv/hv_kvp.c 		 msg->kvp_hdr.operation);
operation         377 drivers/hv/hv_kvp.c 	__u8 operation = kvp_transaction.kvp_msg->kvp_hdr.operation;
operation         391 drivers/hv/hv_kvp.c 	message->kvp_hdr.operation = operation;
operation         406 drivers/hv/hv_kvp.c 	switch (message->kvp_hdr.operation) {
operation         564 drivers/hv/hv_kvp.c 	switch (kvp_transaction.kvp_msg->kvp_hdr.operation) {
operation         110 drivers/hv/hv_snapshot.c 	switch (vss_msg->vss_hdr.operation) {
operation         138 drivers/hv/hv_snapshot.c 	if (vss_msg->vss_hdr.operation == VSS_OP_REGISTER ||
operation         139 drivers/hv/hv_snapshot.c 	    vss_msg->vss_hdr.operation == VSS_OP_REGISTER1) {
operation         153 drivers/hv/hv_snapshot.c 		if (vss_msg->vss_hdr.operation == VSS_OP_HOT_BACKUP)
operation         173 drivers/hv/hv_snapshot.c 	int op = vss_transaction.msg->vss_hdr.operation;
operation         187 drivers/hv/hv_snapshot.c 	vss_msg->vss_hdr.operation = op;
operation         208 drivers/hv/hv_snapshot.c 	switch (vss_transaction.msg->vss_hdr.operation) {
operation         227 drivers/hv/hv_snapshot.c 			vss_transaction.msg->vss_hdr.operation);
operation         147 drivers/i2c/busses/i2c-nomadik.c 	enum i2c_operation	operation;
operation         286 drivers/i2c/busses/i2c-nomadik.c 	dev->cli.operation = I2C_NO_OPERATION;
operation         328 drivers/i2c/busses/i2c-nomadik.c 	if (dev->cli.operation == I2C_WRITE)
operation         580 drivers/i2c/busses/i2c-nomadik.c 		dev->cli.operation = I2C_READ;
operation         584 drivers/i2c/busses/i2c-nomadik.c 		dev->cli.operation = I2C_WRITE;
operation         744 drivers/i2c/busses/i2c-nomadik.c 		if (dev->cli.operation == I2C_READ) {
operation         791 drivers/i2c/busses/i2c-nomadik.c 		if (dev->cli.operation == I2C_READ) {
operation          89 drivers/infiniband/hw/mlx5/qp.c 	u16 operation;
operation        2458 drivers/infiniband/hw/mlx5/qp.c 				.operation = MLX5_CMD_OP_2RST_QP
operation        3280 drivers/infiniband/hw/mlx5/qp.c 	switch (raw_qp_param->operation) {
operation        3653 drivers/infiniband/hw/mlx5/qp.c 		raw_qp_param.operation = op;
operation          41 drivers/media/platform/seco-cec/seco-cec.c 		       u8 operation, u16 *result)
operation          70 drivers/media/platform/seco-cec/seco-cec.c 	outb((u8)(slave_addr & 0xfe) | operation, XMIT_SLVA);
operation          74 drivers/media/platform/seco-cec/seco-cec.c 	if (operation == SMBUS_WRITE) {
operation          97 drivers/media/platform/seco-cec/seco-cec.c 	if (operation == SMBUS_READ)
operation          14 drivers/media/usb/dvb-usb-v2/au6610.c static int au6610_usb_msg(struct dvb_usb_device *d, u8 operation, u8 addr,
operation          44 drivers/media/usb/dvb-usb-v2/au6610.c 	ret = usb_control_msg(d->udev, usb_rcvctrlpipe(d->udev, 0), operation,
operation          48 drivers/media/usb/dvb-usb-v2/au6610.c 	dvb_usb_dbg_usb_control_msg(d->udev, operation,
operation          55 drivers/media/usb/dvb-usb-v2/au6610.c 	switch (operation) {
operation         227 drivers/misc/cxl/flash.c static int handle_image(struct cxl *adapter, int operation,
operation         305 drivers/misc/cxl/flash.c 		 __func__, operation, need_header, entries, continue_token);
operation         322 drivers/misc/cxl/flash.c static int transfer_image(struct cxl *adapter, int operation,
operation         328 drivers/misc/cxl/flash.c 	switch (operation) {
operation         330 drivers/misc/cxl/flash.c 		rc = handle_image(adapter, operation,
operation         339 drivers/misc/cxl/flash.c 		rc = handle_image(adapter, operation,
operation         371 drivers/misc/cxl/flash.c static long ioctl_transfer_image(struct cxl *adapter, int operation,
operation         388 drivers/misc/cxl/flash.c 	return transfer_image(adapter, operation, &ai);
operation          96 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 			   SET_VAL(CLE_BR_OP, br->operation) |
operation         214 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         225 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         250 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         262 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         273 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         298 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         310 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         322 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         334 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         346 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         358 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         383 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         395 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         407 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         419 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         431 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         443 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         468 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         480 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         492 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         504 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         516 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         528 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         553 drivers/net/ethernet/apm/xgene/xgene_enet_cle.c 				.operation = EQT,
operation         203 drivers/net/ethernet/apm/xgene/xgene_enet_cle.h 	u8 operation;
operation          88 drivers/net/ethernet/mellanox/mlx5/core/fpga/cmd.c 	MLX5_SET(fpga_ctrl, in, operation, op);
operation        8913 drivers/net/ethernet/mellanox/mlxsw/reg.h MLXSW_ITEM32(reg, mtutc, operation, 0x00, 0, 4);
operation        1410 drivers/net/ethernet/neterion/vxge/vxge-config.c 			     u32 operation, u32 offset, u64 *stat)
operation        1423 drivers/net/ethernet/neterion/vxge/vxge-config.c 	val64 =  VXGE_HW_XMAC_STATS_ACCESS_CMD_OP(operation) |
operation        1431 drivers/net/ethernet/neterion/vxge/vxge-config.c 	if ((status == VXGE_HW_OK) && (operation == VXGE_HW_STATS_OP_READ))
operation        1693 drivers/net/ethernet/neterion/vxge/vxge-config.c 			    u32 operation, u32 location, u32 offset, u64 *stat)
operation        1703 drivers/net/ethernet/neterion/vxge/vxge-config.c 	val64 = VXGE_HW_XMAC_STATS_SYS_CMD_OP(operation) |
operation        1713 drivers/net/ethernet/neterion/vxge/vxge-config.c 	if ((status == VXGE_HW_OK) && (operation == VXGE_HW_STATS_OP_READ))
operation        1746 drivers/net/ethernet/neterion/vxge/vxge-traffic.h 	u32 operation,
operation         367 drivers/net/wireless/intel/iwlwifi/fw/api/debug.h 	__le32 operation;
operation         247 drivers/net/wireless/intel/iwlwifi/fw/api/phy.h 	__le32 operation;
operation        2428 drivers/net/wireless/intel/iwlwifi/fw/dbg.c 		.operation = suspend ?
operation         510 drivers/net/wireless/intel/iwlwifi/mvm/tt.c 		.operation = cpu_to_le32(op),
operation        2605 drivers/net/wireless/intersil/prism54/isl_ioctl.c 		    || response->header->operation == PIMFOR_OP_ERROR) {
operation        2641 drivers/net/wireless/intersil/prism54/isl_ioctl.c 		    || response->header->operation == PIMFOR_OP_ERROR) {
operation        2649 drivers/net/wireless/intersil/prism54/isl_ioctl.c 			response_op = response->header->operation;
operation          58 drivers/net/wireless/intersil/prism54/islpci_mgt.c pimfor_encode_header(int operation, u32 oid, u32 length, pimfor_header_t *h)
operation          61 drivers/net/wireless/intersil/prism54/islpci_mgt.c 	h->operation = operation;
operation         151 drivers/net/wireless/intersil/prism54/islpci_mgt.c islpci_mgt_transmit(struct net_device *ndev, int operation, unsigned long oid,
operation         184 drivers/net/wireless/intersil/prism54/islpci_mgt.c 	pimfor_encode_header(operation, oid, length, (pimfor_header_t *) p);
operation         197 drivers/net/wireless/intersil/prism54/islpci_mgt.c 		      h->operation, oid, h->device_id, h->flags, length);
operation         324 drivers/net/wireless/intersil/prism54/islpci_mgt.c 		      header->operation, header->oid, header->device_id,
operation         359 drivers/net/wireless/intersil/prism54/islpci_mgt.c 		if (header->operation == PIMFOR_OP_TRAP) {
operation         431 drivers/net/wireless/intersil/prism54/islpci_mgt.c 		       int operation, unsigned long oid,
operation         447 drivers/net/wireless/intersil/prism54/islpci_mgt.c 	err = islpci_mgt_transmit(ndev, operation, oid, senddata, sendlen);
operation          86 drivers/net/wireless/intersil/prism54/islpci_mgt.h 	u8 operation;
operation         116 drivers/net/wireless/intersil/prism54/islpci_mgt.h                        int operation, unsigned long oid,
operation         445 drivers/net/wireless/intersil/prism54/oid_mgt.c 			response_op = response->header->operation;
operation         487 drivers/net/wireless/intersil/prism54/oid_mgt.c 			response_op = response->header->operation;
operation         537 drivers/net/wireless/intersil/prism54/oid_mgt.c 		    response->header->operation == PIMFOR_OP_ERROR) {
operation         596 drivers/net/wireless/intersil/prism54/oid_mgt.c 				r |= (response->header->operation == PIMFOR_OP_ERROR);
operation         671 drivers/net/wireless/intersil/prism54/oid_mgt.c 	if ((ret == 0) && res && (res->header->operation != PIMFOR_OP_ERROR))
operation        3666 drivers/net/wireless/marvell/mwifiex/cfg80211.c 			param->operation = RECV_FILTER_MATCH_TYPE_EQ;
operation        3668 drivers/net/wireless/marvell/mwifiex/cfg80211.c 			param->operation = RECV_FILTER_MATCH_TYPE_NE;
operation        2242 drivers/net/wireless/marvell/mwifiex/fw.h 	u8 operation;
operation         457 drivers/net/wireless/marvell/mwifiex/ioctl.h 	u8 operation;
operation        1661 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 			param->operation = cfg->rule[cnt].params[idx].operation;
operation         907 drivers/net/wireless/mediatek/mt76/mt7615/mcu.c 			.operation = WTBL_RESET_AND_SET,
operation         937 drivers/net/wireless/mediatek/mt76/mt7615/mcu.c 			.operation = WTBL_RESET_AND_SET,
operation         959 drivers/net/wireless/mediatek/mt76/mt7615/mcu.c 			.operation = WTBL_RESET_AND_SET,
operation         989 drivers/net/wireless/mediatek/mt76/mt7615/mcu.c 		.operation = WTBL_RESET_AND_SET,
operation         999 drivers/net/wireless/mediatek/mt76/mt7615/mcu.c 		.operation = WTBL_RESET_ALL,
operation        1362 drivers/net/wireless/mediatek/mt76/mt7615/mcu.c 	wtbl_hdr->operation = WTBL_SET;
operation        1478 drivers/net/wireless/mediatek/mt76/mt7615/mcu.c 			.operation = WTBL_SET,
operation        1546 drivers/net/wireless/mediatek/mt76/mt7615/mcu.c 			.operation = WTBL_SET,
operation         226 drivers/net/wireless/mediatek/mt76/mt7615/mcu.h 	u8 operation;
operation        2515 drivers/net/wireless/realtek/rtlwifi/base.c void rtl_phy_scan_operation_backup(struct ieee80211_hw *hw, u8 operation)
operation        2522 drivers/net/wireless/realtek/rtlwifi/base.c 		switch (operation) {
operation         132 drivers/net/wireless/realtek/rtlwifi/base.h void rtl_phy_scan_operation_backup(struct ieee80211_hw *hw, u8 operation);
operation        1054 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/phy.c void rtl88e_phy_scan_operation_backup(struct ieee80211_hw *hw, u8 operation)
operation        1061 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/phy.c 		switch (operation) {
operation         196 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/phy.h 				      u8 operation);
operation        1636 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/phy.c void rtl92ee_phy_scan_operation_backup(struct ieee80211_hw *hw, u8 operation)
operation        1643 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/phy.c 		switch (operation) {
operation         115 drivers/net/wireless/realtek/rtlwifi/rtl8192ee/phy.h 				       u8 operation);
operation         214 drivers/net/wireless/realtek/rtlwifi/rtl8192se/phy.c 				      u8 operation)
operation         219 drivers/net/wireless/realtek/rtlwifi/rtl8192se/phy.c 		switch (operation) {
operation          55 drivers/net/wireless/realtek/rtlwifi/rtl8192se/phy.h void rtl92s_phy_scan_operation_backup(struct ieee80211_hw *hw, u8 operation);
operation         705 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/phy.c void rtl8723e_phy_scan_operation_backup(struct ieee80211_hw *hw, u8 operation)
operation         712 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/phy.c 		switch (operation) {
operation         165 drivers/net/wireless/realtek/rtlwifi/rtl8723ae/phy.h 					u8 operation);
operation        1157 drivers/net/wireless/realtek/rtlwifi/rtl8723be/phy.c void rtl8723be_phy_scan_operation_backup(struct ieee80211_hw *hw, u8 operation)
operation        1164 drivers/net/wireless/realtek/rtlwifi/rtl8723be/phy.c 		switch (operation) {
operation          98 drivers/net/wireless/realtek/rtlwifi/rtl8723be/phy.h 					 u8 operation);
operation        3309 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c void rtl8821ae_phy_scan_operation_backup(struct ieee80211_hw *hw, u8 operation)
operation        3316 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c 		switch (operation) {
operation         207 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.h 					 u8 operation);
operation        2278 drivers/net/wireless/realtek/rtlwifi/wifi.h 	void (*scan_operation_backup)(struct ieee80211_hw *hw, u8 operation);
operation         154 drivers/pci/hotplug/cpqphp_nvram.c static u32 access_EV(u16 operation, u8 *ev_name, u8 *buffer, u32 *buf_size)
operation         157 drivers/pci/hotplug/cpqphp_nvram.c 	int op = operation;
operation         744 drivers/pcmcia/ti113x.h static int ti12xx_power_hook(struct pcmcia_socket *sock, int operation)
operation         751 drivers/pcmcia/ti113x.h 	if ((operation != HOOK_POWER_PRE) && (operation != HOOK_POWER_POST))
operation         779 drivers/pcmcia/ti113x.h 			if (operation == HOOK_POWER_PRE)
operation         800 drivers/pcmcia/ti113x.h 			if (operation == HOOK_POWER_PRE)
operation         809 drivers/pcmcia/ti113x.h 			if (operation == HOOK_POWER_PRE)
operation         821 drivers/pcmcia/ti113x.h 			if (operation == HOOK_POWER_PRE)
operation         831 drivers/pcmcia/ti113x.h 			if (operation == HOOK_POWER_PRE)
operation         304 drivers/s390/block/dasd_eckd.c 		data->attributes.operation = private->attrib.operation;
operation         308 drivers/s390/block/dasd_eckd.c 		data->attributes.operation = DASD_BYPASS_CACHE;
operation         313 drivers/s390/block/dasd_eckd.c 		data->attributes.operation = private->attrib.operation;
operation         321 drivers/s390/block/dasd_eckd.c 		data->attributes.operation = private->attrib.operation;
operation         326 drivers/s390/block/dasd_eckd.c 		data->attributes.operation = DASD_BYPASS_CACHE;
operation         334 drivers/s390/block/dasd_eckd.c 		data->attributes.operation = DASD_BYPASS_CACHE;
operation         339 drivers/s390/block/dasd_eckd.c 		data->attributes.operation = private->attrib.operation;
operation         344 drivers/s390/block/dasd_eckd.c 		data->attributes.operation = private->attrib.operation;
operation         369 drivers/s390/block/dasd_eckd.c 	if (data->attributes.operation == DASD_SEQ_PRESTAGE ||
operation         370 drivers/s390/block/dasd_eckd.c 	    data->attributes.operation == DASD_SEQ_ACCESS) {
operation         426 drivers/s390/block/dasd_eckd.c 		data->operation.orientation = 0x3;
operation         427 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x03;
operation         430 drivers/s390/block/dasd_eckd.c 		data->operation.orientation = 0x3;
operation         431 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x16;
operation         434 drivers/s390/block/dasd_eckd.c 		data->operation.orientation = 0x1;
operation         435 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x03;
operation         439 drivers/s390/block/dasd_eckd.c 		data->operation.orientation = 0x3;
operation         440 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x16;
operation         449 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x01;
operation         455 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x03;
operation         458 drivers/s390/block/dasd_eckd.c 		data->operation.orientation = 0x0;
operation         459 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x3F;
operation         477 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x3F;
operation         486 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x06;
operation         492 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x16;
operation         495 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x06;
operation         498 drivers/s390/block/dasd_eckd.c 		data->operation.orientation = 0x1;
operation         499 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x0C;
operation         506 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x0C;
operation         511 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x0b;
operation         638 drivers/s390/block/dasd_eckd.c 		data->operation.orientation = 0x3;
operation         639 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x03;
operation         642 drivers/s390/block/dasd_eckd.c 		data->operation.orientation = 0x3;
operation         643 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x16;
operation         646 drivers/s390/block/dasd_eckd.c 		data->operation.orientation = 0x1;
operation         647 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x03;
operation         651 drivers/s390/block/dasd_eckd.c 		data->operation.orientation = 0x3;
operation         652 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x16;
operation         661 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x01;
operation         667 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x03;
operation         675 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x06;
operation         681 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x16;
operation         684 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x06;
operation         689 drivers/s390/block/dasd_eckd.c 		data->operation.operation = 0x0b;
operation        2009 drivers/s390/block/dasd_eckd.c 	private->attrib.operation = DASD_NORMAL_CACHE;
operation        4243 drivers/s390/block/dasd_eckd.c 		dedata->attributes.operation = basepriv->attrib.operation;
operation        4246 drivers/s390/block/dasd_eckd.c 		lredata->operation.orientation = 0x0;
operation        4247 drivers/s390/block/dasd_eckd.c 		lredata->operation.operation = 0x0C;
operation        4253 drivers/s390/block/dasd_eckd.c 		dedata->attributes.operation = basepriv->attrib.operation;
operation        4257 drivers/s390/block/dasd_eckd.c 		lredata->operation.orientation = 0x0;
operation        4258 drivers/s390/block/dasd_eckd.c 		lredata->operation.operation = 0x3F;
operation        4272 drivers/s390/block/dasd_eckd.c 		dedata->attributes.operation = DASD_BYPASS_CACHE;
operation        4275 drivers/s390/block/dasd_eckd.c 		lredata->operation.orientation = 0x2;
operation        4276 drivers/s390/block/dasd_eckd.c 		lredata->operation.operation = 0x16;
operation        4298 drivers/s390/block/dasd_eckd.c 	if (dedata->attributes.operation == DASD_SEQ_PRESTAGE ||
operation        4299 drivers/s390/block/dasd_eckd.c 	    dedata->attributes.operation == DASD_SEQ_ACCESS) {
operation        5248 drivers/s390/block/dasd_eckd.c 		 private->attrib.operation, private->attrib.nr_cyl);
operation         164 drivers/s390/block/dasd_eckd.h 		unsigned char operation:3;	/* Operation mode */
operation         185 drivers/s390/block/dasd_eckd.h 		unsigned char operation:6;
operation         186 drivers/s390/block/dasd_eckd.h 	} __attribute__ ((packed)) operation;
operation         203 drivers/s390/block/dasd_eckd.h 		unsigned char operation:6;
operation         204 drivers/s390/block/dasd_eckd.h 	} __attribute__ ((packed)) operation;
operation         117 drivers/s390/block/dasd_fba.c 		data->operation.cmd = 0x5;
operation         119 drivers/s390/block/dasd_fba.c 		data->operation.cmd = 0x6;
operation         121 drivers/s390/block/dasd_fba.c 		data->operation.cmd = 0x8;
operation          36 drivers/s390/block/dasd_fba.h 	} __attribute__ ((packed)) operation;
operation         155 drivers/s390/char/tape_core.c DEVICE_ATTR(operation, 0444, tape_operation_show, NULL);
operation         225 drivers/scsi/esas2r/atvda.h 	u8 operation;
operation         296 drivers/scsi/esas2r/atvda.h 	u8 operation;
operation         604 drivers/scsi/esas2r/atvda.h 	u8 operation;
operation        4652 drivers/scsi/pm8001/pm80xx_hwi.c 	u32 operation, u32 phyid, u32 length, u32 *buf)
operation        4666 drivers/scsi/pm8001/pm80xx_hwi.c 	payload.ppc_phyid = (((operation & 0xF) << 8) | (phyid  & 0xFF));
operation         309 drivers/scsi/storvsc_drv.c 	enum vstor_packet_operation operation;
operation         694 drivers/scsi/storvsc_drv.c 	vstor_packet->operation = VSTOR_OPERATION_CREATE_SUB_CHANNELS;
operation         716 drivers/scsi/storvsc_drv.c 	if (vstor_packet->operation != VSTOR_OPERATION_COMPLETE_IO ||
operation         719 drivers/scsi/storvsc_drv.c 			vstor_packet->operation, vstor_packet->status);
operation         778 drivers/scsi/storvsc_drv.c 	if (vstor_packet->operation != VSTOR_OPERATION_COMPLETE_IO ||
operation         806 drivers/scsi/storvsc_drv.c 	vstor_packet->operation = VSTOR_OPERATION_BEGIN_INITIALIZATION;
operation         817 drivers/scsi/storvsc_drv.c 		vstor_packet->operation =
operation         831 drivers/scsi/storvsc_drv.c 		if (vstor_packet->operation != VSTOR_OPERATION_COMPLETE_IO)
operation         853 drivers/scsi/storvsc_drv.c 	vstor_packet->operation = VSTOR_OPERATION_QUERY_PROPERTIES;
operation         898 drivers/scsi/storvsc_drv.c 	vstor_packet->operation = VSTOR_OPERATION_FCHBA_DATA;
operation         911 drivers/scsi/storvsc_drv.c 	vstor_packet->operation = VSTOR_OPERATION_END_INITIALIZATION;
operation        1126 drivers/scsi/storvsc_drv.c 	switch (vstor_packet->operation) {
operation        1379 drivers/scsi/storvsc_drv.c 	vstor_packet->operation = VSTOR_OPERATION_EXECUTE_SRB;
operation        1491 drivers/scsi/storvsc_drv.c 	vstor_packet->operation = VSTOR_OPERATION_RESET_BUS;
operation         192 drivers/staging/greybus/camera.c 	struct gb_operation *operation;
operation         195 drivers/staging/greybus/camera.c 	operation = gb_operation_create_flags(connection, type, request_size,
operation         198 drivers/staging/greybus/camera.c 	if (!operation)
operation         202 drivers/staging/greybus/camera.c 		memcpy(operation->request->payload, request, request_size);
operation         204 drivers/staging/greybus/camera.c 	ret = gb_operation_request_send_sync(operation);
operation         210 drivers/staging/greybus/camera.c 		*response_size = operation->response->payload_size;
operation         212 drivers/staging/greybus/camera.c 		if (operation->response->payload_size)
operation         213 drivers/staging/greybus/camera.c 			memcpy(response, operation->response->payload,
operation         214 drivers/staging/greybus/camera.c 			       operation->response->payload_size);
operation         217 drivers/staging/greybus/camera.c 	gb_operation_put(operation);
operation          99 drivers/staging/greybus/hid.c 	struct gb_operation *operation;
operation         106 drivers/staging/greybus/hid.c 	operation = gb_operation_create(ghid->connection,
operation         109 drivers/staging/greybus/hid.c 	if (!operation) {
operation         114 drivers/staging/greybus/hid.c 	request = operation->request->payload;
operation         119 drivers/staging/greybus/hid.c 	ret = gb_operation_request_send_sync(operation);
operation         121 drivers/staging/greybus/hid.c 		dev_err(&operation->connection->bundle->dev,
operation         127 drivers/staging/greybus/hid.c 	gb_operation_put(operation);
operation          83 drivers/staging/greybus/i2c.c 	struct gb_operation *operation;
operation         116 drivers/staging/greybus/i2c.c 	operation = gb_operation_create(connection, GB_I2C_TYPE_TRANSFER,
operation         118 drivers/staging/greybus/i2c.c 	if (!operation)
operation         121 drivers/staging/greybus/i2c.c 	request = operation->request->payload;
operation         130 drivers/staging/greybus/i2c.c 		return operation;
operation         143 drivers/staging/greybus/i2c.c 	return operation;
operation         178 drivers/staging/greybus/i2c.c 	struct gb_operation *operation;
operation         181 drivers/staging/greybus/i2c.c 	operation = gb_i2c_operation_create(connection, msgs, msg_count);
operation         182 drivers/staging/greybus/i2c.c 	if (!operation)
operation         189 drivers/staging/greybus/i2c.c 	ret = gb_operation_request_send_sync(operation);
operation         193 drivers/staging/greybus/i2c.c 		response = operation->response->payload;
operation         203 drivers/staging/greybus/i2c.c 	gb_operation_put(operation);
operation          54 drivers/staging/greybus/loopback.c 	struct gb_operation *operation;
operation         374 drivers/staging/greybus/loopback.c 	struct gb_operation *operation;
operation         379 drivers/staging/greybus/loopback.c 	operation = gb_operation_create(gb->connection, type, request_size,
operation         381 drivers/staging/greybus/loopback.c 	if (!operation)
operation         385 drivers/staging/greybus/loopback.c 		memcpy(operation->request->payload, request, request_size);
operation         387 drivers/staging/greybus/loopback.c 	ret = gb_operation_request_send_sync(operation);
operation         393 drivers/staging/greybus/loopback.c 		if (response_size == operation->response->payload_size) {
operation         394 drivers/staging/greybus/loopback.c 			memcpy(response, operation->response->payload,
operation         399 drivers/staging/greybus/loopback.c 				operation->response->payload_size,
operation         412 drivers/staging/greybus/loopback.c 	gb_operation_put(operation);
operation         423 drivers/staging/greybus/loopback.c static void gb_loopback_async_operation_callback(struct gb_operation *operation)
operation         431 drivers/staging/greybus/loopback.c 	result = gb_operation_result(operation);
operation         432 drivers/staging/greybus/loopback.c 	op_async = gb_operation_get_data(operation);
operation         454 drivers/staging/greybus/loopback.c 		operation->id);
operation         461 drivers/staging/greybus/loopback.c 	gb_operation_put(operation);
operation         471 drivers/staging/greybus/loopback.c 	struct gb_operation *operation;
operation         478 drivers/staging/greybus/loopback.c 	operation = gb_operation_create(gb->connection, type, request_size,
operation         480 drivers/staging/greybus/loopback.c 	if (!operation) {
operation         486 drivers/staging/greybus/loopback.c 		memcpy(operation->request->payload, request, request_size);
operation         488 drivers/staging/greybus/loopback.c 	gb_operation_set_data(operation, op_async);
operation         491 drivers/staging/greybus/loopback.c 	op_async->operation = operation;
operation         497 drivers/staging/greybus/loopback.c 	ret = gb_operation_request_send(operation,
operation         503 drivers/staging/greybus/loopback.c 		gb_operation_put(operation);
operation         595 drivers/staging/greybus/loopback.c 	struct gb_operation *operation;
operation         602 drivers/staging/greybus/loopback.c 	operation = op_async->operation;
operation         603 drivers/staging/greybus/loopback.c 	request = operation->request->payload;
operation         604 drivers/staging/greybus/loopback.c 	response = operation->response->payload;
operation         610 drivers/staging/greybus/loopback.c 			operation->id);
operation         653 drivers/staging/greybus/loopback.c static int gb_loopback_request_handler(struct gb_operation *operation)
operation         655 drivers/staging/greybus/loopback.c 	struct gb_connection *connection = operation->connection;
operation         662 drivers/staging/greybus/loopback.c 	switch (operation->type) {
operation         667 drivers/staging/greybus/loopback.c 		if (operation->request->payload_size < sizeof(*request)) {
operation         669 drivers/staging/greybus/loopback.c 				operation->request->payload_size,
operation         673 drivers/staging/greybus/loopback.c 		request = operation->request->payload;
operation         681 drivers/staging/greybus/loopback.c 		if (!gb_operation_response_alloc(operation,
operation         686 drivers/staging/greybus/loopback.c 		response = operation->response->payload;
operation         693 drivers/staging/greybus/loopback.c 		dev_err(dev, "unsupported request: %u\n", operation->type);
operation         261 drivers/staging/greybus/sdio.c 	struct gb_operation *operation;
operation         271 drivers/staging/greybus/sdio.c 	operation = gb_operation_create(host->connection, GB_SDIO_TYPE_TRANSFER,
operation         274 drivers/staging/greybus/sdio.c 	if (!operation)
operation         277 drivers/staging/greybus/sdio.c 	request = operation->request->payload;
operation         289 drivers/staging/greybus/sdio.c 	ret = gb_operation_request_send_sync(operation);
operation         293 drivers/staging/greybus/sdio.c 	response = operation->response->payload;
operation         305 drivers/staging/greybus/sdio.c 	gb_operation_put(operation);
operation         315 drivers/staging/greybus/sdio.c 	struct gb_operation *operation;
operation         325 drivers/staging/greybus/sdio.c 	operation = gb_operation_create(host->connection, GB_SDIO_TYPE_TRANSFER,
operation         328 drivers/staging/greybus/sdio.c 	if (!operation)
operation         331 drivers/staging/greybus/sdio.c 	request = operation->request->payload;
operation         336 drivers/staging/greybus/sdio.c 	ret = gb_operation_request_send_sync(operation);
operation         340 drivers/staging/greybus/sdio.c 	response = operation->response->payload;
operation         357 drivers/staging/greybus/sdio.c 	gb_operation_put(operation);
operation         169 drivers/staging/greybus/spilib.c 	struct gb_operation *operation;
operation         232 drivers/staging/greybus/spilib.c 	operation = gb_operation_create(connection, GB_SPI_TYPE_TRANSFER,
operation         234 drivers/staging/greybus/spilib.c 	if (!operation)
operation         237 drivers/staging/greybus/spilib.c 	request = operation->request->payload;
operation         290 drivers/staging/greybus/spilib.c 	return operation;
operation         329 drivers/staging/greybus/spilib.c 	struct gb_operation *operation;
operation         344 drivers/staging/greybus/spilib.c 		operation = gb_spi_operation_create(spi, connection, msg);
operation         345 drivers/staging/greybus/spilib.c 		if (!operation) {
operation         351 drivers/staging/greybus/spilib.c 		ret = gb_operation_request_send_sync_timeout(operation,
operation         354 drivers/staging/greybus/spilib.c 			response = operation->response->payload;
operation         363 drivers/staging/greybus/spilib.c 		gb_operation_put(operation);
operation         102 drivers/staging/greybus/usb.c 	struct gb_operation *operation;
operation         111 drivers/staging/greybus/usb.c 	operation = gb_operation_create(dev->connection,
operation         116 drivers/staging/greybus/usb.c 	if (!operation)
operation         119 drivers/staging/greybus/usb.c 	request = operation->request->payload;
operation         125 drivers/staging/greybus/usb.c 	ret = gb_operation_request_send_sync(operation);
operation         131 drivers/staging/greybus/usb.c 		response = operation->response->payload;
operation         135 drivers/staging/greybus/usb.c 	gb_operation_put(operation);
operation        2801 drivers/usb/misc/sisusbvga/sisusb.c 	switch (y->operation) {
operation         273 drivers/usb/misc/sisusbvga/sisusb.h 	__u8 operation;		/* see below */
operation         119 fs/btrfs/raid56.c 	enum btrfs_rbio_ops operation;
operation         577 fs/btrfs/raid56.c 	if (last->operation != cur->operation)
operation         587 fs/btrfs/raid56.c 	if (last->operation == BTRFS_RBIO_PARITY_SCRUB)
operation         590 fs/btrfs/raid56.c 	if (last->operation == BTRFS_RBIO_REBUILD_MISSING)
operation         593 fs/btrfs/raid56.c 	if (last->operation == BTRFS_RBIO_READ_REBUILD) {
operation         810 fs/btrfs/raid56.c 			if (next->operation == BTRFS_RBIO_READ_REBUILD)
operation         812 fs/btrfs/raid56.c 			else if (next->operation == BTRFS_RBIO_REBUILD_MISSING) {
operation         815 fs/btrfs/raid56.c 			} else if (next->operation == BTRFS_RBIO_WRITE) {
operation         818 fs/btrfs/raid56.c 			} else if (next->operation == BTRFS_RBIO_PARITY_SCRUB) {
operation         920 fs/btrfs/raid56.c 	max_errors = (rbio->operation == BTRFS_RBIO_PARITY_SCRUB) ?
operation        1772 fs/btrfs/raid56.c 	rbio->operation = BTRFS_RBIO_WRITE;
operation        1828 fs/btrfs/raid56.c 	if (rbio->operation == BTRFS_RBIO_READ_REBUILD ||
operation        1829 fs/btrfs/raid56.c 	    rbio->operation == BTRFS_RBIO_REBUILD_MISSING) {
operation        1842 fs/btrfs/raid56.c 		if (rbio->operation == BTRFS_RBIO_PARITY_SCRUB &&
operation        1854 fs/btrfs/raid56.c 			if ((rbio->operation == BTRFS_RBIO_READ_REBUILD ||
operation        1855 fs/btrfs/raid56.c 			     rbio->operation == BTRFS_RBIO_REBUILD_MISSING) &&
operation        1945 fs/btrfs/raid56.c 		if (rbio->operation == BTRFS_RBIO_WRITE) {
operation        1962 fs/btrfs/raid56.c 			if ((rbio->operation == BTRFS_RBIO_READ_REBUILD ||
operation        1963 fs/btrfs/raid56.c 			     rbio->operation == BTRFS_RBIO_REBUILD_MISSING) &&
operation        1983 fs/btrfs/raid56.c 	if (rbio->operation == BTRFS_RBIO_READ_REBUILD ||
operation        1984 fs/btrfs/raid56.c 	    rbio->operation == BTRFS_RBIO_REBUILD_MISSING) {
operation        2010 fs/btrfs/raid56.c 		if (rbio->operation == BTRFS_RBIO_WRITE)
operation        2012 fs/btrfs/raid56.c 		else if (rbio->operation == BTRFS_RBIO_PARITY_SCRUB)
operation        2140 fs/btrfs/raid56.c 	if (rbio->operation == BTRFS_RBIO_READ_REBUILD ||
operation        2141 fs/btrfs/raid56.c 	    rbio->operation == BTRFS_RBIO_REBUILD_MISSING)
operation        2175 fs/btrfs/raid56.c 	rbio->operation = BTRFS_RBIO_READ_REBUILD;
operation        2279 fs/btrfs/raid56.c 	rbio->operation = BTRFS_RBIO_PARITY_SCRUB;
operation        2732 fs/btrfs/raid56.c 	rbio->operation = BTRFS_RBIO_REBUILD_MISSING;
operation          63 fs/ceph/locks.c static int ceph_lock_message(u8 lock_type, u16 operation, struct inode *inode,
operation          72 fs/ceph/locks.c 	if (operation == CEPH_MDS_OP_SETFILELOCK) {
operation          83 fs/ceph/locks.c 	if (operation != CEPH_MDS_OP_SETFILELOCK || cmd == CEPH_LOCK_UNLOCK)
operation          86 fs/ceph/locks.c 	req = ceph_mdsc_create_request(mdsc, operation, USE_AUTH_MDS);
operation         103 fs/ceph/locks.c 	     (int)operation, owner, (u64)fl->fl_pid, fl->fl_start, length,
operation         118 fs/ceph/locks.c 	if (!err && operation == CEPH_MDS_OP_GETFILELOCK) {
operation         139 fs/ceph/locks.c 	     (int)operation, (u64)fl->fl_pid, fl->fl_start,
operation         159 include/linux/audit.h extern void		    audit_log_link_denied(const char *operation);
operation         353 include/linux/cper.h 	u8	operation;
operation          53 include/linux/greybus/operation.h 	struct gb_operation		*operation;
operation         117 include/linux/greybus/operation.h gb_operation_is_incoming(struct gb_operation *operation)
operation         119 include/linux/greybus/operation.h 	return operation->flags & GB_OPERATION_FLAG_INCOMING;
operation         123 include/linux/greybus/operation.h gb_operation_is_unidirectional(struct gb_operation *operation)
operation         125 include/linux/greybus/operation.h 	return operation->flags & GB_OPERATION_FLAG_UNIDIRECTIONAL;
operation         129 include/linux/greybus/operation.h gb_operation_short_response_allowed(struct gb_operation *operation)
operation         131 include/linux/greybus/operation.h 	return operation->flags & GB_OPERATION_FLAG_SHORT_RESPONSE;
operation         134 include/linux/greybus/operation.h static inline bool gb_operation_is_core(struct gb_operation *operation)
operation         136 include/linux/greybus/operation.h 	return operation->flags & GB_OPERATION_FLAG_CORE;
operation         142 include/linux/greybus/operation.h int gb_operation_result(struct gb_operation *operation);
operation         166 include/linux/greybus/operation.h void gb_operation_get(struct gb_operation *operation);
operation         167 include/linux/greybus/operation.h void gb_operation_put(struct gb_operation *operation);
operation         169 include/linux/greybus/operation.h bool gb_operation_response_alloc(struct gb_operation *operation,
operation         172 include/linux/greybus/operation.h int gb_operation_request_send(struct gb_operation *operation,
operation         176 include/linux/greybus/operation.h int gb_operation_request_send_sync_timeout(struct gb_operation *operation,
operation         179 include/linux/greybus/operation.h gb_operation_request_send_sync(struct gb_operation *operation)
operation         181 include/linux/greybus/operation.h 	return gb_operation_request_send_sync_timeout(operation,
operation         185 include/linux/greybus/operation.h void gb_operation_cancel(struct gb_operation *operation, int errno);
operation         186 include/linux/greybus/operation.h void gb_operation_cancel_incoming(struct gb_operation *operation, int errno);
operation         215 include/linux/greybus/operation.h static inline void *gb_operation_get_data(struct gb_operation *operation)
operation         217 include/linux/greybus/operation.h 	return operation->private;
operation         220 include/linux/greybus/operation.h static inline void gb_operation_set_data(struct gb_operation *operation,
operation         223 include/linux/greybus/operation.h 	operation->private = data;
operation         147 include/linux/mlx5/mlx5_ifc_fpga.h 	u8         operation[0x8];
operation        1100 include/media/media-entity.h #define media_entity_call(entity, operation, args...)			\
operation        1101 include/media/media-entity.h 	(((entity)->ops && (entity)->ops->operation) ?			\
operation        1102 include/media/media-entity.h 	 (entity)->ops->operation((entity) , ##args) : -ENOIOCTLCMD)
operation        1694 include/net/bluetooth/hci.h 	__u8  operation;
operation        1703 include/net/bluetooth/hci.h 	__u8  operation;
operation         176 include/pcmcia/ss.h 	int (*power_hook)(struct pcmcia_socket *sock, int operation);
operation         167 include/uapi/drm/amdgpu_drm.h 	__u32 operation;
operation         509 include/uapi/drm/amdgpu_drm.h 	__u32 operation;
operation         943 include/uapi/drm/radeon_drm.h 	__u32		operation;
operation          74 include/uapi/linux/hyperv.h 	__u8 operation;
operation         121 include/uapi/linux/hyperv.h 	__u32 operation;
operation         340 include/uapi/linux/hyperv.h 	__u8 operation;
operation         395 include/uapi/linux/hyperv.h 	__u8 operation;
operation          18 include/uapi/linux/netfilter/xt_CHECKSUM.h 	__u8 operation;	/* bitset of operations */
operation          26 include/uapi/linux/netfilter/xt_ecn.h 	__u8 operation;
operation          25 include/uapi/linux/netfilter_ipv4/ipt_ECN.h 	__u8 operation;	/* bitset of operations */
operation         246 include/xen/interface/io/blkif.h 	uint8_t        operation;    /* BLKIF_OP_???                         */
operation         257 include/xen/interface/io/blkif.h 	uint8_t         operation;       /* copied from request */
operation         798 include/xen/interface/io/displif.h 	uint8_t operation;
operation         813 include/xen/interface/io/displif.h 	uint8_t operation;
operation        1016 include/xen/interface/io/sndif.h 	uint8_t operation;
operation        1029 include/xen/interface/io/sndif.h 	uint8_t operation;
operation        2166 kernel/audit.c void audit_log_link_denied(const char *operation)
operation        2177 kernel/audit.c 	audit_log_format(ab, "op=%s", operation);
operation        1232 net/bluetooth/hci_request.c 		cp.operation = LE_SET_ADV_DATA_OP_COMPLETE;
operation        1375 net/bluetooth/hci_request.c 		cp.operation = LE_SET_ADV_DATA_OP_COMPLETE;
operation          55 net/ipv4/netfilter/ipt_ECN.c 	if ((!(einfo->operation & IPT_ECN_OP_SET_ECE) ||
operation          57 net/ipv4/netfilter/ipt_ECN.c 	    (!(einfo->operation & IPT_ECN_OP_SET_CWR) ||
operation          66 net/ipv4/netfilter/ipt_ECN.c 	if (einfo->operation & IPT_ECN_OP_SET_ECE)
operation          68 net/ipv4/netfilter/ipt_ECN.c 	if (einfo->operation & IPT_ECN_OP_SET_CWR)
operation          81 net/ipv4/netfilter/ipt_ECN.c 	if (einfo->operation & IPT_ECN_OP_SET_IP)
operation          85 net/ipv4/netfilter/ipt_ECN.c 	if (einfo->operation & (IPT_ECN_OP_SET_ECE | IPT_ECN_OP_SET_CWR) &&
operation          98 net/ipv4/netfilter/ipt_ECN.c 	if (einfo->operation & IPT_ECN_OP_MASK)
operation         104 net/ipv4/netfilter/ipt_ECN.c 	if ((einfo->operation & (IPT_ECN_OP_SET_ECE|IPT_ECN_OP_SET_CWR)) &&
operation          40 net/netfilter/xt_CHECKSUM.c 	if (einfo->operation & ~XT_CHECKSUM_OP_FILL) {
operation          42 net/netfilter/xt_CHECKSUM.c 				    einfo->operation);
operation          45 net/netfilter/xt_CHECKSUM.c 	if (!einfo->operation)
operation          40 net/netfilter/xt_ecn.c 	if (einfo->operation & XT_ECN_OP_MATCH_ECE) {
operation          50 net/netfilter/xt_ecn.c 	if (einfo->operation & XT_ECN_OP_MATCH_CWR) {
operation          74 net/netfilter/xt_ecn.c 	if (info->operation & XT_ECN_OP_MATCH_IP && !match_ip(skb, info))
operation          77 net/netfilter/xt_ecn.c 	if (info->operation & (XT_ECN_OP_MATCH_ECE | XT_ECN_OP_MATCH_CWR) &&
operation          89 net/netfilter/xt_ecn.c 	if (info->operation & XT_ECN_OP_MATCH_MASK)
operation          95 net/netfilter/xt_ecn.c 	if (info->operation & (XT_ECN_OP_MATCH_ECE | XT_ECN_OP_MATCH_CWR) &&
operation         116 net/netfilter/xt_ecn.c 	if (info->operation & XT_ECN_OP_MATCH_IP && !match_ipv6(skb, info))
operation         119 net/netfilter/xt_ecn.c 	if (info->operation & (XT_ECN_OP_MATCH_ECE | XT_ECN_OP_MATCH_CWR) &&
operation         131 net/netfilter/xt_ecn.c 	if (info->operation & XT_ECN_OP_MATCH_MASK)
operation         137 net/netfilter/xt_ecn.c 	if (info->operation & (XT_ECN_OP_MATCH_ECE | XT_ECN_OP_MATCH_CWR) &&
operation        10372 net/wireless/nl80211.c 	enum nl80211_tdls_operation operation;
operation        10383 net/wireless/nl80211.c 	operation = nla_get_u8(info->attrs[NL80211_ATTR_TDLS_OPERATION]);
operation        10386 net/wireless/nl80211.c 	return rdev_tdls_oper(rdev, dev, peer, operation);
operation          20 security/loadpin/loadpin.c static void report_load(const char *origin, struct file *file, char *operation)
operation          28 security/loadpin/loadpin.c 		  origin, operation,
operation         439 security/tomoyo/common.h 			u8 operation;
operation         445 security/tomoyo/common.h 			u8 operation;
operation         453 security/tomoyo/common.h 			u8 operation;
operation         462 security/tomoyo/common.h 			u8 operation;
operation         473 security/tomoyo/common.h 			u8 operation;
operation         481 security/tomoyo/common.h 			u8 operation;
operation         982 security/tomoyo/common.h int tomoyo_mkdev_perm(const u8 operation, const struct path *path,
operation         988 security/tomoyo/common.h int tomoyo_path2_perm(const u8 operation, const struct path *path1,
operation         990 security/tomoyo/common.h int tomoyo_path_number_perm(const u8 operation, const struct path *path,
operation         992 security/tomoyo/common.h int tomoyo_path_perm(const u8 operation, const struct path *path,
operation         169 security/tomoyo/file.c 				 [r->param.path.operation],
operation         183 security/tomoyo/file.c 				 [tomoyo_pp2mac[r->param.path2.operation]],
operation         199 security/tomoyo/file.c 				 [tomoyo_pnnn2mac[r->param.mkdev.operation]],
operation         214 security/tomoyo/file.c 	const u8 type = r->param.path_number.operation;
operation         258 security/tomoyo/file.c 	if (acl->perm & (1 << r->param.path.operation)) {
operation         281 security/tomoyo/file.c 	return (acl->perm & (1 << r->param.path_number.operation)) &&
operation         302 security/tomoyo/file.c 	return (acl->perm & (1 << r->param.path2.operation)) &&
operation         322 security/tomoyo/file.c 	return (acl->perm & (1 << r->param.mkdev.operation)) &&
operation         573 security/tomoyo/file.c static int tomoyo_path_permission(struct tomoyo_request_info *r, u8 operation,
operation         578 security/tomoyo/file.c 	r->type = tomoyo_p2mac[operation];
operation         584 security/tomoyo/file.c 	r->param.path.operation = operation;
operation         614 security/tomoyo/file.c 	r->param.path.operation = TOMOYO_TYPE_EXECUTE;
operation         729 security/tomoyo/file.c 	r.param.path_number.operation = type;
operation         803 security/tomoyo/file.c int tomoyo_path_perm(const u8 operation, const struct path *path, const char *target)
operation         815 security/tomoyo/file.c 	if (tomoyo_init_request_info(&r, NULL, tomoyo_p2mac[operation])
operation         825 security/tomoyo/file.c 	switch (operation) {
operation         838 security/tomoyo/file.c 	error = tomoyo_path_permission(&r, operation, &buf);
operation         839 security/tomoyo/file.c 	if (operation == TOMOYO_TYPE_SYMLINK)
operation         859 security/tomoyo/file.c int tomoyo_mkdev_perm(const u8 operation, const struct path *path,
operation         870 security/tomoyo/file.c 	if (tomoyo_init_request_info(&r, NULL, tomoyo_pnnn2mac[operation])
operation         880 security/tomoyo/file.c 		r.param.mkdev.operation = operation;
operation         903 security/tomoyo/file.c int tomoyo_path2_perm(const u8 operation, const struct path *path1,
operation         916 security/tomoyo/file.c 	if (tomoyo_init_request_info(&r, NULL, tomoyo_pp2mac[operation])
operation         925 security/tomoyo/file.c 	switch (operation) {
operation         938 security/tomoyo/file.c 	r.param.path2.operation = operation;
operation        1016 security/tomoyo/file.c 	const char *operation = tomoyo_read_token(param);
operation        1019 security/tomoyo/file.c 		if (tomoyo_permstr(operation, tomoyo_path_keyword[type]))
operation        1024 security/tomoyo/file.c 		if (tomoyo_permstr(operation,
operation        1030 security/tomoyo/file.c 		if (tomoyo_permstr(operation,
operation        1036 security/tomoyo/file.c 		if (tomoyo_permstr(operation,
operation        1041 security/tomoyo/file.c 	if (tomoyo_permstr(operation,
operation          27 security/tomoyo/network.c 	u8 operation;
operation         288 security/tomoyo/network.c 	const char *operation = tomoyo_read_token(param);
operation         294 security/tomoyo/network.c 		if (tomoyo_permstr(operation, tomoyo_socket_keyword[type]))
operation         333 security/tomoyo/network.c 	const char *operation = tomoyo_read_token(param);
operation         339 security/tomoyo/network.c 		if (tomoyo_permstr(operation, tomoyo_socket_keyword[type]))
operation         365 security/tomoyo/network.c 				const u8 operation, const char *address)
operation         369 security/tomoyo/network.c 				 tomoyo_socket_keyword[operation], address);
operation         394 security/tomoyo/network.c 				    r->param.inet_network.operation, buf);
operation         407 security/tomoyo/network.c 				    r->param.unix_network.operation,
operation         426 security/tomoyo/network.c 	if (!(acl->perm & (1 << r->param.inet_network.operation)) ||
operation         455 security/tomoyo/network.c 	return (acl->perm & (1 << r->param.unix_network.operation)) &&
operation         472 security/tomoyo/network.c 	const u8 type = tomoyo_inet2mac[address->protocol][address->operation];
operation         478 security/tomoyo/network.c 		r.param.inet_network.operation = address->operation;
operation         549 security/tomoyo/network.c 	const u8 type = tomoyo_unix2mac[address->protocol][address->operation];
operation         570 security/tomoyo/network.c 			r.param.unix_network.operation = address->operation;
operation         669 security/tomoyo/network.c 	address.operation = TOMOYO_NETWORK_LISTEN;
operation         699 security/tomoyo/network.c 		address.operation = TOMOYO_NETWORK_SEND;
operation         703 security/tomoyo/network.c 		address.operation = TOMOYO_NETWORK_CONNECT;
operation         738 security/tomoyo/network.c 		address.operation = TOMOYO_NETWORK_BIND;
operation         769 security/tomoyo/network.c 	address.operation = TOMOYO_NETWORK_SEND;
operation        1987 sound/pci/asihpi/hpi6205.c 	u32 data_size, int operation)
operation        2010 sound/pci/asihpi/hpi6205.c 		if (operation == H620_HIF_SEND_DATA)
operation        2018 sound/pci/asihpi/hpi6205.c 		send_dsp_command(phw, operation);
operation        2020 sound/pci/asihpi/hpi6205.c 		temp2 = wait_dsp_ack(phw, operation, HPI6205_TIMEOUT);
operation        2028 sound/pci/asihpi/hpi6205.c 				operation, interface->dsp_ack);
operation        2032 sound/pci/asihpi/hpi6205.c 		if (operation == H620_HIF_GET_DATA)
operation        2038 sound/pci/asihpi/hpi6205.c 	if (interface->dsp_ack != operation)
operation        2040 sound/pci/asihpi/hpi6205.c 			interface->dsp_ack, operation);
operation         263 sound/soc/intel/atom/sst-mfld-dsp.h 	u8 operation;		/* Playback or Capture */
operation         401 sound/soc/intel/atom/sst-mfld-dsp.h 	u8 operation;
operation          45 sound/soc/intel/atom/sst/sst_stream.c 	str_info->alloc_param.operation = str_params->ops;
operation          69 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	u8 operation;
operation         384 sound/soc/intel/baytrail/sst-baytrail-ipc.c 			int codec_type, int stream_type, int operation)
operation         388 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	stream->request.str_type.operation = operation;
operation          41 sound/soc/intel/baytrail/sst-baytrail-ipc.h 			int codec_type, int stream_type, int operation);
operation         246 sound/soc/intel/common/sst-dsp.c 			 u32 target, u32 time, char *operation)
operation         274 sound/soc/intel/common/sst-dsp.c 					reg, operation);
operation         280 sound/soc/intel/common/sst-dsp.c 					reg, operation);
operation         279 sound/soc/intel/common/sst-dsp.h 		 u32 expected_value, u32 timeout, char *operation);
operation         631 sound/soc/intel/haswell/sst-haswell-ipc.c 	u32 operation, module_id;
operation         634 sound/soc/intel/haswell/sst-haswell-ipc.c 	operation = msg_get_module_operation(header);
operation         639 sound/soc/intel/haswell/sst-haswell-ipc.c 			operation, module_id);
operation         641 sound/soc/intel/haswell/sst-haswell-ipc.c 	switch (operation) {
operation         688 sound/soc/intel/haswell/sst-haswell-ipc.c 	u32 operation = (header & IPC_LOG_OP_MASK) >>  IPC_LOG_OP_SHIFT;
operation         692 sound/soc/intel/haswell/sst-haswell-ipc.c 	if (operation != IPC_DEBUG_REQUEST_LOG_DUMP) {
operation          27 sound/xen/xen_snd_front.c be_stream_prepare_req(struct xen_snd_front_evtchnl *evtchnl, u8 operation)
operation          33 sound/xen/xen_snd_front.c 	req->operation = operation;
operation          47 sound/xen/xen_snd_front_evtchnl.c 		switch (resp->operation) {
operation          70 sound/xen/xen_snd_front_evtchnl.c 				resp->operation);
operation         213 tools/hv/hv_fcopy_daemon.c 		switch (buffer.hdr.operation) {
operation         230 tools/hv/hv_fcopy_daemon.c 				buffer.hdr.operation);
operation        1429 tools/hv/hv_kvp_daemon.c 	hv_msg->kvp_hdr.operation = KVP_OP_REGISTER1;
operation        1469 tools/hv/hv_kvp_daemon.c 		op = hv_msg->kvp_hdr.operation;
operation         111 tools/hv/hv_vss_daemon.c static int vss_operate(int operation)
operation         122 tools/hv/hv_vss_daemon.c 	switch (operation) {
operation         158 tools/hv/hv_vss_daemon.c 		if (error && operation == VSS_OP_FREEZE)
operation         166 tools/hv/hv_vss_daemon.c 		if (error && operation == VSS_OP_FREEZE)
operation         244 tools/hv/hv_vss_daemon.c 	vss_msg->vss_hdr.operation = VSS_OP_REGISTER1;
operation         291 tools/hv/hv_vss_daemon.c 		op = vss_msg->vss_hdr.operation;
operation          32 tools/perf/builtin-mem.c 	int			operation;
operation          45 tools/perf/builtin-mem.c 			mem->operation = 0;
operation          99 tools/perf/builtin-mem.c 	if (mem->operation & MEM_OPERATION_LOAD)
operation         102 tools/perf/builtin-mem.c 	if (mem->operation & MEM_OPERATION_STORE)
operation         300 tools/perf/builtin-mem.c 	if (!(mem->operation & MEM_OPERATION_LOAD)) {
operation         407 tools/perf/builtin-mem.c 		.operation		 = MEM_OPERATION_LOAD | MEM_OPERATION_STORE,
operation         410 tools/perf/builtin-mem.c 	OPT_CALLBACK('t', "type", &mem.operation,
operation         443 tools/perf/builtin-mem.c 	if (!argc || !(strncmp(argv[0], "rec", 3) || mem.operation))
operation         193 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 	if (d_params->operation == CS_ETM_OPERATION_PRINT) {
operation         627 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 	if (d_params->operation == CS_ETM_OPERATION_PRINT)
operation         630 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c 	else if (d_params->operation == CS_ETM_OPERATION_DECODE)
operation          49 tools/perf/util/cs-etm-decoder/cs-etm-decoder.h 	int operation;
operation         440 tools/perf/util/cs-etm.c 	d_params->operation = mode;
operation          47 tools/testing/vsock/timeout.c void timeout_check(const char *operation)
operation          50 tools/testing/vsock/timeout.c 		fprintf(stderr, "%s timed out\n", operation);
operation          11 tools/testing/vsock/timeout.h void timeout_check(const char *operation);