Searched refs:hret (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/powerpc/perf/ |
| H A D | hv-24x7.c | 759 long hret; in create_events_from_catalog() local 780 hret = h_get_24x7_catalog_page(page, 0, 0); in create_events_from_catalog() 781 if (hret) { in create_events_from_catalog() 851 hret = h_get_24x7_catalog_page_( in create_events_from_catalog() 855 if (hret) { in create_events_from_catalog() 857 i + event_data_offs, hret); in create_events_from_catalog() 1003 long hret; in catalog_read() local 1016 hret = h_get_24x7_catalog_page(page, 0, 0); in catalog_read() 1017 if (hret) { in catalog_read() 1033 hret = h_get_24x7_catalog_page(page, catalog_version_num, in catalog_read() [all …]
|
| H A D | hv-gpci.c | 85 unsigned long hret = hv_perf_caps_get(&caps); \ 86 if (hret) \ 997 unsigned long hret; in hv_gpci_init() local 1008 hret = hv_perf_caps_get(&caps); in hv_gpci_init() 1009 if (hret) { in hv_gpci_init() 1011 hret); in hv_gpci_init()
|
| /linux/arch/mips/kvm/ |
| H A D | hypcall.c | 33 const unsigned long *args, unsigned long *hret) in kvm_mips_hypercall() argument 36 *hret = -KVM_ENOSYS; in kvm_mips_hypercall()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-img-scb.c | 919 unsigned int hret; in img_i2c_isr() local 956 hret = ISR_FATAL(EIO); in img_i2c_isr() 961 hret = img_i2c_atomic(i2c, int_status, line_status); in img_i2c_isr() 963 hret = img_i2c_auto(i2c, int_status, line_status); in img_i2c_isr() 965 hret = img_i2c_sequence(i2c, int_status); in img_i2c_isr() 968 hret = ISR_COMPLETE(0); in img_i2c_isr() 970 hret = img_i2c_raw(i2c, int_status, line_status); in img_i2c_isr() 972 hret = 0; in img_i2c_isr() 978 if (hret & ISR_WAITSTOP) { in img_i2c_isr() 984 hret = ISR_COMPLETE(0); in img_i2c_isr() [all …]
|