Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/musb/
Dmusbhsdma.c48 if (controller->used_channels != 0) { in dma_controller_stop()
53 if (controller->used_channels & (1 << bit)) { in dma_controller_stop()
57 if (!controller->used_channels) in dma_controller_stop()
74 if (!(controller->used_channels & (1 << bit))) { in dma_channel_allocate()
75 controller->used_channels |= (1 << bit); in dma_channel_allocate()
103 musb_channel->controller->used_channels &= in dma_channel_release()
Dmusbhsdma.h159 u8 used_channels; member
/linux-4.4.14/net/wireless/
Dutil.c1633 *used_channels[CFG80211_MAX_NUM_DIFFERENT_CHANNELS]; in cfg80211_can_use_iftype_chan() local
1656 memset(used_channels, 0, sizeof(used_channels)); in cfg80211_can_use_iftype_chan()
1670 used_channels[0] = chan; in cfg80211_can_use_iftype_chan()
1710 if (!used_channels[i] || used_channels[i] == ch) in cfg80211_can_use_iftype_chan()
1716 if (used_channels[i] == NULL) { in cfg80211_can_use_iftype_chan()
1717 used_channels[i] = ch; in cfg80211_can_use_iftype_chan()