| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6qdl-icore-rqs.dtsi | 174 rxc-skew-ps = <1140>; 175 txc-skew-ps = <1140>; 176 txen-skew-ps = <600>; 177 rxdv-skew-ps = <240>; 178 rxd0-skew-ps = <420>; 179 rxd1-skew-ps = <600>; 180 rxd2-skew-ps = <420>; 181 rxd3-skew-ps = <240>; 182 txd0-skew-ps = <60>; 183 txd1-skew-ps = <60>; [all …]
|
| /linux/drivers/input/serio/ |
| H A D | Kconfig | 11 * standard AT keyboard and PS/2 mouse * 34 i8042 is the chip over which the standard AT keyboard and PS/2 80 an additional AT keyboard, XT keyboard or PS/2 mouse. 109 tristate "HP GSC PS/2 keyboard and PS/2 mouse controller" 113 This driver provides support for the PS/2 ports on PA-RISC machines 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" 153 Say Y here if you have a Mobility Docking station with PS/2 160 tristate "SGI O2 MACE PS/2 controller" 164 PS/2 ports. [all …]
|
| H A D | i8042-acpipnpio.h | 498 * external PS/2 ports so we can safely disable it. 830 * declares PS/2 devices in DSDT. 1020 * Sony Vaio FZ-240E - 1032 * Most (all?) VAIOs do not have external PS/2 ports nor 1085 * none of them have an external PS/2 port so this can safely be set for 1135 * them have an external PS/2 port so this can safely be set for all of 1255 * via PS/2 and i2c interface. This causes a race condition between the 1258 * PS/2 port, it is safe to just ignore all ps2 mouses here to avoid 1627 pr_info("PNP: No PS/2 controller found.\n"); in i8042_pnp_init() 1648 pr_info("PNP: PS/2 Controller [%s%s%s] at %#x,%#x irq %s%s%s\n", in i8042_pnp_init() [all …]
|
| /linux/arch/xtensa/include/asm/ |
| H A D | regs.h | 38 #define SREG_CCOMPARE 240 81 /* PS register fields. */
|
| /linux/arch/parisc/kernel/ |
| H A D | hardware.c | 135 {HPHW_NPROC,0x596,0x4,0x91,"FireHawk 240 U"}, 138 {HPHW_NPROC,0x599,0x4,0x81,"Raven U 240 (9000/780/C240)"}, 170 {HPHW_NPROC,0x5B6,0x4,0x91,"DragonHawk U+ 240 DC3"}, 171 {HPHW_NPROC,0x5B7,0x4,0x91,"DragonHawk U+ 240 DC3-"}, 172 {HPHW_NPROC,0x5B8,0x4,0x91,"SPP2250 240 MHz"}, 173 {HPHW_NPROC,0x5B9,0x4,0x81,"UL 1w U+/240 (350/550)"}, 174 {HPHW_NPROC,0x5BA,0x4,0x91,"UL 2w U+/240 (350/550)"}, 921 {HPHW_FIO, 0x015, 0x00084, 0x0, "KittyHawk GSY Core PS/2 Port"}, 922 {HPHW_FIO, 0x016, 0x00084, 0x0, "Gecko Core PS/2 Port"}, 923 {HPHW_FIO, 0x018, 0x00084, 0x0, "Gecko Optional PS/2 Port"}, [all …]
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | stm32mp15xc-lxa-tac.dtsi | 353 hactive = <240>; 354 vactive = <240>; 413 rx-internal-delay-ps = <2000>; 414 tx-internal-delay-ps = <2000>;
|
| /linux/drivers/crypto/ |
| H A D | sa2ul.h | 47 /* Number of 32 bit words in PS data */ 172 #define SA_UNSAFE_DATA_SZ_MIN 240
|
| /linux/Documentation/admin-guide/ |
| H A D | devices.txt | 205 240 = /dev/sdp Sixteenth SCSI disk whole disk 252 1 = /dev/psaux PS/2-style mouse port 376 240 = /dev/userio Serio driver testing device 626 240 = /dev/adp 16th ACSI disk whole disk 859 240 = /dev/ftlp FTL on 16th Memory Technology Device 1123 240 = /dev/sdaf 32nd SCSI disk whole disk 1139 240 = /dev/sdav 48nd SCSI disk whole disk 1155 240 = /dev/sdbl 64th SCSI disk whole disk 1176 240 = /dev/sdcb 80th SCSI disk whole disk 1190 240 [all...] |
| /linux/Documentation/networking/ |
| H A D | j1939.rst | 178 R (Reserved) DP (Data Page) PF (PDU Format) PS (PDU Specific) 181 In J1939-21 distinction is made between PDU1 format (where PF < 240) and PDU2 182 format (where PF >= 240). Furthermore, when using the PDU2 format, the PS-field 184 format, the Group Extension is set in the PS-field. 206 On the other hand, when using PDU1 format, the PS-field contains a so-called 208 from user space to kernel (or vice versa) and PDU1 format is used, the PS-field 294 * 8 bit: PS in PDU2 case, else 0
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | main.c | 73 RATE(240, 0x9, 0, 0), 356 ar->ps.last_action = jiffies; in carl9170_op_start() 357 ar->ps.last_slept = jiffies; in carl9170_op_start() 741 ar->ps.off_override |= PS_OFF_VIF; in carl9170_op_add_interface() 803 ar->ps.off_override &= ~PS_OFF_VIF; in carl9170_op_remove_interface() 819 bool ps = false; in carl9170_ps_update() local 822 if (!ar->ps.off_override) in carl9170_ps_update() 823 ps = (ar->hw->conf.flags & IEEE80211_CONF_PS); in carl9170_ps_update() 825 if (ps != ar->ps.state) { in carl9170_ps_update() 826 err = carl9170_powersave(ar, ps); in carl9170_ps_update() [all …]
|
| /linux/drivers/net/wireless/ath/wcn36xx/ |
| H A D | main.c | 114 RATE(240, HW_RATE_INDEX_24MBPS, 0), 125 RATE(240, HW_RATE_INDEX_24MBPS, 0), 315 if (vif->cfg.ps) /* ps allowed ? */ in wcn36xx_change_ps() 381 * simply stop the scan session and exit PS mode. in wcn36xx_config()
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r8a779a0.dtsi | 502 interrupts = <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>; 733 rx-internal-delay-ps = <0>; 734 tx-internal-delay-ps = <0>; 782 rx-internal-delay-ps = <0>; 783 tx-internal-delay-ps = <0>; 829 rx-internal-delay-ps = <0>; 830 tx-internal-delay-ps = <0>; 876 rx-internal-delay-ps = <0>; 877 tx-internal-delay-ps = <0>; 923 rx-internal-delay-ps [all...] |
| H A D | r8a779h0.dtsi | 810 rx-internal-delay-ps = <0>; 811 tx-internal-delay-ps = <0>; 857 rx-internal-delay-ps = <0>; 858 tx-internal-delay-ps = <0>; 904 rx-internal-delay-ps = <0>; 905 tx-internal-delay-ps = <0>; 1048 interrupts = <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
|
| H A D | r8a779g0.dtsi | 1006 rx-internal-delay-ps = <0>; 1007 tx-internal-delay-ps = <0>; 1052 rx-internal-delay-ps = <0>; 1053 tx-internal-delay-ps = <0>; 1098 rx-internal-delay-ps = <0>; 1099 tx-internal-delay-ps = <0>; 1303 interrupts = <GIC_SPI 240 IRQ_TYPE_LEVEL_HIGH>;
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am335x-guardian.dts | 79 vactive = <240>; 161 gpmc,sync-clk-ps = <0>;
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim.c | 542 { .bitrate = 240 }, 715 } ps; member 1035 "%s: send PS-Poll to %pM for aid %d\n", in hwsim_send_ps_poll() 1056 struct ieee80211_vif *vif, int ps) in hwsim_send_nullfunc() argument 1067 "%s: send data::nullfunc to %pM ps=%d\n", in hwsim_send_nullfunc() 1068 __func__, vp->bssid, ps); in hwsim_send_nullfunc() 1077 (ps ? IEEE80211_FCTL_PM : 0)); in hwsim_send_nullfunc() 1111 *val = data->ps; in hwsim_fops_ps_read() 1125 if (data->ps != PS_ENABLED) in hwsim_fops_ps_write() 1134 old_ps = data->ps; in hwsim_fops_ps_write() 2888 int err, ps; mac80211_hwsim_testmode_cmd() local [all...] |
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | main.c | 10 #include "ps.h" 42 MODULE_PARM_DESC(disable_lps_deep, "Set Y to disable Deep PS"); 101 {.bitrate = 240, .hw_value = 0x08,}, 298 * ps by vif->type and vif->cfg.ps, all we need to do here is to in rtw_watch_dog_work() 2398 /* Leave LPS so the value swapped are not in PS mode */ in rtw_port_switch_iter()
|
| /linux/drivers/video/fbdev/ |
| H A D | atafb.c | 217 0, 128, 64, 192, 32, 160, 96, 224, 16, 144, 80, 208, 48, 176, 112, 240, 824 unsigned long t; /* t/[ps] (=1/f) */ 971 else if (yres <= 240) in falcon_decode_var() 972 yres = 240; in falcon_decode_var() 1037 if (yres > 240) in falcon_decode_var() 2974 /* external pixelclock in kHz --> ps */ in atafb_setup()
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| H A D | main.c | 27 #include "ps.h" 1254 { .bitrate = 240,
|
| /linux/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_mac.c | 66 { .bitrate = 240, 665 /* PS-POLL */ in cs_set_control()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 188 { .bitrate = 240, .hw_value = ATH11K_HW_RATE_OFDM_24M }, 1232 enable_ps = arvif->ps; in ath11k_mac_vif_setup_ps() 2772 ath11k_warn(ar->ab, "failed to set ap ps peer param %d for vdev %i: %d\n", in ath11k_peer_assoc_qos_ap() 3711 arvif->ps = vif->cfg.ps; in ath11k_mac_op_bss_info_changed() 3715 ath11k_warn(ar->ab, "failed to setup ps on vdev %i: %d\n", in ath11k_mac_op_bss_info_changed() 6727 ath11k_err(ab, "failed to enable idle ps: %d\n", ret); in ath11k_mac_op_start() 7263 ath11k_warn(ar->ab, "failed to disable vdev %d ps mode: %d\n", in ath11k_mac_op_add_interface() 7965 /* TODO: Setup ps and cts/rts protection */ in ath11k_mac_stop_vdev_early() 7989 /* TODO: Setup ps an in ath11k_mac_get_num_pwr_levels() [all...] |
| /linux/arch/powerpc/xmon/ |
| H A D | ppc-opc.c | 767 /* The PS field in a VX form instruction. */ 768 #define PS SIX + 1 macro 772 #define SHB PS + 1 2547 /* A VX_MASK with a PS field. */ 2550 /* A VX_MASK with the VA field fixed with a PS field. */ 3515 {"bcdadd.", VX (4,1025), VXPS_MASK, PPCVEC2, 0, {VD, VA, VB, PS}}, 3547 {"bcdsub.", VX (4,1089), VXPS_MASK, PPCVEC2, 0, {VD, VA, VB, PS}}, 3600 {"bcds.", VX (4,1217), VXPS_MASK, PPCVEC3, 0, {VD, VA, VB, PS}}, 3626 {"bcdtrunc.", VX (4,1281), VXPS_MASK, PPCVEC3, 0, {VD, VA, VB, PS}}, 3682 {"bcdcfsq.", VXVA(4,1409,2), VXVAPS_MASK, PPCVEC3, 0, {VD, VB, PS}}, [all …]
|
| /linux/drivers/video/fbdev/omap2/omapfb/ |
| H A D | omapfb-main.c | 714 /* pixclock in ps, the rest in pixclock */ in check_fb_var() 1783 var->yres = 240; in omapfb_fb_init()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mcdi_pcol.h | 1959 #define MC_CMD_GET_ASSERTS_OUT_V2_LEN 240 2032 #define MC_CMD_GET_ASSERTS_OUT_V3_MC_FW_BUILD_ID_OFST 240 2318 #define MC_CMD_GET_VERSION_V2_OUT_BOARD_SERIAL_OFST 240 2460 #define MC_CMD_GET_VERSION_V3_OUT_BOARD_SERIAL_OFST 240 2609 #define MC_CMD_GET_VERSION_V4_OUT_BOARD_SERIAL_OFST 240 2774 #define MC_CMD_GET_VERSION_V5_OUT_BOARD_SERIAL_OFST 240 2971 #define MC_CMD_PTP_IN_TRANSMIT_PACKET_MAXNUM 240 3155 #define MC_CMD_PTP_IN_FPGAWRITE_BUFFER_MAXNUM 240 3525 #define MC_CMD_PTP_OUT_SYNCHRONIZE_LENMAX 240 4169 #define MC_CMD_PUTS_IN_STRING_MAXNUM 240 [all …]
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 187 { .bitrate = 240, .hw_value = ATH12K_HW_RATE_OFDM_24M }, 3041 ath12k_warn(ar->ab, "failed to set ap ps peer param %d for vdev %i: %d\n", in ath12k_peer_assoc_h_eht_masked() 4436 enable_ps = arvif->ahvif->ps; in ath12k_mac_bss_info_changed() 4445 ath12k_warn(ar->ab, "unable to access bss link conf in setup ps for vif %pM link %u\n", in ath12k_mac_bss_info_changed() 5018 ahvif->ps = vif_cfg->ps; in ath12k_scan_vdev_clean_work() 9650 ath12k_err(ab, "failed to enable idle ps: %d\n", ret); in ath12k_mac_op_stop() 10367 ath12k_warn(ar->ab, "failed to disable vdev %d ps mode: %d\n", in ath12k_mac_assign_vif_to_vdev() 11639 /* TODO: Setup ps and cts/rts protection */ in ath12k_mac_fill_reg_tpc_info() 12120 /* TODO: Setup ps an in ath12k_mac_flush() [all...] |