Searched refs:H4 (Results 1 – 6 of 6) sorted by relevance
| /drivers/bluetooth/ |
| A D | Kconfig | 126 bool "UART (H4) protocol support" 129 UART (H4) is serial protocol for communication between Bluetooth 133 Say Y here to compile support for HCI UART (H4) protocol. 136 tristate "UART Nokia H4+ protocol support" 144 Nokia H4+ is serial protocol for communication between Bluetooth 148 Say Y here to compile support for Nokia's H4+ protocol. 248 over serial port interface(H4) between controller and host.
|
| /drivers/pinctrl/aspeed/ |
| A D | pinctrl-aspeed-g5.c | 1405 #define H4 191 macro 1406 SIG_EXPR_LIST_DECL_SINGLE(H4, GPIOX7, GPIOX7, SIG_DESC_SET(SCUA4, 7)); 1407 SIG_EXPR_LIST_DECL_SINGLE(H4, ADC15, ADC15); 1408 PIN_DECL_(H4, SIG_EXPR_LIST_PTR(H4, GPIOX7), SIG_EXPR_LIST_PTR(H4, ADC15)); 1409 FUNC_GROUP_DECL(ADC15, H4); 2040 ASPEED_PINCTRL_PIN(H4), 2595 ASPEED_SB_PINCONF(PIN_CONFIG_BIAS_PULL_DOWN, H4, H4, SCUA8, 19), 2596 ASPEED_SB_PINCONF(PIN_CONFIG_BIAS_DISABLE, H4, H4, SCUA8, 19),
|
| A D | pinctrl-aspeed-g4.c | 1080 #define H4 132 macro 1081 SIG_EXPR_LIST_DECL_SINGLE(H4, SCL14, I2C14, I2C14_DESC); 1082 PIN_DECL_1(H4, GPIOQ4, SCL14); 1088 FUNC_GROUP_DECL(I2C14, H4, H3); 2036 ASPEED_PINCTRL_PIN(H4),
|
| /drivers/iio/pressure/ |
| A D | bmp280.h | 391 s16 H4; member
|
| A D | bmp280-core.c | 357 enum { H2 = 0, H3 = 2, H4 = 3, H5 = 4, H6 = 6 }; enumerator 389 tmp_1 = get_unaligned_be16(&data->bme280_humid_cal_buf[H4]); in bme280_read_calib() 393 calib->H4 = sign_extend32(h4_upper | h4_lower, 11); in bme280_read_calib() 436 var = (((((s32)adc_humidity << 14) - (calib->H4 << 20) - (calib->H5 * var)) in bme280_compensate_humidity()
|
| /drivers/iio/chemical/ |
| A D | bme680_core.c | 56 H4 = 4, enumerator 278 calib->par_h4 = data->bme680_cal_buf_2[H4]; in bme680_read_calib()
|
Completed in 29 milliseconds