Home
last modified time | relevance | path

Searched refs:PS (Results 1 – 25 of 75) sorted by relevance

123

/linux-6.3-rc2/drivers/input/serio/
A DKconfig11 * standard AT keyboard and PS/2 mouse *
109 tristate "HP GSC PS/2 keyboard and PS/2 mouse controller"
114 over which HP PS/2 keyboards and PS/2 mice may be connected.
149 tristate "PCI PS/2 keyboard and PS/2 mouse controller"
163 PS/2 ports.
169 tristate "SGI IOC3 PS/2 controller"
179 tristate "PS/2 driver library"
183 to a PS/2 port, such as PS/2 mouse or standard AT keyboard.
214 tristate "Altera UP PS/2 controller"
238 tristate "TQC PS/2 multiplexer"
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/adc/
A Dxlnx,zynqmp-ams.yaml17 PS (Processing System) SYSMON.
18 All designs should have AMS registers, but PS and PL are optional. The
19 AMS controller can work with only PS, only PL and both PS and PL
21 should always have AMS module property. Providing PS & PL module is optional.
38 |9 |VCC PS LPD voltage measurement (supply1). |Voltage
39 |10 |VCC PS FPD voltage measurement (supply2). |Voltage
40 |11 |PS Aux voltage reference (supply3). |Voltage
42 |13 |PS IO Bank 503 voltage measurement (supply5). |Voltage
101 Maps the child address space for PS and/or PL.
116 PS (Processing System) SYSMON is memory mapped to PS. This block has
[all …]
/linux-6.3-rc2/drivers/input/mouse/
A DKconfig17 tristate "PS/2 mouse"
25 includes the standard 2 or 3-button PS/2 mouse, as well as PS/2
43 bool "ALPS PS/2 mouse protocol extension" if EXPERT
53 bool "BYD PS/2 mouse protocol extension" if EXPERT
83 bool "Synaptics PS/2 SMbus companion" if EXPERT
90 to an SMBus, but enumerated through PS/2.
125 bool "Elantech PS/2 protocol extension"
138 bool "Elantech PS/2 SMbus companion" if EXPERT
145 to an SMBus, but enumerated through PS/2.
159 bool "eGalax TouchKit PS/2 protocol extension"
[all …]
/linux-6.3-rc2/Documentation/x86/
A Dusb-legacy-support.rst13 their classic PS/2 counterparts. This means one can use an USB keyboard to
18 1) On some machines, the emulated PS/2 mouse takes over even when no USB
19 mouse is present and a real PS/2 mouse is present. In that case the extra
20 features (wheel, extra buttons, touchpad mode) of the real PS/2 mouse may
23 2) If CONFIG_HIGHMEM64G is enabled, the PS/2 mouse emulation can cause
36 PS/2 mouse driver. Since the PS/2 mouse driver is in 2.6 compiled into
/linux-6.3-rc2/Documentation/input/devices/
A Dsentelic.rst475 PS/2 Command Set
479 details about PS/2 commands:
529 1. send 0xf3 PS/2 command to FSP;
531 2. send 0x66 PS/2 command to FSP;
533 3. send 0x88 PS/2 command to FSP;
535 4. send 0xf3 PS/2 command to FSP;
553 7. send 0x66 PS/2 command to FSP;
574 1. send 0xf3 PS/2 command to FSP;
592 4. send 0x55 PS/2 command to FSP;
596 5. send 0xf3 PS/2 command to FSP;
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/serio/
A Dsnps-arc_ps2.txt1 * ARC PS/2 driver: PS/2 block used in some ARC FPGA's & nSIM OSCI model
A Daltera_ps2.txt1 Altera UP PS/2 controller
A Darm,pl050.yaml7 title: Arm Ltd. PrimeCell PL050 PS/2 Keyboard/Mouse Interface
A Dps2-gpio.yaml7 title: GPIO based PS/2
/linux-6.3-rc2/Documentation/devicetree/bindings/input/
A Dps2keyb-mouse-apbps2.txt1 Aeroflex Gaisler APBPS2 PS/2 Core, supporting Keyboard or Mouse.
3 The APBPS2 PS/2 core is available in the GRLIB VHDL IP core library.
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/
A Dxlnx,zynqmp-clk.txt7 as clock provider for all clock consumers of PS clocks.
26 - pss_ref_clk (PS reference clock)
28 - pss_alt_ref_clk (alternative PS reference clock)
A Dxlnx,versal-clk.yaml17 provider for all clock consumers of PS clocks.
/linux-6.3-rc2/Documentation/input/
A Dinput.rst32 a simulated PS/2 interface to GPM and X, and so on.
120 a PS/2-style (a la /dev/psaux) mouse device available to the
144 via a virtual PS/2 mouse and thus needs to be scaled
147 Mousedev will generate either PS/2, ImPS/2 (Microsoft IntelliMouse) or
222 This is driver for all flavors of pointing devices using PS/2
224 Explorer devices, Logitech PS/2 mice and so on.
229 This is driver for PS/2 (AT) keyboards.
A Duserio.rst70 would set the port type to be a normal PS/2 port.
81 The userio userspace tools are able to record PS/2 devices using some of the
/linux-6.3-rc2/drivers/net/fddi/skfp/
A Dcfm.c240 smc->y[PS].pc_mode == PM_PEER && in cfm()
241 smc->y[PS].mib->fddiPORTNeighborType != TS ) ) { in cfm()
488 smc->mib.p[PS].fddiPORTCurrentPath = MIB_PATH_CONCATENATED ; in cfm_fsm()
489 smc->mib.p[PS].fddiPORTMACPlacement = INDEX_MAC ; in cfm_fsm()
566 0,0, 0,RES_PORT, 0,PS + INDEX_PORT, 0,PATH_PRIM,
571 0,0, 0,RES_PORT, 0,PS + INDEX_PORT, 0,PATH_ISO,
A Dpcmplc.c241 mib->fddiPORTMy_Type = (np == PS) ? TS : TM ; in pcm_init()
252 mib->fddiPORTMy_Type = (np == PS) ? TS : TNONE ; in pcm_init()
253 mib->fddiPORTHardwarePresent = (np == PS) ? TRUE : in pcm_init()
465 if ((smc->s.sas == SMT_SAS) && (p == PS)) { in plc_init()
595 if ((np != PS) && (smc->s.sas == SMT_SAS)) in pcm()
1545 if (np == PS) in pc_tcode_actions()
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dext-ctrls-fm-rx.rst36 name strings. Also from RDS specification, PS is usually a single
45 wishes to transmit longer PS names, programme-related information or
/linux-6.3-rc2/Documentation/devicetree/bindings/rng/
A Dsparc_sun_oracle_rng.txt30 PS: see as well prtconfs.git by DaveM
/linux-6.3-rc2/Documentation/networking/
A Dj1939.rst94 R (Reserved) DP (Data Page) PF (PDU Format) PS (PDU Specific)
98 format (where PF >= 240). Furthermore, when using the PDU2 format, the PS-field
100 format, the Group Extension is set in the PS-field.
122 On the other hand, when using PDU1 format, the PS-field contains a so-called
124 from user space to kernel (or vice versa) and PDU2 format is used, the PS-field
210 * 8 bit: PS in PDU2 case, else 0
/linux-6.3-rc2/arch/sh/boards/mach-microdev/
A Dirq.c54 # error Inconsistancy in defining the IRQ# for PS/2 Mouse!
/linux-6.3-rc2/Documentation/arm/
A Dnetwinder.rst58 5 ISA PS/2 mouse
/linux-6.3-rc2/arch/arm64/boot/dts/xilinx/
A Dzynqmp-zcu102-revA.dts530 /* refclk0 for PS-GT, used for DP */
535 /* refclk2 for PS-GT, used for USB3 */
540 /* refclk3 for PS-GT, used for SATA */
545 /* refclk4 for PS-GT, used for PCIE slot */
550 /* refclk5 for PS-GT, used for PCIE */
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Drecv.c549 ath_dbg(common, PS, in ath_rx_ps_beacon()
574 ath_dbg(common, PS, in ath_rx_ps_beacon()
587 ath_dbg(common, PS, "PS wait for CAB frames timed out\n"); in ath_rx_ps_beacon()
612 ath_dbg(common, PS, in ath_rx_ps()
618 ath_dbg(common, PS, in ath_rx_ps()
/linux-6.3-rc2/Documentation/devicetree/bindings/firmware/xilinx/
A Dxlnx,zynqmp-firmware.yaml57 and acts as clock provider for all clock consumers of PS clocks.list of
/linux-6.3-rc2/drivers/input/
A DKconfig14 it to be available to applications. This includes standard PS/2
94 emulated IntelliMouse Explorer PS/2 mouse. That way, all user space

Completed in 27 milliseconds

123