Searched refs:b8 (Results 1 – 6 of 6) sorted by relevance
/drivers/hid/ |
D | hid-steam.c | 931 u8 b8, b9, b10; in steam_do_input_event() local 935 b8 = data[8]; in steam_do_input_event() 971 input_event(input, EV_KEY, BTN_TR2, !!(b8 & BIT(0))); in steam_do_input_event() 972 input_event(input, EV_KEY, BTN_TL2, !!(b8 & BIT(1))); in steam_do_input_event() 973 input_event(input, EV_KEY, BTN_TR, !!(b8 & BIT(2))); in steam_do_input_event() 974 input_event(input, EV_KEY, BTN_TL, !!(b8 & BIT(3))); in steam_do_input_event() 975 input_event(input, EV_KEY, BTN_Y, !!(b8 & BIT(4))); in steam_do_input_event() 976 input_event(input, EV_KEY, BTN_B, !!(b8 & BIT(5))); in steam_do_input_event() 977 input_event(input, EV_KEY, BTN_X, !!(b8 & BIT(6))); in steam_do_input_event() 978 input_event(input, EV_KEY, BTN_A, !!(b8 & BIT(7))); in steam_do_input_event()
|
/drivers/iio/dac/ |
D | ad5766.c | 125 u8 b8[4]; member 176 st->data[0].b8[0] = command; in __ad5766_spi_write() 177 put_unaligned_be16(data, &st->data[0].b8[1]); in __ad5766_spi_write() 179 return spi_write(st->spi, &st->data[0].b8[0], 3); in __ad5766_spi_write()
|
/drivers/crypto/stm32/ |
D | stm32-cryp.c | 439 u8 *b8 = (u8 *)block; in stm32_cryp_write_ccm_first_header() local 443 b8[0] = (alen >> 8) & 0xFF; in stm32_cryp_write_ccm_first_header() 444 b8[1] = alen & 0xFF; in stm32_cryp_write_ccm_first_header() 448 b8[0] = 0xFF; in stm32_cryp_write_ccm_first_header() 449 b8[1] = 0xFE; in stm32_cryp_write_ccm_first_header() 450 b8[2] = (alen & 0xFF000000) >> 24; in stm32_cryp_write_ccm_first_header() 451 b8[3] = (alen & 0x00FF0000) >> 16; in stm32_cryp_write_ccm_first_header() 452 b8[4] = (alen & 0x0000FF00) >> 8; in stm32_cryp_write_ccm_first_header() 453 b8[5] = alen & 0x000000FF; in stm32_cryp_write_ccm_first_header()
|
/drivers/input/joystick/ |
D | interact.c | 60 unsigned char b8; member 253 if (i < interact_type[interact->type].b8) in interact_connect()
|
/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
D | com.fuc | 444 cmpu b8 $r10 4 456 cmpu b8 $r10 6 464 st b8 D[$sp + $r8] $r12
|
/drivers/tty/vt/ |
D | cp437.uni | 64 0x2c U+002c U+00b8
|