| /linux/drivers/iio/pressure/ |
| A D | hsc030pa.c | 461 hsc->recv_cb = recv; in hsc_common_probe() 462 hsc->dev = dev; in hsc_common_probe() 505 if (hsc->pmin >= hsc->pmax) in hsc_common_probe() 513 hsc->outmin = hsc_func_spec[hsc->function].output_min; in hsc_common_probe() 514 hsc->outmax = hsc_func_spec[hsc->function].output_max; in hsc_common_probe() 516 tmp = div_s64(((s64)(hsc->pmax - hsc->pmin)) * MICRO, in hsc_common_probe() 517 hsc->outmax - hsc->outmin); in hsc_common_probe() 518 hsc->p_scale = div_s64_rem(tmp, NANO, &hsc->p_scale_dec); in hsc_common_probe() 519 tmp = div_s64(((s64)hsc->pmin * (s64)(hsc->outmax - hsc->outmin)) * MICRO, in hsc_common_probe() 520 hsc->pmax - hsc->pmin); in hsc_common_probe() [all …]
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| A D | imx53-kp-hsc.dts | 12 compatible = "kiebackpeter,imx53-hsc", "fsl,imx53";
|
| A D | Makefile | 42 imx53-kp-hsc.dtb \
|
| /linux/Documentation/devicetree/bindings/iio/pressure/ |
| A D | honeywell,hsc030pa.yaml | 34 …re-sensors/board-mount-pressure-sensors/trustability-hsc-series/documents/sps-siot-trustability-hs…
|
| /linux/drivers/media/i2c/cx25840/ |
| A D | cx25840-core.c | 1755 u32 hsc, vsc, v_src, h_src, v_add; in cx25840_set_fmt() local 1820 hsc = (h_src * (1 << 20)) / fmt->width - (1 << 20); in cx25840_set_fmt() 1836 (unsigned int)hsc, (unsigned int)vsc); in cx25840_set_fmt() 1840 cx25840_write4(client, 0x434, hsc | (1 << 24)); in cx25840_set_fmt() 1844 cx25840_write(client, 0x418, hsc & 0xff); in cx25840_set_fmt() 1845 cx25840_write(client, 0x419, (hsc >> 8) & 0xff); in cx25840_set_fmt() 1846 cx25840_write(client, 0x41a, hsc >> 16); in cx25840_set_fmt()
|
| /linux/drivers/scsi/libsas/ |
| A D | sas_scsi_host.c | 850 sector_t capacity, int *hsc) in sas_bios_param() argument 852 hsc[0] = 255; in sas_bios_param() 853 hsc[1] = 63; in sas_bios_param() 855 hsc[2] = capacity; in sas_bios_param()
|
| /linux/net/key/ |
| A D | af_key.c | 761 int add_keys, int hsc) in __pfkey_xfrm_state2msg() argument 789 ((hsc & 1) ? sizeof(struct sadb_lifetime) : 0) + in __pfkey_xfrm_state2msg() 790 ((hsc & 2) ? sizeof(struct sadb_lifetime) : 0) + in __pfkey_xfrm_state2msg() 881 if (hsc & 2) { in __pfkey_xfrm_state2msg() 892 if (hsc & 1) { in __pfkey_xfrm_state2msg() 1054 int hsc) in pfkey_xfrm_state2msg_expire() argument 1056 return __pfkey_xfrm_state2msg(x, 0, hsc); in pfkey_xfrm_state2msg_expire() 3047 int hsc; in key_notify_sa_expire() local 3051 hsc = 2; in key_notify_sa_expire() 3053 hsc = 1; in key_notify_sa_expire() [all …]
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_mode.h | 478 fixed20_12 hsc; member
|
| A D | amdgpu_display.c | 1503 amdgpu_crtc->hsc.full = dfixed_div(a, b); in amdgpu_display_crtc_scaling_mode_fixup() 1506 amdgpu_crtc->hsc.full = dfixed_const(1); in amdgpu_display_crtc_scaling_mode_fixup()
|
| A D | dce_v6_0.c | 954 c.full = dfixed_mul(c, amdgpu_crtc->hsc); in dce_v6_0_program_watermarks() 966 c.full = dfixed_mul(c, amdgpu_crtc->hsc); in dce_v6_0_program_watermarks()
|
| /linux/include/scsi/ |
| A D | libsas.h | 690 sector_t capacity, int *hsc);
|
| /linux/drivers/video/fbdev/ |
| A D | cg14.c | 112 u16 hsc; /* Hor Sync Clear */ member
|
| /linux/include/uapi/linux/ |
| A D | cdrom.h | 710 struct dvd_host_send_challenge hsc; member
|
| /linux/arch/arm/boot/dts/aspeed/ |
| A D | aspeed-bmc-ampere-mtmitchell.dts | 992 /*D0-D7*/ "presence-ps0","presence-ps1","hsc-12vmain-alt2-n","ext-high-temp-n", 998 /*G0-G7*/ "","","hsc-12vmain-alt1-n","","","","","",
|
| A D | aspeed-bmc-facebook-harma.dts | 713 "irq-hsc-alert","",
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | radeon_mode.h | 340 fixed20_12 hsc; member
|
| A D | radeon_display.c | 1762 radeon_crtc->hsc.full = dfixed_div(a, b); in radeon_crtc_scaling_mode_fixup() 1765 radeon_crtc->hsc.full = dfixed_const(1); in radeon_crtc_scaling_mode_fixup()
|
| A D | rs690.c | 335 b.full = dfixed_mul(b, crtc->hsc); in rs690_crtc_bandwidth_compute()
|
| A D | rv515.c | 983 b.full = dfixed_mul(b, crtc->hsc); in rv515_crtc_bandwidth_compute()
|
| A D | evergreen.c | 2263 c.full = dfixed_mul(c, radeon_crtc->hsc); in evergreen_program_watermarks() 2275 c.full = dfixed_mul(c, radeon_crtc->hsc); in evergreen_program_watermarks()
|
| A D | si.c | 2387 c.full = dfixed_mul(c, radeon_crtc->hsc); in dce6_program_watermarks() 2399 c.full = dfixed_mul(c, radeon_crtc->hsc); in dce6_program_watermarks()
|
| /linux/drivers/cdrom/ |
| A D | cdrom.c | 1695 setup_send_key(&cgc, ai->hsc.agid, 1); in dvd_do_auth() 1697 copy_chal(&buf[4], ai->hsc.chal); in dvd_do_auth()
|
| /linux/Documentation/devicetree/bindings/arm/ |
| A D | fsl.yaml | 233 - kiebackpeter,imx53-hsc # K+P imx53 HSC
|