Searched refs:hr (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/sound/pci/asihpi/
H A Dhpifunc.c100 struct hpi_response hr; local
102 hpi_init_message_response(&hm, &hr, HPI_OBJ_SUBSYSTEM,
104 hpi_send_recv(&hm, &hr);
105 *pversion_ex = hr.u.s.data;
106 return hr.error;
112 struct hpi_response hr; local
113 hpi_init_message_response(&hm, &hr, HPI_OBJ_SUBSYSTEM,
115 hpi_send_recv(&hm, &hr);
116 *pn_num_adapters = (int)hr.u.s.num_adapters;
117 return hr
124 struct hpi_response hr; local
138 struct hpi_response hr; local
152 struct hpi_response hr; local
172 struct hpi_response hr; local
186 struct hpi_response hr; local
201 struct hpi_response hr; local
221 struct hpi_response hr; local
244 struct hpi_response hr; local
261 struct hpi_response hr; local
429 struct hpi_response hr; local
449 struct hpi_response hr; local
476 struct hpi_response hr; local
502 struct hpi_response hr; local
520 struct hpi_response hr; local
534 struct hpi_response hr; local
548 struct hpi_response hr; local
562 struct hpi_response hr; local
576 struct hpi_response hr; local
590 struct hpi_response hr; local
607 struct hpi_response hr; local
624 struct hpi_response hr; local
641 struct hpi_response hr; local
659 struct hpi_response hr; local
673 struct hpi_response hr; local
695 struct hpi_response hr; local
715 struct hpi_response hr; local
732 struct hpi_response hr; local
747 struct hpi_response hr; local
767 struct hpi_response hr; local
780 struct hpi_response hr; local
814 struct hpi_response hr; local
833 struct hpi_response hr; local
846 struct hpi_response hr; local
868 struct hpi_response hr; local
893 struct hpi_response hr; local
909 struct hpi_response hr; local
925 struct hpi_response hr; local
942 struct hpi_response hr; local
957 struct hpi_response hr; local
972 struct hpi_response hr; local
987 struct hpi_response hr; local
1004 struct hpi_response hr; local
1030 struct hpi_response hr; local
1045 struct hpi_response hr; local
1065 struct hpi_response hr; local
1086 struct hpi_response hr; local
1101 struct hpi_response hr; local
1122 struct hpi_response hr; local
1135 struct hpi_response hr; local
1172 struct hpi_response hr; local
1191 struct hpi_response hr; local
1204 struct hpi_response hr; local
1222 struct hpi_response hr; local
1237 struct hpi_response hr; local
1264 struct hpi_response hr; local
1297 struct hpi_response hr; local
1312 struct hpi_response hr; local
1329 struct hpi_response hr; local
1347 struct hpi_response hr; local
1374 struct hpi_response hr; local
1393 struct hpi_response hr; local
1423 struct hpi_response hr; local
1507 struct hpi_response hr; local
1526 struct hpi_response hr; local
1623 struct hpi_response hr; local
1668 struct hpi_response_header hr; local
1694 struct hpi_res_cobranet_hmiread hr; local
1731 struct hpi_response hr; local
1918 struct hpi_response hr; local
1937 struct hpi_response hr; local
1968 struct hpi_response hr; local
2017 struct hpi_response hr; local
2042 struct hpi_response hr; local
2151 struct hpi_response hr; local
2194 struct hpi_response hr; local
2221 struct hpi_response hr; local
2243 struct hpi_response hr; local
2557 struct hpi_response hr; local
2573 struct hpi_response hr; local
2686 struct hpi_response hr; local
2772 struct hpi_response hr; local
2800 struct hpi_response hr; local
2839 struct hpi_response hr; local
2856 struct hpi_response hr; local
[all...]
H A Dhpioctl.c83 struct hpi_response hr; local
87 hpi_init_message_response(&hm, &hr, HPI_OBJ_SUBSYSTEM,
89 hpi_send_recv_ex(&hm, &hr, file);
99 union hpi_response_buffer_v1 *hr; local
109 hr = kzalloc(sizeof(*hr), GFP_KERNEL);
110 if (!hm || !hr) {
155 res_max_size = min_t(size_t, res_max_size, sizeof(*hr));
161 hr->h.size = sizeof(hr
353 struct hpi_response hr; local
532 struct hpi_response hr; local
575 struct hpi_response hr; local
589 struct hpi_response hr; local
[all...]
H A Dhpimsgx.c220 struct hpi_response hr; local
221 hpi_init_message_response(&hm, &hr, HPI_OBJ_ADAPTER,
224 hw_entry_point(&hm, &hr);
381 struct hpi_response hr; local
401 hpi_init_message_response(&hm, &hr, HPI_OBJ_ISTREAM,
405 hw_entry_point(&hm, &hr);
408 if (hr.error) {
411 phr->error = hr.error;
431 struct hpi_response hr; local
446 hpi_init_message_response(&hm, &hr, HPI_OBJ_ISTREA
478 struct hpi_response hr; local
528 struct hpi_response hr; local
574 struct hpi_response hr; local
641 struct hpi_response hr; local
695 struct hpi_response hr; local
746 struct hpi_response hr; local
770 struct hpi_response hr; local
[all...]
H A Dhpi6205.c626 struct hpi_response hr; local
636 memset(&hr, 0, sizeof(hr));
637 hr.size = sizeof(hr);
639 err = message_response_sequence(pao, &hm, &hr);
645 if (hr.error)
646 return hr.error;
648 pao->type = hr.u.ax.info.adapter_type;
649 pao->index = hr
[all...]
H A Dasihpi.c164 struct hpi_response hr; local
169 hpi_init_message_response(&hm, &hr, obj,
180 hpi_send_recv(&hm, &hr);
181 return hr.error;
187 struct hpi_response hr; local
193 hpi_init_message_response(&hm, &hr, obj,
201 hpi_send_recv(&hm, &hr);
202 return hr.error;
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c30 void kvmhv_save_hv_regs(struct kvm_vcpu *vcpu, struct hv_guest_state *hr) argument
34 hr->pcr = vc->pcr | PCR_MASK;
35 hr->dpdes = vc->dpdes;
36 hr->hfscr = vcpu->arch.hfscr;
37 hr->tb_offset = vc->tb_offset;
38 hr->dawr0 = vcpu->arch.dawr0;
39 hr->dawrx0 = vcpu->arch.dawrx0;
40 hr->ciabr = vcpu->arch.ciabr;
41 hr->purr = vcpu->arch.purr;
42 hr
67 byteswap_hv_regs(struct hv_guest_state *hr) argument
103 save_hv_return_state(struct kvm_vcpu *vcpu, struct hv_guest_state *hr) argument
141 restore_hv_regs(struct kvm_vcpu *vcpu, const struct hv_guest_state *hr) argument
168 kvmhv_restore_hv_return_state(struct kvm_vcpu *vcpu, struct hv_guest_state *hr) argument
[all...]
H A Dbook3s_64_mmu_hv.c1656 unsigned long v, r, hr; local
1683 hr = be64_to_cpu(hptp[1]);
1685 v = hpte_new_to_old_v(v, hr);
1686 hr = hpte_new_to_old_r(hr);
1695 if (valid && (rcbits_unset & hr)) {
1696 revp->guest_rpte |= (hr &
2044 unsigned long v, hr, gr; local
2086 hr = be64_to_cpu(hptp[1]);
2096 i, v, hr, g
[all...]
/linux-master/drivers/hwtracing/stm/
H A Dheartbeat.c32 static enum hrtimer_restart stm_heartbeat_hrtimer_handler(struct hrtimer *hr) argument
34 struct stm_heartbeat *heartbeat = container_of(hr, struct stm_heartbeat,
39 hrtimer_forward_now(hr, ms_to_ktime(interval_ms));
/linux-master/drivers/rtc/
H A Drtc-mxc.c92 u32 day = 0, hr = 0, min = 0, sec = 0, hr_min = 0; local
107 hr = hr_min >> 8;
110 return ((((time64_t)day * 24 + hr) * 60) + min) * 60 + sec;
118 u32 tod, day, hr, min, sec, temp; local
125 hr = tod / 3600;
126 tod -= hr * 3600;
132 temp = (hr << 8) + min;
H A Drtc-bd70528.c243 unsigned int hr; local
296 ret = regmap_read(bd_rtc->regmap, hour_reg, &hr);
303 if (!(hr & BD70528_MASK_RTC_HOUR_24H)) {
/linux-master/drivers/clk/qcom/
H A Dlcc-msm8960.c126 #define CLK_AIF_OSR_CLK(prefix, _ns, hr, en_bit) \
128 .halt_reg = hr, \
163 #define CLK_AIF_OSR_BIT_DIV_CLK(prefix, _ns, hr, en_bit) \
165 .halt_reg = hr, \
209 #define CLK_AIF_OSR_DIV(prefix, _ns, _md, hr) \
211 CLK_AIF_OSR_CLK(prefix, _ns, hr, 21) \
213 CLK_AIF_OSR_BIT_DIV_CLK(prefix, _ns, hr, 19) \
/linux-master/drivers/accel/habanalabs/common/mmu/
H A Dmmu_v2_hr.c33 return &ctx->hdev->mmu_priv.hr.mmu_asid_hop0[ctx->asid];
50 return hl_mmu_hr_init(hdev, &hdev->mmu_priv.hr, prop->pmmu.hop_table_size,
68 hl_mmu_hr_fini(hdev, &hdev->mmu_priv.hr, prop->pmmu.hop_table_size);
110 hl_mmu_hr_free_hop_remove_pgt(pgt_info, &ctx->hdev->mmu_priv.hr,
174 if (hl_mmu_hr_put_pte(ctx, hops_pgt_info[i], &ctx->hdev->mmu_priv.hr,
247 &ctx->hdev->mmu_priv.hr,
305 hl_mmu_hr_free_hop_remove_pgt(hops_pgt_info[i], &ctx->hdev->mmu_priv.hr,
/linux-master/drivers/scsi/device_handler/
H A Dscsi_dh_emc.c429 unsigned int hr = 0, st = 0, argc; local
443 if ((sscanf(p, "%u", &hr) != 1) || (hr > 1))
451 if (hr)
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Dmain.c220 struct devlink_health_reporter *hr; local
278 hr = devl_health_reporter_create(dl, &pdsc_fw_reporter_ops, 0, pdsc);
279 if (IS_ERR(hr)) {
281 dev_warn(pdsc->dev, "Failed to create fw reporter: %pe\n", hr);
282 err = PTR_ERR(hr);
285 pdsc->fw_reporter = hr;
/linux-master/drivers/usb/dwc2/
H A Dhcd.c5409 struct dwc2_hregs_backup *hr; local
5415 hr = &hsotg->hr_backup;
5416 hr->hcfg = dwc2_readl(hsotg, HCFG);
5417 hr->hflbaddr = dwc2_readl(hsotg, HFLBADDR);
5418 hr->haintmsk = dwc2_readl(hsotg, HAINTMSK);
5420 hr->hcchar[i] = dwc2_readl(hsotg, HCCHAR(i));
5421 hr->hcsplt[i] = dwc2_readl(hsotg, HCSPLT(i));
5422 hr->hcintmsk[i] = dwc2_readl(hsotg, HCINTMSK(i));
5423 hr->hctsiz[i] = dwc2_readl(hsotg, HCTSIZ(i));
5424 hr
5445 struct dwc2_hregs_backup *hr; local
5602 struct dwc2_hregs_backup *hr; local
[all...]
H A Dcore.c152 struct dwc2_hregs_backup *hr; local
156 hr = &hsotg->hr_backup;
185 dwc2_writel(hsotg, hr->hcfg, HCFG);
/linux-master/sound/firewire/digi00x/
H A Damdtp-dot.c93 const u8 hr = (hn == 0x9) ? 0x9 : hir[(hio[hn] + off) % 15]; local
98 return ((nib[14 + off - len[ln]]) | (hr << 4));
/linux-master/net/xdp/
H A Dxsk.c620 u32 hr, len, ts, offset, copy, copied; local
628 hr = max(NET_SKB_PAD, L1_CACHE_ALIGN(xs->dev->needed_headroom));
630 skb = sock_alloc_send_skb(&xs->sk, hr, 1, &err);
634 skb_reserve(skb, hr);
685 u32 hr, tr, len; local
692 hr = max(NET_SKB_PAD, L1_CACHE_ALIGN(dev->needed_headroom));
694 skb = sock_alloc_send_skb(&xs->sk, hr + len + tr, 1, &err);
698 skb_reserve(skb, hr);
752 skb->csum_start = hr + meta->request.csum_start;
/linux-master/arch/x86/events/
H A Drapl.c235 struct hrtimer *hr = &pmu->hrtimer; local
237 hrtimer_init(hr, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
238 hr->function = rapl_hrtimer_handle;
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_mux_codec.c1452 union mux_type_header hr; local
1457 hr.adgh = (struct mux_adgh *)skb->data;
1458 adgh_len = le16_to_cpu(hr.adgh->length);
1459 if (hr.adgh->signature == cpu_to_le32(IOSM_AGGR_MUX_SIG_ADGH) &&
1464 hr.adbh = (struct mux_adbh *)(skb->data);
1465 payload = ipc_mux_get_payload_from_adb(ipc_mux, hr.adbh);
/linux-master/arch/mips/include/asm/
H A Dsgiarcs.h139 unsigned short hr; member in struct:linux_tinfo
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c939 enum mlxsw_reg_qeec_hr hr = mlxsw_sp_qdisc_tbf_hr(mlxsw_sp_port, local
944 return mlxsw_sp_port_ets_maxrate_set(mlxsw_sp_port, hr, tclass_num, 0,
1026 enum mlxsw_reg_qeec_hr hr = mlxsw_sp_qdisc_tbf_hr(mlxsw_sp_port, local
1048 return mlxsw_sp_port_ets_maxrate_set(mlxsw_sp_port, hr, tclass_num, 0,
H A Dspectrum.h681 enum mlxsw_reg_qeec_hr hr, u8 index, u8 next_index,
686 enum mlxsw_reg_qeec_hr hr, u8 index,
/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s.h315 void kvmhv_save_hv_regs(struct kvm_vcpu *vcpu, struct hv_guest_state *hr);
317 struct hv_guest_state *hr);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c42 int hr = mlx5e_get_linear_rq_headroom(params, xsk); local
46 * SKB_DATA_ALIGN(sw_mtu + hard_mtu + hr) + S <= PAGE_SIZE (1)
49 * max_mtu = PAGE_SIZE - S - hr - hard_mtu (2)
57 return MLX5E_HW2SW_MTU(params, SKB_MAX_HEAD(hr));

Completed in 2084 milliseconds

12