Searched refs:channel_map (Results 1 – 3 of 3) sorted by relevance
41 - threshold=0, timeout=None, channel_map=None):45 - 'channel_map' which is the optional asyncore private map. See53 - 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. See69 + asyncore.file_dispatcher.__init__(self, self._fd, channel_map)
52 uint8_t channel_map[SPMI_MAX_SLAVES][SPMI_MAX_PERIPH]; member67 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()
1494 channel_map=None): argument