/linux/Documentation/arch/arm/ |
H A D | sunxi.rst | 25 http://dl.linux-sunxi.org/A10/A10%20Datasheet%20-%20v1.21%20%282012-04-06%29.pdf 26 * User Manual 28 …http://dl.linux-sunxi.org/A10/A10%20User%20Manual%20-%20v1.20%20%282012-04-09%2c%20DECRYPTED%29.pdf 34 http://dl.linux-sunxi.org/A10s/A10s%20Datasheet%20-%20v1.20%20%282012-03-27%29.pdf 40 http://dl.linux-sunxi.org/A13/A13%20Datasheet%20-%20v1.12%20%282012-03-29%29.pdf 41 * User Manual 43 http://dl.linux-sunxi.org/A13/A13%20User%20Manual%20-%20v1.2%20%282013-01-08%29.pdf 57 * User Manual 59 http://dl.linux-sunxi.org/A20/A20%20User%20Manual%202013-03-22.pdf 65 http://dl.linux-sunxi.org/A23/A23%20Datasheet%20V1.0%2020130830.pdf [all …]
|
/linux/tools/testing/selftests/user_events/ |
H A D | dyn_test.c | 3 * User Events Dyn Events Test Program 197 FIXTURE(user) { in FIXTURE() argument 202 FIXTURE_SETUP(user) { in FIXTURE_SETUP() argument 206 FIXTURE_TEARDOWN(user) { in FIXTURE_TEARDOWN() argument 212 TEST_F(user, basic_types) { in TEST_F() argument 224 TEST_PARSE("u:__test_event char[20] a"); in TEST_F() 225 TEST_PARSE("u:__test_event unsigned char[20] a"); in TEST_F() 236 TEST_F(user, loc_types) { in TEST_F() argument 244 TEST_F(user, size_types) { in TEST_F() argument 246 TEST_PARSE("u:__test_event struct custom a 20"); in TEST_F() [all …]
|
/linux/sound/soc/tegra/ |
H A D | tegra20_spdif.h | 54 /* Transmit user Data */ 73 #define TEGRA20_SPDIF_CTRL_IE_U (1 << 20) 75 /* Interrupt when RX user FIFO attention level is reached */ 78 /* Interrupt when TX user FIFO attention level is reached */ 100 * 01 = 20bit data 152 * TX User data FIFO busy. 154 * there's data in the TX user FIFO. This bit is deassert when either, 156 * (b) there's no data left in the TX user FIFO. 179 /* RX User Data Valid flag: 1=valid IU detected, 0 = no IU detected. */ 180 #define TEGRA20_SPDIF_STATUS_IS_U (1 << 20) [all …]
|
/linux/include/uapi/linux/ |
H A D | x25.h | 6 * mar/20/00 Daniela Squassoni Disabling/enabling of facilities 9 * call user data 69 * As this is missing lots of options, user should expect major 126 __u8 calling_ae[20]; 127 __u8 called_ae[20]; 131 * Call User Data structure. 147 * Further optional call user data match length selection
|
/linux/Documentation/driver-api/thermal/ |
H A D | exynos_thermal_emulation.rst | 14 TMU's operation. User can set temperature manually with software code 15 and TMU will read current temperature from user value not from sensor's 27 (Exynos also supports user changeable delay time which would be used to 54 20 | | | +---------- 60 emulation : 0 50 | 70 | 20 | 0 61 current temp: sensor 50 70 20 sensor
|
/linux/Documentation/admin-guide/acpi/ |
H A D | fan_performance_states.rst | 22 -r--r--r-- 1 root root 4096 Dec 13 20:38 state0 23 -r--r--r-- 1 root root 4096 Dec 13 20:38 state1 24 -r--r--r-- 1 root root 4096 Dec 13 20:38 state10 25 -r--r--r-- 1 root root 4096 Dec 13 20:38 state11 26 -r--r--r-- 1 root root 4096 Dec 13 20:38 state2 27 -r--r--r-- 1 root root 4096 Dec 13 20:38 state3 28 -r--r--r-- 1 root root 4096 Dec 13 20:38 state4 29 -r--r--r-- 1 root root 4096 Dec 13 20:38 state5 30 -r--r--r-- 1 root root 4096 Dec 13 20:38 state6 31 -r--r--r-- 1 root root 4096 Dec 13 20:38 state7 [all …]
|
/linux/Documentation/admin-guide/thermal/ |
H A D | intel_powerclamp.rst | 50 scalability, and user experience. In many cases, clear advantage is 73 control system, where the target set point is a user-selected idle 134 it is up to the user of this driver to implement algorithms where 168 A debugfs file is provided for the user to examine compensation 278 cur_state allows user to set the desired idle percentage. Writing 0 to 282 set by the user in that current idle percentage depends on workload 303 user determine the cause of slowdown, when a powerclamp driver is in action:: 311 PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 312 3352 jacob 20 0 262m 644 428 S 286 0.0 0:17.16 spin 317 2935 jacob 20 0 696m 125m 35m S 5 3.3 0:31.11 firefox [all …]
|
/linux/arch/x86/lib/ |
H A D | usercopy_32.c | 3 * User address space access functions. 52 * clear_user - Zero a block of memory in user space. 53 * @to: Destination address, in user space. 56 * Zero a block of memory in user space. 72 * __clear_user - Zero a block of memory in user space, with less checking. 73 * @to: Destination address, in user space. 76 * Zero a block of memory in user space. Caller must check 111 "12: movl 20(%4), %%edx\n" in __copy_user_intel() 113 "14: movl %%edx, 20(%3)\n" in __copy_user_intel() 119 "20: movl 36(%4), %%edx\n" in __copy_user_intel() [all …]
|
/linux/Documentation/trace/ |
H A D | user_events.rst | 2 user_events: User-based Event Tracing 9 User based trace events allow user processes to create events and trace data 18 delete user based events via the u: prefix. The format of the command to 37 Registering within a user process is done via ioctl() out to the 83 must be naturally aligned and write accessible within the user program. 119 User based events show up under tracefs like any other event under the 147 Basic types are supported (__data_loc, u32, u64, int, char, char[20], etc). 148 User programs are encouraged to use clearly sized types like u32. 150 **NOTE:** *Long is not supported since size can vary between user and kernel.* 153 This allows user programs to describe custom structs out to tools, if required. [all …]
|
/linux/Documentation/admin-guide/gpio/ |
H A D | gpio-aggregator.rst | 16 accessible for a user, or it is not. 19 aggregating them into a new gpio_chip, which can be assigned to a group or user 52 line 19 of "e6052000.gpio" and GPIO lines 20-21 of 57 $ echo 'e6052000.gpio 19 e6050000.gpio 20-21' > new_device 78 allows the user to communicate with an SPI device from userspace. 90 <&gpio2 20 GPIO_ACTIVE_LOW>;
|
/linux/arch/m68k/ifpsp060/ |
H A D | CHANGES | 57 For example, if a user executed "fsin.x ADDR,fp0" where 61 return value, the user program will continue to the 76 as described in the MC68060 User's Manual. 90 bit 20:19 = 00 (TT) 96 "call-out" stub by the user as appropriate. The MC68060 User's Manual 111 bit 22:21 = xx (SIZE; see MC68060 User's Manual) 112 bit 20:19 = 00 (TT) 118 "call-out" stub by the user as appropriate. The MC68060 User's Manual
|
/linux/drivers/base/power/ |
H A D | trace.c | 71 * - 0-15: user-settable 86 static int set_magic_time(unsigned int user, unsigned int file, unsigned int device) in set_magic_time() argument 88 unsigned int n = user + USERHASH*(file + FILEHASH*device); in set_magic_time() 111 time.tm_min = (n % 20) * 3; in set_magic_time() 112 n /= 20; in set_magic_time() 135 val += (time.tm_min / 3) * 100 * 12 * 28 * 24; /* 20 3-minute intervals */ in read_magic_time() 140 * This is just the sdbm hash function with a user-supplied 167 void generate_pm_trace(const void *tracedata, unsigned int user) in generate_pm_trace() argument 176 user_hash_value = user % USERHASH; in generate_pm_trace() 289 unsigned int user, file, dev; in late_resume_init() local [all …]
|
/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-iter.rst | 37 (e.g., one task, one bpf_map, etc.). User space can *read* kernel iterator 45 program can iterate over map elements for that map. User can have a bpf 47 aggregation, etc. without copying data to user space. 49 User can then *cat PATH* to see the bpf iterator output. 67 **# bpftool iter pin bpf_iter_hashmap.o /sys/fs/bpf/my_hashmap map id 20** 72 id 20, and pin it to /sys/fs/bpf/my_hashmap
|
/linux/fs/smb/client/ |
H A D | xattr.c | 26 #define CIFS_XATTR_ATTRIB "cifs.dosattrib" /* full name: user.cifs.dosattrib */ 27 #define CIFS_XATTR_CREATETIME "cifs.creationtime" /* user.cifs.creationtime */ 30 * confusing users and using the 20+ year old term 'cifs' when it is no longer 36 #define SMB3_XATTR_ATTRIB "smb3.dosattrib" /* full name: user.smb3.dosattrib */ 37 #define SMB3_XATTR_CREATETIME "smb3.creationtime" /* user.smb3.creationtime */ 133 cifs_dbg(FYI, "%s:setting user xattr %s\n", __func__, name); in cifs_xattr_set() 291 cifs_dbg(FYI, "%s:querying user xattr %s\n", __func__, name); in cifs_xattr_get() 416 /* os2.* attributes are treated like user.* attributes */ 433 * confusing users and using the 20 year old term 'cifs' when it is no 453 * confusing users and using the 20 year old term 'cifs' when it is no [all …]
|
/linux/arch/x86/include/asm/ |
H A D | sgx.h | 3 * Copyright(c) 2016-20 Intel Corporation. 83 SGX_PAGE_NOT_MODIFIABLE = 20, 159 * @config_id: a user-defined value that is used in key derivation 160 * @isv_prod_id: a user-defined value that is used in key derivation 161 * @isv_svn: a user-defined value that is used in key derivation 162 * @config_svn: a user-defined value that is used in key derivation 335 #define SGX_SIGSTRUCT_RESERVED2_SIZE 20 365 * @isvprodid: a user-defined value that is used in key derivation 366 * @isvsvn: a user-defined value that is used in key derivation 371 u8 reserved2[20];
|
/linux/arch/xtensa/kernel/ |
H A D | vectors.S | 4 * This file contains all exception vectors (user, kernel, and double), 20 * We use a two-level table approach. The user and kernel exception vectors 41 * Note: Neither the kernel nor the user exception handler generate literals. 60 * User exception vector. (Exceptions with PS.UM == 1, PS.EXCM == 0) 119 * to read data from an invalid address in user space. 126 * cases go through the double exception vector than through the user and 130 * happens when accessing user-space memory with the user's permissions 139 * zero indicates to use the default kernel/user exception handler. 187 * - Fixup handlers can jump to the default kernel and user exception 252 * We return to the instruction in user space that caused the window [all …]
|
/linux/arch/loongarch/kernel/ |
H A D | unaligned.c | 98 case 20: in read_fpr() 99 READ_FPR(20, __value); in read_fpr() 207 case 20: in write_fpr() 208 WRITE_FPR(20, value); in write_fpr() 253 bool user = user_mode(regs); in emulate_load_store_insn() local 260 __get_inst(&insn.word, pc, user); in emulate_load_store_insn() 421 if (user && !access_ok(addr, size)) in emulate_load_store_insn() 455 if (user) in emulate_load_store_insn()
|
/linux/drivers/i3c/master/mipi-i3c-hci/ |
H A D | xfer_mode_rate.h | 54 #define XFERRATE_I3C_SDR_USER6 0x06 /* User Defined */ 55 #define XFERRATE_I3C_SDR_USER7 0x07 /* User Defined */ 59 #define XFERRATE_I2C_USER2 0x02 /* User Defined */ 60 #define XFERRATE_I2C_USER3 0x03 /* User Defined */ 61 #define XFERRATE_I2C_USER4 0x04 /* User Defined */ 62 #define XFERRATE_I2C_USER5 0x05 /* User Defined */ 63 #define XFERRATE_I2C_USER6 0x06 /* User Defined */ 64 #define XFERRATE_I2C_USER7 0x07 /* User Defined */ 76 #define XFERRATE_RATE_ID GENMASK(22, 20)
|
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs_htt_stats.h | 35 HTT_STATS_TX_DE_CLASSIFY_STATUS_TAG = 20, 139 #define HTT_TX_PDEV_NUM_SCHED_ORDER_LOG 20 314 #define HTT_MSDU_FLOW_STATS_DROP_RULE BIT(20) 467 /* element 0: 20 MHz, 1: 40 MHz, 2: 80 MHz, 3: 160 and 80+80 MHz */ 505 /* element 0: 20 MHz, 1: 40 MHz, 2: 80 MHz, 3: 160 and 80+80 MHz */ 613 /* Histogram of number of user fes result, HTT_TX_HWQ_MAX_FES_RESULT_STATS */ 657 u32 delayed_bar_1; /* MU user 1 */ 658 u32 delayed_bar_2; /* MU user 2 */ 659 u32 delayed_bar_3; /* MU user 3 */ 660 u32 delayed_bar_4; /* MU user 4 */ [all …]
|
/linux/tools/tracing/rtla/sample/ |
H A D | timerlat_load.py | 16 # for the python process to get the CPU. The Ret from user Timer Latency is 20 # This is just an example, the load is reading 20MB of data from /dev/full 27 parser = argparse.ArgumentParser(description='user-space timerlat thread in Python') 66 data_fd.read(20 * 1024 * 1024)
|
/linux/include/linux/sched/ |
H A D | prio.h | 6 #define MIN_NICE -20 23 * Convert user-nice values [ -20 ... 0 ... 19 ] 31 * Convert nice value [19,-20] to rlimit style value [1,40]. 39 * Convert rlimit style value [1,40] to nice value [-20, 19].
|
/linux/arch/m68k/fpsp040/ |
H A D | x_store.S | 100 | dest_dbl --- write double precision value to user space 155 bfextu %d1{#1:#20},%d1 |get upper 20 bits of ms 167 exg %a0,%a1 |a0=supervisor source, a1=user dest 168 bsrl mem_write |move the number to the user's memory 171 | dest_sgl --- write single precision value to user space 231 exg %a0,%a1 |a0=supervisor source, a1=user dest 233 bsrl mem_write |move the number to the user's memory 251 exg %a0,%a1 |a0=supervisor source, a1=user dest 252 bsrl mem_write |move the number to the user's memory
|
/linux/sound/oss/dmasound/ |
H A D | dmasound_core.c | 42 * 1995/9/20 Torsten Scherer: 125 * if user param entry is < 256 the value is taken to 159 * If the user opens O_RDWR and then splits record & play between two threads 308 /* if the user has requested a non-existent translation don't try in sound_copy_translate() 467 /* OK. If the user has set fragment parameters explicitly, then we in sq_setup() 469 Invalid user fragment params can occur if we allow the whole buffer in sq_setup() 470 to be used when the user requests the fragments sizes (with no soft in sq_setup() 471 x-lation) and then the user subsequently sets a soft x-lation that in sq_setup() 474 Othwerwise (if the user did not set them) OSS says that we should in sq_setup() 483 /* set up the user info */ in sq_setup() [all …]
|
/linux/sound/pci/ca0106/ |
H A D | ca0106.h | 47 * 0.0.20 75 #define IPR_SPDIF_IN_USER 0x00004000 /* SPDIF input user data has 16 more bits */ 76 #define IPR_SPDIF_OUT_USER 0x00002000 /* SPDIF output user data needs 16 more bits */ 95 #define INTE_SPDIF_IN_USER 0x00004000 /* SPDIF input user data has 16 more bits */ 96 #define INTE_SPDIF_OUT_USER 0x00002000 /* SPDIF output user data needs 16 more bits */ 257 #define SPCS_WORD_LENGTH_20A 0x0000000a /* Word Length 20 bit */ 258 #define SPCS_WORD_LENGTH_20 0x00000009 /* Word Length 20 bit (both 0xa and 0x9 are 20 bit) */ 293 * Wide SPDIF format [3:0] (one bit for each channel) (0=20bit, 1=24bit) 298 * SPDIF 0 User data [7:0] 299 * SPDIF 1 User data [15:8] [all …]
|
/linux/net/wireless/ |
H A D | reg.c | 249 REG_RULE(2412-10, 2462+10, 40, 6, 20, 0), 251 REG_RULE(2467-10, 2472+10, 20, 6, 20, 255 REG_RULE(2484-10, 2484+10, 20, 6, 20, 259 REG_RULE(5180-10, 5240+10, 80, 6, 20, 264 REG_RULE(5260-10, 5320+10, 80, 6, 20, 270 REG_RULE(5500-10, 5720+10, 160, 6, 20, 275 REG_RULE(5745-10, 5825+10, 80, 6, 20, 442 "Unexpected user alpha2: %c%c\n", in is_user_regdom_saved() 651 #define FWDB_VERSION 20 1151 * IE has been processed or a user wants to help compliance further in reg_get_regdomain() [all …]
|