Searched full:takes (Results 1 – 25 of 2345) sorted by relevance
12345678910>>...94
/linux-6.14.4/Documentation/userspace-api/ |
D | ntsync.rst | 108 Create a semaphore object. Takes a pointer to struct 123 Create a mutex object. Takes a pointer to struct 139 Create an event object. Takes a pointer to struct 157 Post to a semaphore object. Takes a pointer to a 32-bit integer, 170 Release a mutex object. Takes a pointer to struct 191 Signal an event object. Takes a pointer to a 32-bit integer, which on 199 Designal an event object. Takes a pointer to a 32-bit integer, which 205 unsignaled state. Takes a pointer to a 32-bit integer, which on 218 Read the current state of a semaphore object. Takes a pointer to 230 Read the current state of a mutex object. Takes a pointer to struct [all …]
|
/linux-6.14.4/Documentation/kbuild/ |
D | kconfig-macro-language.rst | 96 Like Make, Kconfig provides several built-in functions. Every function takes a 99 In Make, every built-in function takes at least one argument. Kconfig allows 117 The "info" function takes a single argument and prints it to stdout. 122 The "warning-if" function takes two arguments. If the condition part is "y", 133 The 'filename' takes no argument, and $(filename) is expanded to the file 138 The 'lineno' takes no argument, and $(lineno) is expanded to the line number
|
D | kbuild.rst | 135 Setting "V=..." takes precedence over KBUILD_VERBOSE. 142 Setting "M=..." takes precedence over KBUILD_EXTMOD. 155 Setting "O=..." takes precedence over KBUILD_OUTPUT. 161 Setting "MO=..." takes precedence over KBUILD_EXTMOD_OUTPUT. 170 Setting "W=..." takes precedence over KBUILD_EXTRA_WARN.
|
/linux-6.14.4/Documentation/devicetree/bindings/pinctrl/ |
D | pincfg-node.yaml | 37 description: pull up the pin. Takes as optional argument on hardware 44 description: pull down the pin. Takes as optional argument on hardware 51 description: use pin-default pull state. Takes as optional argument on 104 description: Takes the debounce time in usec as argument or 0 to disable
|
/linux-6.14.4/include/uapi/linux/ |
D | i2c-dev.h | 17 * - I2C_FUNCS, takes pointer to an unsigned long 18 * - I2C_RDWR, takes pointer to struct i2c_rdwr_ioctl_data 19 * - I2C_SMBUS, takes pointer to struct i2c_smbus_ioctl_data
|
D | tee.h | 85 * Takes a tee_ioctl_version_data struct and returns with the TEE version 250 * Takes a struct tee_ioctl_buf_data which contains a struct 281 * Takes a struct tee_ioctl_buf_data which contains a struct 336 * Takes a struct tee_ioctl_buf_data which contains a struct 357 * Takes a struct tee_ioctl_buf_data which contains a struct
|
/linux-6.14.4/Documentation/mm/ |
D | split_page_table_lock.rst | 17 maps PTE and takes PTE table lock, returns pointer to PTE with 33 allocates PTE table if needed and takes its lock, returns pointer to 36 takes PMD table lock, returns pointer to taken lock; 56 takes pmd split lock for PMD_SIZE page, mm->page_table_lock
|
/linux-6.14.4/Documentation/virt/kvm/devices/ |
D | s390_flic.rst | 71 Register an I/O adapter interrupt source. Takes a kvm_s390_io_adapter 97 Modifies attributes of an existing I/O adapter interrupt source. Takes 121 AIS capability is enabled. Takes a kvm_s390_ais_req describing:: 148 Gets or sets the adapter-interruption-suppression mode for all ISCs. Takes
|
/linux-6.14.4/Documentation/admin-guide/device-mapper/ |
D | dm-io.rst | 22 The first I/O service type takes a list of memory pages as the data buffer for 37 The second I/O service type takes an array of bio vectors as the data buffer 48 The third I/O service type takes a pointer to a vmalloc'd memory buffer as the
|
/linux-6.14.4/arch/powerpc/mm/kasan/ |
D | init_book3s_64.c | 45 * This takes us from c000... to c008... in kasan_init() 48 * This takes us from c008... to c00a... in kasan_init() 50 * This takes us up to where we start at c00e... in kasan_init()
|
/linux-6.14.4/Documentation/security/ |
D | siphash.rst | 13 SipHash takes a secret key filled with randomly generated numbers and either 32 There are two variants of the function, one that takes a list of integers, and 33 one that takes a buffer:: 155 There are two variants of the function, one that takes a list of integers, and 156 one that takes a buffer::
|
/linux-6.14.4/Documentation/devicetree/bindings/i2c/ |
D | i2c-rk3x.yaml | 86 Number of nanoseconds the SCL signal takes to rise 94 Number of nanoseconds the SCL signal takes to fall 102 Number of nanoseconds the SDA signal takes to fall
|
/linux-6.14.4/Documentation/devicetree/bindings/reset/ |
D | lantiq,reset.yaml | 31 The first cell takes the reset set bit and the second cell takes the
|
/linux-6.14.4/include/linux/ |
D | xarray.h | 449 * Context: Any context. Takes and releases the RCU lock. 478 * Context: Any context. Takes and releases the RCU lock. 502 * Context: Any context. Takes and releases the RCU lock. 529 * Context: Any context. Takes and releases the RCU lock. 585 * Context: Any context. Takes and releases the xa_lock while 612 * Context: Process context. Takes and releases the xa_lock while 638 * Context: Any context. Takes and releases the xa_lock while 662 * Context: Process context. Takes and releases the xa_lock while 688 * Context: Any context. Takes and releases the xa_lock. May sleep 716 * Context: Any context. Takes and releases the xa_lock while [all …]
|
D | iopoll.h | 19 * @op: accessor function (takes @args as its arguments) 64 * @op: accessor function (takes @args as its arguments) 118 * @op: accessor function (takes @addr as its only argument) 139 * @op: accessor function (takes @addr as its only argument)
|
D | skbuff_ref.h | 16 * Takes an additional reference on the paged fragment @frag. 28 * Takes an additional reference on the @f'th paged fragment of @skb.
|
/linux-6.14.4/include/asm-generic/ |
D | cmpxchg-local.h | 12 * Generic version of __cmpxchg_local (disables interrupts). Takes an unsigned 52 * Generic version of __cmpxchg64_local. Takes an u64 parameter.
|
/linux-6.14.4/drivers/platform/x86/ |
D | meegopad_anx7428.c | 10 * The ANX7428 has a microcontroller which takes care of the PD 13 * connector. It also takes care of HPD and AUX channel routing for 19 * power on the ANX7428 at boot. This driver takes care of powering
|
/linux-6.14.4/drivers/gpu/drm/tests/ |
D | drm_modes_test.c | 62 * pixel clock of 13.5 MHz, a pixel takes around 74ns, so we in drm_test_modes_analog_tv_ntsc_480i() 120 * clock of 13.5 MHz, a pixel takes around 74ns, so we need to in drm_test_modes_analog_tv_pal_576i() 174 * clock of 13.5 MHz, a pixel takes around 74ns, so we need to in drm_test_modes_analog_tv_mono_576i()
|
/linux-6.14.4/drivers/iio/light/ |
D | zopt2201.c | 43 #define ZOPT2201_MEAS_RES_20BIT 0 /* takes 400 ms */ 44 #define ZOPT2201_MEAS_RES_19BIT 1 /* takes 200 ms */ 45 #define ZOPT2201_MEAS_RES_18BIT 2 /* takes 100 ms, default */ 46 #define ZOPT2201_MEAS_RES_17BIT 3 /* takes 50 ms */ 47 #define ZOPT2201_MEAS_RES_16BIT 4 /* takes 25 ms */ 48 #define ZOPT2201_MEAS_RES_13BIT 5 /* takes 3.125 ms */
|
/linux-6.14.4/drivers/md/ |
D | dm-builtin.c | 20 * 1. Some other process takes a reference to dm kobject 35 * Note that if the process that takes the foreign reference to dm kobject
|
/linux-6.14.4/Documentation/arch/riscv/ |
D | vector.rst | 49 enablement status of current thread, and the setting at bit[3:2] takes place 58 PR_RISCV_V_VSTATE_CTRL_DEFAULT here takes no effect but to set back 81 * A valid setting for PR_RISCV_V_VSTATE_CTRL_CUR_MASK takes place
|
/linux-6.14.4/Documentation/driver-api/memory-devices/ |
D | ti-emif.rst | 31 This driver takes care of only LPDDR2 memories presently. The 51 affecting EMIF and takes appropriate actions when these are invoked.
|
/linux-6.14.4/drivers/net/phy/ |
D | open_alliance_helpers.c | 28 * This function takes a register value from the HDD.TDR register and converts 60 * This function takes a register value from the HDD.TDR register and extracts
|
/linux-6.14.4/drivers/auxdisplay/ |
D | hd44780.c | 112 /* The shortest command takes at least 120 us */ in hd44780_write_cmd_gpio8() 123 /* The shortest data takes at least 45 us */ in hd44780_write_data_gpio8() 151 /* The shortest command takes at least 120 us */ in hd44780_write_cmd_gpio4() 179 /* The shortest data takes at least 45 us */ in hd44780_write_data_gpio4()
|
12345678910>>...94