/kernel/linux/linux-5.10/arch/csky/abiv1/ |
H A D | alignment.c | 95 static int ldh_c(struct pt_regs *regs, uint32_t rz, uint32_t addr) in ldh_c() argument 106 put_ptreg(regs, rz, byte0); in ldh_c() 117 static int sth_c(struct pt_regs *regs, uint32_t rz, uint32_t addr) in sth_c() argument 121 byte0 = byte1 = get_ptreg(regs, rz); in sth_c() 142 static int ldw_c(struct pt_regs *regs, uint32_t rz, uint32_t addr) in ldw_c() argument 165 put_ptreg(regs, rz, byte0); in ldw_c() 176 static int stw_c(struct pt_regs *regs, uint32_t rz, uint32_t addr) in stw_c() argument 180 byte0 = byte1 = byte2 = byte3 = get_ptreg(regs, rz); in stw_c() 218 uint32_t rz = 0; in csky_alignment() local 255 rz in csky_alignment() [all...] |
/kernel/linux/linux-6.6/arch/csky/abiv1/ |
H A D | alignment.c | 95 static int ldh_c(struct pt_regs *regs, uint32_t rz, uint32_t addr) in ldh_c() argument 106 put_ptreg(regs, rz, byte0); in ldh_c() 117 static int sth_c(struct pt_regs *regs, uint32_t rz, uint32_t addr) in sth_c() argument 121 byte0 = byte1 = get_ptreg(regs, rz); in sth_c() 142 static int ldw_c(struct pt_regs *regs, uint32_t rz, uint32_t addr) in ldw_c() argument 165 put_ptreg(regs, rz, byte0); in ldw_c() 176 static int stw_c(struct pt_regs *regs, uint32_t rz, uint32_t addr) in stw_c() argument 180 byte0 = byte1 = byte2 = byte3 = get_ptreg(regs, rz); in stw_c() 218 uint32_t rz = 0; in csky_alignment() local 255 rz in csky_alignment() [all...] |
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A 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()
|
/kernel/linux/linux-6.6/sound/soc/sh/ |
H A D | Makefile | 27 snd-soc-rz-ssi-objs := rz-ssi.o 28 obj-$(CONFIG_SND_SOC_RZ) += snd-soc-rz-ssi.o
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A 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 in nvmet_bdev_report_zone_cb() [all...] |
/kernel/linux/linux-5.10/drivers/mfd/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A 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()
|
H A D | rz-mtu3.c | 13 #include <linux/mfd/rz-mtu3.h> 20 #include "rz-mtu3.h" 315 .name = "rz-mtu3-counter", 318 .name = "pwm-rz-mtu3", 375 { .compatible = "renesas,rz-mtu3", }, 383 .name = "rz-mtu3",
|
H A D | Makefile | 184 obj-$(CONFIG_RZ_MTU3) += rz-mtu3.o
|
/kernel/linux/linux-6.6/drivers/dma/sh/ |
H A D | Makefile | 18 obj-$(CONFIG_RZ_DMAC) += rz-dmac.o
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | test_sony.py | 96 for rz in range(-2000000, 2000000, 200000): 97 r = uhdev.event(gyro=(None, None, rz)) 103 assert rz - 64 <= value <= rz + 64
|
/kernel/linux/linux-6.6/drivers/counter/ |
H A D | Makefile | 12 obj-$(CONFIG_RZ_MTU3_CNT) += rz-mtu3-cnt.o
|
H A D | rz-mtu3-cnt.c | 10 #include <linux/mfd/rz-mtu3.h> 896 .name = "rz-mtu3-counter", 903 MODULE_ALIAS("platform:rz-mtu3-counter");
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | sint.S | 115 movel #1,L_SCR1(%a6) |use rz mode for rounding 153 btstb #1,L_SCR1+3(%a6) |check for rn and rz 179 | Rmode is rn or rz; return signed zero
|
H A D | scale.S | 87 fmovel #rz_mode,%fpcr |force rz for src conversion
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | sint.S | 115 movel #1,L_SCR1(%a6) |use rz mode for rounding 153 btstb #1,L_SCR1+3(%a6) |check for rn and rz 179 | Rmode is rn or rz; return signed zero
|
H A D | scale.S | 87 fmovel #rz_mode,%fpcr |force rz for src conversion
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | jr3_pci.h | 266 rz, enumerator
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | jr3_pci.h | 266 rz, enumerator
|
/kernel/linux/linux-6.6/drivers/pwm/ |
H A D | pwm-rz-mtu3.c | 29 #include <linux/mfd/rz-mtu3.h> 541 .name = "pwm-rz-mtu3", 549 MODULE_ALIAS("platform:pwm-rz-mtu3");
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-playstation.c | 205 uint8_t z, rz; member 422 uint8_t z, rz; member 1350 input_report_abs(ds->gamepad, ABS_RZ, ds_report->rz); in dualsense_parse_report() 2222 input_report_abs(ds4->gamepad, ABS_RZ, ds4_report->rz); in dualshock4_parse_report()
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | pal.h | 384 rz : 1, /* PAL_CHECK processor member 711 #define pmci_proc_pal_rendezvous_complete pme_processor.rz
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | pal.h | 385 rz : 1, /* PAL_CHECK processor member 712 #define pmci_proc_pal_rendezvous_complete pme_processor.rz
|