| /OK3568_Linux_fs/kernel/fs/nfs/blocklayout/ |
| H A D | extent_tree.c | 26 ext_tree_prev(struct pnfs_block_extent *be) in ext_tree_prev() argument 28 struct rb_node *node = rb_prev(&be->be_node); in ext_tree_prev() 33 ext_tree_next(struct pnfs_block_extent *be) in ext_tree_next() argument 35 struct rb_node *node = rb_next(&be->be_node); in ext_tree_next() 40 ext_f_end(struct pnfs_block_extent *be) in ext_f_end() argument 42 return be->be_f_offset + be->be_length; in ext_f_end() 49 struct pnfs_block_extent *be = NULL; in __ext_tree_search() local 52 be = ext_node(node); in __ext_tree_search() 53 if (start < be->be_f_offset) in __ext_tree_search() 55 else if (start >= ext_f_end(be)) in __ext_tree_search() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | Kconfig | 23 This support can also be built as a module. If so, the module 24 will be called hwmon. 51 This driver can also be built as a module. If so, the module 52 will be called abx500-temp. 61 chip can be found on Abit uGuru featuring motherboards (most modern 66 This driver can also be built as a module. If so, the module 67 will be called abituguru. 76 uGuru chip can be found on recent Abit motherboards (since end 80 This driver can also be built as a module. If so, the module 81 will be called abituguru3. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | Kconfig | 20 be allowed to plug one or more RTCs to your system. You will 29 If you say yes here, the system time (wall clock) will be set using 38 The RTC device that will be used to (re)initialize the system 44 This clock should be battery-backed, so that it reads the correct 49 be useful to reinitialize system time when resuming from system 57 If you say yes here, the system time (wall clock) will be stored 105 Other RTCs will not be available through that API. 120 can be accessed as /dev/rtc, which is a name 142 RTC test driver. It's a software RTC which can be 149 This driver can also be built as a module. If so, the module [all …]
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | Kconfig | 16 If you say yes to this option, support will be included for the SMB 21 This driver can also be built as a module. If so, the module 22 will be called i2c-ali1535. 28 If you say yes to this option, support will be included for the SMB 33 This driver can also be built as a module. If so, the module 34 will be called i2c-ali1563. 40 If you say yes to this option, support will be included for the 43 This driver can also be built as a module. If so, the module 44 will be called i2c-ali15x3. 50 If you say yes to this option, support will be included for the AMD [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | genelf_debug.c | 46 buffer_ext_dump(struct buffer_ext *be, const char *msg) in buffer_ext_dump() argument 50 for (i = 0 ; i < be->cur_pos; i++) in buffer_ext_dump() 51 warnx("%4zu 0x%02x", i, (((char *)be->data)[i]) & 0xff); in buffer_ext_dump() 55 buffer_ext_add(struct buffer_ext *be, void *addr, size_t sz) in buffer_ext_add() argument 58 size_t be_sz = be->max_sz; in buffer_ext_add() 61 if ((be->cur_pos + sz) < be_sz) { in buffer_ext_add() 62 memcpy(be->data + be->cur_pos, addr, sz); in buffer_ext_add() 63 be->cur_pos += sz; in buffer_ext_add() 72 tmp = realloc(be->data, be_sz); in buffer_ext_add() 76 be->data = tmp; in buffer_ext_add() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/ |
| H A D | Kconfig | 12 This driver can also be built as a module. If so, the module will 13 be called pmbus_core. 26 This driver can also be built as a module. If so, the module will 27 be called pmbus. 37 This driver can also be built as a module. If so, the module will 38 be called adm1266. 47 This driver can also be built as a module. If so, the module will 48 be called adm1275. 56 This driver can also be built as a module. If so, the module will 57 be called bel-pfe. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | Kconfig | 39 To compile this driver as a module, choose M here: the module will be 52 module will be called ad7192. 64 To compile this driver as a module, choose M here: the module will be 75 module will be called ad7291. 85 module will be called ad7292. 97 module will be called ad7298. 113 module will be called ad7476. 129 module will be called ad7606_parallel. 140 module will be called ad7606_spi. 151 To compile this driver as a module, choose M here: the module will be [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.POST | 17 Also, standalone POST tests shall be supported. 28 2) The results of tests shall be saved so that it will be possible to 31 3) The following POST tests shall be developed for MPC823E-based 45 4) The LWMON board shall be used for reference. 50 The whole project can be divided into two independent tasks: 56 A new optional module will be added to U-Boot, which will run POST 61 The list of available POST tests will be configured at U-Boot build 63 tests. All POST tests will be divided into the following groups: 73 time and can be run on the regular basis (e.g. CPU test) 78 and cannot be run regularly (e.g. strong memory test, I2C test) [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/caching/ |
| H A D | netfs-api.rst | 59 This first two fields should be filled in before registration, and the third 60 will be filled in by the registration function; any other fields should just be 68 entire in-cache hierarchy for this netfs will be scrapped and begun 71 (3) The cookie representing the primary index will be allocated according to 105 (1) Any index containing non-index objects should be restricted to a single 106 cache. Any such objects created within an index will be created in the 107 first cache only. The cache in which an index is created can be 110 (2) The entry data must be atomically journallable, so it is limited to about 111 400 bytes at present. At least 400 bytes will be available. 113 (3) The depth of the index tree should be judged with care as the search [all …]
|
| H A D | backend-api.rst | 7 The FS-Cache system provides an API by which actual caches can be supplied to 17 To start off, a cache definition must be initialised and registered for each 21 The cache definition (struct fscache_cache) should be initialised by calling:: 39 The cache should then be registered with FS-Cache by passing a pointer to the 46 Two extra arguments should also be supplied: 49 master index in this cache. Netfs primary index entries will be created 53 * "tagname" which, if given, should be a text string naming this cache. If 54 this is NULL, the identifier will be used instead. For CacheFS, the 55 identifier is set to name the underlying block device and the tag can be 59 is already in use. 0 will be returned on success. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/security/keys/ |
| H A D | core.rst | 6 user mappings, and similar to be cached in the kernel for the use of 13 The key service can be configured on by enabling: 46 * Each key is of a defined "type". Types must be registered inside the 48 can be added or used. Userspace programs cannot define new types directly. 51 number of operations that can be performed on a key of that type. 53 Should a type be removed from the system, all the keys of that type will 54 be invalidated. 56 * Each key has a description. This should be a printable string. The key 62 whether a kernel service will be able to find the key. 64 * Each key can be set to expire at a specific time by the key type's [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
| H A D | endian-ness_handling.patch | 18 +int be; 19 +static uint16_t read16(uint16_t x, int be) 21 + if (be) 26 +static uint32_t read32(uint32_t x, int be) 28 + if (be) 33 +static uint64_t read64(uint64_t x, int be) 35 + if (be) 48 + be = (elf_header->e_ident[EI_DATA] == ELFDATA2MSB); 50 + if (read16(elf_header->e_type, be) != ET_DYN) 54 + read16(elf_header->e_type, be)); [all …]
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | Kconfig | 17 is a FIFO (first come, first served). If you say Y here, you will be 19 then be attached to different network devices. This is useful for 23 This code is considered to be experimental. 37 If you say Y here and to "/proc file system" below, you will be able 63 module will be called sch_cbq. 77 module will be called sch_htb. 86 module will be called sch_hfsc. 100 module will be called sch_atm. 109 module will be called sch_prio. 118 module will be called sch_multiq. [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | INT10.HOWTO | 14 xfree86/os-support/int10/xf86int10.h must be included. 26 will be returned. The driver should store this pointer for later 36 can be called. It allocates num consecutive pagesize chunks. It 52 the ax, bx, cx, dx, si, di and es x86-CPU registers can be set in the 73 a CPU emulator the emulator and CPU specific interfaces can be held 78 environment and the emulation layer have to be ported. Several helper 81 A CPU emulator should meet certain requirements to be usable 93 3. The emulator should be able to use externally provided functions 97 this mode is to be used, the OS environment has to be able to provide 98 that, ie. it must be able to remap the processes virtual memory space [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | rxrpc.rst | 8 that can be used to perform RxRPC remote operations. This is done over sockets 68 manage security on the client end. The server end must of necessity be 99 endpoint, thus allowing the endpoints to be shared, even to the same 103 to multiple services. A service may be considered the RxRPC equivalent of 106 (#) Client-originating packets are marked, thus a transport endpoint can be 110 (#) Up to a billion connections may be supported concurrently between one 123 billion calls, but only up to four calls may be in progress on a 143 connection lapse before the client, the security will be renegotiated if 152 been received but may yet be discarded and re-requested. The sender may 162 (#) An call may be aborted by either end at any time up to its completion. [all …]
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | ref-verify.c | 27 * be used to verify the extent tree is consistent as these should all match 45 * were called with since it could be different from ref_root. We also store 76 struct block_entry *be) in insert_block_entry() argument 85 if (entry->bytenr > be->bytenr) in insert_block_entry() 87 else if (entry->bytenr < be->bytenr) in insert_block_entry() 93 rb_link_node(&be->node, parent_node, p); in insert_block_entry() 94 rb_insert_color(&be->node, root); in insert_block_entry() 232 static void free_block_entry(struct block_entry *be) in free_block_entry() argument 239 while ((n = rb_first(&be->roots))) { in free_block_entry() 241 rb_erase(&re->node, &be->roots); in free_block_entry() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/ |
| H A D | soc-pcm.c | 98 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_show_state() local 102 "- %s\n", be->dai_link->name); in dpcm_show_state() 106 dpcm_state_string(be->dpcm[stream].state)); in dpcm_show_state() 108 if ((be->dpcm[stream].state >= SND_SOC_DPCM_STATE_HW_PARAMS) && in dpcm_show_state() 109 (be->dpcm[stream].state <= SND_SOC_DPCM_STATE_STOP)) in dpcm_show_state() 180 name = kasprintf(GFP_KERNEL, "%s:%s", dpcm->be->dai_link->name, in dpcm_create_debugfs_state() 216 * Should typically be called when a stream is opened. 218 * Must be called with the rtd->card->pcm_mutex being held 235 * @rtd: The ASoC PCM runtime that should be checked. 237 * This function checks whether the power down delay should be ignored for a [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/man/ |
| H A D | xorg.conf.man | 15 all parameters can be supplied via all methods. The available command 87 command line option (which may be absolute or relative), 133 command line option (which may be absolute or relative). 135 Finally, configuration files will also be searched for in a directory reserved 151 files are composed of a number of sections which may be present in any order, 190 section should be used instead. 206 They bind together the input and output devices that will be used in a session. 246 Note: hex integer values must be prefixed with \(lq0x\(rq, and octal values 251 may be used to provide free\-form data to various components of the server. 272 values, not just strings, must be enclosed in quotes. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
| H A D | mali_kbase_pm_internal.h | 10 * A copy of the licence is included with the program, and can also be obtained 38 * @kbdev: The kbase device structure for the device (must be a valid pointer) 47 * @kbdev: The kbase device structure for the device (must be a valid pointer) 55 * This function can be called by the active power policy to return a bitmask of 59 * @kbdev: The kbase device structure for the device (must be a valid 72 * This function can be called by the active power policy to return a bitmask of 76 * @kbdev: The kbase device structure for the device (must be a valid pointer) 88 * This function can be called by the active power policy to return a bitmask of 92 * @kbdev: The kbase device structure for the device (must be a valid pointer) 104 * This function can be called by the active power policy to return a bitmask of [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | md.rst | 7 Tools that manage md devices can be found at 82 This autodetection may be suppressed with the kernel parameter 84 superblock can be autodetected and run at boot time. 94 ``dirty`` means that the parity cannot be trusted, and the fact that it 96 be reconstructed (due to no parity). 108 arrays to be started. 136 be accessed. 138 An array should be created by a user-space tool. This will write 147 format is to be used. The minor number might be used to tune handling 157 Once started, new devices can be added. They should have an [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/xen-netback/ |
| H A D | xenbus.c | 13 static int connect_data_rings(struct backend_info *be, 15 static void connect(struct backend_info *be); 16 static int read_xenbus_vif_flags(struct backend_info *be); 17 static int backend_create_xenvif(struct backend_info *be); 18 static void unregister_hotplug_status_watch(struct backend_info *be); 20 static void set_backend_state(struct backend_info *be, 206 struct backend_info *be = dev_get_drvdata(&xdev->dev); in netback_uevent() local 208 if (!be) in netback_uevent() 211 if (add_uevent_var(env, "script=%s", be->hotplug_script)) in netback_uevent() 214 if (!be->vif) in netback_uevent() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | rsa.h | 59 /* MBEDTLS_ERR_RSA_UNSUPPORTED_OPERATION is deprecated and should not be used. 63 /* MBEDTLS_ERR_RSA_HW_ACCEL_FAILED is deprecated and should not be used. */ 81 * The above constants may be used even if the RSA module is compile out, 97 * is deprecated. All manipulation should instead be done through 151 * operations, since there might be security concerns in 153 * a default value, which can be overridden by calling specific 158 * making signatures, but can be overridden for verifying them. 161 * \param ctx The RSA context to initialize. This must not be \c NULL. 162 * \param padding The padding mode to use. This must be either 176 * \note This function can be called multiple times for successive [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | rsa.h | 59 /* MBEDTLS_ERR_RSA_UNSUPPORTED_OPERATION is deprecated and should not be used. 63 /* MBEDTLS_ERR_RSA_HW_ACCEL_FAILED is deprecated and should not be used. */ 81 * The above constants may be used even if the RSA module is compile out, 97 * is deprecated. All manipulation should instead be done through 151 * operations, since there might be security concerns in 153 * a default value, which can be overridden by calling specific 158 * making signatures, but can be overridden for verifying them. 161 * \param ctx The RSA context to initialize. This must not be \c NULL. 162 * \param padding The padding mode to use. This must be either 176 * \note This function can be called multiple times for successive [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | rsa.h | 59 /* MBEDTLS_ERR_RSA_UNSUPPORTED_OPERATION is deprecated and should not be used. 63 /* MBEDTLS_ERR_RSA_HW_ACCEL_FAILED is deprecated and should not be used. */ 81 * The above constants may be used even if the RSA module is compile out, 97 * is deprecated. All manipulation should instead be done through 151 * operations, since there might be security concerns in 153 * a default value, which can be overridden by calling specific 158 * making signatures, but can be overridden for verifying them. 161 * \param ctx The RSA context to initialize. This must not be \c NULL. 162 * \param padding The padding mode to use. This must be either 176 * \note This function can be called multiple times for successive [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | rsa.h | 59 /* MBEDTLS_ERR_RSA_UNSUPPORTED_OPERATION is deprecated and should not be used. 63 /* MBEDTLS_ERR_RSA_HW_ACCEL_FAILED is deprecated and should not be used. */ 81 * The above constants may be used even if the RSA module is compile out, 97 * is deprecated. All manipulation should instead be done through 151 * operations, since there might be security concerns in 153 * a default value, which can be overridden by calling specific 158 * making signatures, but can be overridden for verifying them. 161 * \param ctx The RSA context to initialize. This must not be \c NULL. 162 * \param padding The padding mode to use. This must be either 176 * \note This function can be called multiple times for successive [all …]
|