Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/sound/pci/asihpi/
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 …]
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 …]
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()
595 return hr.error; in adapter_prepare()
661 &hr, in HPIMSGX__reset()
668 &hr, in HPIMSGX__reset()
[all …]
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.3-rc2/arch/powerpc/kvm/
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.3-rc2/drivers/rtc/
A Drtc-mxc.c93 u32 day = 0, hr = 0, min = 0, sec = 0, hr_min = 0; in get_alarm_or_time() local
108 hr = hr_min >> 8; in get_alarm_or_time()
111 return ((((time64_t)day * 24 + hr) * 60) + min) * 60 + sec; in get_alarm_or_time()
119 u32 tod, day, hr, min, sec, temp; in set_alarm_or_time() local
126 hr = tod / 3600; in set_alarm_or_time()
127 tod -= hr * 3600; in set_alarm_or_time()
133 temp = (hr << 8) + min; in set_alarm_or_time()
A Drtc-bd70528.c243 unsigned int hr; in bd70528_probe() local
296 ret = regmap_read(bd_rtc->regmap, hour_reg, &hr); in bd70528_probe()
303 if (!(hr & BD70528_MASK_RTC_HOUR_24H)) { in bd70528_probe()
/linux-6.3-rc2/drivers/clk/qcom/
A Dlcc-msm8960.c125 #define CLK_AIF_OSR_CLK(prefix, _ns, hr, en_bit) \ argument
127 .halt_reg = hr, \
162 #define CLK_AIF_OSR_BIT_DIV_CLK(prefix, _ns, hr, en_bit) \ argument
164 .halt_reg = hr, \
208 #define CLK_AIF_OSR_DIV(prefix, _ns, _md, hr) \ argument
210 CLK_AIF_OSR_CLK(prefix, _ns, hr, 21) \
212 CLK_AIF_OSR_BIT_DIV_CLK(prefix, _ns, hr, 19) \
A Dlcc-mdm9615.c196 #define CLK_AIF_OSR_DIV(prefix, _ns, _md, hr) \ argument
235 .halt_reg = hr, \
266 .halt_reg = hr, \
/linux-6.3-rc2/drivers/hwtracing/stm/
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.3-rc2/drivers/accel/habanalabs/common/mmu/
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->mmu_hop_table_size, in hl_mmu_v2_hr_init()
68 hl_mmu_hr_fini(hdev, &hdev->mmu_priv.hr, prop->mmu_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.3-rc2/drivers/scsi/device_handler/
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.3-rc2/arch/arm/boot/dts/
A Darmada-xp-crs305-1g-4s.dts6 * Author: Luka Kovacic <luka.kovacic@sartura.hr>
A Darmada-xp-crs326-24g-2s.dts6 * Author: Luka Kovacic <luka.kovacic@sartura.hr>
A Darmada-xp-crs328-4c-20s-4s.dts6 * Author: Luka Kovacic <luka.kovacic@sartura.hr>
A Darmada-xp-crs305-1g-4s-bit.dts6 * Author: Luka Kovacic <luka.kovacic@sartura.hr>
A Darmada-xp-crs326-24g-2s-bit.dts6 * Author: Luka Kovacic <luka.kovacic@sartura.hr>
A Darmada-xp-crs328-4c-20s-4s-bit.dts6 * Author: Luka Kovacic <luka.kovacic@sartura.hr>
/linux-6.3-rc2/net/xdp/
A Dxsk.c428 u32 hr, len, ts, offset, copy, copied; in xsk_build_skb_zerocopy() local
435 hr = max(NET_SKB_PAD, L1_CACHE_ALIGN(xs->dev->needed_headroom)); in xsk_build_skb_zerocopy()
437 skb = sock_alloc_send_skb(&xs->sk, hr, 1, &err); in xsk_build_skb_zerocopy()
441 skb_reserve(skb, hr); in xsk_build_skb_zerocopy()
483 u32 hr, tr, len; in xsk_build_skb() local
487 hr = max(NET_SKB_PAD, L1_CACHE_ALIGN(dev->needed_headroom)); in xsk_build_skb()
491 skb = sock_alloc_send_skb(&xs->sk, hr + len + tr, 1, &err); in xsk_build_skb()
495 skb_reserve(skb, hr); in xsk_build_skb()
/linux-6.3-rc2/Documentation/devicetree/bindings/reset/
A Ddelta,tn48m-reset.yaml10 - Robert Marko <robert.marko@sartura.hr>
/linux-6.3-rc2/Documentation/devicetree/bindings/hwmon/
A Dti,tps23861.yaml11 - Robert Marko <robert.marko@sartura.hr>
/linux-6.3-rc2/Documentation/devicetree/bindings/regulator/
A Dvqmmc-ipq4019-regulator.yaml10 - Robert Marko <robert.marko@sartura.hr>
/linux-6.3-rc2/Documentation/devicetree/bindings/phy/
A Dqcom-usb-ipq4019-phy.yaml10 - Robert Marko <robert.marko@sartura.hr>
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/marvell/
A Darmada-37xx.yaml10 - Robert Marko <robert.marko@sartura.hr>
/linux-6.3-rc2/Documentation/devicetree/bindings/gpio/
A Ddelta,tn48m-gpio.yaml10 - Robert Marko <robert.marko@sartura.hr>

Completed in 58 milliseconds

123