Home
last modified time | relevance | path

Searched defs:s (Results 26 – 50 of 1843) sorted by relevance

12345678910>>...74

/openbmc/qemu/hw/ssi/
H A Dimx_spi.c74 static void imx_spi_txfifo_reset(IMXSPIState *s) in imx_spi_txfifo_reset()
81 static void imx_spi_rxfifo_reset(IMXSPIState *s) in imx_spi_rxfifo_reset()
89 static void imx_spi_update_irq(IMXSPIState *s) in imx_spi_update_irq()
124 static uint8_t imx_spi_selected_channel(IMXSPIState *s) in imx_spi_selected_channel()
129 static uint32_t imx_spi_burst_length(IMXSPIState *s) in imx_spi_burst_length()
141 static bool imx_spi_is_enabled(IMXSPIState *s) in imx_spi_is_enabled()
146 static bool imx_spi_channel_is_master(IMXSPIState *s) in imx_spi_channel_is_master()
153 static bool imx_spi_is_multiple_master_burst(IMXSPIState *s) in imx_spi_is_multiple_master_burst()
162 static void imx_spi_flush_txfifo(IMXSPIState *s) in imx_spi_flush_txfifo()
235 static void imx_spi_common_reset(IMXSPIState *s) in imx_spi_common_reset()
[all …]
/openbmc/qemu/hw/nvram/
H A Dxlnx-bbram.c81 static bool bbram_msw_locked(XlnxBBRam *s) in bbram_msw_locked()
86 static bool bbram_pgm_enabled(XlnxBBRam *s) in bbram_pgm_enabled()
91 static void bbram_bdrv_error(XlnxBBRam *s, int rc, gchar *detail) in bbram_bdrv_error()
103 static void bbram_bdrv_read(XlnxBBRam *s, Error **errp) in bbram_bdrv_read()
142 static void bbram_bdrv_sync(XlnxBBRam *s, uint64_t hwaddr) in bbram_bdrv_sync()
169 static void bbram_bdrv_zero(XlnxBBRam *s) in bbram_bdrv_zero()
190 static void bbram_zeroize(XlnxBBRam *s) in bbram_zeroize()
198 static void bbram_update_irq(XlnxBBRam *s) in bbram_update_irq()
207 XlnxBBRam *s = XLNX_BBRAM(reg->opaque); in bbram_ctrl_postw() local
219 XlnxBBRam *s = XLNX_BBRAM(reg->opaque); in bbram_pgm_mode_postw() local
[all …]
/openbmc/qemu/hw/char/
H A Dserial.c108 static inline void recv_fifo_put(SerialState *s, uint8_t chr) in recv_fifo_put()
118 static void serial_update_irq(SerialState *s) in serial_update_irq()
148 static void serial_update_parameters(SerialState *s) in serial_update_parameters()
185 static void serial_update_msl(SerialState *s) in serial_update_msl()
226 SerialState *s = opaque; in serial_watch_cb() local
232 static void serial_xmit(SerialState *s) in serial_xmit()
287 static void serial_write_fcr(SerialState *s, uint8_t val) in serial_write_fcr()
314 static void serial_update_tiocm(SerialState *s) in serial_update_tiocm()
335 SerialState *s = opaque; in serial_ioport_write() local
471 SerialState *s = opaque; in serial_ioport_read() local
[all …]
H A Dcmsdk-apb-uart.c72 static bool uart_baudrate_ok(CMSDKAPBUART *s) in uart_baudrate_ok()
81 static void uart_update_parameters(CMSDKAPBUART *s) in uart_update_parameters()
98 static void cmsdk_apb_uart_update(CMSDKAPBUART *s) in cmsdk_apb_uart_update()
117 CMSDKAPBUART *s = CMSDK_APB_UART(opaque); in uart_can_receive() local
128 CMSDKAPBUART *s = CMSDK_APB_UART(opaque); in uart_receive() local
156 CMSDKAPBUART *s = CMSDK_APB_UART(opaque); in uart_read() local
196 CMSDKAPBUART *s = CMSDK_APB_UART(opaque); in uart_transmit() local
233 static void uart_cancel_transmit(CMSDKAPBUART *s) in uart_cancel_transmit()
244 CMSDKAPBUART *s = CMSDK_APB_UART(opaque); in uart_write() local
309 CMSDKAPBUART *s = CMSDK_APB_UART(dev); in cmsdk_apb_uart_reset() local
[all …]
H A Dpl011.c39 SysBusDevice *s; in pl011_create() local
132 static void pl011_update(PL011State *s) in pl011_update()
144 static bool pl011_loopback_enabled(PL011State *s) in pl011_loopback_enabled()
149 static bool pl011_is_fifo_enabled(PL011State *s) in pl011_is_fifo_enabled()
154 static inline unsigned pl011_get_fifo_depth(PL011State *s) in pl011_get_fifo_depth()
160 static inline void pl011_reset_rx_fifo(PL011State *s) in pl011_reset_rx_fifo()
170 static inline void pl011_reset_tx_fifo(PL011State *s) in pl011_reset_tx_fifo()
179 PL011State *s = (PL011State *)opaque; in pl011_fifo_rx_put() local
199 static void pl011_loopback_tx(PL011State *s, uint32_t value) in pl011_loopback_tx()
227 static void pl011_write_txdata(PL011State *s, uint8_t data) in pl011_write_txdata()
[all …]
H A Dibex_uart.c77 static void ibex_uart_update_irqs(IbexUartState *s) in ibex_uart_update_irqs()
106 IbexUartState *s = opaque; in ibex_uart_can_receive() local
118 IbexUartState *s = opaque; in ibex_uart_receive() local
142 IbexUartState *s = opaque; in ibex_uart_xmit() local
198 static void uart_write_tx_fifo(IbexUartState *s, const uint8_t *buf, in uart_write_tx_fifo()
232 IbexUartState *s = IBEX_UART(dev); in ibex_uart_reset() local
254 static uint64_t ibex_uart_get_baud(IbexUartState *s) in ibex_uart_get_baud()
268 IbexUartState *s = opaque; in ibex_uart_read() local
348 IbexUartState *s = opaque; in ibex_uart_write() local
453 IbexUartState *s = opaque; in ibex_uart_clk_update() local
[all …]
H A Dnrf51_uart.c25 static void nrf51_uart_update_irq(NRF51UARTState *s) in nrf51_uart_update_irq()
43 NRF51UARTState *s = NRF51_UART(opaque); in uart_read() local
80 NRF51UARTState *s = NRF51_UART(opaque); in uart_transmit() local
105 static void uart_cancel_transmit(NRF51UARTState *s) in uart_cancel_transmit()
116 NRF51UARTState *s = NRF51_UART(opaque); in uart_write() local
201 NRF51UARTState *s = NRF51_UART(dev); in nrf51_uart_reset() local
225 NRF51UARTState *s = NRF51_UART(opaque); in uart_receive() local
244 NRF51UARTState *s = NRF51_UART(opaque); in uart_can_receive() local
251 NRF51UARTState *s = NRF51_UART(opaque); in uart_event() local
262 NRF51UARTState *s = NRF51_UART(dev); in nrf51_uart_realize() local
[all …]
H A Dsifive_uart.c38 static uint64_t sifive_uart_ip(SiFiveUARTState *s) in sifive_uart_ip()
55 static void sifive_uart_update_irq(SiFiveUARTState *s) in sifive_uart_update_irq()
72 SiFiveUARTState *s = opaque; in sifive_uart_xmit() local
115 static void sifive_uart_write_tx_fifo(SiFiveUARTState *s, const uint8_t *buf, in sifive_uart_write_tx_fifo()
140 SiFiveUARTState *s = opaque; in sifive_uart_read() local
177 SiFiveUARTState *s = opaque; in sifive_uart_write() local
205 SiFiveUARTState *s = opaque; in fifo_trigger_update() local
222 SiFiveUARTState *s = opaque; in sifive_uart_rx() local
236 SiFiveUARTState *s = opaque; in sifive_uart_can_rx() local
247 SiFiveUARTState *s = opaque; in sifive_uart_be_change() local
[all …]
/openbmc/qemu/hw/misc/
H A Dmos6522.c54 static void mos6522_update_irq(MOS6522State *s) in mos6522_update_irq()
65 MOS6522State *s = MOS6522(opaque); in mos6522_set_irq() local
130 static uint64_t get_counter_value(MOS6522State *s, MOS6522Timer *ti) in get_counter_value()
141 static uint64_t get_load_time(MOS6522State *s, MOS6522Timer *ti) in get_load_time()
152 static unsigned int get_counter(MOS6522State *s, MOS6522Timer *ti) in get_counter()
173 static void set_counter(MOS6522State *s, MOS6522Timer *ti, unsigned int val) in set_counter()
185 static int64_t get_next_irq_time(MOS6522State *s, MOS6522Timer *ti, in get_next_irq_time()
225 static void mos6522_timer1_update(MOS6522State *s, MOS6522Timer *ti, in mos6522_timer1_update()
239 static void mos6522_timer2_update(MOS6522State *s, MOS6522Timer *ti, in mos6522_timer2_update()
255 MOS6522State *s = opaque; in mos6522_timer1() local
[all …]
H A Dxlnx-versal-pmc-iou-slcr.c761 static void parity_imr_update_irq(XlnxVersalPmcIouSlcr *s) in parity_imr_update_irq()
769 XlnxVersalPmcIouSlcr *s = XILINX_VERSAL_PMC_IOU_SLCR(reg->opaque); in parity_isr_postw() local
775 XlnxVersalPmcIouSlcr *s = XILINX_VERSAL_PMC_IOU_SLCR(reg->opaque); in parity_ier_prew() local
785 XlnxVersalPmcIouSlcr *s = XILINX_VERSAL_PMC_IOU_SLCR(reg->opaque); in parity_idr_prew() local
795 XlnxVersalPmcIouSlcr *s = XILINX_VERSAL_PMC_IOU_SLCR(reg->opaque); in parity_itr_prew() local
803 static void imr_update_irq(XlnxVersalPmcIouSlcr *s) in imr_update_irq()
811 XlnxVersalPmcIouSlcr *s = XILINX_VERSAL_PMC_IOU_SLCR(reg->opaque); in isr_postw() local
817 XlnxVersalPmcIouSlcr *s = XILINX_VERSAL_PMC_IOU_SLCR(reg->opaque); in ier_prew() local
827 XlnxVersalPmcIouSlcr *s = XILINX_VERSAL_PMC_IOU_SLCR(reg->opaque); in idr_prew() local
837 XlnxVersalPmcIouSlcr *s = XILINX_VERSAL_PMC_IOU_SLCR(reg->opaque); in itr_prew() local
[all …]
H A Dxlnx-versal-trng.c138 static bool trng_older_than_v2(XlnxVersalTRng *s) in trng_older_than_v2()
143 static bool trng_in_reset(XlnxVersalTRng *s) in trng_in_reset()
155 static bool trng_test_enabled(XlnxVersalTRng *s) in trng_test_enabled()
160 static bool trng_trss_enabled(XlnxVersalTRng *s) in trng_trss_enabled()
183 static void trng_reseed(XlnxVersalTRng *s) in trng_reseed()
251 static void trng_regen(XlnxVersalTRng *s) in trng_regen()
267 static uint32_t trng_rdout(XlnxVersalTRng *s) in trng_rdout()
279 static void trng_irq_update(XlnxVersalTRng *s) in trng_irq_update()
287 XlnxVersalTRng *s = XLNX_VERSAL_TRNG(reg->opaque); in trng_isr_postw() local
293 XlnxVersalTRng *s = XLNX_VERSAL_TRNG(reg->opaque); in trng_ier_prew() local
[all …]
/openbmc/qemu/include/exec/
H A Dtswap.h24 static inline uint16_t tswap16(uint16_t s) in tswap16()
33 static inline uint32_t tswap32(uint32_t s) in tswap32()
42 static inline uint64_t tswap64(uint64_t s) in tswap64()
51 static inline void tswap16s(uint16_t *s) in tswap16s()
58 static inline void tswap32s(uint32_t *s) in tswap32s()
65 static inline void tswap64s(uint64_t *s) in tswap64s()
/openbmc/qemu/chardev/
H A Dchar-socket.c44 static void tcp_chr_change_state(SocketChardev *s, TCPChardevState state) in tcp_chr_change_state()
59 static void tcp_chr_reconn_timer_cancel(SocketChardev *s) in tcp_chr_reconn_timer_cancel()
70 SocketChardev *s = SOCKET_CHARDEV(chr); in qemu_chr_socket_restart_timer() local
87 SocketChardev *s = SOCKET_CHARDEV(chr); in check_report_connect_error() local
110 SocketChardev *s = SOCKET_CHARDEV(chr); in tcp_chr_write() local
146 SocketChardev *s = SOCKET_CHARDEV(opaque); in tcp_chr_read_poll() local
155 SocketChardev *s, in tcp_chr_process_IAC_bytes()
227 SocketChardev *s = SOCKET_CHARDEV(chr); in tcp_get_msgfds() local
253 SocketChardev *s = SOCKET_CHARDEV(chr); in tcp_set_msgfds() local
278 SocketChardev *s = SOCKET_CHARDEV(chr); in tcp_chr_recv() local
[all …]
/openbmc/qemu/hw/net/
H A Dimx_fec.c40 static const char *imx_default_reg_name(IMXFECState *s, uint32_t index) in imx_default_reg_name()
47 static const char *imx_fec_reg_name(IMXFECState *s, uint32_t index) in imx_fec_reg_name()
63 static const char *imx_enet_reg_name(IMXFECState *s, uint32_t index) in imx_enet_reg_name()
125 static const char *imx_eth_reg_name(IMXFECState *s, uint32_t index) in imx_eth_reg_name()
187 IMXFECState *s = IMX_FEC(opaque); in imx_eth_is_multi_tx_ring() local
239 static uint32_t imx_phy_read(IMXFECState *s, int reg) in imx_phy_read()
261 static void imx_phy_write(IMXFECState *s, int reg, uint32_t val) in imx_phy_write()
312 static void imx_eth_update(IMXFECState *s) in imx_eth_update()
353 static void imx_fec_do_tx(IMXFECState *s) in imx_fec_do_tx()
404 static void imx_enet_do_tx(IMXFECState *s, uint32_t index) in imx_enet_do_tx()
[all …]
H A Dmsf2-emac.c94 static uint32_t emac_get_isr(MSF2EmacState *s) in emac_get_isr()
105 static void emac_update_irq(MSF2EmacState *s) in emac_update_irq()
112 static void emac_load_desc(MSF2EmacState *s, EmacDesc *d, hwaddr desc) in emac_load_desc()
121 static void emac_store_desc(MSF2EmacState *s, const EmacDesc *d, hwaddr desc) in emac_store_desc()
135 static void msf2_dma_tx(MSF2EmacState *s) in msf2_dma_tx()
182 static void msf2_phy_update_link(MSF2EmacState *s) in msf2_phy_update_link()
194 static void msf2_phy_reset(MSF2EmacState *s) in msf2_phy_reset()
207 static void write_to_phy(MSF2EmacState *s) in write_to_phy()
236 static uint16_t read_from_phy(MSF2EmacState *s) in read_from_phy()
249 static void msf2_emac_do_reset(MSF2EmacState *s) in msf2_emac_do_reset()
[all …]
/openbmc/qemu/hw/dma/
H A Dxlnx_csu_dma.c117 static bool xlnx_csu_dma_is_paused(XlnxCSUDMA *s) in xlnx_csu_dma_is_paused()
127 static bool xlnx_csu_dma_get_eop(XlnxCSUDMA *s) in xlnx_csu_dma_get_eop()
132 static bool xlnx_csu_dma_burst_is_fixed(XlnxCSUDMA *s) in xlnx_csu_dma_burst_is_fixed()
137 static bool xlnx_csu_dma_timeout_enabled(XlnxCSUDMA *s) in xlnx_csu_dma_timeout_enabled()
142 static void xlnx_csu_dma_update_done_cnt(XlnxCSUDMA *s, int a) in xlnx_csu_dma_update_done_cnt()
151 static void xlnx_csu_dma_data_process(XlnxCSUDMA *s, uint8_t *buf, uint32_t len) in xlnx_csu_dma_data_process()
187 static void xlnx_csu_dma_update_irq(XlnxCSUDMA *s) in xlnx_csu_dma_update_irq()
193 static uint32_t xlnx_csu_dma_read(XlnxCSUDMA *s, uint8_t *buf, uint32_t len) in xlnx_csu_dma_read()
223 static uint32_t xlnx_csu_dma_write(XlnxCSUDMA *s, uint8_t *buf, uint32_t len) in xlnx_csu_dma_write()
252 static void xlnx_csu_dma_done(XlnxCSUDMA *s) in xlnx_csu_dma_done()
[all …]
/openbmc/qemu/hw/scsi/
H A Dmptsas.c59 static void mptsas_update_interrupt(MPTSASState *s) in mptsas_update_interrupt()
75 static void mptsas_set_fault(MPTSASState *s, uint32_t code) in mptsas_set_fault()
82 #define MPTSAS_FIFO_INVALID(s, name) \ argument
86 #define MPTSAS_FIFO_EMPTY(s, name) \ argument
89 #define MPTSAS_FIFO_FULL(s, name) \ argument
92 #define MPTSAS_FIFO_GET(s, name) ({ \ argument
98 #define MPTSAS_FIFO_PUT(s, name, val) do { \ argument
103 static void mptsas_post_reply(MPTSASState *s, MPIDefaultReply *reply) in mptsas_post_reply()
128 void mptsas_reply(MPTSASState *s, MPIDefaultReply *reply) in mptsas_reply()
145 static void mptsas_turbo_reply(MPTSASState *s, uint32_t msgctx) in mptsas_turbo_reply()
[all …]
/openbmc/qemu/hw/input/
H A Dpckbd.c154 static void kbd_update_irq_lines(KBDState *s) in kbd_update_irq_lines()
177 static void kbd_deassert_irq(KBDState *s) in kbd_deassert_irq()
184 static uint8_t kbd_pending(KBDState *s) in kbd_pending()
194 static void kbd_update_irq(KBDState *s) in kbd_update_irq()
220 static void kbd_safe_update_irq(KBDState *s) in kbd_safe_update_irq()
240 KBDState *s = opaque; in kbd_update_kbd_irq() local
252 KBDState *s = opaque; in kbd_update_aux_irq() local
264 KBDState *s = opaque; in kbd_throttle_timeout() local
274 KBDState *s = opaque; in kbd_read_status() local
281 static void kbd_queue(KBDState *s, int b, int aux) in kbd_queue()
[all …]
H A Dps2.c146 static void ps2_reset_queue(PS2State *s) in ps2_reset_queue()
156 int ps2_queue_empty(PS2State *s) in ps2_queue_empty()
161 void ps2_queue_noirq(PS2State *s, int b) in ps2_queue_noirq()
176 static void ps2_raise_irq(PS2State *s) in ps2_raise_irq()
181 static void ps2_lower_irq(PS2State *s) in ps2_lower_irq()
186 void ps2_queue(PS2State *s, int b) in ps2_queue()
196 void ps2_queue_2(PS2State *s, int b1, int b2) in ps2_queue_2()
207 void ps2_queue_3(PS2State *s, int b1, int b2, int b3) in ps2_queue_3()
219 void ps2_queue_4(PS2State *s, int b1, int b2, int b3, int b4) in ps2_queue_4()
241 static void ps2_cqueue_1(PS2State *s, int b1) in ps2_cqueue_1()
[all …]
/openbmc/qemu/hw/sensor/
H A Dtmp105.c39 static void tmp105_interrupt_update(TMP105State *s) in tmp105_interrupt_update()
44 static void tmp105_alarm_update(TMP105State *s, bool one_shot) in tmp105_alarm_update()
92 TMP105State *s = TMP105(obj); in tmp105_get_temperature() local
105 TMP105State *s = TMP105(obj); in tmp105_set_temperature() local
124 static void tmp105_read(TMP105State *s) in tmp105_read()
158 static void tmp105_write(TMP105State *s) in tmp105_write()
188 TMP105State *s = TMP105(i2c); in tmp105_rx() local
199 TMP105State *s = TMP105(i2c); in tmp105_tx() local
217 TMP105State *s = TMP105(i2c); in tmp105_event() local
229 TMP105State *s = opaque; in tmp105_post_load() local
[all …]
/openbmc/qemu/hw/display/
H A Dcirrus_vga.c210 static bool blit_region_is_unsafe(struct CirrusVGAState *s, in blit_region_is_unsafe()
234 static bool blit_is_unsafe(struct CirrusVGAState *s, bool dst_only) in blit_is_unsafe()
259 static void cirrus_bitblt_rop_nop(CirrusVGAState *s, in cirrus_bitblt_rop_nop()
266 static void cirrus_bitblt_fill_nop(CirrusVGAState *s, in cirrus_bitblt_fill_nop()
272 static inline uint8_t cirrus_src(CirrusVGAState *s, uint32_t srcaddr) in cirrus_src()
283 static inline uint16_t cirrus_src16(CirrusVGAState *s, uint32_t srcaddr) in cirrus_src16()
297 static inline uint32_t cirrus_src32(CirrusVGAState *s, uint32_t srcaddr) in cirrus_src32()
312 #define ROP_FN(d, s) 0 argument
316 #define ROP_FN(d, s) (s) & (d) argument
320 #define ROP_FN(d, s) (s) & (~(d)) argument
[all …]
/openbmc/qemu/hw/timer/
H A Dsse-counter.c100 static void sse_counter_notify_users(SSECounter *s) in sse_counter_notify_users()
109 static bool sse_counter_enabled(SSECounter *s) in sse_counter_enabled()
114 uint64_t sse_counter_tick_to_time(SSECounter *s, uint64_t tick) in sse_counter_tick_to_time()
130 void sse_counter_register_consumer(SSECounter *s, Notifier *notifier) in sse_counter_register_consumer()
140 uint64_t sse_counter_for_timestamp(SSECounter *s, uint64_t now) in sse_counter_for_timestamp()
168 static uint64_t sse_cntcv(SSECounter *s) in sse_cntcv()
174 static void sse_write_cntcv(SSECounter *s, uint32_t value, unsigned startbit) in sse_write_cntcv()
192 SSECounter *s = SSE_COUNTER(opaque); in sse_counter_control_read() local
248 SSECounter *s = SSE_COUNTER(opaque); in sse_counter_control_write() local
314 SSECounter *s = SSE_COUNTER(opaque); in sse_counter_status_read() local
[all …]
/openbmc/u-boot/arch/xtensa/include/asm/arch-de212/
H A Dtie.h68 #define XCHAL_NCP_SA_LIST(s) \ argument
78 #define XCHAL_CP0_SA_LIST(s) /* empty */ argument
81 #define XCHAL_CP1_SA_LIST(s) /* empty */ argument
84 #define XCHAL_CP2_SA_LIST(s) /* empty */ argument
87 #define XCHAL_CP3_SA_LIST(s) /* empty */ argument
90 #define XCHAL_CP4_SA_LIST(s) /* empty */ argument
93 #define XCHAL_CP5_SA_LIST(s) /* empty */ argument
96 #define XCHAL_CP6_SA_LIST(s) /* empty */ argument
99 #define XCHAL_CP7_SA_LIST(s) /* empty */ argument
/openbmc/qemu/target/mips/tcg/
H A Dloong_translate.c28 static bool gen_lext_DIV_G(DisasContext *s, int rd, int rs, int rt, in gen_lext_DIV_G()
72 static bool trans_DIV_G(DisasContext *s, arg_muldiv *a) in trans_DIV_G()
77 static bool trans_DDIV_G(DisasContext *s, arg_muldiv *a) in trans_DDIV_G()
82 static bool gen_lext_DIVU_G(DisasContext *s, int rd, int rs, int rt, in gen_lext_DIVU_G()
119 static bool trans_DIVU_G(DisasContext *s, arg_muldiv *a) in trans_DIVU_G()
124 static bool trans_DDIVU_G(DisasContext *s, arg_muldiv *a) in trans_DDIVU_G()
129 static bool gen_lext_MOD_G(DisasContext *s, int rd, int rs, int rt, in gen_lext_MOD_G()
169 static bool trans_MOD_G(DisasContext *s, arg_muldiv *a) in trans_MOD_G()
174 static bool trans_DMOD_G(DisasContext *s, arg_muldiv *a) in trans_DMOD_G()
179 static bool gen_lext_MODU_G(DisasContext *s, int rd, int rs, int rt, in gen_lext_MODU_G()
[all …]
/openbmc/phosphor-fan-presence/presence/
H A Danyof.cpp35 const std::vector<std::reference_wrapper<PresenceSensor>>& s, in AnyOf()
64 std::find_if(state.begin(), state.end(), [&sensor](const auto& s) { in stateChanged()
71 [](const auto& s) { return std::get<presentPos>(s); }); in stateChanged()
77 [](const auto& s) { return std::get<presentPos>(s); }); in stateChanged()
98 std::for_each(state.begin(), state.end(), [](auto& s) { in stateChanged()
112 for (auto& s : state) in monitor() local
118 auto present = std::any_of(state.begin(), state.end(), [](const auto& s) { in monitor()
141 [](const auto& s) { return std::get<presentPos>(s); }) && in checkSensorConflicts()
143 [](const auto& s) { return std::get<presentPos>(s); })) in checkSensorConflicts()

12345678910>>...74