Searched refs:hsc (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/iio/pressure/
H A Dhsc030pa.c7 * Datasheet: https://prod-edam.honeywell.com/content/dam/honeywell-edam/sps/siot/en-us/products/sensors/pressure-sensors/board-mount-pressure-sensors/trustability-hsc-series/documents/sps-siot-trustability-hsc-series-high-accuracy-board-mount-pressure-sensors-50099148-a-en-ciid-151133.pdf
448 struct hsc_data *hsc; local
454 indio_dev = devm_iio_device_alloc(dev, sizeof(*hsc));
458 hsc = iio_priv(indio_dev);
460 hsc->chip = &hsc_chip;
461 hsc->recv_cb = recv;
462 hsc->dev = dev;
465 &hsc->function);
469 if (hsc
[all...]
/linux-master/drivers/scsi/libsas/
H A Dsas_scsi_host.c849 sector_t capacity, int *hsc)
851 hsc[0] = 255;
852 hsc[1] = 63;
854 hsc[2] = capacity;
847 sas_bios_param(struct scsi_device *scsi_dev, struct block_device *bdev, sector_t capacity, int *hsc) argument
/linux-master/net/key/
H A Daf_key.c761 int add_keys, int hsc)
789 ((hsc & 1) ? sizeof(struct sadb_lifetime) : 0) +
790 ((hsc & 2) ? sizeof(struct sadb_lifetime) : 0) +
881 if (hsc & 2) {
892 if (hsc & 1) {
1054 int hsc)
1056 return __pfkey_xfrm_state2msg(x, 0, hsc);
3047 int hsc; local
3051 hsc = 2;
3053 hsc
760 __pfkey_xfrm_state2msg(const struct xfrm_state *x, int add_keys, int hsc) argument
1053 pfkey_xfrm_state2msg_expire(const struct xfrm_state *x, int hsc) argument
[all...]
/linux-master/include/scsi/
H A Dlibsas.h689 sector_t capacity, int *hsc);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mode.h477 fixed20_12 hsc; member in struct:amdgpu_crtc
H A Damdgpu_display.c1445 amdgpu_crtc->hsc.full = dfixed_div(a, b);
1448 amdgpu_crtc->hsc.full = dfixed_const(1);
H A Ddce_v6_0.c954 c.full = dfixed_mul(c, amdgpu_crtc->hsc);
966 c.full = dfixed_mul(c, amdgpu_crtc->hsc);
/linux-master/drivers/media/i2c/cx25840/
H A Dcx25840-core.c1755 u32 hsc, vsc, v_src, h_src, v_add; local
1820 hsc = (h_src * (1 << 20)) / fmt->width - (1 << 20);
1836 (unsigned int)hsc, (unsigned int)vsc);
1838 /* HSCALE=hsc */
1840 cx25840_write4(client, 0x434, hsc | (1 << 24));
1844 cx25840_write(client, 0x418, hsc & 0xff);
1845 cx25840_write(client, 0x419, (hsc >> 8) & 0xff);
1846 cx25840_write(client, 0x41a, hsc >> 16);
/linux-master/include/uapi/linux/
H A Dcdrom.h710 struct dvd_host_send_challenge hsc; member in union:__anon691
/linux-master/drivers/video/fbdev/
H A Dcg14.c112 u16 hsc; /* Hor Sync Clear */ member in struct:cg14_regs
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_display.c1768 radeon_crtc->hsc.full = dfixed_div(a, b);
1771 radeon_crtc->hsc.full = dfixed_const(1);
H A Drs690.c325 * hsc = horizontal scaling ration, defined as source/destination
335 b.full = dfixed_mul(b, crtc->hsc);
H A Dradeon_mode.h340 fixed20_12 hsc; member in struct:radeon_crtc
H A Drv515.c972 * hsc = horizontal scaling ration, defined as source/destination
982 b.full = dfixed_mul(b, crtc->hsc);
H A Dsi.c2387 c.full = dfixed_mul(c, radeon_crtc->hsc);
2399 c.full = dfixed_mul(c, radeon_crtc->hsc);
H A Devergreen.c2263 c.full = dfixed_mul(c, radeon_crtc->hsc);
2275 c.full = dfixed_mul(c, radeon_crtc->hsc);
/linux-master/arch/arm/boot/dts/nxp/imx/
H A DMakefile42 imx53-kp-hsc.dtb \
/linux-master/scripts/dtc/include-prefixes/arm/nxp/imx/
H A DMakefile42 imx53-kp-hsc.dtb \
/linux-master/drivers/cdrom/
H A Dcdrom.c1695 setup_send_key(&cgc, ai->hsc.agid, 1);
1697 copy_chal(&buf[4], ai->hsc.chal);

Completed in 272 milliseconds