Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dwifi_nm.h69 #define DEFINE_WIFI_NM_INSTANCE(_name, _ops) \ argument
72 .ops = _ops, \
/Zephyr-latest/scripts/west_commands/runners/
Dnrfutil.py29 self._ops = []
117 self._ops.append(op)
156 for op in self._ops:
160 self._ops = []
174 if len(self._ops) != 0:
/Zephyr-latest/include/zephyr/drivers/can/
Dcan_mcan.h1292 #define CAN_MCAN_DT_CONFIG_GET(node_id, _custom, _ops, _cbs) \ argument
1295 .ops = _ops, \
1303 #define CAN_MCAN_DT_CONFIG_GET(node_id, _custom, _ops, _cbs) \ argument
1306 .ops = _ops, \
1324 #define CAN_MCAN_DT_CONFIG_INST_GET(inst, _custom, _ops, _cbs) \ argument
1325 CAN_MCAN_DT_CONFIG_GET(DT_DRV_INST(inst), _custom, _ops, _cbs)