Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify/
H A D0001-Make-asyncore-support-optional-for-Python-3.patch41 - threshold=0, timeout=None, channel_map=None):
45 - 'channel_map' which is the optional asyncore private map. See
53 - asyncore.file_dispatcher.__init__(self, self._fd, channel_map)
55 + threshold=0, timeout=None, channel_map=None):
58 + 'channel_map' which is the optional asyncore private map. See
69 + asyncore.file_dispatcher.__init__(self, self._fd, channel_map)
/openbmc/u-boot/drivers/spmi/
H A Dspmi-msm.c52 uint8_t channel_map[SPMI_MAX_SLAVES][SPMI_MAX_PERIPH]; member
67 channel = priv->channel_map[usid][pid]; in msm_spmi_write()
112 channel = priv->channel_map[usid][pid]; in msm_spmi_read()
180 priv->channel_map[slave_id][pid] = i; in msm_spmi_probe()
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py1494 channel_map=None): argument