Home
last modified time | relevance | path

Searched full:_props (Results 1 – 5 of 5) sorted by relevance

/linux/include/media/
H A Dipu-bridge.h27 #define NODE_SENSOR(_HID, _PROPS) \ argument
30 .properties = _PROPS, \
39 #define NODE_ENDPOINT(_EP, _PORT, _PROPS) \ argument
43 .properties = _PROPS, \
/linux/drivers/power/supply/
H A Dcros_charge-control.c191 static const enum power_supply_property _name ## _props[] = { \
197 .properties = _name ## _props, \
198 .num_properties = ARRAY_SIZE(_name ## _props), \
/linux/scripts/coccinelle/api/
H A Dcheck_bq27xxx_data.cocci51 i1props := make_ident (i1 ^ "_props");
52 i2props := make_ident (i2 ^ "_props")
/linux/drivers/mfd/
H A Ducb1x00-assabet.c47 struct property_entry ucb1x00_btn##_idx##_props[] = { \
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py170 self._props = props or {}
209 if not self._props and name == "type":
211 return self._props[key]
243 result = dict(self._props)
250 if self._props: