/linux/sound/pci/asihpi/ |
A D | hpifunc.c | 106 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 D | hpioctl.c | 109 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 D | hpimsgx.c | 413 if (hr.error) { in instream_open() 457 if (hr.error) { in instream_close() 510 if (hr.error) { in outstream_open() 555 if (hr.error) { in outstream_close() 591 if (hr.error) in adapter_prepare() 592 return hr.error; in adapter_prepare() 599 if (hr.error) in adapter_prepare() 600 return hr.error; in adapter_prepare() 666 &hr, in HPIMSGX__reset() 673 &hr, in HPIMSGX__reset() [all …]
|
A D | hpi6205.c | 626 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/arch/powerpc/kvm/ |
A D | book3s_hv_nested.c | 69 hr->lpid = swab32(hr->lpid); in byteswap_hv_regs() 71 hr->lpcr = swab64(hr->lpcr); in byteswap_hv_regs() 73 hr->amor = swab64(hr->amor); in byteswap_hv_regs() 81 hr->purr = swab64(hr->purr); in byteswap_hv_regs() 83 hr->ic = swab64(hr->ic); in byteswap_hv_regs() 84 hr->vtb = swab64(hr->vtb); in byteswap_hv_regs() 85 hr->hdar = swab64(hr->hdar); in byteswap_hv_regs() 87 hr->heir = swab64(hr->heir); in byteswap_hv_regs() 88 hr->asdr = swab64(hr->asdr); in byteswap_hv_regs() 89 hr->srr0 = swab64(hr->srr0); in byteswap_hv_regs() [all …]
|
A D | book3s_64_mmu_hv.c | 1633 unsigned long v, r, hr; in record_hpte() local 1660 hr = be64_to_cpu(hptp[1]); in record_hpte() 1662 v = hpte_new_to_old_v(v, hr); in record_hpte() 1663 hr = hpte_new_to_old_r(hr); in record_hpte() 1672 if (valid && (rcbits_unset & hr)) { in record_hpte() 1673 revp->guest_rpte |= (hr & in record_hpte() 2022 unsigned long v, hr, gr; in debugfs_htab_read() local 2064 hr = be64_to_cpu(hptp[1]); in debugfs_htab_read() 2074 i, v, hr, gr); in debugfs_htab_read()
|
/linux/drivers/rtc/ |
A D | rtc-mxc.c | 93 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 D | rtc-bd70528.c | 243 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/drivers/hwtracing/stm/ |
A D | heartbeat.c | 32 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/drivers/scsi/device_handler/ |
A D | scsi_dh_emc.c | 426 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()
|
/linux/drivers/clk/qcom/ |
A D | lcc-mdm9615.c | 196 #define CLK_AIF_OSR_DIV(prefix, _ns, _md, hr) \ argument 235 .halt_reg = hr, \ 266 .halt_reg = hr, \
|
A D | lcc-msm8960.c | 194 #define CLK_AIF_OSR_DIV(prefix, _ns, _md, hr) \ argument 233 .halt_reg = hr, \ 264 .halt_reg = hr, \
|
/linux/net/xdp/ |
A D | xsk.c | 437 u32 hr, len, ts, offset, copy, copied; in xsk_build_skb_zerocopy() local 444 hr = max(NET_SKB_PAD, L1_CACHE_ALIGN(xs->dev->needed_headroom)); in xsk_build_skb_zerocopy() 446 skb = sock_alloc_send_skb(&xs->sk, hr, 1, &err); in xsk_build_skb_zerocopy() 450 skb_reserve(skb, hr); in xsk_build_skb_zerocopy() 492 u32 hr, tr, len; in xsk_build_skb() local 496 hr = max(NET_SKB_PAD, L1_CACHE_ALIGN(dev->needed_headroom)); in xsk_build_skb() 500 skb = sock_alloc_send_skb(&xs->sk, hr + len + tr, 1, &err); in xsk_build_skb() 504 skb_reserve(skb, hr); in xsk_build_skb()
|
/linux/arch/arm/boot/dts/ |
A D | armada-xp-crs326-24g-2s.dts | 6 * Author: Luka Kovacic <luka.kovacic@sartura.hr>
|
A D | armada-xp-crs305-1g-4s.dts | 6 * Author: Luka Kovacic <luka.kovacic@sartura.hr>
|
A D | armada-xp-crs328-4c-20s-4s.dts | 6 * Author: Luka Kovacic <luka.kovacic@sartura.hr>
|
A D | armada-xp-crs326-24g-2s-bit.dts | 6 * Author: Luka Kovacic <luka.kovacic@sartura.hr>
|
A D | armada-xp-crs328-4c-20s-4s-bit.dts | 6 * Author: Luka Kovacic <luka.kovacic@sartura.hr>
|
A D | armada-xp-crs305-1g-4s-bit.dts | 6 * Author: Luka Kovacic <luka.kovacic@sartura.hr>
|
/linux/drivers/usb/dwc2/ |
A D | hcd.c | 5427 struct dwc2_hregs_backup *hr; in dwc2_backup_host_registers() local 5433 hr = &hsotg->hr_backup; in dwc2_backup_host_registers() 5442 hr->valid = true; in dwc2_backup_host_registers() 5456 struct dwc2_hregs_backup *hr; in dwc2_restore_host_registers() local 5462 hr = &hsotg->hr_backup; in dwc2_restore_host_registers() 5463 if (!hr->valid) { in dwc2_restore_host_registers() 5468 hr->valid = false; in dwc2_restore_host_registers() 5606 struct dwc2_hregs_backup *hr; in dwc2_host_exit_hibernation() local 5609 hr = &hsotg->hr_backup; in dwc2_host_exit_hibernation() 5644 hprt0 = hr->hprt0; in dwc2_host_exit_hibernation() [all …]
|
/linux/Documentation/devicetree/bindings/hwmon/ |
A D | ti,tps23861.yaml | 11 - Robert Marko <robert.marko@sartura.hr>
|
/linux/Documentation/devicetree/bindings/phy/ |
A D | qcom-usb-ipq4019-phy.yaml | 10 - Robert Marko <robert.marko@sartura.hr>
|
/linux/Documentation/devicetree/bindings/regulator/ |
A D | vqmmc-ipq4019-regulator.yaml | 10 - Robert Marko <robert.marko@sartura.hr>
|
/linux/Documentation/hwmon/ |
A D | tps23861.rst | 13 Author: Robert Marko <robert.marko@sartura.hr>
|
/linux/sound/firewire/digi00x/ |
A D | amdtp-dot.c | 93 const u8 hr = (hn == 0x9) ? 0x9 : hir[(hio[hn] + off) % 15]; in dot_scrt() local 98 return ((nib[14 + off - len[ln]]) | (hr << 4)); in dot_scrt()
|