Home
last modified time | relevance | path

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

123

/linux-6.15/sound/pci/asihpi/
H A Dhpifunc.c106 return hr.error; in hpi_subsys_get_version_ex()
117 return hr.error; in hpi_subsys_get_num_adapters()
132 return hr.error; in hpi_subsys_get_adapter()
145 return hr.error; in hpi_adapter_open()
159 return hr.error; in hpi_adapter_close()
180 return hr.error; in hpi_adapter_set_mode_ex()
193 return hr.error; in hpi_adapter_get_mode()
213 return hr.error; in hpi_adapter_get_info()
237 return hr.error; in hpi_adapter_get_module_by_index()
1141 hr.error = 0; in hpi_instream_group_add()
[all …]
H A Dhpioctl.c109 hr = kzalloc(sizeof(*hr), GFP_KERNEL); in asihpi_hpi_ioctl()
161 hr->h.size = sizeof(hr->h); in asihpi_hpi_ioctl()
164 uncopied_bytes = copy_to_user(puhr, hr, hr->h.size); in asihpi_hpi_ioctl()
191 copy_to_user(puhr, hr, sizeof(hr->h)); in asihpi_hpi_ioctl()
292 hr->h.specific_error = hr->h.size; in asihpi_hpi_ioctl()
293 hr->h.size = sizeof(hr->h); in asihpi_hpi_ioctl()
296 uncopied_bytes = copy_to_user(puhr, hr, hr->h.size); in asihpi_hpi_ioctl()
305 kfree(hr); in asihpi_hpi_ioctl()
405 if (hr.error) in asihpi_adapter_probe()
438 if (!hr.error in asihpi_adapter_probe()
[all …]
H A Dhpimsgx.c408 if (hr.error) { in instream_open()
452 if (hr.error) { in instream_close()
505 if (hr.error) { in outstream_open()
550 if (hr.error) { in outstream_close()
586 if (hr.error) in adapter_prepare()
587 return hr.error; in adapter_prepare()
594 if (hr.error) in adapter_prepare()
661 &hr, in HPIMSGX__reset()
668 &hr, in HPIMSGX__reset()
711 if (hr.error == 0 && hr.u.s.adapter_index < HPI_MAX_ADAPTERS) { in HPIMSGX__init()
[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()
/linux-6.15/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c70 hr->lpid = swab32(hr->lpid); in byteswap_hv_regs()
72 hr->lpcr = swab64(hr->lpcr); in byteswap_hv_regs()
74 hr->amor = swab64(hr->amor); in byteswap_hv_regs()
82 hr->purr = swab64(hr->purr); in byteswap_hv_regs()
84 hr->ic = swab64(hr->ic); in byteswap_hv_regs()
85 hr->vtb = swab64(hr->vtb); in byteswap_hv_regs()
86 hr->hdar = swab64(hr->hdar); in byteswap_hv_regs()
88 hr->heir = swab64(hr->heir); in byteswap_hv_regs()
89 hr->asdr = swab64(hr->asdr); in byteswap_hv_regs()
90 hr->srr0 = swab64(hr->srr0); in byteswap_hv_regs()
[all …]
/linux-6.15/include/linux/net/intel/libie/
H A Drx.h14 #define LIBIE_RX_BUF_LEN(hr) min_t(u32, LIBETH_RX_PAGE_LEN(hr), \ argument
20 #define LIBIE_MAX_RX_FRM_LEN(hr) \ argument
21 min_t(u32, __LIBIE_MAX_RX_FRM_LEN, LIBIE_RX_BUF_LEN(hr) * 5)
/linux-6.15/drivers/rtc/
H A Drtc-mxc.c92 u32 day = 0, hr = 0, min = 0, sec = 0, hr_min = 0; in get_alarm_or_time() local
107 hr = hr_min >> 8; in get_alarm_or_time()
110 return ((((time64_t)day * 24 + hr) * 60) + min) * 60 + sec; in get_alarm_or_time()
118 u32 tod, day, hr, min, sec, temp; in set_alarm_or_time() local
125 hr = tod / 3600; in set_alarm_or_time()
126 tod -= hr * 3600; in set_alarm_or_time()
132 temp = (hr << 8) + min; in set_alarm_or_time()
H A Drtc-bd70528.c242 unsigned int hr; in bd70528_probe() local
293 ret = regmap_read(bd_rtc->regmap, hour_reg, &hr); in bd70528_probe()
300 if (!(hr & BD70528_MASK_RTC_HOUR_24H)) { in bd70528_probe()
/linux-6.15/drivers/clk/qcom/
H A Dlcc-msm8960.c126 #define CLK_AIF_OSR_CLK(prefix, _ns, hr, en_bit) \ argument
128 .halt_reg = hr, \
163 #define CLK_AIF_OSR_BIT_DIV_CLK(prefix, _ns, hr, en_bit) \ argument
165 .halt_reg = hr, \
209 #define CLK_AIF_OSR_DIV(prefix, _ns, _md, hr) \ argument
211 CLK_AIF_OSR_CLK(prefix, _ns, hr, 21) \
213 CLK_AIF_OSR_BIT_DIV_CLK(prefix, _ns, hr, 19) \
/linux-6.15/drivers/accel/habanalabs/common/mmu/
H A Dmmu_v2_hr.c33 return &ctx->hdev->mmu_priv.hr.mmu_asid_hop0[ctx->asid]; in hl_mmu_v2_hr_get_hop0_pgt_info()
50 return hl_mmu_hr_init(hdev, &hdev->mmu_priv.hr, prop->pmmu.hop_table_size, in hl_mmu_v2_hr_init()
68 hl_mmu_hr_fini(hdev, &hdev->mmu_priv.hr, prop->pmmu.hop_table_size); in hl_mmu_v2_hr_fini()
110 hl_mmu_hr_free_hop_remove_pgt(pgt_info, &ctx->hdev->mmu_priv.hr, in hl_mmu_v2_hr_ctx_fini()
174 if (hl_mmu_hr_put_pte(ctx, hops_pgt_info[i], &ctx->hdev->mmu_priv.hr, in _hl_mmu_v2_hr_unmap()
247 &ctx->hdev->mmu_priv.hr, in _hl_mmu_v2_hr_map()
305 hl_mmu_hr_free_hop_remove_pgt(hops_pgt_info[i], &ctx->hdev->mmu_priv.hr, in _hl_mmu_v2_hr_map()
/linux-6.15/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()
/linux-6.15/drivers/net/ethernet/amd/pds_core/
H A Dmain.c221 struct devlink_health_reporter *hr; in pdsc_init_pf() local
283 hr = devl_health_reporter_create(dl, &pdsc_fw_reporter_ops, 0, pdsc); in pdsc_init_pf()
284 if (IS_ERR(hr)) { in pdsc_init_pf()
286 dev_warn(pdsc->dev, "Failed to create fw reporter: %pe\n", hr); in pdsc_init_pf()
287 err = PTR_ERR(hr); in pdsc_init_pf()
290 pdsc->fw_reporter = hr; in pdsc_init_pf()
/linux-6.15/drivers/scsi/device_handler/
H A Dscsi_dh_emc.c429 unsigned int hr = 0, st = 0, argc; in clariion_set_params() local
443 if ((sscanf(p, "%u", &hr) != 1) || (hr > 1)) in clariion_set_params()
451 if (hr) in clariion_set_params()
/linux-6.15/drivers/usb/dwc2/
H A Dhcd.c5406 struct dwc2_hregs_backup *hr; in dwc2_backup_host_registers() local
5412 hr = &hsotg->hr_backup; in dwc2_backup_host_registers()
5428 hr->valid = true; in dwc2_backup_host_registers()
5442 struct dwc2_hregs_backup *hr; in dwc2_restore_host_registers() local
5448 hr = &hsotg->hr_backup; in dwc2_restore_host_registers()
5449 if (!hr->valid) { in dwc2_restore_host_registers()
5454 hr->valid = false; in dwc2_restore_host_registers()
5638 struct dwc2_hregs_backup *hr; in dwc2_host_exit_hibernation() local
5641 hr = &hsotg->hr_backup; in dwc2_host_exit_hibernation()
5683 hprt0 = hr->hprt0; in dwc2_host_exit_hibernation()
[all …]
/linux-6.15/include/net/libeth/
H A Drx.h28 #define LIBETH_RX_PAGE_LEN(hr) \ argument
29 ALIGN_DOWN(SKB_MAX_ORDER(hr, LIBETH_RX_PAGE_ORDER), \
/linux-6.15/arch/arm/boot/dts/marvell/
H A Darmada-xp-crs305-1g-4s.dts6 * Author: Luka Kovacic <luka.kovacic@sartura.hr>
H A Darmada-xp-crs326-24g-2s.dts6 * Author: Luka Kovacic <luka.kovacic@sartura.hr>
H A Darmada-xp-crs328-4c-20s-4s.dts6 * Author: Luka Kovacic <luka.kovacic@sartura.hr>
H A Darmada-xp-crs326-24g-2s-bit.dts6 * Author: Luka Kovacic <luka.kovacic@sartura.hr>
H A Darmada-xp-crs305-1g-4s-bit.dts6 * Author: Luka Kovacic <luka.kovacic@sartura.hr>
H A Darmada-xp-crs328-4c-20s-4s-bit.dts6 * Author: Luka Kovacic <luka.kovacic@sartura.hr>
/linux-6.15/Documentation/devicetree/bindings/phy/
H A Dmarvell,pxa1928-usb-phy.yaml10 - Duje Mihanović <duje.mihanovic@skole.hr>
/linux-6.15/Documentation/devicetree/bindings/reset/
H A Ddelta,tn48m-reset.yaml10 - Robert Marko <robert.marko@sartura.hr>
/linux-6.15/Documentation/devicetree/bindings/pwm/
H A Dmarvell,pxa-pwm.yaml10 - Duje Mihanović <duje.mihanovic@skole.hr>
/linux-6.15/Documentation/devicetree/bindings/hwmon/
H A Dti,tps23861.yaml10 - Robert Marko <robert.marko@sartura.hr>

123