Searched refs:second (Results 26 - 50 of 130) sorted by relevance

123456

/linux-master/arch/arm/kernel/
H A Dpatch.c75 u16 second = __opcode_thumb32_second(insn); local
84 *addrh1 = __opcode_to_mem_thumb16(second);
H A Dsys_oabi-compat.c52 * struct epoll_event has its second member shifted also affecting the
391 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third, argument
398 second, NULL);
402 second,
405 return sys_ipc(call, first, second, third, ptr, fifth);
423 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third, argument
/linux-master/arch/sparc/kernel/
H A Dunaligned_64.c451 u64 first = 0, second = 0; local
462 second = *(u64 *)&f->regs[freg+2];
477 first = __swab64p(&second);
478 second = tmp;
490 __put_user (second >> 32, (u32 __user *)(addr + 8)) ||
491 __put_user ((u32)second, (u32 __user *)(addr + 12))) {
614 u32 first, second; local
620 first = second = 0;
623 err = get_user(second, (u32 __user *)(sfar + 4));
627 first = second
[all...]
H A Dsystbls.h34 unsigned long second,
/linux-master/arch/alpha/include/asm/
H A Derr_common.h71 u8 second; member in struct:el_timestamp::__anon52
/linux-master/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi-rockchip.c871 * we have found the second, so will either return it
905 struct device *second; local
909 second = dw_mipi_dsi_rockchip_find_second(dsi);
910 if (IS_ERR(second))
911 return PTR_ERR(second);
913 if (second) {
916 master2 = of_property_read_bool(second->of_node,
935 dsi->slave = dev_get_drvdata(second);
943 put_device(second);
1031 struct device *second; local
1080 struct device *second; local
[all...]
/linux-master/net/netfilter/
H A Dxt_time.c28 u_int8_t second; /* (0-59) */ member in struct:xtm
86 r->second = v % 60;
/linux-master/arch/s390/kernel/
H A Dsyscall.c72 SYSCALL_DEFINE5(s390_ipc, uint, call, int, first, unsigned long, second,
85 return ksys_ipc(call, first, second, third, ptr, third);
/linux-master/arch/m68k/apollo/
H A Dconfig.c187 t->tm_sec=rtc->second;
197 rtc->second=t->tm_sec;
/linux-master/tools/testing/selftests/user_events/
H A Ddyn_test.c145 static int check_match(int *check, const char *first, const char *second, bool *match) argument
156 if (reg_event(fd, check, 30, second) == -1) {
/linux-master/arch/m68k/include/asm/
H A Dapollohw.h44 unsigned char second, alarm_second; member in struct:mc146818
/linux-master/arch/arm/include/asm/
H A Dsyscalls.h38 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third,
/linux-master/drivers/rtc/
H A Drtc-ds1742.c83 unsigned int year, month, day, hour, minute, second, week; local
91 second = readb(ioaddr + RTC_SECONDS) & RTC_SECONDS_MASK;
100 tm->tm_sec = bcd2bin(second);
H A Drtc-ds1553.c99 unsigned int year, month, day, hour, minute, second, week; local
107 second = readb(ioaddr + RTC_SECONDS) & RTC_SECONDS_MASK;
116 tm->tm_sec = bcd2bin(second);
H A Drtc-stk17ta8.c98 unsigned int year, month, day, hour, minute, second, week; local
109 second = readb(ioaddr + RTC_SECONDS) & RTC_SECONDS_MASK;
118 tm->tm_sec = bcd2bin(second);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_mmu.c118 bool second)
131 if (second)
172 * Return page size encoded in the second word of a HPTE, or
205 bool second = false; local
247 ptegp = kvmppc_mmu_book3s_64_get_pteg(vcpu, slbe, eaddr, second);
281 if (second)
284 second = true;
116 kvmppc_mmu_book3s_64_get_pteg(struct kvm_vcpu *vcpu, struct kvmppc_slb *slbe, gva_t eaddr, bool second) argument
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_custom_syncookie.c316 u64 first = 0, second; local
339 second = (u64)seq << 32 | ctx->tcp->source << 16 | ctx->tcp->dest;
340 hash = siphash_2u64(first, second, &test_key_siphash);
465 u64 first = 0, second; local
475 second = (u64)seq << 32 | ctx->tcp->source << 16 | ctx->tcp->dest;
476 hash = siphash_2u64(first, second, &test_key_siphash);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.h47 __le16 second; member in struct:bnxt_coredump_record
/linux-master/drivers/media/i2c/
H A Dmsp3400-driver.h91 int main, second; /* sound carrier */ member in struct:msp_state
/linux-master/drivers/auxdisplay/
H A Dcfag12864b.c56 * If high, the second ks0108 controller receives commands/data.
108 unsigned char second)
115 if (second)
107 cfag12864b_setcontrollers(unsigned char first, unsigned char second) argument
/linux-master/lib/
H A Dtest_printf.c721 const struct software_node second = { .name = "second", .parent = &first }; local
722 const struct software_node third = { .name = "third", .parent = &second };
723 const struct software_node *group[] = { &first, &second, &third, NULL };
724 const char * const full_name_second = "first/second";
725 const char * const full_name_third = "first/second/third";
726 const char * const second_name = "second";
736 test(full_name_second, "%pfw", software_node_fwnode(&second));
739 test(second_name, "%pfwP", software_node_fwnode(&second));
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_monitor.c132 int len, second = 0; local
154 second = 1;
156 } while(!second);
377 int i = 0, second = 0; local
389 second = 1;
397 if (second)
408 if (second)
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_ptp.c46 long first, second; local
55 second = gem_readl(bp, TN);
58 if (first > second) {
/linux-master/sound/pci/pcxhr/
H A Dpcxhr_core.h20 int pcxhr_load_xilinx_binary(struct pcxhr_mgr *mgr, const struct firmware *xilinx, int second);
/linux-master/arch/x86/crypto/
H A Dghash-clmulni-intel_asm.S79 # second phase of the reduction

Completed in 240 milliseconds

123456