Home
last modified time | relevance | path

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

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/gls/
Dgls_racp.c59 if (p_compared_date_time->month < p_base_date_time->month) { in gls_racp_user_time_compare()
61 } else if (p_compared_date_time->month > p_base_date_time->month) { in gls_racp_user_time_compare()
Dgls.c879 p_encoded_buffer[length++] = LO_U16(p_meas->base_time.month); in gls_meas_value_encode()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/common/
Dble_prf_utils.c85 *(p_packed_val + OFFSET_2) = p_date_time->month; in prf_pack_date_time()
98 p_date_time->month = p_packed_val[OFFSET_2]; in prf_unpack_date_time()
Dble_prf_types.h100 uint8_t month; /**< month time element. */ member
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/libraries/app_log/
Dapp_log_store.h74 uint8_t month; /**< Month time element. */ member
Dapp_log_store.c161 rtc_time.year, rtc_time.month, rtc_time.day, \ in log_store_time_stamp_encode()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
Dhi_gv_clock.h29 HI_U32 month; /* Month , */ member
/device/soc/chipsea/cst85/liteos_m/sdk/modules/btdm/ble/ble_stack/hl/api/
Dhal_prf_types.h100 uint8_t month; member
/device/board/isoftstone/yangfan/kernel/src/driv/input/touchscreen/gt9xx/
Dgoodix_tool.c89 char month[4] = {0}; in tool_set_proc_name() local
96 sscanf(date, "%s %d %d", month, &n_day, &n_year); in tool_set_proc_name()
100 if (!memcmp(months[i], month, 3)) in tool_set_proc_name()
/device/board/unionman/unionpi_tiger/hardware/bt/src/
Drtk_btsnoop_net.c330 uint8_t month = (t->tm_mon + 1) & 0xFF; in rtk_btsnoop_net_write() local
337 buffer[6L] = month; in rtk_btsnoop_net_write()
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Drtk_btsnoop_net.c307 uint8_t month = (t->tm_mon + 1) & 0xFF; in rtk_btsnoop_net_write() local
315 buffer[6] = month; in rtk_btsnoop_net_write()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/cts/
Dcts.c511 if (cur_time_set.day_date_time.date_time.month <= VALUE_12) { in cts_cur_time_write_handler()
512 …_cts_env.cts_init.cur_time.day_date_time.date_time.month = cur_time_set.day_date_time.date_time.mo… in cts_cur_time_write_handler()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/uds/
Duds.h194 uint8_t month; /**< month time element of birth date. */ member
Duds.c803 date_of_birth.month = p_data[INDEX_2]; in uds_date_of_birth_write_handler()
806 if (date_of_birth.month > MONTH_12 || (date_of_birth.day > DAY_31) ||\ in uds_date_of_birth_write_handler()
938 uds_chars_val.date_of_birth.month = MONTH_01; in uds_op_regist_new_user_handler()
1499 uds_chars_val.date_of_birth.month = MONTH_01; in uds_regist_new_user()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/halmac/halmac_88xx/
Dhalmac_fw_88xx.c525 ver->build_time.month = info->build_time.month; in get_fw_version_88xx()
545 info->build_time.month = *(fw_bin + WLAN_FW_HDR_MONTH); in update_fw_info_88xx()
559 info->build_time.year, info->build_time.month, in update_fw_info_88xx()
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
Drk-camera-module.h123 __u32 month; member
/device/board/isoftstone/yangfan/kernel/src/incl/uapi/linux/
Drk-camera-module.h147 __u32 month; member
/device/board/isoftstone/yangfan/kernel/src/driv/media/i2c/
Dgc8034.c117 u32 month; member
1270 otp_ptr->month = info[5]; in gc8034_otp_read()
1276 otp_ptr->month, in gc8034_otp_read()
1575 inf->fac.month = otp->month; in gc8034_get_otp()
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
Drk-camera-module.h218 __u32 month; member
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/bps/
Dbps.c429 p_encoded_buffer[length++] = p_meas->time_stamp.month; in bps_measurement_encode()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/cts_c/
Dcts_c.c193 if (p_cur_time->day_date_time.date_time.month > OFFSET_12) { in cts_c_cur_time_valid_check()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/wss/
Dwss.c451 local_buff[length++] = p_wss_meas_val[i].time_stamp.month; in wss_meas_value_encoded()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/hts/
Dhts.c499 p_encoded_buffer[length++] = p_meas->time_stamp.month; in hts_htm_encoded()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/halmac/
Dhalmac_type.h1068 u8 month; member
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/
Drootfs_arm64.cpio.gz