Searched refs:orig_desc (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_p2pps.c | 182 struct rtw_phl_noa_desc *orig_desc, in _phl_p2pps_calc_next_noa_s_time() argument 189 _os_mem_cpy(d, new_desc, orig_desc, sizeof(*orig_desc)); in _phl_p2pps_calc_next_noa_s_time() 190 old_st = (((u64)orig_desc->start_t_h << 32) | orig_desc->start_t_l); in _phl_p2pps_calc_next_noa_s_time() 215 struct rtw_phl_noa_desc *orig_desc = NULL; in _phl_p2pps_ap_on_tsf32_tog() local 220 orig_desc = _phl_p2pps_get_first_noa_desc_with_cnt255(phl_info, info); in _phl_p2pps_ap_on_tsf32_tog() 221 if (orig_desc) { in _phl_p2pps_ap_on_tsf32_tog() 223 orig_desc, &new_desc); in _phl_p2pps_ap_on_tsf32_tog() 224 _os_mem_cpy(d, orig_desc, &new_desc, sizeof(new_desc)); in _phl_p2pps_ap_on_tsf32_tog()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_p2pps.c | 182 struct rtw_phl_noa_desc *orig_desc, in _phl_p2pps_calc_next_noa_s_time() argument 189 _os_mem_cpy(d, new_desc, orig_desc, sizeof(*orig_desc)); in _phl_p2pps_calc_next_noa_s_time() 190 old_st = (((u64)orig_desc->start_t_h << 32) | orig_desc->start_t_l); in _phl_p2pps_calc_next_noa_s_time() 215 struct rtw_phl_noa_desc *orig_desc = NULL; in _phl_p2pps_ap_on_tsf32_tog() local 220 orig_desc = _phl_p2pps_get_first_noa_desc_with_cnt255(phl_info, info); in _phl_p2pps_ap_on_tsf32_tog() 221 if (orig_desc) { in _phl_p2pps_ap_on_tsf32_tog() 223 orig_desc, &new_desc); in _phl_p2pps_ap_on_tsf32_tog() 224 _os_mem_cpy(d, orig_desc, &new_desc, sizeof(new_desc)); in _phl_p2pps_ap_on_tsf32_tog()
|
| /OK3568_Linux_fs/kernel/security/keys/encrypted-keys/ |
| H A D | encrypted.c | 137 static int valid_master_desc(const char *new_desc, const char *orig_desc) in valid_master_desc() argument 151 if (orig_desc && strncmp(new_desc, orig_desc, prefix_len)) in valid_master_desc()
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | checkpatch.pl | 2598 my $orig_desc = "commit description"; 2613 $orig_desc = $1; 2618 $orig_desc = $1; 2624 $orig_desc = $1; 2626 $orig_desc .= " " . $1; 2631 $id, $orig_desc); 2634 ($short || $long || $space || $case || ($orig_desc ne $description) || !$hasparens)) {
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | checkpatch.pl | 2902 my $orig_desc = "commit description"; 2917 $orig_desc = $1; 2922 $orig_desc = $1; 2928 $orig_desc = $1; 2930 $orig_desc .= " " . $1; 2935 $id, $orig_desc); 2938 ($short || $long || $space || $case || ($orig_desc ne $description) || !$hasparens)) {
|