/linux/ipc/ |
A D | syscall.c | 31 second, NULL); in ksys_ipc() 34 return ksys_semtimedop(first, ptr, second, in ksys_ipc() 43 return ksys_semget(first, second, third); in ksys_ipc() 55 second, third); in ksys_ipc() 73 second, fifth, third); in ksys_ipc() 78 return ksys_old_msgctl(first, second, in ksys_ipc() 86 second, &raddr, SHMLBA); in ksys_ipc() 101 return ksys_shmget(first, second, third); in ksys_ipc() 103 return ksys_old_shmctl(first, second, in ksys_ipc() 163 if (first < 0 || second < 0) in compat_ksys_ipc() [all …]
|
/linux/lib/ |
A D | siphash.c | 147 v3 ^= second; in siphash_2u64() 150 v0 ^= second; in siphash_2u64() 170 v3 ^= second; in siphash_3u64() 173 v0 ^= second; in siphash_3u64() 198 v3 ^= second; in siphash_4u64() 201 v0 ^= second; in siphash_4u64() 493 v3 ^= second; in hsiphash_2u32() 495 v0 ^= second; in hsiphash_2u32() 514 v3 ^= second; in hsiphash_3u32() 516 v0 ^= second; in hsiphash_3u32() [all …]
|
A 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/arch/alpha/lib/ |
A D | csum_partial_copy.c | 138 unsigned long second; in csum_partial_cfu_dest_aligned() local 145 extqh(second, soff, first); in csum_partial_cfu_dest_aligned() 148 first = second; in csum_partial_cfu_dest_aligned() 158 unsigned long second; in csum_partial_cfu_dest_aligned() local 163 extqh(second, soff, first); in csum_partial_cfu_dest_aligned() 252 unsigned long second, word; in csum_partial_cfu_unaligned() local 260 extqh(second, soff, first); in csum_partial_cfu_unaligned() 263 first = second; in csum_partial_cfu_unaligned() 274 unsigned long second, word; in csum_partial_cfu_unaligned() local 280 extqh(second, soff, first); in csum_partial_cfu_unaligned() [all …]
|
/linux/arch/arm/include/asm/ |
A D | opcodes.h | 151 #define __opcode_thumb32_compose(first, second) ( \ argument 153 | ___opcode_identity32(___opcode_identity16(second)) \ 157 #define ___asm_opcode_thumb32_compose(first, second) ( \ argument 159 | ___asm_opcode_identity32(___asm_opcode_identity16(second)) \ 225 #define ___inst_thumb32(first, second) .short first, second argument 229 #define ___inst_thumb32(first, second) \ argument 230 ".short " __stringify(first) ", " __stringify(second) "\n\t"
|
/linux/Documentation/devicetree/bindings/gpio/ |
A D | gpio-xilinx.txt | 12 second cell is used to specify optional parameters (currently unused). 22 - xlnx,is-dual : if 1, controller also uses the second channel 23 - xlnx,all-inputs-2 : as above but for the second channel 24 - xlnx,dout-default-2 : as above but the second channel 25 - xlnx,gpio2-width : as above but for the second channel 26 - xlnx,tri-default-2 : as above but for the second channel
|
/linux/arch/arm/kernel/ |
A D | insn.c | 11 unsigned long first, second; in __arm_gen_branch_thumb2() local 30 second = 0x9000 | (j1 << 13) | (j2 << 11) | imm11; in __arm_gen_branch_thumb2() 32 second |= 1 << 14; in __arm_gen_branch_thumb2() 34 return __opcode_thumb32_compose(first, second); in __arm_gen_branch_thumb2()
|
/linux/drivers/media/i2c/ |
A D | msp3400-kthreads.c | 24 int main, second; member 376 if (state->main == state->second) in msp3400c_print_mode() 387 state->second / 910000, (state->second/910) % 1000); in msp3400c_print_mode() 391 state->second / 910000, (state->second / 910) % 1000); in msp3400c_print_mode() 395 state->second / 910000, (state->second / 910) % 1000); in msp3400c_print_mode() 606 state->second = msp3400c_carrier_detect_55[max2].cdo; in msp3400c_thread() 611 state->second = msp3400c_carrier_detect_55[max2].cdo; in msp3400c_thread() 622 state->second = MSP_CARRIER(6.552); in msp3400c_thread() 630 state->second = msp3400c_carrier_detect_65[max2].cdo; in msp3400c_thread() 636 state->second = msp3400c_carrier_detect_65[max2].cdo; in msp3400c_thread() [all …]
|
/linux/arch/sparc/kernel/ |
A D | sys_sparc_64.c | 347 (unsigned int)second, NULL); in SYSCALL_DEFINE6() 350 err = ksys_semtimedop(first, ptr, (unsigned int)second, in SYSCALL_DEFINE6() 355 err = ksys_semget(first, (int)second, (int)third); in SYSCALL_DEFINE6() 358 err = ksys_old_semctl(first, second, in SYSCALL_DEFINE6() 371 err = ksys_msgsnd(first, ptr, (size_t)second, in SYSCALL_DEFINE6() 375 err = ksys_msgrcv(first, ptr, (size_t)second, fifth, in SYSCALL_DEFINE6() 379 err = ksys_msgget((key_t)first, (int)second); in SYSCALL_DEFINE6() 382 err = ksys_old_msgctl(first, (int)second | IPC_64, ptr); in SYSCALL_DEFINE6() 393 err = do_shmat(first, ptr, (int)second, &raddr, SHMLBA); in SYSCALL_DEFINE6() 405 err = ksys_shmget(first, (size_t)second, (int)third); in SYSCALL_DEFINE6() [all …]
|
A 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/fs/fat/ |
A D | misc.c | 202 time64_t second; in fat_time_fat2unix() local 215 second = (time & 0x1f) << 1; in fat_time_fat2unix() 216 second += ((time >> 5) & 0x3f) * SECS_PER_MIN; in fat_time_fat2unix() 217 second += (time >> 11) * SECS_PER_HOUR; in fat_time_fat2unix() 218 second += (time64_t)(year * 365 + leap_day in fat_time_fat2unix() 222 second += fat_tz_offset(sbi); in fat_time_fat2unix() 225 ts->tv_sec = second + (time_cs / 100); in fat_time_fat2unix() 228 ts->tv_sec = second; in fat_time_fat2unix()
|
/linux/fs/isofs/ |
A 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/Documentation/scsi/ |
A D | aha152x.rst | 52 override for the second controller 90 configuration override for second controller 95 IOPORT for first and second controller 98 IRQ for first and second controller 101 SCSIID for first and second controller 104 allow targets to disconnect for first and second controller 107 use parity for first and second controller 110 enable synchronous transfers for first and second controller 113 reset DELAY for first and second controller 116 enable extended translation for first and second controller
|
/linux/drivers/gpu/drm/rockchip/ |
A D | dw-mipi-dsi-rockchip.c | 899 struct device *second; in dw_mipi_dsi_rockchip_bind() local 904 if (IS_ERR(second)) in dw_mipi_dsi_rockchip_bind() 905 return PTR_ERR(second); in dw_mipi_dsi_rockchip_bind() 907 if (second) { in dw_mipi_dsi_rockchip_bind() 937 put_device(second); in dw_mipi_dsi_rockchip_bind() 1002 struct device *second; in dw_mipi_dsi_rockchip_host_attach() local 1024 if (IS_ERR(second)) in dw_mipi_dsi_rockchip_host_attach() 1026 if (second) { in dw_mipi_dsi_rockchip_host_attach() 1029 DRM_DEV_ERROR(second, in dw_mipi_dsi_rockchip_host_attach() 1043 struct device *second; in dw_mipi_dsi_rockchip_host_detach() local [all …]
|
/linux/Documentation/devicetree/bindings/dma/ |
A 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/drivers/rtc/ |
A D | rtc-efi.c | 60 eft->second = wtime->tm_sec; in convert_to_efi_time() 71 if (eft->second >= 60) in convert_from_efi_time() 73 wtime->tm_sec = eft->second; in convert_from_efi_time() 206 eft.hour, eft.minute, eft.second, eft.nanosecond, in efi_procfs() 222 alm.hour, alm.minute, alm.second, alm.nanosecond, in efi_procfs()
|
A D | rtc-wilco-ec.c | 50 u8 second; member 85 u8 second; member 107 tm->tm_sec = rtc.second; in wilco_ec_rtc_read() 145 rtc.second = bin2bcd(tm->tm_sec); in wilco_ec_rtc_write()
|
A D | rtc-mv.c | 71 unsigned int year, month, day, hour, minute, second, wday; in mv_rtc_read_time() local 76 second = rtc_time & 0x7f; in mv_rtc_read_time() 85 tm->tm_sec = bcd2bin(second); in mv_rtc_read_time() 102 unsigned int year, month, day, hour, minute, second, wday; in mv_rtc_read_alarm() local 107 second = rtc_time & 0x7f; in mv_rtc_read_alarm() 116 alm->time.tm_sec = bcd2bin(second); in mv_rtc_read_alarm()
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
A 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
|
A D | cdns,xtensa-mx.txt | 13 * two cells: second cell == 0: internal irq number 14 * second cell == 1: external irq number
|
/linux/sound/firewire/ |
A D | amdtp-stream-trace.h | 20 __field(unsigned int, second) 34 __entry->second = cycles / CYCLES_PER_SECOND; 57 __entry->second,
|
/linux/Documentation/devicetree/bindings/crypto/ |
A 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/Documentation/devicetree/bindings/sound/ |
A 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
|
/linux/Documentation/userspace-api/media/drivers/ |
A D | cx2341x-uapi.rst | 16 values, the second containing UV macroblocks. 22 second 16 bytes are the second line of the top-left block, etc. After 30 contain 8 UV value pairs (16 bytes in total). The second 16 bytes are the 31 second line of 8 UV pairs of the top-left block, etc. After transmitting 156 the first unsigned long and bits 0-3 of the second unsigned long are used for the 157 second field.
|
/linux/Documentation/devicetree/bindings/net/ |
A D | brcm,systemport.txt | 10 interrupts, and the second cell should be for the transmit queues. An 25 during normal operation, while the second phandle is the Wake-on-LAN clock. 27 name should be "sw_sysport" and second should be "sw_sysportwol".
|