Searched refs:p54_channel_entry (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wireless/p54/
H A Deeprom.c74 struct p54_channel_entry { struct
83 struct p54_channel_entry *channels;
110 const struct p54_channel_entry *a = _a; p54_compare_channels()
111 const struct p54_channel_entry *b = _b; p54_compare_channels()
175 struct p54_channel_entry *chan = &list->channels[i]; p54_generate_band()
234 static struct p54_channel_entry *p54_update_channel_param(struct p54_channel_list *list, p54_update_channel_param()
238 struct p54_channel_entry *entry = NULL; p54_update_channel_param()
355 list->channels = kzalloc(sizeof(struct p54_channel_entry) * p54_generate_channel_lists()
369 struct p54_channel_entry *tmp; p54_generate_channel_lists()
395 sort(list->channels, list->entries, sizeof(struct p54_channel_entry), p54_generate_channel_lists()

Completed in 44 milliseconds