Searched refs:ps2 (Results 1 – 8 of 8) sorted by relevance
| /drivers/input/ |
| A D | mousedev.c | 104 u8 ps2[6]; member 631 client->ps2[0] = 0xfa; /* ACK */ in mousedev_generate_response() 636 mousedev_packet(client, &client->ps2[1]); in mousedev_generate_response() 643 client->ps2[1] = 0; in mousedev_generate_response() 646 client->ps2[1] = 3; in mousedev_generate_response() 649 client->ps2[1] = 4; in mousedev_generate_response() 656 client->ps2[1] = 0x60; client->ps2[2] = 3; client->ps2[3] = 200; in mousedev_generate_response() 663 client->ps2[1] = 0xaa; client->ps2[2] = 0x00; in mousedev_generate_response() 721 u8 data[sizeof(client->ps2)]; in mousedev_read() 739 mousedev_packet(client, client->ps2); in mousedev_read() [all …]
|
| /drivers/input/serio/ |
| A D | Makefile | 33 obj-$(CONFIG_SERIO_SUN4I_PS2) += sun4i-ps2.o 34 obj-$(CONFIG_SERIO_GPIO_PS2) += ps2-gpio.o
|
| A D | maceps2.c | 179 port_data[0].port = &mace->perif.ps2.keyb; in maceps2_init() 181 port_data[1].port = &mace->perif.ps2.mouse; in maceps2_init()
|
| A D | Kconfig | 295 module will be called sun4i-ps2. 304 module will be called ps2-gpio.
|
| /drivers/net/can/ |
| A D | grcan.c | 411 int bpr, rsj, ps1, ps2, scaler; in grcan_set_bittiming() local 422 ps2 = bt->phase_seg2; in grcan_set_bittiming() 425 bpr, rsj, ps1, ps2, scaler); in grcan_set_bittiming() 426 if (!(ps1 > ps2)) { in grcan_set_bittiming() 428 ps1, ps2); in grcan_set_bittiming() 431 if (!(ps2 >= rsj)) { in grcan_set_bittiming() 433 ps2, rsj); in grcan_set_bittiming() 440 timing |= (ps2 << GRCAN_CONF_PS2_BIT) & GRCAN_CONF_PS2; in grcan_set_bittiming()
|
| /drivers/net/wireless/ath/ |
| A D | dfs_pri_detector.c | 307 struct pri_sequence *ps, *ps2; in pseq_handler_add_to_existing_seqs() local 308 list_for_each_entry_safe(ps, ps2, &pde->sequences, head) { in pseq_handler_add_to_existing_seqs()
|
| /drivers/staging/nvec/ |
| A D | Kconfig | 31 called serio-nvec-ps2
|
| /drivers/gpu/drm/radeon/ |
| A D | trinity_dpm.c | 860 struct trinity_ps *ps2 = trinity_get_ps(rps2); in trinity_uvd_clocks_equal() local 864 (ps1->vclk_low_divider == ps2->vclk_low_divider) && in trinity_uvd_clocks_equal() 865 (ps1->vclk_high_divider == ps2->vclk_high_divider) && in trinity_uvd_clocks_equal() 866 (ps1->dclk_low_divider == ps2->dclk_low_divider) && in trinity_uvd_clocks_equal() 867 (ps1->dclk_high_divider == ps2->dclk_high_divider)) in trinity_uvd_clocks_equal()
|
Completed in 20 milliseconds