Home
last modified time | relevance | path

Searched refs:flagsp (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dstropts.c54 int getmsg(int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *flagsp) in getmsg() argument
59 ARG_UNUSED(flagsp); in getmsg()
65 int getpmsg(int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *bandp, int *flagsp) in getpmsg() argument
71 ARG_UNUSED(flagsp); in getpmsg()
/Zephyr-latest/include/zephyr/posix/
Dstropts.h23 int getmsg(int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *flagsp);
24 int getpmsg(int fildes, struct strbuf *ctlptr, struct strbuf *dataptr, int *bandp, int *flagsp);
/Zephyr-latest/drivers/i2c/
Di2c_ll_stm32_v2.c1158 uint8_t *flagsp = NULL; in stm32_i2c_transaction() local
1166 flagsp = &combine_flags; in stm32_i2c_transaction()
1169 flagsp = next_msg_flags; in stm32_i2c_transaction()
1172 ret = stm32_i2c_msg_write(dev, &msg, flagsp, periph); in stm32_i2c_transaction()
1174 ret = stm32_i2c_msg_read(dev, &msg, flagsp, periph); in stm32_i2c_transaction()