Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 119) sorted by relevance

12345

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_can.c456 HAL_CAN_StateTypeDef state = hcan->State; in HAL_CAN_ConfigFilter() local
711 HAL_CAN_StateTypeDef state = hcan->State; in HAL_CAN_RequestSleep() local
744 HAL_CAN_StateTypeDef state = hcan->State; in HAL_CAN_WakeUp() local
792 HAL_CAN_StateTypeDef state = hcan->State; in HAL_CAN_IsSleepActive() local
823 HAL_CAN_StateTypeDef state = hcan->State; in HAL_CAN_AddTxMessage() local
930 HAL_CAN_StateTypeDef state = hcan->State; in HAL_CAN_AbortTxRequest() local
980 HAL_CAN_StateTypeDef state = hcan->State; in HAL_CAN_GetTxMailboxesFreeLevel() local
1023 HAL_CAN_StateTypeDef state = hcan->State; in HAL_CAN_IsTxMessagePending() local
1056 HAL_CAN_StateTypeDef state = hcan->State; in HAL_CAN_GetTxTimestamp() local
1100 HAL_CAN_StateTypeDef state = hcan->State; in HAL_CAN_GetRxMessage() local
[all …]
/lk-master/dev/bus/pci/
A Dpci_backend.h30 …virtual int find_pci_device(pci_location_t *state, uint16_t device_id, uint16_t vendor_id, uint16_… in find_pci_device()
34 virtual int find_pci_class_code(pci_location_t *state, uint32_t class_code, uint16_t index) { in find_pci_class_code()
38 virtual int read_config_byte(const pci_location_t *state, uint32_t reg, uint8_t *value) { in read_config_byte()
41 virtual int read_config_half(const pci_location_t *state, uint32_t reg, uint16_t *value) { in read_config_half()
44 virtual int read_config_word(const pci_location_t *state, uint32_t reg, uint32_t *value) { in read_config_word()
48 virtual int write_config_byte(const pci_location_t *state, uint32_t reg, uint8_t value) { in write_config_byte()
51 virtual int write_config_half(const pci_location_t *state, uint32_t reg, uint16_t value) { in write_config_half()
54 virtual int write_config_word(const pci_location_t *state, uint32_t reg, uint32_t value) { in write_config_word()
68 virtual int set_irq_hw_int(const pci_location_t *state, uint8_t int_pin, uint8_t irq) { in set_irq_hw_int()
A Decam.cpp87 inline size_t location_to_offset(const pci_location_t *state, uint32_t reg) { in location_to_offset()
97 inline int read_config(const pci_location_t *state, uint32_t reg, T *value, const uint8_t *ecam_ptr… in read_config()
106 inline int write_config(const pci_location_t *state, uint32_t reg, T value, uint8_t *ecam_ptr) { in write_config()
114 int pci_ecam::read_config_byte(const pci_location_t *state, uint32_t reg, uint8_t *value) { in read_config_byte()
119 int pci_ecam::read_config_half(const pci_location_t *state, uint32_t reg, uint16_t *value) { in read_config_half()
124 int pci_ecam::read_config_word(const pci_location_t *state, uint32_t reg, uint32_t *value) { in read_config_word()
129 int pci_ecam::write_config_byte(const pci_location_t *state, uint32_t reg, uint8_t value) { in write_config_byte()
134 int pci_ecam::write_config_half(const pci_location_t *state, uint32_t reg, uint16_t value) { in write_config_half()
139 int pci_ecam::write_config_word(const pci_location_t *state, uint32_t reg, uint32_t value) { in write_config_word()
A Dpci.cpp39 status_t pci_find_pci_device(pci_location_t *state, uint16_t device_id, uint16_t vendor_id, uint16_… in pci_find_pci_device()
51 status_t pci_find_pci_class_code(pci_location_t *state, uint32_t class_code, uint16_t index) { in pci_find_pci_class_code()
63 status_t pci_read_config_byte(const pci_location_t *state, uint32_t reg, uint8_t *value) { in pci_read_config_byte()
72 status_t pci_read_config_half(const pci_location_t *state, uint32_t reg, uint16_t *value) { in pci_read_config_half()
82 status_t pci_read_config_word(const pci_location_t *state, uint32_t reg, uint32_t *value) { in pci_read_config_word()
92 status_t pci_write_config_byte(const pci_location_t *state, uint32_t reg, uint8_t value) { in pci_write_config_byte()
102 status_t pci_write_config_half(const pci_location_t *state, uint32_t reg, uint16_t value) { in pci_write_config_half()
112 status_t pci_write_config_word(const pci_location_t *state, uint32_t reg, uint32_t value) { in pci_write_config_word()
143 status_t pci_set_irq_hw_int(const pci_location_t *state, uint8_t int_pin, uint8_t irq) { in pci_set_irq_hw_int()
A Dbios32.cpp182 int pci_bios32::find_pci_device(pci_location_t *state, uint16_t device_id, uint16_t vendor_id, uint… in find_pci_device()
206 int pci_bios32::find_pci_class_code(pci_location_t *state, uint32_t class_code, uint16_t index) { in find_pci_class_code()
229 int pci_bios32::read_config_byte(const pci_location_t *state, uint32_t reg, uint8_t *value) { in read_config_byte()
251 int pci_bios32::read_config_half(const pci_location_t *state, uint32_t reg, uint16_t *value) { in read_config_half()
273 int pci_bios32::read_config_word(const pci_location_t *state, uint32_t reg, uint32_t *value) { in read_config_word()
295 int pci_bios32::write_config_byte(const pci_location_t *state, uint32_t reg, uint8_t value) { in write_config_byte()
317 int pci_bios32::write_config_half(const pci_location_t *state, uint32_t reg, uint16_t value) { in write_config_half()
339 int pci_bios32::write_config_word(const pci_location_t *state, uint32_t reg, uint32_t value) { in write_config_word()
380 int pci_bios32::set_irq_hw_int(const pci_location_t *state, uint8_t int_pin, uint8_t irq) { in set_irq_hw_int()
A Dtype1.cpp83 int pci_type1::read_config_byte(const pci_location_t *state, uint32_t reg, uint8_t *value) { in read_config_byte()
89 int pci_type1::read_config_half(const pci_location_t *state, uint32_t reg, uint16_t *value) { in read_config_half()
95 int pci_type1::read_config_word(const pci_location_t *state, uint32_t reg, uint32_t *value) { in read_config_word()
/lk-master/dev/net/pcnet/
A Dpcnet.c102 struct pcnet_state *state = dev->state; in pcnet_read_csr() local
109 struct pcnet_state *state = dev->state; in pcnet_write_csr() local
116 struct pcnet_state *state = dev->state; in pcnet_read_bcr() local
123 struct pcnet_state *state = dev->state; in pcnet_write_bcr() local
281 struct pcnet_state *state = dev->state; in pcnet_read_pci_config() local
323 struct pcnet_state *state = dev->state; in pcnet_irq_handler() local
340 struct pcnet_state *state = dev->state; in pcnet_thread() local
401 struct pcnet_state *state = dev->state; in pcnet_service_tx() local
447 struct pcnet_state *state = dev->state; in pcnet_service_rx() local
510 struct pcnet_state *state = dev->state; in pcnet_set_state() local
[all …]
/lk-master/platform/pc/
A Dide.c287 struct ide_driver_state *state = dev->state; in ide_irq_handler() local
305 struct ide_driver_state *state = dev->state; in ide_get_block_size() local
313 struct ide_driver_state *state = dev->state; in ide_get_block_count() local
488 struct ide_driver_state *state = dev->state; in ide_read_reg8() local
496 struct ide_driver_state *state = dev->state; in ide_read_reg16() local
504 struct ide_driver_state *state = dev->state; in ide_read_reg32() local
512 struct ide_driver_state *state = dev->state; in ide_read_reg8_array() local
520 struct ide_driver_state *state = dev->state; in ide_read_reg16_array() local
528 struct ide_driver_state *state = dev->state; in ide_read_reg32_array() local
536 struct ide_driver_state *state = dev->state; in ide_write_reg8_array() local
[all …]
A Duart.c60 struct uart_driver_state *state = malloc(sizeof(struct uart_driver_state)); in uart_init() local
103 struct uart_driver_state *state = dev->state; in uart_irq_handler() local
122 struct uart_driver_state *state = dev->state; in uart_write_thread() local
143 struct uart_driver_state *state = dev->state; in uart_read() local
153 struct uart_driver_state *state = dev->state; in uart_write() local
A Dinterrupts.c142 spin_lock_saved_state_t state; in mask_interrupt() local
170 spin_lock_saved_state_t state; in unmask_interrupt() local
203 spin_lock_saved_state_t state; in register_int_handler() local
/lk-master/arch/arm/include/arch/
A Darch_atomic.h19 bool state; in atomic_add() local
32 bool state; in atomic_and() local
45 bool state; in atomic_or() local
58 bool state; in atomic_swap() local
71 bool state; in atomic_cmpxchg() local
A Dspinlock.h79 spin_lock_saved_state_t state = 0; in arch_interrupt_save() local
114 unsigned int state = 0; in arch_interrupt_save() local
A Darch_ops.h38 unsigned int state; in arch_ints_disabled() local
62 unsigned int state; in arch_fiqs_disabled() local
/lk-master/lib/cbuf/
A Dcbuf.c59 spin_lock_saved_state_t state; in cbuf_write() local
121 spin_lock_saved_state_t state; in cbuf_read() local
171 spin_lock_saved_state_t state; in cbuf_peek() local
198 spin_lock_saved_state_t state; in cbuf_write_char() local
225 spin_lock_saved_state_t state; in cbuf_read_char() local
/lk-master/lib/libc/
A Deabi.c19 _Unwind_Reason_Code __aeabi_unwind_cpp_pr0(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwin… in __aeabi_unwind_cpp_pr0()
23 _Unwind_Reason_Code __aeabi_unwind_cpp_pr1(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwin… in __aeabi_unwind_cpp_pr1()
27 _Unwind_Reason_Code __aeabi_unwind_cpp_pr2(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwin… in __aeabi_unwind_cpp_pr2()
/lk-master/lib/cdcconsole/
A Dcdcconsole.c53 spin_lock_saved_state_t state; in cdcconsole_print() local
69 spin_lock_saved_state_t state; in cdcconsole_tx_cb() local
91 spin_lock_saved_state_t state; in cdcconsole_online() local
/lk-master/lib/watchdog/
A Dwatchdog.c52 spin_lock_saved_state_t state; in watchdog_set_enabled() local
71 spin_lock_saved_state_t state; in watchdog_pet() local
103 spin_lock_saved_state_t state; in watchdog_hw_set_enabled() local
/lk-master/lib/io/
A Dconsole.c51 spin_lock_saved_state_t state; in out_count() local
69 spin_lock_saved_state_t state; in register_print_callback() local
78 spin_lock_saved_state_t state; in unregister_print_callback() local
/lk-master/platform/qemu-mips/
A Dintc.c178 spin_lock_saved_state_t state; in mask_interrupt() local
205 spin_lock_saved_state_t state; in unmask_interrupt() local
252 spin_lock_saved_state_t state; in register_int_handler() local
/lk-master/platform/stm32f0xx/
A Di2c.c51 stm32_i2c_state_t state; member
171 static bool stm32_i2c_is_error_state(stm32_i2c_state_t state) { in stm32_i2c_is_error_state()
175 static bool stm32_i2c_is_terminal_state(stm32_i2c_state_t state) { in stm32_i2c_is_terminal_state()
306 stm32_i2c_state_t state = i2c->state; in stm32_i2c_txn() local
/lk-master/platform/bcm28xx/
A Dintc.c88 spin_lock_saved_state_t state; in mask_interrupt() local
120 spin_lock_saved_state_t state; in unmask_interrupt() local
153 spin_lock_saved_state_t state; in register_int_handler() local
/lk-master/arch/arm64/include/arch/
A Darch_ops.h35 unsigned int state; in arch_ints_disabled() local
54 unsigned int state; in arch_fiqs_disabled() local
/lk-master/lib/heap/
A Dheap_wrapper.c124 spin_lock_saved_state_t state; in heap_free_delayed_list() local
224 spin_lock_saved_state_t state; in heap_delayed_free() local
234 spin_lock_saved_state_t state; in heap_dump() local
/lk-master/external/lib/lwip/netif/
A Detharp.c116 u8_t state; member
213 u8_t state = arp_table[i].state; in etharp_tmr() local
292 u8_t state = arp_table[i].state; in etharp_find_entry() local
584 u8_t state = arp_table[i].state; local
/lk-master/dev/interrupt/arm_gic/
A Darm_gic.c91 spin_lock_saved_state_t state; in register_int_handler() local
190 spin_lock_saved_state_t state; in arm_gic_resume_cpu() local
421 spin_lock_saved_state_t state; in platform_irq() local
478 spin_lock_saved_state_t state; in smc_intc_get_next_irq() local
507 spin_lock_saved_state_t state; in smc_intc_request_fiq() local

Completed in 47 milliseconds

12345