OpenBIC
OpenSource Bridge-IC
plat_isr.c File Reference
#include <logging/log.h>
#include <drivers/sensor.h>
#include <drivers/pwm.h>
#include "hal_gpio.h"
#include "plat_gpio.h"
#include "plat_power_seq.h"
#include "plat_isr.h"
Include dependency graph for plat_isr.c:

Functions

 LOG_MODULE_REGISTER (plat_isr)
 
 K_WORK_DEFINE (cxl_power_on_work, execute_power_on_sequence)
 
 K_WORK_DEFINE (cxl_power_off_work, execute_power_off_sequence)
 
void ISR_MB_DC_STATUS_CHANGE ()
 
void ISR_MB_PCIE_RST ()
 

Function Documentation

◆ ISR_MB_DC_STATUS_CHANGE()

void ISR_MB_DC_STATUS_CHANGE ( )
Here is the call graph for this function:

◆ ISR_MB_PCIE_RST()

void ISR_MB_PCIE_RST ( )
Here is the call graph for this function:

◆ K_WORK_DEFINE() [1/2]

K_WORK_DEFINE ( cxl_power_off_work  ,
execute_power_off_sequence   
)

◆ K_WORK_DEFINE() [2/2]

K_WORK_DEFINE ( cxl_power_on_work  ,
execute_power_on_sequence   
)

◆ LOG_MODULE_REGISTER()

LOG_MODULE_REGISTER ( plat_isr  )