Searched refs:operation (Results 1 - 25 of 214) sorted by last modified time

123456789

/linux-master/drivers/gpu/drm/xe/
H A Dxe_vm.c489 * @num_fences: The number of fences to reserve for the operation, not
2160 u32 operation, u32 flags,
2173 operation, (ULL)addr, (ULL)range,
2176 switch (operation) {
2158 vm_bind_ioctl_ops_create(struct xe_vm *vm, struct xe_bo *bo, u64 bo_offset_or_userptr, u64 addr, u64 range, u32 operation, u32 flags, u32 prefetch_region, u16 pat_index) argument
H A Dxe_hwmon.c118 enum xe_hwmon_reg_operation operation, u64 *value,
128 switch (operation) {
139 drm_warn(&gt_to_xe(hwmon->gt)->drm, "Invalid xe hwmon reg operation: %d\n",
140 operation);
117 xe_hwmon_process_reg(struct xe_hwmon *hwmon, enum xe_hwmon_reg hwmon_reg, enum xe_hwmon_reg_operation operation, u64 *value, u32 clr, u32 set) argument
/linux-master/drivers/block/
H A Dublk_drv.c72 __u32 operation; member in struct:ublk_rq_data
323 pdu->operation = UBLK_IO_OP_REPORT_ZONES;
392 ublk_op = pdu->operation;
/linux-master/drivers/dma/idxd/
H A Dirq.c80 /* Issue a simple drain operation with interrupt but no completion record */
347 dev_warn_ratelimited(dev, "Device error %#x operation: %#x fault addr: %#llx\n",
348 status, entry_head->operation,
H A Ddebugfs.c39 entry->e.error, entry->e.wq_idx, entry->e.operation,
/linux-master/arch/x86/kernel/
H A Dsev-shared.c1096 validate = e->operation == SNP_PAGE_STATE_PRIVATE;
H A Dsev.c829 e->operation = op;
1466 * or write operation needs to be emulated).
1478 * rare operation. If it turns out to be a performance problem the split
1565 /* Zero-extend for 32-bit operation */
/linux-master/net/wireless/
H A Dnl80211.c3212 * operation to set the monitor channel if possible.
7684 /* Link ID not expected in case of non-ML operation */
8406 * Check HT operation mode based on
9053 * the off-channel operation.
12344 enum nl80211_tdls_operation operation; local
12355 operation = nla_get_u8(info->attrs[NL80211_ATTR_TDLS_OPERATION]);
12358 return rdev_tdls_oper(rdev, dev, peer, operation);
13742 * as in its normal operation mode and wakes up the host on most of the
/linux-master/net/bluetooth/
H A Dhci_sync.c934 * when the operation started).
1258 pdu.cp.operation = LE_SET_ADV_DATA_OP_COMPLETE;
1433 pdu.cp.operation = LE_SET_ADV_DATA_OP_COMPLETE;
1750 pdu.cp.operation = LE_SET_ADV_DATA_OP_COMPLETE;
/linux-master/include/net/bluetooth/
H A Dhci.h2026 __u8 operation; member in struct:hci_cp_le_set_ext_adv_data
2035 __u8 operation; member in struct:hci_cp_le_set_ext_scan_rsp_data
2062 __u8 operation; member in struct:hci_cp_le_set_per_adv_data
/linux-master/fs/
H A Dnamei.c1253 const char *operation = S_ISFIFO(inode->i_mode) ? local
1256 audit_log_path_denied(AUDIT_ANOM_CREAT, operation);
2023 * crossing operation.
/linux-master/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c1267 cmd.new.operation = cpu_to_le32(IWL_SCD_QUEUE_ADD);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-sta.c320 .operation = cpu_to_le32(IWL_SCD_QUEUE_REMOVE),
946 .operation = cpu_to_le32(IWL_SCD_QUEUE_MODIFY),
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c3256 .operation = suspend ?
/linux-master/include/linux/
H A Dgreybus.h34 #include <linux/greybus/operation.h>
/linux-master/drivers/staging/greybus/
H A Dloopback.c54 struct gb_operation *operation; member in struct:gb_loopback_async_operation
304 /* Maximum iterations for a given operation: 1-(2^32-1), 0 implies infinite */
373 struct gb_operation *operation; local
378 operation = gb_operation_create(gb->connection, type, request_size,
380 if (!operation)
384 memcpy(operation->request->payload, request, request_size);
386 ret = gb_operation_request_send_sync(operation);
389 "synchronous operation failed: %d\n", ret);
392 if (response_size == operation->response->payload_size) {
393 memcpy(response, operation
422 gb_loopback_async_operation_callback(struct gb_operation *operation) argument
470 struct gb_operation *operation; local
594 struct gb_operation *operation; local
652 gb_loopback_request_handler(struct gb_operation *operation) argument
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-nomadik.c147 /* operation */
166 * @operation: current I2C operation
173 enum i2c_operation operation; member in struct:i2c_nmk_client
185 * @clk_freq: clock frequency for the operation mode
270 * operation takes several cycles before to be completed.
288 "flushing operation timed out giving up after %d attempts",
331 priv->cli.operation = I2C_NO_OPERATION;
337 /* enable peripheral, master mode operation */
376 /* check the operation, maste
[all...]
/linux-master/drivers/greybus/
H A Dsvc.c20 struct gb_operation *operation; member in struct:gb_svc_deferred_request
23 static int gb_svc_queue_deferred_request(struct gb_operation *operation);
278 * increase the timeout so the operation will not return to soon.
618 "failed to send set power mode operation to interface %u: %d\n",
922 static void gb_svc_process_hello_deferred(struct gb_operation *operation) argument
924 struct gb_connection *connection = operation->connection;
954 static void gb_svc_process_module_inserted(struct gb_operation *operation) argument
957 struct gb_connection *connection = operation->connection;
967 request = operation->request->payload;
1002 static void gb_svc_process_module_removed(struct gb_operation *operation) argument
1030 gb_svc_process_intf_oops(struct gb_operation *operation) argument
1061 gb_svc_process_intf_mailbox_event(struct gb_operation *operation) argument
1092 struct gb_operation *operation; local
1125 gb_svc_queue_deferred_request(struct gb_operation *operation) argument
[all...]
H A Des2.c361 * We (ab)use the operation-message header pad bytes to transfer the
455 struct gb_host_device *hd = message->operation->connection->hd;
859 struct gb_host_device *hd = message->operation->connection->hd;
H A Dcontrol.c154 struct gb_operation *operation; local
157 operation = gb_operation_create_core(control->connection,
161 if (!operation)
164 request = operation->request->payload;
167 ret = gb_operation_request_send_sync(operation);
173 gb_operation_put(operation);
180 struct gb_operation *operation; local
183 operation = gb_operation_create_core(control->connection,
188 if (!operation)
191 ret = gb_operation_request_send_sync(operation);
[all...]
/linux-master/arch/loongarch/include/asm/
H A Dpercpu.h182 #define _pcp_protect(operation, pcp, val) \
186 __retval = (typeof(pcp))operation(raw_cpu_ptr(&(pcp)), \
/linux-master/drivers/s390/block/
H A Ddasd_fba.c104 data->operation.cmd = 0x5;
106 data->operation.cmd = 0x6;
108 data->operation.cmd = 0x8;
H A Ddasd_eckd.c300 data->attributes.operation = private->attrib.operation;
304 data->attributes.operation = DASD_BYPASS_CACHE;
309 data->attributes.operation = private->attrib.operation;
317 data->attributes.operation = private->attrib.operation;
322 data->attributes.operation = DASD_BYPASS_CACHE;
330 data->attributes.operation = DASD_BYPASS_CACHE;
335 data->attributes.operation
[all...]
/linux-master/include/media/
H A Dmedia-entity.h254 * a negative value on error. This operation can be used
256 * @link_setup: Notify the entity of link changes. The operation can
261 * validates all links by calling this operation. Optional.
268 * the .has_pad_interdep() operation directly, always use
270 * Optional: If the operation isn't implemented all pads
882 * link_setup operation for the two entities at the source and sink of the
892 * Entity drivers must implement the link_setup operation if any of their links
893 * is non-immutable. The operation must either configure the hardware or store
898 * being enabled, the link_setup operation must return %-EBUSY and can't
1073 * If the entity does not implement the get_fwnode_pad() operation
[all...]
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h10153 u8 operation[0x4]; member in struct:mlx5_ifc_mtutc_reg_bits

Completed in 562 milliseconds

123456789