Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/sound/pci/asihpi/
H A Dhpifunc.c100 struct hpi_response hr; in hpi_subsys_get_version_ex() local
102 hpi_init_message_response(&hm, &hr, HPI_OBJ_SUBSYSTEM, in hpi_subsys_get_version_ex()
104 hpi_send_recv(&hm, &hr); in hpi_subsys_get_version_ex()
105 *pversion_ex = hr.u.s.data; in hpi_subsys_get_version_ex()
106 return hr.error; in hpi_subsys_get_version_ex()
112 struct hpi_response hr; in hpi_subsys_get_num_adapters() local
113 hpi_init_message_response(&hm, &hr, HPI_OBJ_SUBSYSTEM, in hpi_subsys_get_num_adapters()
115 hpi_send_recv(&hm, &hr); in hpi_subsys_get_num_adapters()
116 *pn_num_adapters = (int)hr.u.s.num_adapters; in hpi_subsys_get_num_adapters()
117 return hr.error; in hpi_subsys_get_num_adapters()
[all …]
H A Dhpioctl.c83 struct hpi_response hr; in asihpi_hpi_release() local
87 hpi_init_message_response(&hm, &hr, HPI_OBJ_SUBSYSTEM, in asihpi_hpi_release()
89 hpi_send_recv_ex(&hm, &hr, file); in asihpi_hpi_release()
99 union hpi_response_buffer_v1 *hr; in asihpi_hpi_ioctl() local
109 hr = kzalloc(sizeof(*hr), GFP_KERNEL); in asihpi_hpi_ioctl()
110 if (!hm || !hr) { in asihpi_hpi_ioctl()
155 res_max_size = min_t(size_t, res_max_size, sizeof(*hr)); in asihpi_hpi_ioctl()
161 hr->h.size = sizeof(hr->h); in asihpi_hpi_ioctl()
162 hr->h.error = HPI_ERROR_INVALID_OPERATION; in asihpi_hpi_ioctl()
163 hr->h.function = hm->h.function; in asihpi_hpi_ioctl()
[all …]
H A Dhpimsgx.c225 struct hpi_response hr; in adapter_message() local
226 hpi_init_message_response(&hm, &hr, HPI_OBJ_ADAPTER, in adapter_message()
229 hw_entry_point(&hm, &hr); in adapter_message()
386 struct hpi_response hr; in instream_open() local
406 hpi_init_message_response(&hm, &hr, HPI_OBJ_ISTREAM, in instream_open()
410 hw_entry_point(&hm, &hr); in instream_open()
413 if (hr.error) { in instream_open()
416 phr->error = hr.error; in instream_open()
436 struct hpi_response hr; in instream_close() local
451 hpi_init_message_response(&hm, &hr, HPI_OBJ_ISTREAM, in instream_close()
[all …]
H A Dhpi6205.c626 struct hpi_response hr; in create_adapter_obj() local
636 memset(&hr, 0, sizeof(hr)); in create_adapter_obj()
637 hr.size = sizeof(hr); in create_adapter_obj()
639 err = message_response_sequence(pao, &hm, &hr); in create_adapter_obj()
645 if (hr.error) in create_adapter_obj()
646 return hr.error; in create_adapter_obj()
648 pao->type = hr.u.ax.info.adapter_type; in create_adapter_obj()
649 pao->index = hr.u.ax.info.adapter_index; in create_adapter_obj()
653 hr.u.ax.info.adapter_type, hr.u.ax.info.adapter_index, in create_adapter_obj()
654 hr.u.ax.info.serial_number); in create_adapter_obj()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c28 void kvmhv_save_hv_regs(struct kvm_vcpu *vcpu, struct hv_guest_state *hr) in kvmhv_save_hv_regs() argument
32 hr->pcr = vc->pcr | PCR_MASK; in kvmhv_save_hv_regs()
33 hr->dpdes = vc->dpdes; in kvmhv_save_hv_regs()
34 hr->hfscr = vcpu->arch.hfscr; in kvmhv_save_hv_regs()
35 hr->tb_offset = vc->tb_offset; in kvmhv_save_hv_regs()
36 hr->dawr0 = vcpu->arch.dawr; in kvmhv_save_hv_regs()
37 hr->dawrx0 = vcpu->arch.dawrx; in kvmhv_save_hv_regs()
38 hr->ciabr = vcpu->arch.ciabr; in kvmhv_save_hv_regs()
39 hr->purr = vcpu->arch.purr; in kvmhv_save_hv_regs()
40 hr->spurr = vcpu->arch.spurr; in kvmhv_save_hv_regs()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/winrt/
H A Dqgeopositioninfosource_winrt.cpp83 HRESULT hr = asyncOp.As(&asyncInfo); in await() local
84 if (FAILED(hr)) in await()
85 return hr; in await()
88 while (SUCCEEDED(hr = asyncInfo->get_Status(&status)) && status == AsyncStatus::Started) in await()
91 if (FAILED(hr) || status != AsyncStatus::Completed) { in await()
93 hr = asyncInfo->get_ErrorCode(&ec); in await()
94 if (FAILED(hr)) in await()
95 return hr; in await()
96 hr = asyncInfo->Close(); in await()
97 if (FAILED(hr)) in await()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A DwinSetAppUserModelID.c87 HRESULT hr; in winSetAppUserModelID() local
95 hr = g_pSHGetPropertyStoreForWindow(hWnd, &IID_IPropertyStore, in winSetAppUserModelID()
97 if (SUCCEEDED(hr) && pps) { in winSetAppUserModelID()
101 hr = SHStrDupA(AppID, &pv.pwszVal); in winSetAppUserModelID()
104 if (SUCCEEDED(hr)) { in winSetAppUserModelID()
/OK3568_Linux_fs/external/xserver/hw/xfree86/utils/gtf/
H A Dgtf.c134 int hr, hss, hse, hfl; member
176 m->hr, m->vr, m->v_freq, m->h_freq, m->pclk); in print_xf86_mode()
182 m->hr, m->vr, m->v_freq, m->pclk, in print_xf86_mode()
183 m->hr, m->hss, m->hse, m->hfl, m->vr, m->vss, m->vse, m->vfl); in print_xf86_mode()
237 printf("mode \"%dx%d %.2fHz 32bit (GTF)\"\n", m->hr, m->vr, m->v_freq); in print_fb_mode()
240 printf(" geometry %d %d %d %d 32\n", m->hr, m->vr, m->hr, m->vr); in print_fb_mode()
243 m->hss - m->hr, /* right margin (in pixels) */ in print_fb_mode()
577 m->hr = (int) (h_pixels_rnd); in vert_refresh()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp949 …template <int bidx, int hr, typename D> static __device__ void RGB2HSVConvert(const uchar* src, D&… in RGB2HSVConvert()
952 const int* hdiv_table = hr == 180 ? c_HsvDivTable180 : c_HsvDivTable256; in RGB2HSVConvert()
971 h += (h < 0) * hr; in RGB2HSVConvert()
978 template <int bidx, int hr> static __device__ uint RGB2HSVConvert(uint src) in RGB2HSVConvert()
981 const int* hdiv_table = hr == 180 ? c_HsvDivTable180 : c_HsvDivTable256; in RGB2HSVConvert()
1003 h += (h < 0) * hr; in RGB2HSVConvert()
1014 …template <int bidx, int hr, typename D> static __device__ void RGB2HSVConvert(const float* src, D&… in RGB2HSVConvert()
1016 const float hscale = hr * (1.f / 360.f); in RGB2HSVConvert()
1043 template <typename T, int scn, int dcn, int bidx, int hr> struct RGB2HSV
1050 RGB2HSVConvert<bidx, hr>(&src.x, dst); in operator ()()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp949 …template <int bidx, int hr, typename D> static __device__ void RGB2HSVConvert(const uchar* src, D&… in RGB2HSVConvert()
952 const int* hdiv_table = hr == 180 ? c_HsvDivTable180 : c_HsvDivTable256; in RGB2HSVConvert()
971 h += (h < 0) * hr; in RGB2HSVConvert()
978 template <int bidx, int hr> static __device__ uint RGB2HSVConvert(uint src) in RGB2HSVConvert()
981 const int* hdiv_table = hr == 180 ? c_HsvDivTable180 : c_HsvDivTable256; in RGB2HSVConvert()
1003 h += (h < 0) * hr; in RGB2HSVConvert()
1014 …template <int bidx, int hr, typename D> static __device__ void RGB2HSVConvert(const float* src, D&… in RGB2HSVConvert()
1016 const float hscale = hr * (1.f / 360.f); in RGB2HSVConvert()
1043 template <typename T, int scn, int dcn, int bidx, int hr> struct RGB2HSV
1050 RGB2HSVConvert<bidx, hr>(&src.x, dst); in operator ()()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/
H A Dcolor_detail.hpp949 …template <int bidx, int hr, typename D> static __device__ void RGB2HSVConvert(const uchar* src, D&… in RGB2HSVConvert()
952 const int* hdiv_table = hr == 180 ? c_HsvDivTable180 : c_HsvDivTable256; in RGB2HSVConvert()
971 h += (h < 0) * hr; in RGB2HSVConvert()
978 template <int bidx, int hr> static __device__ uint RGB2HSVConvert(uint src) in RGB2HSVConvert()
981 const int* hdiv_table = hr == 180 ? c_HsvDivTable180 : c_HsvDivTable256; in RGB2HSVConvert()
1003 h += (h < 0) * hr; in RGB2HSVConvert()
1014 …template <int bidx, int hr, typename D> static __device__ void RGB2HSVConvert(const float* src, D&… in RGB2HSVConvert()
1016 const float hscale = hr * (1.f / 360.f); in RGB2HSVConvert()
1043 template <typename T, int scn, int dcn, int bidx, int hr> struct RGB2HSV
1050 RGB2HSVConvert<bidx, hr>(&src.x, dst); in operator ()()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Dde-Hessen27 [CH24: hr, Bayerisches Fernsehen, SWR-RP, WDR]
75 [CH35: hr, Bayerisches Fernsehen, SWR-RP, MDR]
99 [CH39: hr, Bayerisches Fernsehen, SWR-RP, rbb]
159 [CH53: hr, Bayerisches Fernsehen, SWR-BW, WDR]
183 [CH55: hr, NDR, MDR, WDR]
H A Dde-Baden-Wuerttemberg63 [CH39: SWR-BW, Bayerisches Fernsehen, hr, WDR]
75 [CH40: SWR-BW, Bayerisches Fernsehen, hr, WDR]
87 [CH41: SWR-BW, Bayerisches Fernsehen, hr, WDR]
123 [CH49: SWR-BW, Bayerisches Fernsehen, hr, WDR]
135 [CH50: SWR-BW, Bayerisches Fernsehen, hr, WDR]
H A Dde-Rheinland-Pfalz27 [CH33: SWR-RP, Bayerisches Fernsehen, hr, WDR]
39 [CH44: SWR-RP, Bayerisches Fernsehen, hr, WDR]
63 [CH48: SWR-RP, Bayerisches Fernsehen, hr, WDR]
H A Dde-Thueringen39 [CH27: MDR-TH, rbb, hr, Bayerisches Fernsehen]
51 [CH48: MDR-TH, rbb, hr, Bayerisches Fernsehen]
H A Dde-Bayern125 [CH40: Bayerisches Fernsehen, BR-alpha, MDR, hr]
175 [CH46: Bayerisches Fernsehen, BR-alpha, MDR, hr]
188 [CH47: Bayerisches Fernsehen, BR-alpha, MDR, hr]
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-mxc.c108 u32 day = 0, hr = 0, min = 0, sec = 0, hr_min = 0; in get_alarm_or_time() local
123 hr = hr_min >> 8; in get_alarm_or_time()
126 return ((((time64_t)day * 24 + hr) * 60) + min) * 60 + sec; in get_alarm_or_time()
134 u32 tod, day, hr, min, sec, temp; in set_alarm_or_time() local
141 hr = tod / 3600; in set_alarm_or_time()
142 tod -= hr * 3600; in set_alarm_or_time()
148 temp = (hr << 8) + min; in set_alarm_or_time()
/OK3568_Linux_fs/kernel/drivers/hwtracing/stm/
H A Dheartbeat.c32 static enum hrtimer_restart stm_heartbeat_hrtimer_handler(struct hrtimer *hr) in stm_heartbeat_hrtimer_handler() argument
34 struct stm_heartbeat *heartbeat = container_of(hr, struct stm_heartbeat, in stm_heartbeat_hrtimer_handler()
39 hrtimer_forward_now(hr, ms_to_ktime(interval_ms)); in stm_heartbeat_hrtimer_handler()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_4100.c589 uint32_t hop2, uint32_t hq, uint32_t hr) in cmd_div() argument
598 op.params[1].value.b = hr; in cmd_div()
995 uint32_t hr = TA_CRYPT_ARITH_INVALID_HANDLE; in do_addsub() local
1003 if (!ADBG_EXPECT_TEEC_SUCCESS(c, cmd_new_var(c, s, 1024, &hr))) in do_addsub()
1008 if (!ADBG_EXPECT_TEEC_SUCCESS(c, convert_from_string(c, s, str_r, hr))) in do_addsub()
1019 if (!ADBG_EXPECT_TEEC_SUCCESS(c, compare_handle(c, s, hc, hr, 0))) in do_addsub()
1025 if (!ADBG_EXPECT_TEEC_SUCCESS(c, compare_handle(c, s, ha, hr, 0))) in do_addsub()
1034 if (!ADBG_EXPECT_TEEC_SUCCESS(c, compare_handle(c, s, hb, hr, 0))) in do_addsub()
1039 if (!ADBG_EXPECT_TEEC_SUCCESS(c, convert_from_string(c, s, str_s, hr))) in do_addsub()
1050 if (!ADBG_EXPECT_TEEC_SUCCESS(c, compare_handle(c, s, hc, hr, 0))) in do_addsub()
[all …]
/OK3568_Linux_fs/external/xserver/debian/po/
H A Dhr.po7 "Last-Translator: Josip Rodin <joy+ditrans@linux.hr>\n"
8 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
9 "Language: hr\n"
/OK3568_Linux_fs/kernel/drivers/scsi/device_handler/
H A Dscsi_dh_emc.c426 unsigned int hr = 0, st = 0, argc; in clariion_set_params() local
440 if ((sscanf(p, "%u", &hr) != 1) || (hr > 1)) in clariion_set_params()
448 if (hr) in clariion_set_params()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dbs_BA14 % Email: tvujec@carnet.hr
30 email "tvujec@carnet.hr"
59 % “[import hr]”
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dbs_BA14 % Email: tvujec@carnet.hr
30 email "tvujec@carnet.hr"
59 % “[import hr]”
/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Dds1302.c58 unsigned char hr:4; member
274 tmp->tm_hour=10*bbclk.hr10+bbclk.hr; in rtc_get()
312 bbclk.hr=tmp->tm_hour%10; in rtc_set()
/OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/
H A DMakefile.am90 Resources/hr.lproj/Localizable.strings \
91 Resources/hr.lproj/locversion.plist \
92 Resources/hr.lproj/main.nib/designable.nib \
93 Resources/hr.lproj/main.nib/keyedobjects.nib \
94 Resources/hr.lproj/main.nib/keyedobjects-110000.nib \

1234