Searched refs:rz (Results 1 – 7 of 7) sorted by relevance
/drivers/input/touchscreen/ |
D | bu21029_ts.c | 168 u32 rz; in bu21029_touch_report() local 194 rz = z2 - z1; in bu21029_touch_report() 195 rz *= x; in bu21029_touch_report() 196 rz *= bu21029->x_plate_ohms; in bu21029_touch_report() 197 rz /= z1; in bu21029_touch_report() 198 rz = DIV_ROUND_CLOSEST(rz, SCALE_12BIT); in bu21029_touch_report() 199 if (rz <= max_pressure) { in bu21029_touch_report() 203 max_pressure - rz); in bu21029_touch_report()
|
/drivers/nvme/target/ |
D | zns.c | 225 struct nvmet_report_zone_data *rz = d; in nvmet_bdev_report_zone_cb() local 227 if (rz->zrasf != NVME_ZRASF_ZONE_REPORT_ALL && in nvmet_bdev_report_zone_cb() 228 z->cond != nvme_zrasf_to_blk_zcond[rz->zrasf]) in nvmet_bdev_report_zone_cb() 231 if (rz->nr_zones < rz->out_nr_zones) { in nvmet_bdev_report_zone_cb() 235 zdesc.zcap = nvmet_sect_to_lba(rz->req->ns, z->capacity); in nvmet_bdev_report_zone_cb() 236 zdesc.zslba = nvmet_sect_to_lba(rz->req->ns, z->start); in nvmet_bdev_report_zone_cb() 237 zdesc.wp = nvmet_sect_to_lba(rz->req->ns, z->wp); in nvmet_bdev_report_zone_cb() 242 status = nvmet_copy_to_sgl(rz->req, rz->out_buf_offset, &zdesc, in nvmet_bdev_report_zone_cb() 247 rz->out_buf_offset += sizeof(zdesc); in nvmet_bdev_report_zone_cb() 250 rz->nr_zones++; in nvmet_bdev_report_zone_cb()
|
/drivers/mfd/ |
D | gateworks-gsc.c | 110 int rz = 0; in gsc_show() local 113 rz = sprintf(buf, "%d\n", gsc->fwver); in gsc_show() 115 rz = sprintf(buf, "0x%04x\n", gsc->fwcrc); in gsc_show() 119 return rz; in gsc_show()
|
/drivers/dma/sh/ |
D | Makefile | 18 obj-$(CONFIG_RZ_DMAC) += rz-dmac.o
|
/drivers/clk/renesas/ |
D | Makefile | 4 obj-$(CONFIG_CLK_RZA1) += clk-rz.o
|
/drivers/comedi/drivers/ |
D | jr3_pci.h | 266 rz, enumerator
|
/drivers/hid/ |
D | hid-playstation.c | 203 uint8_t z, rz; member 1115 input_report_abs(ds->gamepad, ABS_RZ, ds_report->rz); in dualsense_parse_report()
|