Home
last modified time | relevance | path

Searched refs:ry (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.4/arch/s390/include/asm/
Dappldata.h49 int ry; in appldata_asm() local
62 : "=d" (ry) in appldata_asm()
65 return ry; in appldata_asm()
/Linux-v5.4/arch/s390/kvm/
Ddiag.c74 u16 ry = (vcpu->arch.sie_block->ipa & 0x0f); in __diag_page_ref_service() local
98 vcpu->run->s.regs.gprs[ry] = 8; in __diag_page_ref_service()
112 vcpu->run->s.regs.gprs[ry] = 0; in __diag_page_ref_service()
126 vcpu->run->s.regs.gprs[ry] = 0; in __diag_page_ref_service()
132 vcpu->run->s.regs.gprs[ry] = 4; in __diag_page_ref_service()
/Linux-v5.4/crypto/
Decc.c1149 u64 ry[2][ECC_MAX_DIGITS]; in ecc_point_mult() local
1163 vli_set(ry[1], point->y, ndigits); in ecc_point_mult()
1165 xycz_initial_double(rx[1], ry[1], rx[0], ry[0], initial_z, curve_prime, in ecc_point_mult()
1170 xycz_add_c(rx[1 - nb], ry[1 - nb], rx[nb], ry[nb], curve_prime, in ecc_point_mult()
1172 xycz_add(rx[nb], ry[nb], rx[1 - nb], ry[1 - nb], curve_prime, in ecc_point_mult()
1177 xycz_add_c(rx[1 - nb], ry[1 - nb], rx[nb], ry[nb], curve_prime, in ecc_point_mult()
1184 vli_mod_mult_fast(z, z, ry[1 - nb], curve_prime, ndigits); in ecc_point_mult()
1197 xycz_add(rx[nb], ry[nb], rx[1 - nb], ry[1 - nb], curve_prime, ndigits); in ecc_point_mult()
1199 apply_z(rx[0], ry[0], z, curve_prime, ndigits); in ecc_point_mult()
1202 vli_set(result->y, ry[0], ndigits); in ecc_point_mult()
[all …]
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_tv.c61 u16 ry, gy, by, ay; member
189 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0104,
199 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0133,
209 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0119,
219 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x014c,
229 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0113,
239 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0145,
249 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0104,
259 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0133,
269 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0104,
[all …]
/Linux-v5.4/arch/s390/mm/
Dextmem.c136 unsigned long rx, ry; in dcss_diag() local
140 ry = (unsigned long) *func; in dcss_diag()
147 : "+d" (rx), "+d" (ry), "=d" (rc) : : "cc"); in dcss_diag()
149 *ret2 = ry; in dcss_diag()
/Linux-v5.4/Documentation/filesystems/
Dcoda.txt584 SSuummmmaarryy Find the ViceFid and type of an object in a directory if it
631 SSuummmmaarryy Get the attributes of a file.
673 SSuummmmaarryy Set the attributes of a file.
705 SSuummmmaarryy
736 SSuummmmaarryy Invoked to create a file
795 SSuummmmaarryy Create a new directory.
837 SSuummmmaarryy Create a link to an existing file.
865 SSuummmmaarryy create a symbolic link
898 SSuummmmaarryy Remove a file
927 SSuummmmaarryy Remove a directory
[all …]
/Linux-v5.4/drivers/hid/
Dhid-wiimote-modules.c1046 __s8 rx, ry, lx, ly, lt, rt; in wiimod_classic_in_ext() local
1102 ry = ext[2] & 0x1f; in wiimod_classic_in_ext()
1109 ry <<= 1; in wiimod_classic_in_ext()
1116 input_report_abs(wdata->extension.input, ABS_HAT2Y, ry - 0x20); in wiimod_classic_in_ext()
1606 __s16 rx, ry, lx, ly; in wiimod_pro_in_ext() local
1652 ry = (ext[6] & 0xff) | ((ext[7] & 0x0f) << 8); in wiimod_pro_in_ext()
1658 ry = 0x800 - ry; in wiimod_pro_in_ext()
1673 if (abs(ry) < 500) in wiimod_pro_in_ext()
1674 wdata->state.calib_pro_sticks[3] = -ry; in wiimod_pro_in_ext()
1681 ry += wdata->state.calib_pro_sticks[3]; in wiimod_pro_in_ext()
[all …]
/Linux-v5.4/arch/s390/boot/
Dmem_detect.c87 [rc] "+&d" (rc), [ry] "+d" (_ry) in __diag260()
/Linux-v5.4/drivers/staging/comedi/drivers/
Djr3_pci.h265 ry, enumerator
/Linux-v5.4/drivers/staging/speakup/
Dspk_types.h63 u_long rpos[8], rx[8], ry[8]; member
Dmain.c1578 speakup_console[vc_num]->ht.ry[bi] = vc->vc_y; in update_color_buffer()
1669 if (speakup_console[vc_num]->ht.ry[hc] != vc->vc_y) in speak_highlight()
1677 spk_y = spk_cy = speakup_console[vc_num]->ht.ry[hc]; in speak_highlight()
/Linux-v5.4/arch/mips/include/uapi/asm/
Dinst.h1022 __BITFIELD_FIELD(unsigned int ry : 3,
1037 __BITFIELD_FIELD(unsigned int ry : 3,
/Linux-v5.4/drivers/input/touchscreen/
Datmel_mxt_ts.c2254 unsigned int i, rx, ry; in mxt_convert_debug_pages() local
2259 ry = data->xy_switch ? x : y; in mxt_convert_debug_pages()
2261 ry = data->inverty ? (data->ysize - 1 - ry) : ry; in mxt_convert_debug_pages()
2263 outbuf[i] = mxt_get_debug_value(data, rx, ry); in mxt_convert_debug_pages()
/Linux-v5.4/arch/mips/kernel/
Dunaligned.c2052 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()
2056 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()
2110 reg = reg16to32[mips16inst.rri.ry]; in emulate_load_store_MIPS16e()
/Linux-v5.4/Documentation/input/
Devent-codes.rst373 can report through the rotational axes (absolute and/or relative rx, ry, rz).
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/
Ddispc.c239 int ry, rcr, rcb, gy, gcr, gcb, by, bcr, bcb; member
694 dispc_write_reg(DISPC_OVL_CONV_COEF(plane, 0), CVAL(ct->rcr, ct->ry)); in dispc_ovl_write_color_conv_coef()
/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Ddispc.c862 int ry, rcb, rcr, gy, gcb, gcr, by, bcb, bcr; member
877 dispc_write_reg(dispc, DISPC_OVL_CONV_COEF(plane, 0), CVAL(ct->rcr, ct->ry)); in dispc_ovl_write_color_conv_coef()