Searched refs:uwb_est_register (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/uwb/i1480/ |
H A D | i1480-est.c | 59 int result = uwb_est_register(i1480_CET_VS1, 0x00, 0x8086, 0x0c3b, i1480_est_init() 66 result = uwb_est_register(i1480_CET_VS1, 0x01, 0x8086, 0x0c3b, i1480_est_init()
|
/linux-4.4.14/drivers/uwb/ |
H A D | est.c | 191 result = uwb_est_register(UWB_RC_CET_GENERAL, 0, 0xffff, 0xffff, uwb_est_create() 195 result = uwb_est_register(UWB_RC_CET_EX_TYPE_1, 0, 0xffff, 0xffff, uwb_est_create() 256 int uwb_est_register(u8 type, u8 event_high, u16 vendor, u16 product, uwb_est_register() function 289 EXPORT_SYMBOL_GPL(uwb_est_register); variable 422 * uwb_est_register(). For variable sized events, it will look further
|
/linux-4.4.14/include/linux/ |
H A D | uwb.h | 680 int uwb_est_register(u8 type, u8 code_high, u16 vendor, u16 product,
|
Completed in 122 milliseconds