Home
last modified time | relevance | path

Searched refs:heci_state (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_init.c251 device->heci_state = HECI_INITIALIZING; in init_heci_device()
310 dev->heci_state = HECI_DISABLED; in heci_hw_init()
318 dev->heci_state = HECI_DISABLED; in heci_hw_init()
376 if (dev->heci_state == HECI_RECOVERING_FROM_RESET) { in heci_reset()
381 if (dev->heci_state != HECI_INITIALIZING && in heci_reset()
382 dev->heci_state != HECI_DISABLED && in heci_reset()
383 dev->heci_state != HECI_POWER_DOWN && in heci_reset()
384 dev->heci_state != HECI_POWER_UP) in heci_reset()
410 if (dev->heci_state != HECI_INITIALIZING) { in heci_reset()
411 if ((dev->heci_state != HECI_DISABLED) && in heci_reset()
[all …]
H A Dheci_main.c308 if (device->heci_state != HECI_ENABLED) { in heci_initialize()
636 if (dev->heci_state != HECI_ENABLED) { in heci_open()
837 if (dev->heci_state != HECI_ENABLED) { in heci_read()
1000 if (dev->heci_state != HECI_ENABLED) { in heci_write()
1081 if (dev->heci_state != HECI_ENABLED) { in heci_write()
1270 if (dev->heci_state != HECI_ENABLED) { in heci_ioctl()
1348 if (device->heci_state != HECI_ENABLED) { in heci_poll()
1494 if (device->heci_state == HECI_ENABLED || in heci_suspend()
1495 device->heci_state == HECI_RECOVERING_FROM_RESET) { in heci_suspend()
1496 device->heci_state = HECI_POWER_DOWN; in heci_suspend()
[all …]
H A Dheci_intr.c112 if (device->heci_state == HECI_POWER_DOWN) { in heci_isr_interrupt()
244 (dev->heci_state != HECI_RESETING) && in heci_bh_process_device()
245 (dev->heci_state != HECI_INITIALIZING)) { in heci_bh_process_device()
258 if (dev->heci_state == HECI_INITIALIZING) { in heci_bh_process_device()
539 dev->heci_state = HECI_DISABLED; in heci_bh_read_bus_message()
1165 if (dev->heci_state == HECI_ENABLED) { in heci_bh_write_handler()
1582 if (dev->heci_state != HECI_ENABLED) { in heci_wd_timer()
H A Dio_heci.c222 if (dev->heci_state != HECI_ENABLED) { in heci_ioctl_connect_client()
440 if (dev->heci_state != HECI_ENABLED) { in heci_ioctl_wd()
676 if (dev->heci_state != HECI_ENABLED) { in heci_start_read()
H A Dheci_data_structures.h533 enum heci_states heci_state; member