Searched refs:module_index (Results 1 – 7 of 7) sorted by relevance
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/sys/ |
D | bta_sys_main.c | 297 UINT8 module_index; in bta_sys_hw_error() local 302 for (module_index = 0; module_index < BTA_SYS_MAX_HW_MODULES; module_index++) { in bta_sys_hw_error() 303 if ( bta_sys_cb.sys_hw_module_active & ((UINT32)1 << module_index )) { in bta_sys_hw_error() 304 switch ( module_index) { in bta_sys_hw_error() 307 if (bta_sys_cb.sys_hw_cback[module_index] != NULL) { in bta_sys_hw_error() 308 bta_sys_cb.sys_hw_cback[module_index] (BTA_SYS_HW_ERROR_EVT); in bta_sys_hw_error()
|
/device/board/isoftstone/yangfan/kernel/src/driv/media/i2c/ |
D | rk_ircut.c | 61 u32 module_index; member 360 &ircut->module_index); in ircut_probe() 413 ircut->module_index, facing, in ircut_probe()
|
D | gc8034.c | 192 u32 module_index; member 2646 &gc8034->module_index); in gc8034_probe() 2741 gc8034->module_index, facing, in gc8034_probe()
|
D | tc35874x.c | 219 u32 module_index; member 2293 &state->module_index); in tc35874x_probe() 2390 state->module_index, facing, in tc35874x_probe()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/i2c/ |
D | dw9763.c | 65 u32 module_index; member 514 &dw9763_dev->module_index); in dw9763_probe() 545 dw9763_dev->module_index, facing, in dw9763_probe()
|
D | ov13855.c | 141 u32 module_index; member 1936 &ov13855->module_index); in ov13855_probe() 2025 ov13855->module_index, facing, in ov13855_probe()
|
/device/soc/rockchip/common/vendor/drivers/media/i2c/ |
D | gc2093.c | 155 u32 module_index; member 1313 ret = of_property_read_u32(node, RKMODULE_CAMERA_MODULE_INDEX, &gc2093->module_index); in gc2093_probe() 1389 … snprintf(sd->name, sizeof(sd->name), "m%02d_%s_%s %s", gc2093->module_index, facing, GC2093_NAME, in gc2093_probe()
|