/linux-4.1.27/Documentation/filesystems/caching/ |
D | operations.txt | 40 An operation is recorded in an fscache_operation struct: 52 Someone wanting to issue an operation should allocate something with this 58 with the operation to be initialised and the release function to use. 67 operation and waited for afterwards. 74 There are a number of parameters that can be set in the operation record's flag 78 (1) The operation may be done synchronously (FSCACHE_OP_MYTHREAD). A thread 79 may decide it wants to handle an operation itself without deferring it to 89 before submitting the operation, and the operating thread must wait for it 96 (2) The operation may be fast asynchronous (FSCACHE_OP_FAST), in which case it 97 will be given to keventd to process. Such an operation is not permitted [all …]
|
D | backend-api.txt | 18 the fill_super() operation on mounting. 79 (1) that of the userspace process that issued the netfs operation that caused 139 passed to FS-Cache when requested by the appropriate cache operation. In 153 (*) FS-Cache operation record: 171 An operation can be made exclusive upon an object by setting the 173 an operation needs more processing time, it should be enqueued again. 176 (*) FS-Cache retrieval operation record: 187 backend to do the operation. The backend may get extra refs to it by 191 A retrieval operation can be used by the backend to do retrieval work. To 201 (*) FS-Cache storage operation record: [all …]
|
D | netfs-api.txt | 324 operation select_cache(). 431 will be accessed with the get_attr() cookie definition operation. 436 This operation schedules an attribute adjustment to happen asynchronously at 489 (1) The mark_pages_cached() cookie operation will be called on that page. 517 (1) The mark_pages_cached() cookie operation will be called on that page. 543 The mark_pages_cached() cookie operation will be called on the page if 593 readpages() address space operation: 609 (2) The mark_pages_cached() cookie operation will be called on several pages 666 operation started by the read/alloc and write functions, so the page 799 -ENOSPC if there isn't enough space to honour the operation, -ENOMEM or [all …]
|
/linux-4.1.27/net/netfilter/ |
D | xt_ecn.c | 43 if (einfo->operation & XT_ECN_OP_MATCH_ECE) { in match_tcp() 53 if (einfo->operation & XT_ECN_OP_MATCH_CWR) { in match_tcp() 77 if (info->operation & XT_ECN_OP_MATCH_IP && !match_ip(skb, info)) in ecn_mt4() 80 if (info->operation & (XT_ECN_OP_MATCH_ECE | XT_ECN_OP_MATCH_CWR) && in ecn_mt4() 92 if (info->operation & XT_ECN_OP_MATCH_MASK) in ecn_mt_check4() 98 if (info->operation & (XT_ECN_OP_MATCH_ECE | XT_ECN_OP_MATCH_CWR) && in ecn_mt_check4() 119 if (info->operation & XT_ECN_OP_MATCH_IP && !match_ipv6(skb, info)) in ecn_mt6() 122 if (info->operation & (XT_ECN_OP_MATCH_ECE | XT_ECN_OP_MATCH_CWR) && in ecn_mt6() 134 if (info->operation & XT_ECN_OP_MATCH_MASK) in ecn_mt_check6() 140 if (info->operation & (XT_ECN_OP_MATCH_ECE | XT_ECN_OP_MATCH_CWR) && in ecn_mt_check6()
|
D | xt_CHECKSUM.c | 38 if (einfo->operation & ~XT_CHECKSUM_OP_FILL) { in checksum_tg_check() 39 pr_info("unsupported CHECKSUM operation %x\n", einfo->operation); in checksum_tg_check() 42 if (!einfo->operation) { in checksum_tg_check()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | ipt_ECN.c | 58 if ((!(einfo->operation & IPT_ECN_OP_SET_ECE) || in set_ect_tcp() 60 (!(einfo->operation & IPT_ECN_OP_SET_CWR) || in set_ect_tcp() 69 if (einfo->operation & IPT_ECN_OP_SET_ECE) in set_ect_tcp() 71 if (einfo->operation & IPT_ECN_OP_SET_CWR) in set_ect_tcp() 84 if (einfo->operation & IPT_ECN_OP_SET_IP) in ecn_tg() 88 if (einfo->operation & (IPT_ECN_OP_SET_ECE | IPT_ECN_OP_SET_CWR) && in ecn_tg() 101 if (einfo->operation & IPT_ECN_OP_MASK) { in ecn_tg_check() 102 pr_info("unsupported ECN operation %x\n", einfo->operation); in ecn_tg_check() 109 if ((einfo->operation & (IPT_ECN_OP_SET_ECE|IPT_ECN_OP_SET_CWR)) && in ecn_tg_check()
|
/linux-4.1.27/security/tomoyo/ |
D | file.c | 168 [r->param.path.operation], in tomoyo_audit_path_log() 182 [tomoyo_pp2mac[r->param.path2.operation]], in tomoyo_audit_path2_log() 198 [tomoyo_pnnn2mac[r->param.mkdev.operation]], in tomoyo_audit_mkdev_log() 213 const u8 type = r->param.path_number.operation; in tomoyo_audit_path_number_log() 255 if (acl->perm & (1 << r->param.path.operation)) { in tomoyo_check_path_acl() 277 return (acl->perm & (1 << r->param.path_number.operation)) && in tomoyo_check_path_number_acl() 297 return (acl->perm & (1 << r->param.path2.operation)) && in tomoyo_check_path2_acl() 316 return (acl->perm & (1 << r->param.mkdev.operation)) && in tomoyo_check_mkdev_acl() 558 static int tomoyo_path_permission(struct tomoyo_request_info *r, u8 operation, in tomoyo_path_permission() argument 563 r->type = tomoyo_p2mac[operation]; in tomoyo_path_permission() [all …]
|
D | network.c | 26 u8 operation; member 287 const char *operation = tomoyo_read_token(param); in tomoyo_write_inet_network() local 293 if (tomoyo_permstr(operation, tomoyo_socket_keyword[type])) in tomoyo_write_inet_network() 332 const char *operation = tomoyo_read_token(param); in tomoyo_write_unix_network() local 338 if (tomoyo_permstr(operation, tomoyo_socket_keyword[type])) in tomoyo_write_unix_network() 364 const u8 operation, const char *address) in tomoyo_audit_net_log() argument 368 tomoyo_socket_keyword[operation], address); in tomoyo_audit_net_log() 393 r->param.inet_network.operation, buf); in tomoyo_audit_inet_log() 406 r->param.unix_network.operation, in tomoyo_audit_unix_log() 425 if (!(acl->perm & (1 << r->param.inet_network.operation)) || in tomoyo_check_inet_acl() [all …]
|
D | common.h | 435 u8 operation; member 441 u8 operation; member 449 u8 operation; member 458 u8 operation; member 469 u8 operation; member 477 u8 operation; member 971 int tomoyo_mkdev_perm(const u8 operation, struct path *path, 977 int tomoyo_path2_perm(const u8 operation, struct path *path1, 979 int tomoyo_path_number_perm(const u8 operation, struct path *path, 981 int tomoyo_path_perm(const u8 operation, const struct path *path,
|
/linux-4.1.27/drivers/hv/ |
D | hv_fcopy.c | 129 int operation = fcopy_transaction.fcopy_msg->operation; in fcopy_send_data() local 143 switch (operation) { in fcopy_send_data() 146 smsg_out->hdr.operation = operation; in fcopy_send_data() 280 int operation; in fcopy_read() local 296 operation = fcopy_transaction.fcopy_msg->operation; in fcopy_read() 298 if (operation == START_FILE_COPY) { in fcopy_read()
|
D | hv_kvp.c | 113 kvp_msg->kvp_hdr.operation = reg_value; in kvp_register() 145 switch (msg->kvp_hdr.operation) { in kvp_handle_handshake() 157 KVP_OP_REGISTER1, msg->kvp_hdr.operation); in kvp_handle_handshake() 349 __u8 operation = kvp_transaction.kvp_msg->kvp_hdr.operation; in kvp_send_key() local 363 message->kvp_hdr.operation = operation; in kvp_send_key() 378 switch (message->kvp_hdr.operation) { in kvp_send_key() 531 switch (kvp_transaction.kvp_msg->kvp_hdr.operation) { in kvp_respond_to_host()
|
D | hv_snapshot.c | 83 if (vss_msg->vss_hdr.operation == VSS_OP_REGISTER) { in vss_cn_callback() 98 int op = vss_transaction.msg->vss_hdr.operation; in vss_send_op() 112 vss_msg->vss_hdr.operation = op; in vss_send_op() 230 switch (vss_msg->vss_hdr.operation) { in hv_vss_onchannelcallback()
|
/linux-4.1.27/Documentation/crypto/ |
D | async-tx-api.txt | 11 3.4 When does the operation execute? 12 3.5 When does the operation complete? 30 that is written to the API can optimize for asynchronous operation and 44 operation will be offloaded when an engine is available and carried out 48 API automatically handles cases where the transition from one operation 50 3/ dmaengine extensions to support multiple clients and operation types 57 async_<operation>(<op specific parameters>, struct async_submit ctl *submit) 76 The return value is non-NULL and points to a 'descriptor' when the operation 90 3.4 When does the operation execute? 92 async_<operation> call. Offload engine drivers batch operations to [all …]
|
D | asymmetric-keys.txt | 28 A completely in-kernel key retention and operation subtype can be defined, but 122 An operation is provided to perform cryptographic signature verification, using 156 support the operation; -EBADMSG or -ERANGE if some of the parameters have weird 214 operation, including offloading to hardware. 256 There is currently only a single operation defined by the parser, and it is
|
/linux-4.1.27/drivers/block/xen-blkback/ |
D | blkback.c | 479 int operation) in xen_vbd_translate() argument 484 if ((operation != READ) && vbd->readonly) in xen_vbd_translate() 705 pending_req->operation, pending_req->status); in xen_blkbk_unmap_and_respond_callback() 919 (pending_req->operation != BLKIF_OP_READ)); in xen_blkbk_map_seg() 1009 make_response(blkif, req->u.discard.id, req->operation, status); in dispatch_discard_io() 1019 make_response(blkif, req->u.other.id, req->operation, in dispatch_other_io() 1046 if ((pending_req->operation == BLKIF_OP_FLUSH_DISKCACHE) && in __end_block_io_op() 1051 } else if ((pending_req->operation == BLKIF_OP_WRITE_BARRIER) && in __end_block_io_op() 1141 switch (req.operation) { in __do_block_io_op() 1198 int operation; in dispatch_rw_block_io() local [all …]
|
D | common.h | 112 uint8_t operation; /* BLKIF_OP_??? */ member 125 uint8_t operation; /* copied from request */ member 176 uint8_t operation; /* BLKIF_OP_??? */ member 187 uint8_t operation; /* copied from request */ member 348 unsigned short operation; member 400 dst->operation = src->operation; in blkif_get_x86_32_req() 401 switch (src->operation) { in blkif_get_x86_32_req() 448 dst->operation = src->operation; in blkif_get_x86_64_req() 449 switch (src->operation) { in blkif_get_x86_64_req()
|
/linux-4.1.27/tools/perf/ |
D | builtin-mem.c | 19 int operation; member 37 if (mem->operation & MEM_OPERATION_LOAD) in __cmd_record() 42 if (mem->operation & MEM_OPERATION_LOAD) { in __cmd_record() 47 if (mem->operation & MEM_OPERATION_STORE) { in __cmd_record() 178 if (!(mem->operation & MEM_OPERATION_LOAD)) in report_events() 277 .operation = MEM_OPERATION_LOAD | MEM_OPERATION_STORE, in cmd_mem() 280 OPT_CALLBACK('t', "type", &mem.operation, in cmd_mem() 308 if (!argc || !(strncmp(argv[0], "rec", 3) || mem.operation)) in cmd_mem()
|
/linux-4.1.27/drivers/net/wireless/prism54/ |
D | islpci_mgt.c | 70 pimfor_encode_header(int operation, u32 oid, u32 length, pimfor_header_t *h) in pimfor_encode_header() argument 73 h->operation = operation; in pimfor_encode_header() 163 islpci_mgt_transmit(struct net_device *ndev, int operation, unsigned long oid, in islpci_mgt_transmit() argument 196 pimfor_encode_header(operation, oid, length, (pimfor_header_t *) p); in islpci_mgt_transmit() 209 h->operation, oid, h->device_id, h->flags, length); in islpci_mgt_transmit() 336 header->operation, header->oid, header->device_id, in islpci_mgt_receive() 371 if (header->operation == PIMFOR_OP_TRAP) { in islpci_mgt_receive() 443 int operation, unsigned long oid, in islpci_mgt_transaction() argument 459 err = islpci_mgt_transmit(ndev, operation, oid, senddata, sendlen); in islpci_mgt_transaction()
|
D | islpci_mgt.h | 98 u8 operation; member 128 int operation, unsigned long oid,
|
D | oid_mgt.c | 457 response_op = response->header->operation; in mgt_set_request() 499 response_op = response->header->operation; in mgt_set_varlen() 549 response->header->operation == PIMFOR_OP_ERROR) { in mgt_get_request() 608 r |= (response->header->operation == PIMFOR_OP_ERROR); in mgt_commit_list() 683 if ((ret == 0) && res && (res->header->operation != PIMFOR_OP_ERROR)) in mgt_update_addr()
|
/linux-4.1.27/Documentation/ |
D | atomic_ops.txt | 58 been set with this operation or set with another operation. A proper implicit 59 or explicit memory barrier is needed before the value set with the operation 178 Now, we move onto the atomic operation interfaces typically implemented with 201 atomic_t and return the new counter value after the operation is 206 the operation. It must be done such that all memory operations before 207 and after the atomic operation calls are strongly ordered with respect 208 to the atomic operation itself. 211 before and after the atomic operation. 237 the atomic operation. 243 provide explicit memory barrier semantics around the operation. [all …]
|
D | this_cpu_ops.txt | 11 specific per cpu base and encode that operation in the instruction 15 the offset and the operation on the data. Therefore it is not 18 the operation on the data. 87 Consider the following this_cpu operation: 136 Note that this operation is usually used in a code segment when 212 these per cpu local operations. In that case the operation must be 223 still occur while an operation is in progress and if the interrupt too 246 address relocation and a Read-Modify-Write operation in the same 253 The first operation takes the offset and forms an address and then 275 RMW operation.
|
D | nommu-mmap.txt | 211 file->f_op->get_unmapped_area() operation. The mmap() routines will call this 221 The file->f_op->mmap() operation will be called to actually inaugurate the 229 It is permitted also for the file->f_op->get_unmapped_area() operation to 230 return -ENOSYS. This will be taken to mean that this operation just doesn't 231 want to handle it, despite the fact it's got an operation. For instance, it 261 It is recommended that a truncate operation applied to such a file that
|
D | dma-buf-sharing.txt | 105 operation, if provided by the exporter. 125 This is a wrapper to dma_buf->ops->map_dma_buf operation, which hides the 145 map_dma_buf() operation can return -EINTR if it is interrupted by a signal. 157 This is a wrapper to dma_buf->ops->unmap_dma_buf() operation, which hides the 192 operation related to this fd is called. It calls the dmabuf->ops->release() 193 operation in turn, and frees the memory allocated for dmabuf when exported. 196 - Importance of attach-detach and {map,unmap}_dma_buf operation pairs 228 If the exporter chooses not to allow an attach() operation once a 419 llseek operation will report -EINVAL.
|
D | memory-barriers.txt | 102 abstract CPU, memory operation ordering is very relaxed, and a CPU may actually 106 apparent operation of the program. 431 operations after the ACQUIRE operation will appear to happen after the 432 ACQUIRE operation with respect to the other components of the system. 436 Memory operations that occur before an ACQUIRE operation may appear to 439 An ACQUIRE operation should almost always be paired with a RELEASE 440 operation. 446 memory operations before the RELEASE operation will appear to happen 447 before the RELEASE operation with respect to the other components of the 451 Memory operations that occur after a RELEASE operation may appear to [all …]
|
D | DMA-attributes.txt | 85 same synchronization operation on the CPU cache. CPU cache synchronization 86 might be a time consuming operation, especially if the buffers are
|
D | media-framework.txt | 299 link_setup operation for the two entities at the source and sink of the link, 308 Entity drivers must implement the link_setup operation if any of their links 309 is non-immutable. The operation must either configure the hardware or store 314 the link_setup operation must return -EBUSY and can't implicitly disable the 356 operation must be done with the media_device graph_mutex held.
|
D | sgi-ioc4.txt | 31 same operation.
|
/linux-4.1.27/drivers/s390/block/ |
D | dasd_eckd.c | 264 data->attributes.operation = private->attrib.operation; in define_extent() 271 data->attributes.operation = private->attrib.operation; in define_extent() 276 data->attributes.operation = DASD_BYPASS_CACHE; in define_extent() 284 data->attributes.operation = DASD_BYPASS_CACHE; in define_extent() 308 if (data->attributes.operation == DASD_SEQ_PRESTAGE || in define_extent() 309 data->attributes.operation == DASD_SEQ_ACCESS) { in define_extent() 378 data->operation.orientation = 0x3; in fill_LRE_data() 379 data->operation.operation = 0x03; in fill_LRE_data() 382 data->operation.orientation = 0x3; in fill_LRE_data() 383 data->operation.operation = 0x16; in fill_LRE_data() [all …]
|
D | dasd_eckd.h | 151 unsigned char operation:3; /* Operation mode */ member 172 unsigned char operation:6; member 173 } __attribute__ ((packed)) operation; member 190 unsigned char operation:6; member 191 } __attribute__ ((packed)) operation; member
|
D | dasd_fba.h | 30 } __attribute__ ((packed)) operation; member
|
D | dasd_fba.c | 116 data->operation.cmd = 0x5; in locate_record() 118 data->operation.cmd = 0x6; in locate_record() 120 data->operation.cmd = 0x8; in locate_record()
|
/linux-4.1.27/arch/cris/arch-v32/drivers/ |
D | cryptocop.c | 224 …t cryptocop_job_queue_insert(cryptocop_queue_priority prio, struct cryptocop_operation *operation); 225 …tic int cryptocop_job_setup(struct cryptocop_prio_job **pj, struct cryptocop_operation *operation); 529 static int create_input_descriptors(struct cryptocop_operation *operation, struct cryptocop_tfrm_ct… in create_input_descriptors() argument 544 …if (((tc->produced + tc->tcfg->inject_ix) > operation->tfrm_op.outlen) || (tc->produced && (operat… in create_input_descriptors() 549 …while ((outiov_ix < operation->tfrm_op.outcount) && ((out_ix + operation->tfrm_op.outdata[outiov_i… in create_input_descriptors() 550 out_ix += operation->tfrm_op.outdata[outiov_ix].iov_len; in create_input_descriptors() 553 if (outiov_ix >= operation->tfrm_op.outcount){ in create_input_descriptors() 561 while ((out_length > 0) && (outiov_ix < operation->tfrm_op.outcount)) { in create_input_descriptors() 569 rem_length = operation->tfrm_op.outdata[outiov_ix].iov_len - iov_offset; in create_input_descriptors() 576 …outiov_ix, rem_length, dlength, iov_offset, operation->tfrm_op.outdata[outiov_ix].iov_len, operati… in create_input_descriptors() [all …]
|
/linux-4.1.27/Documentation/arm/ |
D | firmware.txt | 22 To call a firmware operation, a helper macro is provided 27 the macro checks if the operation is provided and calls it or otherwise returns 28 -ENOSYS to signal that given operation is not available (for example, to allow 29 fallback to legacy operation). 59 Example of using a firmware operation:
|
D | swp_emulation | 26 the STREX operation will always fail.
|
/linux-4.1.27/arch/x86/lib/ |
D | cmpxchg16b_emu.S | 30 # Note that this is only useful for a cpuops operation. Meaning that we 31 # do *not* have a fully atomic operation but just an operation that is
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_gem.c | 600 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 610 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 619 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 631 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 635 switch (args->operation) { in radeon_gem_va_ioctl() 641 args->operation); in radeon_gem_va_ioctl() 642 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 648 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 654 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 660 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() [all …]
|
/linux-4.1.27/tools/hv/ |
D | hv_vss_daemon.c | 79 static int vss_operate(int operation) in vss_operate() argument 88 switch (operation) { in vss_operate() 115 if (error && operation == VSS_OP_FREEZE) in vss_operate() 123 if (error && operation == VSS_OP_FREEZE) in vss_operate() 259 vss_msg->vss_hdr.operation = VSS_OP_REGISTER; in main() 312 op = vss_msg->vss_hdr.operation; in main()
|
D | hv_fcopy_daemon.c | 196 switch (in_msg->operation) { in main() 212 in_msg->operation); in main()
|
/linux-4.1.27/include/uapi/linux/ |
D | hyperv.h | 68 __u8 operation; member 114 __u32 operation; member 332 __u8 operation; member 387 __u8 operation; member
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
D | cryptocop.h | 152 int cryptocop_job_queue_insert_csum(struct cryptocop_operation *operation); 154 int cryptocop_job_queue_insert_crypto(struct cryptocop_operation *operation); 156 int cryptocop_job_queue_insert_user_job(struct cryptocop_operation *operation);
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-driver-ppi | 25 This attribute shows the request for an operation to be 35 This attribute shows the response to the most recent operation 46 a requested operation. The format is "<action num>: <action 55 operation to be executed in the pre-OS environment by the BIOS 66 operation to be executed in the pre-OS environment by the BIOS
|
D | sysfs-driver-hid-picolcd | 5 (firmware) and bootloader (flasher) operation modes. 10 Writing: causes operation mode switch. Permitted values are
|
D | sysfs-bus-pci-drivers-ehci_hcd | 21 number returns the port to normal operation. 28 To return the port to high-speed operation:
|
D | sysfs-class-mic.txt | 73 An Intel MIC device runs a Linux OS during its operation. This 89 An Intel MIC device runs a Linux OS during its operation. Before 136 An Intel MIC device runs a Linux OS during its operation. For 150 An Intel MIC device runs a Linux OS during its operation. For
|
D | sysfs-driver-toshiba_acpi | 5 Description: This file controls the keyboard backlight operation mode, valid 23 whenever the operation mode is set to AUTO (or TIMER), 148 Description: This file controls the Special Functions (hotkeys) operation
|
D | evm | 11 with a trusted/encrypted key for the HMAC-sha1 operation.
|
D | sysfs-gpio | 9 "export" operation. If a given GPIO is not claimed for use by
|
D | sysfs-fs-ext4 | 109 write operation (since a 4k random write might turn 111 operation).
|
D | sysfs-devices-platform-sh_mobile_lcdc_fb | 42 Stores the raster operation (ROP3) for the overlay. Values
|
D | sysfs-block | 195 trimmed or unmapped in a single operation. Some storage 200 a single operation. Discard requests issued to the 222 Some devices support a write same operation in which a
|
D | sysfs-class-backlight-driver-adp8870 | 51 operation. The ambient light sensing feature on these devices
|
D | sysfs-firmware-gsmi | 58 for this operation to complete.
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
D | au6610.c | 27 static int au6610_usb_msg(struct dvb_usb_device *d, u8 operation, u8 addr, in au6610_usb_msg() argument 57 ret = usb_control_msg(d->udev, usb_rcvctrlpipe(d->udev, 0), operation, in au6610_usb_msg() 61 dvb_usb_dbg_usb_control_msg(d->udev, operation, in au6610_usb_msg() 68 switch (operation) { in au6610_usb_msg()
|
/linux-4.1.27/Documentation/i2c/ |
D | fault-codes | 14 result for an operation ... it doesn't indicate that anything is wrong 43 Also returned when trying to invoke an I2C operation in an 45 to execute some other operation. 64 detected before any I/O operation was started. Use a more 69 performing an I/O operation. Use a more specific fault 94 Returned by an adapter when asked to perform an operation 116 This is returned by drivers when an operation took too much 119 SMBus adapters may return it when an operation took more
|
D | smbus-protocol | 23 single data byte, the functions using SMBus protocol operation names execute 24 a different protocol operation entirely. 46 Count (8 bits): A data byte containing the length of a block operation. 77 This operation is the reverse of Receive Byte: it sends a single byte 99 This operation is very like Read Byte; again, data is read from a 117 the Read Byte operation. 127 This is the opposite of the Read Word operation. 16 bits
|
/linux-4.1.27/include/media/ |
D | media-entity.h | 155 #define media_entity_call(entity, operation, args...) \ argument 156 (((entity)->ops && (entity)->ops->operation) ? \ 157 (entity)->ops->operation((entity) , ##args) : -ENOIOCTLCMD)
|
/linux-4.1.27/fs/ceph/ |
D | locks.c | 35 static int ceph_lock_message(u8 lock_type, u16 operation, struct file *file, in ceph_lock_message() argument 45 if (operation != CEPH_MDS_OP_SETFILELOCK || cmd == CEPH_LOCK_UNLOCK) in ceph_lock_message() 48 req = ceph_mdsc_create_request(mdsc, operation, USE_AUTH_MDS); in ceph_lock_message() 65 (int)operation, owner, (u64)fl->fl_pid, fl->fl_start, length, in ceph_lock_message() 81 if (operation == CEPH_MDS_OP_GETFILELOCK) { in ceph_lock_message() 102 (int)operation, (u64)fl->fl_pid, fl->fl_start, in ceph_lock_message()
|
/linux-4.1.27/Documentation/networking/ |
D | nfc.txt | 61 * stop_poll - stop on progress polling operation 64 * data_exchange - send data and receive the response (transceive operation) 70 exchange operation. 79 * NFC_CMD_STOP_POLL - stop the polling operation in a specific device 90 operation by calling STOP_POLL command. In this case, it will be checked if 93 If the polling operation finds one or more targets, the event TARGETS_FOUND is
|
D | lapb-module.txt | 82 0 LAPB operation (0=LAPB_STANDARD 1=LAPB_EXTENDED). 83 1 [SM]LP operation (0=LAPB_SLP 1=LAPB=MLP). 84 2 DTE/DCE operation (0=LAPB_DTE 1=LAPB_DCE) 87 Extended LAPB operation indicates the use of extended sequence numbers and 88 consequently larger window sizes, the default is standard LAPB operation. 89 MLP operation is the same as SLP operation except that the addresses used by 90 LAPB are different to indicate the mode of operation, the default is Single 91 Link Procedure. The difference between DCE and DTE operation is (i) the
|
D | tlan.txt | 66 4. You can set speed=10 to force 10Mbs operation, and speed=100 67 to force 100Mbs operation. (I'm not sure what will happen
|
D | 3c509.txt | 73 operation. 85 at the physical layer of the network it fully supports full-duplex operation, 129 or impossible in normal operation. Possible causes of this error report are:
|
/linux-4.1.27/Documentation/device-mapper/ |
D | delay.txt | 17 # Create device delaying rw operation for 500ms 23 # Create device delaying only write operation for 500ms and
|
D | log-writes.txt | 119 Another option is to do a complicated file system operation and verify the file 120 system is consistent during the entire operation. You could do this with:
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | Channel-Mapping-API.txt | 49 Each control element provides at least the TLV read operation and the 50 read operation. Optionally, the write operation can be provided to 55 The TLV operation gives the list of available channel 137 The control read operation is for providing the current channel map of 147 The control write operation is optional, and only for devices that can 152 This operation is allowed only at PCM PREPARED state. When called in
|
D | powersave.txt | 9 appropriately when no operation is required. When no applications use
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | psci.txt | 45 - cpu_suspend : Function ID for CPU_SUSPEND operation 47 - cpu_off : Function ID for CPU_OFF operation 49 - cpu_on : Function ID for CPU_ON operation 51 - migrate : Function ID for MIGRATE operation
|
D | al,alpine.txt | 74 The System-Fabric Service Registers allow various operation on CPU and
|
/linux-4.1.27/drivers/scsi/ |
D | storvsc_drv.c | 248 enum vstor_packet_operation operation; member 853 vstor_packet->operation = VSTOR_OPERATION_CREATE_SUB_CHANNELS; in handle_multichannel_storage() 871 if (vstor_packet->operation != VSTOR_OPERATION_COMPLETE_IO || in handle_multichannel_storage() 905 vstor_packet->operation = VSTOR_OPERATION_BEGIN_INITIALIZATION; in storvsc_channel_init() 923 if (vstor_packet->operation != VSTOR_OPERATION_COMPLETE_IO || in storvsc_channel_init() 930 vstor_packet->operation = VSTOR_OPERATION_QUERY_PROTOCOL_VERSION; in storvsc_channel_init() 956 if (vstor_packet->operation != VSTOR_OPERATION_COMPLETE_IO || in storvsc_channel_init() 962 vstor_packet->operation = VSTOR_OPERATION_QUERY_PROPERTIES; in storvsc_channel_init() 981 if (vstor_packet->operation != VSTOR_OPERATION_COMPLETE_IO || in storvsc_channel_init() 1001 vstor_packet->operation = VSTOR_OPERATION_END_INITIALIZATION; in storvsc_channel_init() [all …]
|
/linux-4.1.27/include/xen/interface/io/ |
D | blkif.h | 197 uint8_t operation; /* BLKIF_OP_??? */ member 208 uint8_t operation; /* copied from request */ member
|
/linux-4.1.27/drivers/pcmcia/ |
D | ti113x.h | 747 static int ti12xx_power_hook(struct pcmcia_socket *sock, int operation) in ti12xx_power_hook() argument 754 if ((operation != HOOK_POWER_PRE) && (operation != HOOK_POWER_POST)) in ti12xx_power_hook() 782 if (operation == HOOK_POWER_PRE) in ti12xx_power_hook() 803 if (operation == HOOK_POWER_PRE) in ti12xx_power_hook() 812 if (operation == HOOK_POWER_PRE) in ti12xx_power_hook() 824 if (operation == HOOK_POWER_PRE) in ti12xx_power_hook() 834 if (operation == HOOK_POWER_PRE) in ti12xx_power_hook()
|
/linux-4.1.27/fs/btrfs/ |
D | raid56.c | 127 enum btrfs_rbio_ops operation; member 591 if (last->operation != cur->operation) in rbio_can_merge() 601 if (last->operation == BTRFS_RBIO_PARITY_SCRUB || in rbio_can_merge() 602 cur->operation == BTRFS_RBIO_PARITY_SCRUB) in rbio_can_merge() 794 if (next->operation == BTRFS_RBIO_READ_REBUILD) in unlock_stripe() 796 else if (next->operation == BTRFS_RBIO_WRITE) { in unlock_stripe() 799 } else if (next->operation == BTRFS_RBIO_PARITY_SCRUB) { in unlock_stripe() 1754 rbio->operation = BTRFS_RBIO_WRITE; in raid56_parity_write() 1812 if (rbio->operation == BTRFS_RBIO_READ_REBUILD) { in __raid_recover_end_io() 1825 if (rbio->operation == BTRFS_RBIO_PARITY_SCRUB && in __raid_recover_end_io() [all …]
|
/linux-4.1.27/drivers/block/ |
D | xen-blkfront.c | 441 ring_req->operation = BLKIF_OP_DISCARD; in blkif_queue_request() 462 ring_req->operation = BLKIF_OP_INDIRECT; in blkif_queue_request() 471 ring_req->operation = rq_data_dir(req) ? in blkif_queue_request() 484 ring_req->operation = in blkif_queue_request() 488 ring_req->operation = in blkif_queue_request() 492 ring_req->operation = 0; in blkif_queue_request() 501 if ((ring_req->operation == BLKIF_OP_INDIRECT) && in blkif_queue_request() 555 if (ring_req->operation != BLKIF_OP_INDIRECT) { in blkif_queue_request() 994 segs = info->shadow[i].req.operation == BLKIF_OP_INDIRECT ? in blkif_free() 1005 if (info->shadow[i].req.operation != BLKIF_OP_INDIRECT) in blkif_free() [all …]
|
/linux-4.1.27/Documentation/cgroups/ |
D | blkio-controller.txt | 198 are further divided by the type of operation - read or write, sync 200 device, third field specifies the operation type and the fourth field 205 are further divided by the type of operation - read or write, sync 207 device, third field specifies the operation type and the fourth field 219 the type of operation - read or write, sync or async. First two fields 221 specifies the operation type and the fourth field specifies the 234 devices too. This time is further divided by the type of operation - 236 minor number of the device, third field specifies the operation type 241 cgroup. This is further divided by the type of operation - read or 246 cgroup. This is further divided by the type of operation - read or [all …]
|
/linux-4.1.27/Documentation/w1/slaves/ |
D | w1_ds28e04 | 22 A read operation on the "eeprom" file reads the given amount of bytes 25 A write operation on the "eeprom" file writes the given byte sequence
|
D | w1_ds2423 | 23 memory page along the crc=YES or NO for indicating whether the read operation 25 If the operation was successful, there is also in the end of each line
|
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/ |
D | tvp7002.txt | 22 1 = Inverted operation 25 Under normal operation, the field ID output is set to logic 1 for an odd field
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | qcom,dwc3.txt | 9 operation and >= 60MHz for HS operation
|
D | samsung-hsotg.txt | 7 operation.
|
/linux-4.1.27/Documentation/scsi/ |
D | bnx2fc.txt | 16 support the VLANs that have been discovered for FCoE operation (e.g. 17 eth0.1001-fcoe). Do not delete or disable these interfaces or FCoE operation 71 LLDP client is allowed per interface. For proper operation all host software
|
D | 53c700.txt | 40 differential operation. 50 consistent with the best operation of the chip (although some choose 52 of an extra clock chip). The best operation clock speeds are:
|
D | st.txt | 84 writing and the last operation has been a write. Two filemarks can be 92 consecutive files must be written fast. The MTWEOFI operation can be used to 95 operation is MTWEOFI, close() does not write a filemark. This can be used if 99 If rewind, offline, bsf, or seek is done and previous tape operation was 196 at the next tape operation. Asynchronous writes are not done with 345 next tape operation. The block at which the tape is positioned 347 new active partition unless the next tape operation is 487 the next tape operation is not started before the previous one has
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
D | xt_CHECKSUM.h | 17 __u8 operation; /* bitset of operations */ member
|
D | xt_ecn.h | 25 __u8 operation; member
|
/linux-4.1.27/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 197 a regular CPU hotplug operation, upon receiving the CPU_DEAD notification 218 Strictly speaking, during a CPU hotplug operation which does not involve 223 image during the CPU offline operation. 234 In the current design of the kernel however, during a CPU offline operation 255 operation in progress. Hence, it will lead to wrong notifications being 261 to a suspend operation in progress at the same time, then we could hit the 264 * A regular cpu online operation continues its journey from userspace 274 As a result of this task freezing failure, the suspend operation gets
|
D | userland-swsusp.txt | 45 has been created the read() operation can be used to transfer 51 operation; this call will not succeed if the snapshot 99 The device's read() operation can be used to transfer the snapshot image from 106 The device's write() operation is used for uploading the system memory snapshot 107 into the kernel. It has the same limitations as the read() operation. 109 The release() operation frees all memory allocated for the snapshot image
|
D | freezing-of-tasks.txt | 22 whether the system is to undergo a freezing operation. And freeze_processes() 57 initiated a freezing operation, the freezing of tasks will fail and the entire 58 hibernation operation will be cancelled. For this reason, freezable kernel 153 realizing that hibernation (or suspend) operation takes place. Ideally, user 154 space processes should not notice that such a system-wide operation has occurred
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-mem.txt | 15 "perf mem record" runs a command and gathers memory operation data 33 Select the memory operation type: load or store (default: load,store)
|
/linux-4.1.27/Documentation/dmaengine/ |
D | client.txt | 76 dma_cyclic - Perform a cyclic DMA operation from/to a peripheral till the 77 operation is explicitly stopped. 101 the DMA operation prior to calling dmaengine_prep_slave_sg(), and must 102 keep the scatterlist mapped until the DMA operation has completed. 151 dmaengine_submit() will not start the DMA operation, it merely adds 160 On completion of each DMA operation, the next in queue is started and
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | sram243x.S | 52 mov r3, #0x1 @ value for 1x operation 53 str r3, [r2] @ go to L1-freq operation 80 mov r3, #0x2 @ value for 2x operation 81 str r3, [r2] @ go to L0-freq operation 115 orr r5, r5, r9 @ bulld value for L0/L1-volt operation. 210 orr r8, r8, r9 @ bulld value for L0/L1-volt operation.
|
D | sram242x.S | 52 mov r3, #0x1 @ value for 1x operation 53 str r3, [r2] @ go to L1-freq operation 80 mov r3, #0x2 @ value for 2x operation 81 str r3, [r2] @ go to L0-freq operation 115 orr r5, r5, r9 @ bulld value for L0/L1-volt operation. 210 orr r8, r8, r9 @ bulld value for L0/L1-volt operation.
|
/linux-4.1.27/Documentation/laptops/ |
D | disk-shock-protection.txt | 46 normal operation will be resumed. The maximal value accepted for a 53 cancel a previously set timeout and resume normal operation 58 of milliseconds remaining until normal operation will be resumed; 70 will show you how many milliseconds are left before normal operation 76 unload operation to complete is vendor specific. The hint in ATA-7 101 will generally not affect the mode of operation of another drive
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-nomadik.c | 150 enum i2c_operation operation; member 289 dev->cli.operation = I2C_NO_OPERATION; in init_hw() 331 if (dev->cli.operation == I2C_WRITE) in load_i2c_mcr_reg() 583 dev->cli.operation = I2C_READ; in nmk_i2c_xfer_one() 587 dev->cli.operation = I2C_WRITE; in nmk_i2c_xfer_one() 747 if (dev->cli.operation == I2C_READ) { in i2c_irq_handler() 794 if (dev->cli.operation == I2C_READ) { in i2c_irq_handler()
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-st.txt | 1 ST SSC binding, for I2C mode operation 11 operation for I2C transfer.
|
/linux-4.1.27/arch/avr32/mm/ |
D | cache.c | 127 asmlinkage int sys_cacheflush(int operation, void __user *addr, size_t len) in sys_cacheflush() argument 141 switch (operation) { in sys_cacheflush()
|
/linux-4.1.27/Documentation/filesystems/ |
D | dlmfs.txt | 72 Also supported is a Trylock operation. 94 operation. If the lock succeeds, you'll get an fd. 106 O_NONBLOCK Trylock operation 110 If O_NONBLOCK is also provided and the trylock operation was valid but
|
D | autofs4-mount-control.txt | 11 During normal operation autofs uses a file descriptor opened on the 60 operation. So we see a mount of shark:/autofs/export1 on /test/g1, for 67 use the follow_link inode operation to trigger the mount. 119 implement an isolated operation it was decided to re-implement the 126 autofs maps. They are recorded at mount request time and an operation 131 a mount or expire operation completes a status is returned to the 132 kernel by either a "send ready" or a "send fail" operation. The 133 "send fail" operation of the ioctl interface could only ever send 135 status. Another expensive operation in user space, for those using 139 in the mount table. An operation to lookup the mount status of a mount [all …]
|
D | dax.txt | 29 block device operation. It is used to translate the sector number 58 - implementing the direct_IO address space operation, and calling 60 - implementing an mmap file operation for DAX files which sets the
|
D | directory-locking | 88 operation other than cross-directory rename. Then the lock this operation 108 the only operation that could introduce loops is cross-directory rename.
|
D | sharedsubtree.txt | 135 Binding a unbindable mount is a invalid operation. 335 Apart from the commands listed below, the 'move' operation also changes 393 invalid operation. 413 invalid operation. A unbindable mount cannot be bind mounted. 504 4. 'A' is a unbindable mount and 'B' is a shared mount. The operation 534 The above operation is the same as bind operation with the exception 569 to be unmounted and 'C1' has some sub-mounts, the umount operation is 894 The crux of the implementation resides in rbind/move operation. 896 The overall algorithm breaks the operation into 3 phases: (look at
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | slog2.S | 32 | Step 0. If X < 0, create a NaN and raise the invalid operation 47 | Step 0. If X < 0, create a NaN and raise the invalid operation 61 | Step 0. If X < 0, create a NaN and raise the invalid operation 76 | Step 0. If X < 0, create a NaN and raise the invalid operation
|
D | bindec.S | 37 | The operation in A3 above may have set INEX2. 62 | The operation in A3 above may have set INEX2. 63 | RZ mode is forced for the scaling operation to insure 78 | Perform FINT operation in the user's rounding mode. 86 | If the int operation results in more than LEN digits, 263 | The operation in A3 above may have set INEX2. 607 | If the int operation results in more than LEN digits,
|
D | sacos.S | 34 | 5. (|X| > 1) Generate an invalid operation by 0 * infinity.
|
D | sasin.S | 34 | 5. (|X| > 1) Generate an invalid operation by 0 * infinity.
|
D | satanh.S | 41 | 5. (|X| > 1) Generate an invalid operation by 0 * infinity.
|
/linux-4.1.27/include/uapi/linux/netfilter_ipv4/ |
D | ipt_ECN.h | 24 __u8 operation; /* bitset of operations */ member
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
D | Kconfig | 24 This option enables the operation of a sysfs based 50 feature will have no affect on the driver's operation.
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | exynos-thermal.txt | 36 -- 3. optional special clock for functional operation 41 -- "tmu_sclk" clock for functional operation of the current TMU 47 - samsung,tmu_gain: Gain value for internal TMU operation.
|
/linux-4.1.27/fs/fscache/ |
D | Makefile | 12 operation.o \
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-kernel-api.txt | 114 4) Define a ref operation calling kref_get on this kref 115 5) Define a unref operation calling kref_put on this kref 144 timer hardware it will either use the ping operation (when available) or the 145 start operation (when the ping operation is not available). 160 * ref: the operation that calls kref_get on the kref of a dynamically 162 * unref: the operation that calls kref_put on the kref of a dynamically 174 this bit set, then opening /dev/watchdog will skip the start operation)
|
/linux-4.1.27/Documentation/hwmon/ |
D | ads7828 | 26 * diff_input: (bool) Differential operation 39 operation and internal voltage reference (2.5V).
|
D | tmp103 | 19 operation over a temperature range of –40°C to +125°C.
|
/linux-4.1.27/lib/raid6/ |
D | tilegx.uc | 30 * The SHLBYTE() operation shifts each byte left by 1, *not* 40 * The MASK() operation returns 0xFF in any byte for which the high
|
D | neon.uc | 34 * The SHLBYTE() operation shifts each byte left by 1, *not* 43 * The MASK() operation returns 0xFF in any byte for which the high
|
D | altivec.uc | 44 * The SHLBYTE() operation shifts each byte left by 1, *not* 53 * The MASK() operation returns 0xFF in any byte for which the high
|
D | int.uc | 57 * The SHLBYTE() operation shifts each byte left by 1, *not* 69 * The MASK() operation returns 0xFF in any byte for which the high
|
/linux-4.1.27/Documentation/serial/ |
D | README.cycladesZ | 3 operate. This operation should be performed during system startup,
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | exynos-dw-mshc.txt | 32 data rate mode operation. Refer notes below for the order of the cells and the 37 data rate mode operation. Refer notes below for the order of the cells and the 40 shift value for hs400 mode operation.
|
/linux-4.1.27/Documentation/acpi/apei/ |
D | output_format.txt | 36 [operation: <integer>, <proc operation string>] 54 <proc operation string>* := unknown or generic | data read | data write | \
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | io.c | 221 pI->operation = -1; in request() 226 if (pI->operation == IDI_SYNC_REQ_DMA_DESCRIPTOR_ALLOC) { in request() 238 pI->operation = 0; in request() 240 pI->operation = -1; in request() 242 } else if ((pI->operation == IDI_SYNC_REQ_DMA_DESCRIPTOR_FREE) && in request() 247 pI->operation = 0; in request() 250 pI->operation = -1; in request()
|
/linux-4.1.27/Documentation/blockdev/ |
D | mflash.txt | 15 2 different operation (ATA, IO) modes. ATA mode doesn't need any new 28 the mflash's block device operation will be taken this value as start offset.
|
D | README.DAC960 | 41 the controller's operation, and a detailed description of your system's 343 special file to initiate a configuration operation, and the results of the 344 operation can then be read back from the special file in addition to being 367 during normal system operation. 490 replaced and a rebuild operation completed to restore the redundancy of the 494 controller to initiate a rebuild operation onto the newly replaced drive: 501 operation onto Physical Drive 1:1, and the status message that results from the 502 operation is then available for reading from /proc/rd/c0/user_command, as well 506 asynchronous rebuild operation: 734 standby drive, and the status message that results from the operation is then
|
/linux-4.1.27/Documentation/input/ |
D | edt-ft5x06.txt | 40 allows switching the sensor between "factory mode" and "operation 54 device is not in regular operation mode.
|
/linux-4.1.27/Documentation/s390/ |
D | kvm.txt | 29 operation is needed in order to run a virtual machine, and it requires the 35 operation, is not reversible, and will persist over the entire lifetime of 107 absolute lowcore as defined by the principles of operation 125 principles of operation. The target cpu has to be in stopped state.
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-upload.txt | 42 - Use a read-modify-write operation to Clear bit 0 of register 0x9050 to 45 - Use a read-modify-write operation to Clear bits 3 and 0 of register 0x9058
|
/linux-4.1.27/include/net/irda/ |
D | iriap.h | 67 __u8 operation; member
|
/linux-4.1.27/arch/m68k/hp300/ |
D | README.hp300 | 13 every packet. This doesn't make for very speedy operation.
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | davinci-nand.txt | 42 - nand-ecc-mode: operation mode of the NAND ecc mode. ECC mode 58 - ti,davinci-ecc-mode: operation mode of the NAND ecc mode. ECC mode
|
D | nand.txt | 3 - nand-ecc-mode : String, operation mode of the NAND ecc mode.
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | max77802.txt | 31 the consumers during normal operation while others only support to change the 36 changing their mode during normal operation are: LDOs 1, 3, 20 and 21.
|
/linux-4.1.27/arch/arm/kvm/ |
D | interrupts_head.S | 584 .macro set_hstr operation 587 .if \operation == vmentry 611 .if \operation != vmentry 612 .if \operation == vmexit 626 .macro set_hdcr operation 629 .if \operation == vmentry
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ieee802154/ |
D | at86rf230.txt | 7 sync or async operation mode
|
D | cc2520.txt | 6 sync or async operation mode
|
/linux-4.1.27/Documentation/ide/ |
D | ide-tape.txt | 5 The driver, in co-operation with ide.c, basically traverses the 35 1. ide-tape is operating in the pipelined operation mode.
|
D | ChangeLog.ide-tape.1995-2002 | 33 * normal operation most of the time because read/write 80 * New fast pipelined operation mode (currently only on 88 * A short explanation of the pipelined operation mode 98 * the pipelined operation mode, this allows us to 124 * Ver 1.5 Apr 12 96 Fixed shared interface operation, broken in 1.3.85.
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | percpu.h | 225 #define _pcp_protect(operation, pcp, val) \ argument 229 __retval = (typeof(pcp))operation(raw_cpu_ptr(&(pcp)), \
|
/linux-4.1.27/drivers/acpi/ |
D | Kconfig | 411 bool "PMIC (Power Management Integrated Circuit) operation region support" 413 Select this option to enable support for ACPI operation 414 region of the PMIC chip. The operation region can be used 420 bool "ACPI operation region support for CrystalCove PMIC" 423 This config adds ACPI operation region support for CrystalCove PMIC. 426 bool "ACPI operation region support for XPower AXP288 PMIC" 429 This config adds ACPI operation region support for XPower AXP288 PMIC.
|
/linux-4.1.27/arch/tile/ |
D | Kconfig.debug | 12 early before the console code is initialized. For normal operation
|
/linux-4.1.27/arch/arm/mm/ |
D | Kconfig | 853 so that the cache operation has the desired effect. 916 clean operation followed immediately by an invalidate operation, 922 bool "PL310 errata: Background Clean & Invalidate by Way operation can cause data corruption" 925 operation (offset 0x7FC). This operation runs in background so that 929 Invalidate by Way operation. Revisions prior to r3p1 are affected by 933 bool "PL310 errata: cache sync operation may be faulty" 937 Under some condition the effect of cache sync operation on 938 the store buffer still remains when the operation completes. 941 is to replace the normal offset of cache sync operation (0x730) 943 This has the same effect as the cache sync operation: store buffer [all …]
|
/linux-4.1.27/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.h | 49 int codec_type, int stream_type, int operation);
|
D | sst-baytrail-ipc.c | 78 u8 operation; member 399 int codec_type, int stream_type, int operation) in sst_byt_stream_type() argument 403 stream->request.str_type.operation = operation; in sst_byt_stream_type()
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | THANKS | 14 single crystal operation possible.
|
/linux-4.1.27/Documentation/devicetree/bindings/extcon/ |
D | extcon-rt8973a.txt | 7 speed USB operation. Also, RT8973A support 'auto-configuration' mode.
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/ |
D | phy.h | 120 u8 operation);
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/ |
D | phy.h | 80 void rtl92s_phy_scan_operation_backup(struct ieee80211_hw *hw, u8 operation);
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | s390_flic.txt | 71 a kvm_s390_io_adapter_req specifiying the adapter and the operation: 81 id specifies the adapter and type the operation. The supported operations
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-impedance-analyzer-ad5933 | 21 for the sweep operation.
|
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/ |
D | samsung-wdt.txt | 3 The Samsung's Watchdog controller is used for resuming system operation
|
/linux-4.1.27/fs/coda/ |
D | Kconfig | 9 disconnected operation (e.g. for laptops), read/write server
|
/linux-4.1.27/drivers/firmware/efi/ |
D | cper.c | 157 printk("%s""operation: %d, %s\n", pfx, proc->operation, in cper_print_proc_generic() 158 proc->operation < ARRAY_SIZE(proc_op_strs) ? in cper_print_proc_generic() 159 proc_op_strs[proc->operation] : "unknown"); in cper_print_proc_generic()
|
/linux-4.1.27/Documentation/sound/oss/ |
D | ultrasound | 12 dma16 2nd DMA channel, only needed for full duplex operation
|
/linux-4.1.27/arch/xtensa/ |
D | Kconfig.debug | 31 Correct operation of this instruction requires some cooperation from hardware
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/ |
D | phy.h | 137 u8 operation);
|
/linux-4.1.27/Documentation/networking/caif/ |
D | README | 49 and is blocking further send operation. Flow OFF has been propagated 102 able to complete the transmit operation.
|
/linux-4.1.27/Documentation/x86/ |
D | tlb.txt | 4 a quick operation, but it causes collateral damage: TLB entries 9 it is a much more precise operation, causing no collateral
|
/linux-4.1.27/sound/soc/intel/atom/ |
D | sst-mfld-dsp.h | 271 u8 operation; /* Playback or Capture */ member 409 u8 operation; member
|
/linux-4.1.27/Documentation/block/ |
D | writeback_cache_control.txt | 13 a data integrity operation like fsync, sync or an unmount. 25 has been flushed before the actual I/O operation is started. This explicitly
|
D | queue-sysfs.txt | 26 the number of bytes that can be trimmed or unmapped in a single operation. 28 number of bytes that can be discarded in a single operation. Discard
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | exynos5260-clock.txt | 22 - "ioclk_pcm_extclk" - pcm external operation clock 23 - "ioclk_spdif_extclk" - spdif external operation clock
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | Suspend.txt | 17 1) A bootloader that can support the necessary resume operation 33 code to resume Linux operation.
|
/linux-4.1.27/arch/x86/crypto/ |
D | aesni-intel_asm.S | 227 XMM2 XMM3 XMM4 XMMDst TMP6 TMP7 i i_seq operation 234 _get_AAD_loop\num_initial_blocks\operation: 241 jne _get_AAD_loop\num_initial_blocks\operation 244 je _get_AAD_loop2_done\num_initial_blocks\operation 247 _get_AAD_loop2\num_initial_blocks\operation: 251 jne _get_AAD_loop2\num_initial_blocks\operation 253 _get_AAD_loop2_done\num_initial_blocks\operation: 323 jl _initial_blocks_done\num_initial_blocks\operation 434 _initial_blocks_done\num_initial_blocks\operation: 452 XMM2 XMM3 XMM4 XMMDst TMP6 TMP7 i i_seq operation [all …]
|
/linux-4.1.27/drivers/staging/i2o/ |
D | i2o_block.c | 607 u8 operation; in i2o_block_release() local 626 operation = 0x21; in i2o_block_release() 628 operation = 0x24; in i2o_block_release() 630 i2o_block_device_power(dev, operation); in i2o_block_release()
|
/linux-4.1.27/drivers/staging/olpc_dcon/ |
D | Kconfig | 8 In order to support very low power operation, the XO laptop uses a
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | Kconfig | 8 wil6210 chip by Wilocity. It supports operation on the
|
/linux-4.1.27/fs/cachefiles/ |
D | Kconfig | 28 operation and exported through file:
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | imx27-phytec-phycore-som.dtsi | 101 /* SW1A and SW1B joined operation */ 109 /* SW2A and SW2B joined operation */
|
/linux-4.1.27/Documentation/infiniband/ |
D | ipoib.txt | 32 The IPoIB driver supports two modes of operation: datagram and 91 operation.
|
/linux-4.1.27/Documentation/fmc/ |
D | fmc-write-eeprom.txt | 27 type-length-value (i.e., it allows writev(2)-like operation). 90 the operation may on the carrier driver, if the carrier is unable to
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | samsung-sxgbe.txt | 15 - phy-mode: String, operation mode of the PHY interface.
|
D | ethernet.txt | 12 - phy-mode: string, operation mode of the PHY interface; supported values are
|
/linux-4.1.27/drivers/net/hippi/ |
D | Kconfig | 34 of additional memory to allow for fastest operation, both for
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | Kconfig | 54 may potentially slow down driver operation.
|
/linux-4.1.27/Documentation/isdn/ |
D | INTERFACE.CAPI | 55 operation CAPI_REGISTER) to an appropriate hardware driver by calling its 59 open() operation on regular files or character devices. 67 Deregistration requests (CAPI operation CAPI_RELEASE) from applications are 116 The function may return before the operation has completed. 124 The function may return before the operation has completed.
|
D | README.pcbit | 31 allow normal operation. Plans for the future include cooperation with
|
/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | pl011.txt | 12 state sets up pins for ordinary operation whereas
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | dasd.h | 197 unsigned char operation:3; /* cache operation mode */ member
|
/linux-4.1.27/include/pcmcia/ |
D | ss.h | 179 int (*power_hook)(struct pcmcia_socket *sock, int operation);
|
/linux-4.1.27/arch/unicore32/ |
D | Kconfig.debug | 25 early before the console code is initialized. For normal operation
|
/linux-4.1.27/Documentation/frv/ |
D | atomic-ops.txt | 5 On the FR-V CPUs, there is only one atomic Read-Modify-Write operation: the SWAP/SWAPI 105 Such that the branch can then be taken if the operation was aborted.
|
/linux-4.1.27/sound/soc/intel/atom/sst/ |
D | sst_stream.c | 52 alloc_param.operation = str_params->ops; in sst_alloc_stream_mrfld() 105 str_id, alloc_param.operation, 0); in sst_alloc_stream_mrfld()
|
/linux-4.1.27/sound/pci/asihpi/ |
D | hpi6205.c | 2003 u32 data_size, int operation) in hpi6205_transfer_data() argument 2026 if (operation == H620_HIF_SEND_DATA) in hpi6205_transfer_data() 2034 send_dsp_command(phw, operation); in hpi6205_transfer_data() 2036 temp2 = wait_dsp_ack(phw, operation, HPI6205_TIMEOUT); in hpi6205_transfer_data() 2044 operation, interface->dsp_ack); in hpi6205_transfer_data() 2048 if (operation == H620_HIF_GET_DATA) in hpi6205_transfer_data() 2054 if (interface->dsp_ack != operation) in hpi6205_transfer_data() 2056 interface->dsp_ack, operation); in hpi6205_transfer_data()
|
/linux-4.1.27/Documentation/pcmcia/ |
D | locking.txt | 10 - ops_mutex - serializes socket operation
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/ |
D | apll.txt | 9 clock. This clock also typically supports different operation
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/ |
D | phy.h | 187 u8 operation);
|
/linux-4.1.27/Documentation/devicetree/bindings/net/can/ |
D | sja1000.txt | 24 - nxp,tx-output-mode : operation mode of the TX output control logic:
|
/linux-4.1.27/Documentation/thermal/ |
D | exynos_thermal_emulation | 12 Thermal emulation mode supports software debug for TMU's operation. User can set temperature
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
D | sn_sal.h | 652 sn_register_xp_addr_region(u64 paddr, u64 len, int operation) in sn_register_xp_addr_region() argument 656 (u64)operation, 0, 0, 0, 0); in sn_register_xp_addr_region() 671 int virtual, int operation) in sn_register_nofault_code() argument
|
/linux-4.1.27/Documentation/security/ |
D | LSM.txt | 16 specific changes to system operation when these tweaks are not available
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | omap-abe-twl6040.txt | 6 - ti,mclk-freq: MCLK frequency for HPPLL operation
|
D | davinci-mcasp-audio.txt | 17 - tdm-slots : Slots for TDM operation. Indicates number of channels transmitted
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | fsl-spi.txt | 8 - mode : the SPI operation mode, it can be "cpu" or "cpu-qe".
|
/linux-4.1.27/Documentation/usb/ |
D | callbacks.txt | 82 callback. You also may not do any other operation that may interfere 84 operation.
|
/linux-4.1.27/drivers/usb/misc/sisusbvga/ |
D | sisusb.h | 285 __u8 operation; /* see below */ member
|
/linux-4.1.27/fs/jffs2/ |
D | TODO | 2 - support asynchronous operation -- add a per-fs 'reserved_space' count,
|
/linux-4.1.27/Documentation/w1/masters/ |
D | omap-hdq | 23 The controller supports operation in both HDQ and 1-wire mode. The essential
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/4xx/ |
D | ppc440spe-adma.txt | 3 Device nodes needed for operation of the ppc440spe-adma driver
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
D | phy.h | 218 u8 operation);
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | cpqphp_nvram.c | 168 static u32 access_EV (u16 operation, u8 *ev_name, u8 *buffer, u32 *buf_size) in access_EV() argument 171 int op = operation; in access_EV()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | smp.c | 509 send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation) in send_ipi_message() argument 515 set_bit(operation, &ipi_data[i].bits); in send_ipi_message()
|
/linux-4.1.27/drivers/bcma/ |
D | Kconfig | 36 PCI core hostmode operation (external PCI bus).
|