Home
last modified time | relevance | path

Searched refs:sec_offset (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/rtc/
H A Dtest_rtc_lib.c52 const time64_t sec_offset = RTC_TIMESTAMP_BEGIN_1900 + ((1 * 60) + 2) * 60 + 3; in rtc_time64_to_tm_test_date_range() local
56 rtc_time64_to_tm(secs + sec_offset, &result); in rtc_time64_to_tm_test_date_range()
59 year, month, mday, yday, wday, secs + sec_offset in rtc_time64_to_tm_test_date_range()
/linux/drivers/net/wireless/marvell/mwifiex/
H A D11n.c810 u8 sec_offset; in mwifiex_get_sec_chan_offset() local
825 sec_offset = IEEE80211_HT_PARAM_CHA_SEC_ABOVE; in mwifiex_get_sec_chan_offset()
839 sec_offset = IEEE80211_HT_PARAM_CHA_SEC_BELOW; in mwifiex_get_sec_chan_offset()
843 sec_offset = IEEE80211_HT_PARAM_CHA_SEC_NONE; in mwifiex_get_sec_chan_offset()
847 return sec_offset; in mwifiex_get_sec_chan_offset()
/linux/fs/exfat/
H A Dinode.c273 unsigned int cluster, sec_offset; in exfat_get_block() local
300 sec_offset = iblock & (sbi->sect_per_clus - 1); in exfat_get_block()
302 phys = exfat_cluster_to_sector(sbi, cluster) + sec_offset; in exfat_get_block()
303 mapped_blocks = sbi->sect_per_clus - sec_offset; in exfat_get_block()
/linux/drivers/gpu/drm/amd/include/
H A Damd_cper.h128 uint32_t sec_offset; /* Offset from the start of CPER entry */ member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cper.c120 section_desc->sec_offset = section_offset; in amdgpu_cper_entry_fill_section_desc()
/linux/tools/lib/bpf/
H A Dlibbpf.c573 size_t sec_offset; member
1438 map->sec_offset = vsi->offset; in init_struct_ops_maps()
1969 map->sec_offset = 0; in bpf_object__init_internal_map()
1993 map->name, map->sec_idx, map->sec_offset, def->map_flags); in bpf_object__init_internal_map()
2947 map->sec_offset = vi->offset; in bpf_object__init_user_btf_map()
2950 map_name, map->sec_idx, map->sec_offset); in bpf_object__init_user_btf_map()
4671 map->sec_offset, insn_idx); in bpf_program__record_reloc()
4696 map->sec_offset != sym->st_value) in bpf_program__record_reloc()
4700 map->sec_offset, insn_idx); in bpf_program__record_reloc()
4727 map->sec_offset, insn_idx); in bpf_program__record_reloc()
[all …]
/linux/drivers/sbus/char/
H A Doradax.c142 u32 sec_offset:3; /* 18:16 Secondary Input Starting Offset */ member