Home
last modified time | relevance | path

Searched refs:second (Results 1 – 25 of 77) sorted by relevance

1234

/drivers/media/i2c/
A Dmsp3400-kthreads.c24 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 …]
/drivers/gpu/drm/rockchip/
A Ddw-mipi-dsi-rockchip.c910 struct device *second; in dw_mipi_dsi_rockchip_bind() local
915 if (IS_ERR(second)) in dw_mipi_dsi_rockchip_bind()
918 if (second) { in dw_mipi_dsi_rockchip_bind()
948 put_device(second); in dw_mipi_dsi_rockchip_bind()
1036 struct device *second; in dw_mipi_dsi_rockchip_host_attach() local
1058 if (IS_ERR(second)) { in dw_mipi_dsi_rockchip_host_attach()
1059 ret = PTR_ERR(second); in dw_mipi_dsi_rockchip_host_attach()
1062 if (second) { in dw_mipi_dsi_rockchip_host_attach()
1065 DRM_DEV_ERROR(second, in dw_mipi_dsi_rockchip_host_attach()
1085 struct device *second; in dw_mipi_dsi_rockchip_host_detach() local
[all …]
/drivers/rtc/
A Drtc-wilco-ec.c50 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 Drtc-mv.c71 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()
A Drtc-efi.c60 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()
207 eft.hour, eft.minute, eft.second, eft.nanosecond, in efi_procfs()
224 alm.hour, alm.minute, alm.second, alm.nanosecond, in efi_procfs()
A Drtc-ds1742.c83 unsigned int year, month, day, hour, minute, second, week; in ds1742_rtc_read_time() local
91 second = readb(ioaddr + RTC_SECONDS) & RTC_SECONDS_MASK; in ds1742_rtc_read_time()
100 tm->tm_sec = bcd2bin(second); in ds1742_rtc_read_time()
A Drtc-ds1553.c99 unsigned int year, month, day, hour, minute, second, week; in ds1553_rtc_read_time() local
107 second = readb(ioaddr + RTC_SECONDS) & RTC_SECONDS_MASK; in ds1553_rtc_read_time()
116 tm->tm_sec = bcd2bin(second); in ds1553_rtc_read_time()
A Drtc-stk17ta8.c98 unsigned int year, month, day, hour, minute, second, week; in stk17ta8_rtc_read_time() local
109 second = readb(ioaddr + RTC_SECONDS) & RTC_SECONDS_MASK; in stk17ta8_rtc_read_time()
118 tm->tm_sec = bcd2bin(second); in stk17ta8_rtc_read_time()
A Drtc-ds3232.c102 unsigned int year, month, day, hour, minute, second; in ds3232_read_time() local
110 second = buf[0]; in ds3232_read_time()
126 time->tm_sec = bcd2bin(second); in ds3232_read_time()
/drivers/gpu/drm/i915/display/
A Dintel_quirks.c99 #define SINK_OUI(first, second, third) { (first), (second), (third) } argument
100 #define SINK_DEVICE_ID(first, second, third, fourth, fifth, sixth) \ argument
101 { (first), (second), (third), (fourth), (fifth), (sixth) }
/drivers/media/pci/tw686x/
A DKconfig14 - TW6865 (4 video channels, not tested, second generation chip),
17 - TW6869 (8 video channels, second generation chip).
/drivers/of/unittest-data/
A Dtests-phandle.dtsi58 phandle-list-names = "first", "second", "third";
66 unterminated-string-list = "first", "second", [40 41 42 43];
/drivers/video/fbdev/aty/
A Dradeon_monitor.c132 int len, second = 0; in radeon_probe_OF_head() local
154 second = 1; in radeon_probe_OF_head()
156 } while(!second); in radeon_probe_OF_head()
377 int i = 0, second = 0; in radeon_parse_monitor_layout() local
389 second = 1; in radeon_parse_monitor_layout()
397 if (second) in radeon_parse_monitor_layout()
408 if (second) in radeon_parse_monitor_layout()
/drivers/auxdisplay/
A Dcfag12864b.c103 unsigned char second) in cfag12864b_setcontrollers() argument
110 if (second) in cfag12864b_setcontrollers()
/drivers/sbus/char/
A DKconfig38 CPU configuration, DIMM types, etc.). The second I2C controller
40 temperature sensors. The second controller also connects to the
/drivers/acpi/
A Dacpi_tad.c62 u8 second; /* 0 - 59 */ member
85 rt->hour > 23 || rt->minute > 59 || rt->second > 59 || in acpi_tad_set_real_time()
202 rt.second = val; in time_store()
237 rt.year, rt.month, rt.day, rt.hour, rt.minute, rt.second, in time_show()
/drivers/net/ethernet/cadence/
A Dmacb_ptp.c46 long first, second; in gem_tsu_get_time() local
55 second = gem_readl(bp, TN); in gem_tsu_get_time()
58 if (first > second) { in gem_tsu_get_time()
/drivers/net/ethernet/mellanox/mlxbf_gige/
A DKconfig11 The second generation BlueField SoC from Mellanox Technologies
/drivers/phy/rockchip/
A Dphy-rockchip-inno-dsidphy.c37 #define PHY_REG(first, second) (FIRST_ADDRESS(first) | \ argument
38 SECOND_ADDRESS(second))
285 u8 first, u8 second, u8 mask, u8 val) in phy_update_bits() argument
287 u32 reg = PHY_REG(first, second) << 2; in phy_update_bits()
/drivers/video/fbdev/riva/
A Dnv_driver.c52 riva_is_connected(struct riva_par *par, Bool second) in riva_is_connected() argument
58 if(second) PRAMDAC += 0x800; in riva_is_connected()
/drivers/scsi/
A Dsr_ioctl.c100 tocentry->cdte_addr.msf.second = buffer[10]; in sr_read_tocentry()
150 cgc.cmd[4] = trk0_te.cdte_addr.msf.second; in sr_fake_playtrkind()
153 cgc.cmd[7] = trk1_te.cdte_addr.msf.second; in sr_fake_playtrkind()
/drivers/md/dm-vdo/
A Dencodings.h1130 const struct journal_point *second) in vdo_before_journal_point() argument
1132 return ((first->sequence_number < second->sequence_number) || in vdo_before_journal_point()
1133 ((first->sequence_number == second->sequence_number) && in vdo_before_journal_point()
1134 (first->entry_count < second->entry_count))); in vdo_before_journal_point()
A Drepair.c699 const struct recovery_point *second) in before_recovery_point() argument
701 if (first->sequence_number < second->sequence_number) in before_recovery_point()
704 if (first->sequence_number > second->sequence_number) in before_recovery_point()
707 if (first->sector_count < second->sector_count) in before_recovery_point()
710 return ((first->sector_count == second->sector_count) && in before_recovery_point()
711 (first->entry_count < second->entry_count)); in before_recovery_point()
/drivers/scsi/qla2xxx/
A Dqla_inline.h45 volatile uint16_t second; in qla2x00_debounce_register() local
51 second = rd_reg_word(addr); in qla2x00_debounce_register()
52 } while (first != second); in qla2x00_debounce_register()
/drivers/gpu/drm/ingenic/
A DKconfig29 The Image Processing Unit (IPU) will appear as a second primary plane.

Completed in 70 milliseconds

1234