Home
last modified time | relevance | path

Searched refs:year (Results 176 – 200 of 355) sorted by relevance

12345678910>>...15

/openbmc/linux/arch/alpha/kernel/
H A Derr_common.c175 timestamp->b.year, timestamp->b.hour, in el_print_timestamp()
/openbmc/linux/include/acpi/
H A Dacbuffer.h45 u16 year; member
/openbmc/linux/include/linux/mmc/
H A Dcard.h19 unsigned short year; member
/openbmc/linux/drivers/power/supply/
H A Dsbs-battery.c878 u16 day, month, year; in sbs_get_battery_manufacture_date() local
886 year = ((ret & GENMASK(15, 9)) >> 9) + 1980; in sbs_get_battery_manufacture_date()
890 val->intval = year; in sbs_get_battery_manufacture_date()
/openbmc/pldm/common/
H A Dutils.cpp182 bool uintToDate(uint64_t data, uint16_t* year, uint8_t* month, uint8_t* day, in uintToDate() argument
192 *year = data / 10000000000; in uintToDate()
H A Dutils.hpp98 bool uintToDate(uint64_t data, uint16_t* year, uint8_t* month, uint8_t* day,
/openbmc/u-boot/include/
H A Dedid.h149 unsigned char year; member
/openbmc/u-boot/drivers/rtc/
H A DKconfig56 calendar with automatic leap year correction, 2-byte battery backed SRAM,
/openbmc/linux/drivers/mmc/core/
H A Dmmc.c100 card->cid.year = UNSTUFF_BITS(resp, 8, 4) + 1997; in mmc_decode_cid()
117 card->cid.year = UNSTUFF_BITS(resp, 8, 4) + 1997; in mmc_decode_cid()
529 if (card->cid.year < 2010) in mmc_decode_ext_csd()
530 card->cid.year += 16; in mmc_decode_ext_csd()
791 MMC_DEV_ATTR(date, "%02d/%04d\n", card->cid.month, card->cid.year);
/openbmc/linux/drivers/iio/imu/
H A Dadis16475.c157 u16 md, year; in adis16475_show_firmware_date() local
162 ret = adis_read_reg_16(&st->adis, ADIS16475_REG_FIRM_Y, &year); in adis16475_show_firmware_date()
171 year); in adis16475_show_firmware_date()
H A Dadis16480.c220 u16 md, year; in adis16480_show_firmware_date() local
225 ret = adis_read_reg_16(&adis16480->adis, ADIS16480_REG_FIRM_Y, &year); in adis16480_show_firmware_date()
234 md >> 8, md & 0xff, year); in adis16480_show_firmware_date()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery-ui.structure.min.css5 …datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datep…
/openbmc/linux/include/xen/interface/
H A Dplatform.h129 uint16_t year; member
/openbmc/pldm/tools/fw-update/
H A Dpldm_fwup_pkg_creator.py91 date.year,
/openbmc/linux/drivers/media/i2c/ccs/
H A Dccs-data.c155 vv->date_year = ((u16)v->year[0] << 8) + v->year[1]; in ccs_data_parse_version()
/openbmc/linux/Documentation/process/
H A Dmanagement-style.rst82 work you had people work on for the last year. Suddenly the decision
83 you made a year ago wasn't a big decision after all, since it could be
92 - having somebody tell you that what you worked on for the last year
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D11_tcpd_blacklist.patch26 I developed this a year or so ago as a substitute for NIS netgroups.
/openbmc/u-boot/include/linux/
H A Dfb.h317 __u32 year; /* Year manufactured */ member
/openbmc/u-boot/common/
H A Dedid.c352 edid_info->week, edid_info->year + 1990); in edid_print_info()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DPolyForm-Small-Business-1.0.063 tax year. Adjust this revenue threshold for inflation according
/openbmc/linux/security/tomoyo/
H A Daudit.c167 stamp.year, stamp.month, stamp.day, stamp.hour, in tomoyo_print_header()
/openbmc/linux/Documentation/wmi/devices/
H A Ddell-wmi-ddv.rst34 of the year.
119 - bits 9 to 15 contain the manufacture year biased by 1980.
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dui-bootstrap-tpls-0.11.0.js8year=+a}},yy:{regex:"\\d{2}",apply:function(a){this.year=+a+2e3}},y:{regex:"\\d{1,4}",apply:functi…
H A Dui-bootstrap-tpls-0.11.0.min.js8year=+a}},yy:{regex:"\\d{2}",apply:function(a){this.year=+a+2e3}},y:{regex:"\\d{1,4}",apply:functi…
/openbmc/u-boot/lib/efi_loader/
H A Defi_runtime.c192 time->year = tm.tm_year; in efi_get_time_boottime()

12345678910>>...15