/Linux-v4.19/ipc/ |
D | syscall.c | 20 SYSCALL_DEFINE6(ipc, unsigned int, call, int, first, unsigned long, second, in SYSCALL_DEFINE6() argument 31 second, NULL); in SYSCALL_DEFINE6() 34 return ksys_semtimedop(first, ptr, second, in SYSCALL_DEFINE6() 37 return compat_ksys_semtimedop(first, ptr, second, in SYSCALL_DEFINE6() 43 return ksys_semget(first, second, third); in SYSCALL_DEFINE6() 50 return ksys_semctl(first, second, third, arg); in SYSCALL_DEFINE6() 55 second, third); in SYSCALL_DEFINE6() 67 return ksys_msgrcv(first, tmp.msgp, second, in SYSCALL_DEFINE6() 73 second, fifth, third); in SYSCALL_DEFINE6() 76 return ksys_msgget((key_t) first, second); in SYSCALL_DEFINE6() [all …]
|
/Linux-v4.19/lib/ |
D | siphash.c | 140 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64() argument 147 v3 ^= second; in siphash_2u64() 150 v0 ^= second; in siphash_2u64() 162 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, in siphash_3u64() argument 170 v3 ^= second; in siphash_3u64() 173 v0 ^= second; in siphash_3u64() 190 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, in siphash_4u64() argument 198 v3 ^= second; in siphash_4u64() 201 v0 ^= second; in siphash_4u64() 222 u64 siphash_3u32(const u32 first, const u32 second, const u32 third, in siphash_3u32() argument [all …]
|
D | kasprintf.c | 17 unsigned int first, second; in kvasprintf() local 29 second = vsnprintf(p, first+1, fmt, ap); in kvasprintf() 30 WARN(first != second, "different return values (%u and %u) from vsnprintf(\"%s\", ...)", in kvasprintf() 31 first, second, fmt); in kvasprintf()
|
/Linux-v4.19/arch/alpha/lib/ |
D | csum_partial_copy.c | 151 unsigned long second; in csum_partial_cfu_dest_aligned() local 153 err |= __get_user_u(second, src+1); in csum_partial_cfu_dest_aligned() 157 extqh(second, soff, first); in csum_partial_cfu_dest_aligned() 160 first = second; in csum_partial_cfu_dest_aligned() 170 unsigned long second; in csum_partial_cfu_dest_aligned() local 171 err |= __get_user_u(second, lastsrc); in csum_partial_cfu_dest_aligned() 174 extqh(second, soff, first); in csum_partial_cfu_dest_aligned() 265 unsigned long second, word; in csum_partial_cfu_unaligned() local 268 err |= __get_user_u(second, src+1); in csum_partial_cfu_unaligned() 272 extqh(second, soff, first); in csum_partial_cfu_unaligned() [all …]
|
/Linux-v4.19/sound/firewire/ |
D | amdtp-stream-trace.h | 20 __field(unsigned int, second) 33 __entry->second = cycles / CYCLES_PER_SECOND; 47 __entry->second, 64 __field(unsigned int, second) 77 __entry->second = cycles / CYCLES_PER_SECOND; 91 __entry->second, 108 __field(unsigned int, second) 121 __entry->second = cycles / CYCLES_PER_SECOND; 135 __entry->second, 152 __field(unsigned int, second) [all …]
|
/Linux-v4.19/arch/arm/include/asm/ |
D | opcodes.h | 149 #define __opcode_thumb32_compose(first, second) ( \ argument 151 | ___opcode_identity32(___opcode_identity16(second)) \ 155 #define ___asm_opcode_thumb32_compose(first, second) ( \ argument 157 | ___asm_opcode_identity32(___asm_opcode_identity16(second)) \ 223 #define ___inst_thumb32(first, second) .short first, second argument 227 #define ___inst_thumb32(first, second) \ argument 228 ".short " __stringify(first) ", " __stringify(second) "\n\t"
|
/Linux-v4.19/fs/fat/ |
D | misc.c | 193 time64_t second; in fat_time_fat2unix() local 206 second = (time & 0x1f) << 1; in fat_time_fat2unix() 207 second += ((time >> 5) & 0x3f) * SECS_PER_MIN; in fat_time_fat2unix() 208 second += (time >> 11) * SECS_PER_HOUR; in fat_time_fat2unix() 209 second += (time64_t)(year * 365 + leap_day in fat_time_fat2unix() 214 second += sys_tz.tz_minuteswest * SECS_PER_MIN; in fat_time_fat2unix() 216 second -= sbi->options.time_offset * SECS_PER_MIN; in fat_time_fat2unix() 219 ts->tv_sec = second + (time_cs / 100); in fat_time_fat2unix() 222 ts->tv_sec = second; in fat_time_fat2unix()
|
/Linux-v4.19/arch/arm/kernel/ |
D | insn.c | 10 unsigned long first, second; in __arm_gen_branch_thumb2() local 29 second = 0x9000 | (j1 << 13) | (j2 << 11) | imm11; in __arm_gen_branch_thumb2() 31 second |= 1 << 14; in __arm_gen_branch_thumb2() 33 return __opcode_thumb32_compose(first, second); in __arm_gen_branch_thumb2()
|
/Linux-v4.19/Documentation/devicetree/bindings/gpio/ |
D | gpio-xilinx.txt | 12 second cell is used to specify optional parameters (currently unused). 21 - xlnx,is-dual : if 1, controller also uses the second channel 22 - xlnx,all-inputs-2 : as above but for the second channel 23 - xlnx,dout-default-2 : as above but the second channel 24 - xlnx,gpio2-width : as above but for the second channel 25 - xlnx,tri-default-2 : as above but for the second channel
|
D | fsl-imx-gpio.txt | 8 by low 16 pins and the second one is for high 16 pins. 11 the second cell is used to specify the gpio polarity: 16 The second cell bits[3:0] is used to specify trigger type and level flags:
|
/Linux-v4.19/fs/isofs/ |
D | util.c | 21 int year, month, day, hour, minute, second, tz; in iso_date() local 29 second = p[5]; in iso_date() 36 crtime = mktime64(year+1900, month, day, hour, minute, second); in iso_date()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | sys_sparc_64.c | 333 SYSCALL_DEFINE6(sparc_ipc, unsigned int, call, int, first, unsigned long, second, in SYSCALL_DEFINE6() argument 343 (unsigned int)second, NULL); in SYSCALL_DEFINE6() 346 err = sys_semtimedop(first, ptr, (unsigned int)second, in SYSCALL_DEFINE6() 351 err = sys_semget(first, (int)second, (int)third); in SYSCALL_DEFINE6() 354 err = sys_semctl(first, second, in SYSCALL_DEFINE6() 367 err = sys_msgsnd(first, ptr, (size_t)second, in SYSCALL_DEFINE6() 371 err = sys_msgrcv(first, ptr, (size_t)second, fifth, in SYSCALL_DEFINE6() 375 err = sys_msgget((key_t)first, (int)second); in SYSCALL_DEFINE6() 378 err = sys_msgctl(first, (int)second | IPC_64, ptr); in SYSCALL_DEFINE6() 389 err = do_shmat(first, ptr, (int)second, &raddr, SHMLBA); in SYSCALL_DEFINE6() [all …]
|
D | unaligned_64.c | 451 u64 first = 0, second = 0; in handle_ldf_stq() local 462 second = *(u64 *)&f->regs[freg+2]; in handle_ldf_stq() 477 first = __swab64p(&second); in handle_ldf_stq() 478 second = tmp; in handle_ldf_stq() 490 __put_user (second >> 32, (u32 __user *)(addr + 8)) || in handle_ldf_stq() 491 __put_user ((u32)second, (u32 __user *)(addr + 12))) { in handle_ldf_stq() 614 u32 first, second; in handle_lddfmna() local 620 first = second = 0; in handle_lddfmna() 623 err = get_user(second, (u32 __user *)(sfar + 4)); in handle_lddfmna() 627 first = second = 0; in handle_lddfmna() [all …]
|
/Linux-v4.19/drivers/media/i2c/ |
D | msp3400-kthreads.c | 33 int main, second; member 385 if (state->main == state->second) in msp3400c_print_mode() 396 state->second / 910000, (state->second/910) % 1000); in msp3400c_print_mode() 400 state->second / 910000, (state->second / 910) % 1000); in msp3400c_print_mode() 401 if (state->mode == MSP_MODE_FM_TERRA && state->main != state->second) { in msp3400c_print_mode() 404 state->second / 910000, (state->second / 910) % 1000); in msp3400c_print_mode() 611 state->second = msp3400c_carrier_detect_55[max2].cdo; in msp3400c_thread() 616 state->second = msp3400c_carrier_detect_55[max2].cdo; in msp3400c_thread() 627 state->second = MSP_CARRIER(6.552); in msp3400c_thread() 635 state->second = msp3400c_carrier_detect_65[max2].cdo; in msp3400c_thread() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/dma/ |
D | mv-xor-v2.txt | 9 the second set is the global registers 15 - clock-names: mandatory if there is a second clock, in this case the 16 name must be "core" for the first clock and "reg" for the second
|
/Linux-v4.19/Documentation/devicetree/bindings/serial/ |
D | pl011.txt | 11 and may contain a second name named "sleep". The former 18 to the external serial line, whereas the second clock 24 "uartclk" and the second clock listed must be named 28 The first one must be named "rx", the second one
|
/Linux-v4.19/Documentation/scsi/ |
D | aha152x.txt | 41 override for the second controller 72 configuration override for second controller 77 IOPORT for first and second controller 80 IRQ for first and second controller 83 SCSIID for first and second controller 86 allow targets to disconnect for first and second controller 89 use parity for first and second controller 92 enable synchronous transfers for first and second controller 95 reset DELAY for first and second controller 98 enable extended translation for first and second controller
|
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/ |
D | cdns,xtensa-pic.txt | 9 When it's 2, the first cell is the IRQ number, and the second cell 20 * two cells: second cell == 0: internal irq number 21 * second cell == 1: external irq number
|
D | cdns,xtensa-mx.txt | 13 * two cells: second cell == 0: internal irq number 14 * second cell == 1: external irq number
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-efi.c | 65 eft->second = wtime->tm_sec; in convert_to_efi_time() 76 if (eft->second >= 60) in convert_from_efi_time() 78 wtime->tm_sec = eft->second; in convert_from_efi_time() 211 eft.hour, eft.minute, eft.second, eft.nanosecond, in efi_procfs() 227 alm.hour, alm.minute, alm.second, alm.nanosecond, in efi_procfs()
|
D | rtc-mv.c | 74 unsigned int year, month, day, hour, minute, second, wday; in mv_rtc_read_time() local 79 second = rtc_time & 0x7f; in mv_rtc_read_time() 88 tm->tm_sec = bcd2bin(second); in mv_rtc_read_time() 105 unsigned int year, month, day, hour, minute, second, wday; in mv_rtc_read_alarm() local 110 second = rtc_time & 0x7f; in mv_rtc_read_alarm() 119 alm->time.tm_sec = bcd2bin(second); in mv_rtc_read_alarm()
|
/Linux-v4.19/Documentation/devicetree/bindings/crypto/ |
D | inside-secure-safexcel.txt | 12 - clocks: Reference to the crypto engine clocks, the second clock is 14 - clock-names: mandatory if there is a second clock, in this case the 16 the second one.
|
/Linux-v4.19/Documentation/devicetree/bindings/rng/ |
D | omap_rng.txt | 16 "inside-secure,safexcel-eip76" compatible, the second clock is 18 - clock-names: mandatory if there is a second clock, in this case the 19 name must be "core" for the first clock and "reg" for the second
|
/Linux-v4.19/Documentation/trace/ |
D | events-power.rst | 59 The second parameter is '1' for enable, '0' for disable, the target 70 The second parameter is the power domain target state. 84 The second parameter is value to be added/updated/removed. 92 The second parameter is the previous QoS value. 104 The second parameter gives the request type (e.g. "DEV_PM_QOS_RESUME_LATENCY").
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | samsung,tm2-audio.txt | 9 the second entry should be phandle of the HDMI 13 the second one I2S1 17 connection's sink, the second being the connection's
|