Home
last modified time | relevance | path

Searched refs:channel_list (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/gpu/host1x/
H A Dchannel.c68 struct host1x_channel *ch = &host->channel_list.channels[index]; in host1x_channel_get_index()
92 struct host1x_channel_list *chlist = &host->channel_list; in host1x_channel_stop_all()
108 struct host1x_channel_list *chlist = &host->channel_list; in release_channel()
124 struct host1x_channel_list *chlist = &host->channel_list; in acquire_unused_channel()
156 struct host1x_channel_list *chlist = &host->channel_list; in host1x_channel_request()
H A Ddev.c603 err = host1x_channel_list_init(&host->channel_list, in host1x_probe()
666 host1x_channel_list_free(&host->channel_list); in host1x_probe()
687 host1x_channel_list_free(&host->channel_list); in host1x_remove()
H A Ddev.h162 struct host1x_channel_list channel_list; member
/linux/drivers/firmware/arm_scmi/transports/
H A Doptee.c149 struct list_head channel_list; member
413 list_add(&channel->link, &scmi_optee_private->channel_list); in scmi_optee_chan_setup()
556 INIT_LIST_HEAD(&agent->channel_list); in scmi_optee_service_probe()
590 if (!list_empty(&scmi_optee_private->channel_list)) in scmi_optee_service_remove()
/linux/drivers/most/
H A Dmost_cdev.c47 static LIST_HEAD(channel_list);
71 list_for_each_entry_safe(c, tmp, &channel_list, list) { in get_channel()
456 list_add_tail(&c->list, &channel_list); in comp_probe()
529 list_for_each_entry_safe(c, tmp, &channel_list, list) { in most_cdev_exit()
H A Dcore.c71 struct list_head channel_list; member
472 list_for_each_entry(c, &iface->p->channel_list, list) { in print_links()
543 list_for_each_entry_safe(c, tmp, &iface->p->channel_list, list) { in get_channel()
1237 list_for_each_entry_safe(c, tmp, &iface->p->channel_list, list) { in disconnect_channels()
1301 INIT_LIST_HEAD(&iface->p->channel_list); in most_register_interface()
1350 list_add_tail(&c->list, &iface->p->channel_list); in most_register_interface()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwil_types.h405 DECLARE_FLEX_ARRAY(__le16, channel_list); /* chanspecs */
449 DECLARE_FLEX_ARRAY(__le16, channel_list); /* chanspecs */
1023 __le16 channel_list[BRCMF_NUMCHANNELS]; member
H A Dpno.c287 pno_cfg->channel_list[n_chan++] = cpu_to_le16(chan); in brcmf_pno_get_bucket_channels()
H A Dp2p.c650 eparams.params_le.channel_list); in brcmf_p2p_escan()
747 sparams->channel_list[i] = cpu_to_le16(chanspecs[i]); in brcmf_p2p_escan()
/linux/sound/arm/
H A Daaci.c383 static const unsigned int channel_list[] = { 2, 4, 6 }; in aaci_rule_channels() local
396 ARRAY_SIZE(channel_list), channel_list, mask); in aaci_rule_channels()
/linux/drivers/net/wireless/silabs/wfx/
H A Dhif_tx.c256 body->channel_list[0] = chan->hw_value; in wfx_hif_scan_uniq()
289 body->channel_list[i] = req->channels[i + chan_start_idx]->hw_value; in wfx_hif_scan()
H A Dhif_api_cmd.h137 u8 channel_list[]; member
/linux/include/uapi/linux/
H A Dwireless.h800 struct iw_freq channel_list[IW_MAX_FREQUENCIES]; member
/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h318 u8 channel_list[14]; /* 0 for invalid channels */ member
H A Dat76c50x-usb.c1142 (int)sizeof(m->channel_list), m->channel_list); in at76_dump_mib_mdomain()
/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.h477 } channel_list[] __counted_by(num_channels); member
505 u8 channel_list[WMI_MAX_CHANNEL_NUM]; member
H A Dwmi.c3511 cmd->channel_list[i] = cfg_chan->hw_value - 1; in wmi_sched_scan_set_channels()
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c3872 __le32 *channel_list; in ath10k_wmi_tlv_op_gen_config_pno_start() local
3979 channel_list = (__le32 *)ptr; in ath10k_wmi_tlv_op_gen_config_pno_start()
3981 channel_list[i] = __cpu_to_le32(pno->a_networks[0].channels[i]); in ath10k_wmi_tlv_op_gen_config_pno_start()
H A Dwmi.h3147 struct wmi_chan_list_entry channel_list[]; member
H A Dwmi.c6967 channels->channel_list[i].freq = in ath10k_wmi_put_start_scan_tlvs()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c8021 __le32 *channel_list; in ath12k_wmi_op_gen_config_pno_start() local
8109 channel_list = ptr; in ath12k_wmi_op_gen_config_pno_start()
8112 channel_list[i] = cpu_to_le32(pno->a_networks[0].channels[i]); in ath12k_wmi_op_gen_config_pno_start()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c9380 u32 *channel_list; in ath11k_wmi_op_gen_config_pno_start() local
9474 channel_list = (u32 *)ptr; in ath11k_wmi_op_gen_config_pno_start()
9476 channel_list[i] = pno->a_networks[0].channels[i]; in ath11k_wmi_op_gen_config_pno_start()