/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | scx200_acb.c | 80 #define ACBSDA (iface->base + 0) 81 #define ACBST (iface->base + 1) 87 #define ACBCST (iface->base + 2) 89 #define ACBCTL1 (iface->base + 3) 95 #define ACBADDR (iface->base + 4) 96 #define ACBCTL2 (iface->base + 5) 101 static void scx200_acb_machine(struct scx200_acb_iface *iface, u8 status) in scx200_acb_machine() argument 105 dev_dbg(&iface->adapter.dev, "state %s, status = 0x%02x\n", in scx200_acb_machine() 106 scx200_acb_state_name[iface->state], status); in scx200_acb_machine() 117 dev_dbg(&iface in scx200_acb_machine() 217 scx200_acb_poll(struct scx200_acb_iface *iface) scx200_acb_poll() argument 247 scx200_acb_reset(struct scx200_acb_iface *iface) scx200_acb_reset() argument 273 struct scx200_acb_iface *iface = i2c_get_adapdata(adapter); scx200_acb_smbus_xfer() local 380 scx200_acb_probe(struct scx200_acb_iface *iface) scx200_acb_probe() argument 418 struct scx200_acb_iface *iface; scx200_create_iface() local 438 scx200_acb_create(struct scx200_acb_iface *iface) scx200_acb_create() argument 472 struct scx200_acb_iface *iface; scx200_create_dev() local 499 struct scx200_acb_iface *iface; scx200_probe() local 519 scx200_cleanup_iface(struct scx200_acb_iface *iface) scx200_cleanup_iface() argument 528 struct scx200_acb_iface *iface; scx200_remove() local 583 struct scx200_acb_iface *iface; scx200_acb_cleanup() local [all...] |
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | scx200_acb.c | 80 #define ACBSDA (iface->base + 0) 81 #define ACBST (iface->base + 1) 87 #define ACBCST (iface->base + 2) 89 #define ACBCTL1 (iface->base + 3) 95 #define ACBADDR (iface->base + 4) 96 #define ACBCTL2 (iface->base + 5) 101 static void scx200_acb_machine(struct scx200_acb_iface *iface, u8 status) in scx200_acb_machine() argument 105 dev_dbg(&iface->adapter.dev, "state %s, status = 0x%02x\n", in scx200_acb_machine() 106 scx200_acb_state_name[iface->state], status); in scx200_acb_machine() 117 dev_dbg(&iface in scx200_acb_machine() 217 scx200_acb_poll(struct scx200_acb_iface *iface) scx200_acb_poll() argument 247 scx200_acb_reset(struct scx200_acb_iface *iface) scx200_acb_reset() argument 273 struct scx200_acb_iface *iface = i2c_get_adapdata(adapter); scx200_acb_smbus_xfer() local 380 scx200_acb_probe(struct scx200_acb_iface *iface) scx200_acb_probe() argument 418 struct scx200_acb_iface *iface; scx200_create_iface() local 438 scx200_acb_create(struct scx200_acb_iface *iface) scx200_acb_create() argument 472 struct scx200_acb_iface *iface; scx200_create_dev() local 499 struct scx200_acb_iface *iface; scx200_probe() local 519 scx200_cleanup_iface(struct scx200_acb_iface *iface) scx200_cleanup_iface() argument 528 struct scx200_acb_iface *iface; scx200_remove() local 581 struct scx200_acb_iface *iface; scx200_acb_cleanup() local [all...] |
/kernel/linux/linux-5.10/sound/soc/meson/ |
H A D | axg-tdm-interface.c | 39 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); in axg_tdm_set_tdm_slots() local 56 iface->slots = slots; in axg_tdm_set_tdm_slots() 80 iface->slot_width = slot_width; in axg_tdm_set_tdm_slots() 102 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); in axg_tdm_iface_set_sysclk() local 106 if (!iface->mclk) { in axg_tdm_iface_set_sysclk() 109 ret = clk_set_rate(iface->mclk, freq); in axg_tdm_iface_set_sysclk() 111 iface->mclk_rate = freq; in axg_tdm_iface_set_sysclk() 120 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); in axg_tdm_iface_set_fmt() local 124 if (!iface->mclk) { in axg_tdm_iface_set_fmt() 141 iface in axg_tdm_iface_set_fmt() 148 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); axg_tdm_iface_startup() local 177 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); axg_tdm_iface_set_stream() local 207 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); axg_tdm_iface_set_lrclk() local 262 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); axg_tdm_iface_set_sclk() local 302 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); axg_tdm_iface_hw_params() local 376 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); axg_tdm_iface_probe_dai() local 446 struct axg_tdm_iface *iface = snd_soc_component_get_drvdata(component); axg_tdm_iface_set_bias_level() local 496 struct axg_tdm_iface *iface; axg_tdm_iface_probe() local [all...] |
/kernel/linux/linux-6.6/sound/soc/meson/ |
H A D | axg-tdm-interface.c | 42 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); in axg_tdm_set_tdm_slots() local 57 iface->slots = slots; in axg_tdm_set_tdm_slots() 81 iface->slot_width = slot_width; in axg_tdm_set_tdm_slots() 103 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); in axg_tdm_iface_set_sysclk() local 107 if (!iface->mclk) { in axg_tdm_iface_set_sysclk() 110 ret = clk_set_rate(iface->mclk, freq); in axg_tdm_iface_set_sysclk() 112 iface->mclk_rate = freq; in axg_tdm_iface_set_sysclk() 121 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); in axg_tdm_iface_set_fmt() local 125 if (!iface->mclk) { in axg_tdm_iface_set_fmt() 142 iface in axg_tdm_iface_set_fmt() 149 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); axg_tdm_iface_startup() local 186 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); axg_tdm_iface_set_stream() local 216 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); axg_tdm_iface_set_lrclk() local 271 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); axg_tdm_iface_set_sclk() local 311 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); axg_tdm_iface_hw_params() local 388 struct axg_tdm_iface *iface = snd_soc_dai_get_drvdata(dai); axg_tdm_iface_probe_dai() local 457 struct axg_tdm_iface *iface = snd_soc_component_get_drvdata(component); axg_tdm_iface_set_bias_level() local 507 struct axg_tdm_iface *iface; axg_tdm_iface_probe() local [all...] |
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | transport_tcp.c | 228 struct interface *iface = (struct interface *)p; in ksmbd_kthread_fn() local 232 mutex_lock(&iface->sock_release_lock); in ksmbd_kthread_fn() 233 if (!iface->ksmbd_socket) { in ksmbd_kthread_fn() 234 mutex_unlock(&iface->sock_release_lock); in ksmbd_kthread_fn() 237 ret = kernel_accept(iface->ksmbd_socket, &client_sk, in ksmbd_kthread_fn() 239 mutex_unlock(&iface->sock_release_lock); in ksmbd_kthread_fn() 269 * @iface: pointer to struct interface 277 static int ksmbd_tcp_run_kthread(struct interface *iface) in ksmbd_tcp_run_kthread() argument 282 kthread = kthread_run(ksmbd_kthread_fn, (void *)iface, "ksmbd-%s", in ksmbd_tcp_run_kthread() 283 iface in ksmbd_tcp_run_kthread() 422 create_socket(struct interface *iface) create_socket() argument 505 struct interface *iface; ksmbd_netdev_event() local 579 struct interface *iface, *tmp; ksmbd_tcp_destroy() local 592 struct interface *iface; alloc_iface() local [all...] |
/kernel/linux/linux-5.10/drivers/most/ |
H A D | core.c | 49 struct most_interface *iface; member 105 if (c->iface->dma_free) in most_free_mbo_coherent() 106 c->iface->dma_free(mbo, coherent_buf_size); in most_free_mbo_coherent() 176 if (c->iface->channel_vector[i].direction & MOST_CH_RX) in available_directions_show() 178 if (c->iface->channel_vector[i].direction & MOST_CH_TX) in available_directions_show() 192 if (c->iface->channel_vector[i].data_type & MOST_CH_CONTROL) in available_datatypes_show() 194 if (c->iface->channel_vector[i].data_type & MOST_CH_ASYNC) in available_datatypes_show() 196 if (c->iface->channel_vector[i].data_type & MOST_CH_SYNC) in available_datatypes_show() 198 if (c->iface->channel_vector[i].data_type & MOST_CH_ISOC) in available_datatypes_show() 212 c->iface in number_of_packet_buffers_show() 396 struct most_interface *iface = dev_get_drvdata(dev); description_show() local 405 struct most_interface *iface = dev_get_drvdata(dev); interface_show() local 470 struct most_interface *iface = dev_get_drvdata(dev); print_links() local 535 struct most_interface *iface; get_channel() local 953 channel_has_mbo(struct most_interface *iface, int id, struct most_component *comp) channel_has_mbo() argument 984 most_get_mbo(struct most_interface *iface, int id, struct most_component *comp) most_get_mbo() argument 1090 most_start_channel(struct most_interface *iface, int id, struct most_component *comp) most_start_channel() argument 1160 most_stop_channel(struct most_interface *iface, int id, struct most_component *comp) most_stop_channel() argument 1232 struct most_interface *iface; disconnect_channels() local 1279 most_register_interface(struct most_interface *iface) most_register_interface() argument 1381 most_deregister_interface(struct most_interface *iface) most_deregister_interface() argument 1416 most_stop_enqueue(struct most_interface *iface, int id) most_stop_enqueue() argument 1437 most_resume_enqueue(struct most_interface *iface, int id) most_resume_enqueue() argument [all...] |
/kernel/linux/linux-6.6/drivers/most/ |
H A D | core.c | 49 struct most_interface *iface; member 105 if (c->iface->dma_free) in most_free_mbo_coherent() 106 c->iface->dma_free(mbo, coherent_buf_size); in most_free_mbo_coherent() 176 if (c->iface->channel_vector[i].direction & MOST_CH_RX) in available_directions_show() 178 if (c->iface->channel_vector[i].direction & MOST_CH_TX) in available_directions_show() 192 if (c->iface->channel_vector[i].data_type & MOST_CH_CONTROL) in available_datatypes_show() 194 if (c->iface->channel_vector[i].data_type & MOST_CH_ASYNC) in available_datatypes_show() 196 if (c->iface->channel_vector[i].data_type & MOST_CH_SYNC) in available_datatypes_show() 198 if (c->iface->channel_vector[i].data_type & MOST_CH_ISOC) in available_datatypes_show() 212 c->iface in number_of_packet_buffers_show() 396 struct most_interface *iface = dev_get_drvdata(dev); description_show() local 405 struct most_interface *iface = dev_get_drvdata(dev); interface_show() local 470 struct most_interface *iface = dev_get_drvdata(dev); print_links() local 535 struct most_interface *iface; get_channel() local 953 channel_has_mbo(struct most_interface *iface, int id, struct most_component *comp) channel_has_mbo() argument 984 most_get_mbo(struct most_interface *iface, int id, struct most_component *comp) most_get_mbo() argument 1090 most_start_channel(struct most_interface *iface, int id, struct most_component *comp) most_start_channel() argument 1160 most_stop_channel(struct most_interface *iface, int id, struct most_component *comp) most_stop_channel() argument 1232 struct most_interface *iface; disconnect_channels() local 1279 most_register_interface(struct most_interface *iface) most_register_interface() argument 1381 most_deregister_interface(struct most_interface *iface) most_deregister_interface() argument 1416 most_stop_enqueue(struct most_interface *iface, int id) most_stop_enqueue() argument 1437 most_resume_enqueue(struct most_interface *iface, int id) most_resume_enqueue() argument [all...] |
/kernel/linux/linux-5.10/net/netlabel/ |
H A D | netlabel_unlabeled.c | 149 struct netlbl_unlhsh_iface *iface; in netlbl_unlhsh_free_iface() local 157 iface = container_of(entry, struct netlbl_unlhsh_iface, rcu); in netlbl_unlhsh_free_iface() 162 netlbl_af4list_foreach_safe(iter4, tmp4, &iface->addr4_list) { in netlbl_unlhsh_free_iface() 167 netlbl_af6list_foreach_safe(iter6, tmp6, &iface->addr6_list) { in netlbl_unlhsh_free_iface() 172 kfree(iface); in netlbl_unlhsh_free_iface() 220 * @iface: the associated interface entry 227 * interface entry specified by @iface. On success zero is returned, otherwise 231 static int netlbl_unlhsh_add_addr4(struct netlbl_unlhsh_iface *iface, in netlbl_unlhsh_add_addr4() argument 249 ret_val = netlbl_af4list_add(&entry->list, &iface->addr4_list); in netlbl_unlhsh_add_addr4() 260 * @iface 271 netlbl_unlhsh_add_addr6(struct netlbl_unlhsh_iface *iface, const struct in6_addr *addr, const struct in6_addr *mask, u32 secid) netlbl_unlhsh_add_addr6() argument 315 struct netlbl_unlhsh_iface *iface; netlbl_unlhsh_add_iface() local 375 struct netlbl_unlhsh_iface *iface; netlbl_unlhsh_add() local 466 netlbl_unlhsh_remove_addr4(struct net *net, struct netlbl_unlhsh_iface *iface, const struct in_addr *addr, const struct in_addr *mask, struct netlbl_audit *audit_info) netlbl_unlhsh_remove_addr4() argument 528 netlbl_unlhsh_remove_addr6(struct net *net, struct netlbl_unlhsh_iface *iface, const struct in6_addr *addr, const struct in6_addr *mask, struct netlbl_audit *audit_info) netlbl_unlhsh_remove_addr6() argument 586 netlbl_unlhsh_condremove_iface(struct netlbl_unlhsh_iface *iface) netlbl_unlhsh_condremove_iface() argument 637 struct netlbl_unlhsh_iface *iface; netlbl_unlhsh_remove() local 703 struct netlbl_unlhsh_iface *iface = NULL; netlbl_unlhsh_netdev_handler() local 1065 netlbl_unlabel_staticlist_gen(u32 cmd, const struct netlbl_unlhsh_iface *iface, const struct netlbl_unlhsh_addr4 *addr4, const struct netlbl_unlhsh_addr6 *addr6, void *arg) netlbl_unlabel_staticlist_gen() argument 1171 struct netlbl_unlhsh_iface *iface; netlbl_unlabel_staticlist() local 1257 struct netlbl_unlhsh_iface *iface; netlbl_unlabel_staticlistdef() local 1463 struct netlbl_unlhsh_iface *iface; netlbl_unlabel_getattr() local [all...] |
/kernel/linux/linux-6.6/net/netlabel/ |
H A D | netlabel_unlabeled.c | 149 struct netlbl_unlhsh_iface *iface; in netlbl_unlhsh_free_iface() local 157 iface = container_of(entry, struct netlbl_unlhsh_iface, rcu); in netlbl_unlhsh_free_iface() 162 netlbl_af4list_foreach_safe(iter4, tmp4, &iface->addr4_list) { in netlbl_unlhsh_free_iface() 167 netlbl_af6list_foreach_safe(iter6, tmp6, &iface->addr6_list) { in netlbl_unlhsh_free_iface() 172 kfree(iface); in netlbl_unlhsh_free_iface() 220 * @iface: the associated interface entry 227 * interface entry specified by @iface. On success zero is returned, otherwise 231 static int netlbl_unlhsh_add_addr4(struct netlbl_unlhsh_iface *iface, in netlbl_unlhsh_add_addr4() argument 249 ret_val = netlbl_af4list_add(&entry->list, &iface->addr4_list); in netlbl_unlhsh_add_addr4() 260 * @iface 271 netlbl_unlhsh_add_addr6(struct netlbl_unlhsh_iface *iface, const struct in6_addr *addr, const struct in6_addr *mask, u32 secid) netlbl_unlhsh_add_addr6() argument 315 struct netlbl_unlhsh_iface *iface; netlbl_unlhsh_add_iface() local 375 struct netlbl_unlhsh_iface *iface; netlbl_unlhsh_add() local 466 netlbl_unlhsh_remove_addr4(struct net *net, struct netlbl_unlhsh_iface *iface, const struct in_addr *addr, const struct in_addr *mask, struct netlbl_audit *audit_info) netlbl_unlhsh_remove_addr4() argument 527 netlbl_unlhsh_remove_addr6(struct net *net, struct netlbl_unlhsh_iface *iface, const struct in6_addr *addr, const struct in6_addr *mask, struct netlbl_audit *audit_info) netlbl_unlhsh_remove_addr6() argument 584 netlbl_unlhsh_condremove_iface(struct netlbl_unlhsh_iface *iface) netlbl_unlhsh_condremove_iface() argument 635 struct netlbl_unlhsh_iface *iface; netlbl_unlhsh_remove() local 701 struct netlbl_unlhsh_iface *iface = NULL; netlbl_unlhsh_netdev_handler() local 1063 netlbl_unlabel_staticlist_gen(u32 cmd, const struct netlbl_unlhsh_iface *iface, const struct netlbl_unlhsh_addr4 *addr4, const struct netlbl_unlhsh_addr6 *addr6, void *arg) netlbl_unlabel_staticlist_gen() argument 1169 struct netlbl_unlhsh_iface *iface; netlbl_unlabel_staticlist() local 1255 struct netlbl_unlhsh_iface *iface; netlbl_unlabel_staticlistdef() local 1462 struct netlbl_unlhsh_iface *iface; netlbl_unlabel_getattr() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_80211_tx.c | 64 struct hostap_interface *iface; in hostap_data_start_xmit() local 77 iface = netdev_priv(dev); in hostap_data_start_xmit() 78 local = iface->local; in hostap_data_start_xmit() 180 else if (iface->type == HOSTAP_INTERFACE_WDS) in hostap_data_start_xmit() 181 memcpy(&hdr.addr1, iface->u.wds.remote_addr, in hostap_data_start_xmit() 217 iface->stats.tx_dropped++; in hostap_data_start_xmit() 223 iface->stats.tx_dropped++; in hostap_data_start_xmit() 231 iface->stats.tx_dropped++; in hostap_data_start_xmit() 237 iface->stats.tx_dropped++; in hostap_data_start_xmit() 249 iface in hostap_data_start_xmit() 272 struct hostap_interface *iface; hostap_mgmt_start_xmit() local 318 struct hostap_interface *iface; hostap_tx_encrypt() local 385 struct hostap_interface *iface; hostap_master_start_xmit() local [all...] |
H A D | hostap_cs.c | 49 struct hostap_interface *iface; in hfa384x_outb_debug() local 53 iface = netdev_priv(dev); in hfa384x_outb_debug() 54 local = iface->local; in hfa384x_outb_debug() 63 struct hostap_interface *iface; in hfa384x_inb_debug() local 68 iface = netdev_priv(dev); in hfa384x_inb_debug() 69 local = iface->local; in hfa384x_inb_debug() 79 struct hostap_interface *iface; in hfa384x_outw_debug() local 83 iface = netdev_priv(dev); in hfa384x_outw_debug() 84 local = iface->local; in hfa384x_outw_debug() 93 struct hostap_interface *iface; in hfa384x_inw_debug() local 110 struct hostap_interface *iface; hfa384x_outsw_debug() local 125 struct hostap_interface *iface; hfa384x_insw_debug() local 263 struct hostap_interface *iface = netdev_priv(dev); sandisk_enable_wireless() local 454 struct hostap_interface *iface; prism2_detach() local 475 struct hostap_interface *iface; prism2_config() local 560 struct hostap_interface *iface; prism2_release() local 575 struct hostap_interface *iface = NULL; hostap_cs_suspend() local 598 struct hostap_interface *iface = NULL; hostap_cs_resume() local [all...] |
H A D | hostap_pci.c | 58 struct hostap_interface *iface; in hfa384x_outb_debug() local 63 iface = netdev_priv(dev); in hfa384x_outb_debug() 64 local = iface->local; in hfa384x_outb_debug() 75 struct hostap_interface *iface; in hfa384x_inb_debug() local 81 iface = netdev_priv(dev); in hfa384x_inb_debug() 82 local = iface->local; in hfa384x_inb_debug() 94 struct hostap_interface *iface; in hfa384x_outw_debug() local 99 iface = netdev_priv(dev); in hfa384x_outw_debug() 100 local = iface->local; in hfa384x_outw_debug() 111 struct hostap_interface *iface; in hfa384x_inw_debug() local 139 struct hostap_interface *iface; hfa384x_outb() local 148 struct hostap_interface *iface; hfa384x_inb() local 157 struct hostap_interface *iface; hfa384x_outw() local 166 struct hostap_interface *iface; hfa384x_inw() local 299 struct hostap_interface *iface; prism2_pci_probe() local 380 struct hostap_interface *iface; prism2_pci_remove() local [all...] |
H A D | hostap_main.c | 51 struct hostap_interface *iface; in hostap_add_interface() local 58 iface = netdev_priv(dev); in hostap_add_interface() 59 iface->dev = dev; in hostap_add_interface() 60 iface->local = local; in hostap_add_interface() 61 iface->type = type; in hostap_add_interface() 62 list_add(&iface->list, &local->hostap_interfaces); in hostap_add_interface() 101 struct hostap_interface *iface; in hostap_remove_interface() local 106 iface = netdev_priv(dev); in hostap_remove_interface() 109 list_del(&iface->list); in hostap_remove_interface() 112 if (dev == iface in hostap_remove_interface() 143 struct hostap_interface *iface, *empty, *match; prism2_wds_add() local 204 struct hostap_interface *iface, *selected = NULL; prism2_wds_del() local 285 struct hostap_interface *iface; hostap_set_word() local 294 struct hostap_interface *iface; hostap_set_string() local 600 struct hostap_interface *iface; prism2_close() local 653 struct hostap_interface *iface; prism2_open() local 701 struct hostap_interface *iface; prism2_set_mac_address() local 766 struct hostap_interface *iface; prism2_tx_timeout() local 833 struct hostap_interface *iface; hostap_setup_dev() local 990 struct hostap_interface *iface; prism2_update_comms_qual() local [all...] |
H A D | hostap_ioctl.c | 19 struct hostap_interface *iface; in hostap_get_wireless_stats() local 23 iface = netdev_priv(dev); in hostap_get_wireless_stats() 24 local = iface->local; in hostap_get_wireless_stats() 27 if (iface->type != HOSTAP_INTERFACE_MAIN) in hostap_get_wireless_stats() 79 struct hostap_interface *iface; in prism2_get_datarates() local 85 iface = netdev_priv(dev); in prism2_get_datarates() 86 local = iface->local; in prism2_get_datarates() 129 struct hostap_interface *iface; in prism2_ioctl_siwencode() local 134 iface = netdev_priv(dev); in prism2_ioctl_siwencode() 135 local = iface in prism2_ioctl_siwencode() 231 struct hostap_interface *iface; prism2_ioctl_giwencode() local 291 struct hostap_interface *iface; hostap_set_rate() local 337 struct hostap_interface *iface; prism2_ioctl_siwrate() local 398 struct hostap_interface *iface; prism2_ioctl_giwrate() local 456 struct hostap_interface *iface; prism2_ioctl_siwsens() local 477 struct hostap_interface *iface; prism2_ioctl_giwsens() local 501 struct hostap_interface *iface; prism2_ioctl_giwaplist() local 542 struct hostap_interface *iface; prism2_ioctl_siwrts() local 569 struct hostap_interface *iface; prism2_ioctl_giwrts() local 592 struct hostap_interface *iface; prism2_ioctl_siwfrag() local 619 struct hostap_interface *iface; prism2_ioctl_giwfrag() local 641 struct hostap_interface *iface; hostap_join_ap() local 725 struct hostap_interface *iface; prism2_ioctl_giwap() local 761 struct hostap_interface *iface; prism2_ioctl_siwnickn() local 782 struct hostap_interface *iface; prism2_ioctl_giwnickn() local 809 struct hostap_interface *iface; prism2_ioctl_siwfreq() local 846 struct hostap_interface *iface; prism2_ioctl_giwfreq() local 890 struct hostap_interface *iface; prism2_ioctl_siwessid() local 926 struct hostap_interface *iface; prism2_ioctl_giwessid() local 962 struct hostap_interface *iface; prism2_ioctl_giwrange() local 1137 struct hostap_interface *iface; prism2_ioctl_siwmode() local 1213 struct hostap_interface *iface; prism2_ioctl_giwmode() local 1355 struct hostap_interface *iface; prism2_ioctl_siwretry() local 1416 struct hostap_interface *iface; prism2_ioctl_giwretry() local 1510 struct hostap_interface *iface; prism2_ioctl_siwtxpow() local 1592 struct hostap_interface *iface; prism2_ioctl_giwtxpow() local 1637 struct hostap_interface *iface; prism2_request_hostscan() local 1666 struct hostap_interface *iface; prism2_request_scan() local 1726 struct hostap_interface *iface; prism2_ioctl_siwscan() local 2073 struct hostap_interface *iface; prism2_ioctl_giwscan() local 2302 struct hostap_interface *iface; prism2_ioctl_priv_inquire() local 2319 struct hostap_interface *iface; prism2_ioctl_priv_prism2_param() local 2670 struct hostap_interface *iface; prism2_ioctl_priv_get_prism2_param() local 2857 struct hostap_interface *iface; prism2_ioctl_priv_readmif() local 2878 struct hostap_interface *iface; prism2_ioctl_priv_writemif() local 2896 struct hostap_interface *iface; prism2_ioctl_priv_monitor() local 2942 struct hostap_interface *iface; prism2_ioctl_priv_reset() local 3067 struct hostap_interface *iface = netdev_priv(dev); prism2_set_genericelement() local 3095 struct hostap_interface *iface = netdev_priv(dev); prism2_ioctl_siwauth() local 3161 struct hostap_interface *iface = netdev_priv(dev); prism2_ioctl_giwauth() local 3200 struct hostap_interface *iface = netdev_priv(dev); prism2_ioctl_siwencodeext() local 3374 struct hostap_interface *iface = netdev_priv(dev); prism2_ioctl_giwencodeext() local 3690 struct hostap_interface *iface = netdev_priv(dev); prism2_ioctl_giwgenie() local 3729 struct hostap_interface *iface = netdev_priv(dev); prism2_ioctl_siwmlme() local 3856 struct hostap_interface *iface; prism2_get_drvinfo() local 3959 struct hostap_interface *iface; hostap_ioctl() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_80211_tx.c | 64 struct hostap_interface *iface; in hostap_data_start_xmit() local 77 iface = netdev_priv(dev); in hostap_data_start_xmit() 78 local = iface->local; in hostap_data_start_xmit() 180 else if (iface->type == HOSTAP_INTERFACE_WDS) in hostap_data_start_xmit() 181 memcpy(&hdr.addr1, iface->u.wds.remote_addr, in hostap_data_start_xmit() 217 iface->stats.tx_dropped++; in hostap_data_start_xmit() 223 iface->stats.tx_dropped++; in hostap_data_start_xmit() 231 iface->stats.tx_dropped++; in hostap_data_start_xmit() 237 iface->stats.tx_dropped++; in hostap_data_start_xmit() 249 iface in hostap_data_start_xmit() 272 struct hostap_interface *iface; hostap_mgmt_start_xmit() local 318 struct hostap_interface *iface; hostap_tx_encrypt() local 385 struct hostap_interface *iface; hostap_master_start_xmit() local [all...] |
H A D | hostap_cs.c | 48 struct hostap_interface *iface; in hfa384x_outb_debug() local 52 iface = netdev_priv(dev); in hfa384x_outb_debug() 53 local = iface->local; in hfa384x_outb_debug() 62 struct hostap_interface *iface; in hfa384x_inb_debug() local 67 iface = netdev_priv(dev); in hfa384x_inb_debug() 68 local = iface->local; in hfa384x_inb_debug() 78 struct hostap_interface *iface; in hfa384x_outw_debug() local 82 iface = netdev_priv(dev); in hfa384x_outw_debug() 83 local = iface->local; in hfa384x_outw_debug() 92 struct hostap_interface *iface; in hfa384x_inw_debug() local 109 struct hostap_interface *iface; hfa384x_outsw_debug() local 124 struct hostap_interface *iface; hfa384x_insw_debug() local 262 struct hostap_interface *iface = netdev_priv(dev); sandisk_enable_wireless() local 453 struct hostap_interface *iface; prism2_detach() local 474 struct hostap_interface *iface; prism2_config() local 559 struct hostap_interface *iface; prism2_release() local 574 struct hostap_interface *iface = NULL; hostap_cs_suspend() local 597 struct hostap_interface *iface = NULL; hostap_cs_resume() local [all...] |
H A D | hostap_pci.c | 57 struct hostap_interface *iface; in hfa384x_outb_debug() local 62 iface = netdev_priv(dev); in hfa384x_outb_debug() 63 local = iface->local; in hfa384x_outb_debug() 74 struct hostap_interface *iface; in hfa384x_inb_debug() local 80 iface = netdev_priv(dev); in hfa384x_inb_debug() 81 local = iface->local; in hfa384x_inb_debug() 93 struct hostap_interface *iface; in hfa384x_outw_debug() local 98 iface = netdev_priv(dev); in hfa384x_outw_debug() 99 local = iface->local; in hfa384x_outw_debug() 110 struct hostap_interface *iface; in hfa384x_inw_debug() local 138 struct hostap_interface *iface; hfa384x_outb() local 147 struct hostap_interface *iface; hfa384x_inb() local 156 struct hostap_interface *iface; hfa384x_outw() local 165 struct hostap_interface *iface; hfa384x_inw() local 298 struct hostap_interface *iface; prism2_pci_probe() local 379 struct hostap_interface *iface; prism2_pci_remove() local [all...] |
H A D | hostap_main.c | 51 struct hostap_interface *iface; in hostap_add_interface() local 58 iface = netdev_priv(dev); in hostap_add_interface() 59 iface->dev = dev; in hostap_add_interface() 60 iface->local = local; in hostap_add_interface() 61 iface->type = type; in hostap_add_interface() 62 list_add(&iface->list, &local->hostap_interfaces); in hostap_add_interface() 101 struct hostap_interface *iface; in hostap_remove_interface() local 106 iface = netdev_priv(dev); in hostap_remove_interface() 109 list_del(&iface->list); in hostap_remove_interface() 112 if (dev == iface in hostap_remove_interface() 143 struct hostap_interface *iface, *empty, *match; prism2_wds_add() local 204 struct hostap_interface *iface, *selected = NULL; prism2_wds_del() local 285 struct hostap_interface *iface; hostap_set_word() local 294 struct hostap_interface *iface; hostap_set_string() local 600 struct hostap_interface *iface; prism2_close() local 653 struct hostap_interface *iface; prism2_open() local 701 struct hostap_interface *iface; prism2_set_mac_address() local 766 struct hostap_interface *iface; prism2_tx_timeout() local 836 struct hostap_interface *iface; hostap_setup_dev() local 993 struct hostap_interface *iface; prism2_update_comms_qual() local [all...] |
H A D | hostap_ioctl.c | 19 struct hostap_interface *iface; in hostap_get_wireless_stats() local 23 iface = netdev_priv(dev); in hostap_get_wireless_stats() 24 local = iface->local; in hostap_get_wireless_stats() 27 if (iface->type != HOSTAP_INTERFACE_MAIN) in hostap_get_wireless_stats() 68 struct hostap_interface *iface; in prism2_get_datarates() local 74 iface = netdev_priv(dev); in prism2_get_datarates() 75 local = iface->local; in prism2_get_datarates() 119 struct hostap_interface *iface; in prism2_ioctl_siwencode() local 124 iface = netdev_priv(dev); in prism2_ioctl_siwencode() 125 local = iface in prism2_ioctl_siwencode() 222 struct hostap_interface *iface; prism2_ioctl_giwencode() local 282 struct hostap_interface *iface; hostap_set_rate() local 329 struct hostap_interface *iface; prism2_ioctl_siwrate() local 391 struct hostap_interface *iface; prism2_ioctl_giwrate() local 450 struct hostap_interface *iface; prism2_ioctl_siwsens() local 472 struct hostap_interface *iface; prism2_ioctl_giwsens() local 497 struct hostap_interface *iface; prism2_ioctl_giwaplist() local 539 struct hostap_interface *iface; prism2_ioctl_siwrts() local 567 struct hostap_interface *iface; prism2_ioctl_giwrts() local 591 struct hostap_interface *iface; prism2_ioctl_siwfrag() local 619 struct hostap_interface *iface; prism2_ioctl_giwfrag() local 641 struct hostap_interface *iface; hostap_join_ap() local 727 struct hostap_interface *iface; prism2_ioctl_giwap() local 764 struct hostap_interface *iface; prism2_ioctl_siwnickn() local 786 struct hostap_interface *iface; prism2_ioctl_giwnickn() local 814 struct hostap_interface *iface; prism2_ioctl_siwfreq() local 852 struct hostap_interface *iface; prism2_ioctl_giwfreq() local 897 struct hostap_interface *iface; prism2_ioctl_siwessid() local 934 struct hostap_interface *iface; prism2_ioctl_giwessid() local 971 struct hostap_interface *iface; prism2_ioctl_giwrange() local 1147 struct hostap_interface *iface; prism2_ioctl_siwmode() local 1224 struct hostap_interface *iface; prism2_ioctl_giwmode() local 1369 struct hostap_interface *iface; prism2_ioctl_siwretry() local 1431 struct hostap_interface *iface; prism2_ioctl_giwretry() local 1526 struct hostap_interface *iface; prism2_ioctl_siwtxpow() local 1609 struct hostap_interface *iface; prism2_ioctl_giwtxpow() local 1654 struct hostap_interface *iface; prism2_request_hostscan() local 1683 struct hostap_interface *iface; prism2_request_scan() local 1744 struct hostap_interface *iface; prism2_ioctl_siwscan() local 2092 struct hostap_interface *iface; prism2_ioctl_giwscan() local 2321 struct hostap_interface *iface; prism2_ioctl_priv_inquire() local 2338 struct hostap_interface *iface; prism2_ioctl_priv_prism2_param() local 2689 struct hostap_interface *iface; prism2_ioctl_priv_get_prism2_param() local 2876 struct hostap_interface *iface; prism2_ioctl_priv_readmif() local 2897 struct hostap_interface *iface; prism2_ioctl_priv_writemif() local 2915 struct hostap_interface *iface; prism2_ioctl_priv_monitor() local 2961 struct hostap_interface *iface; prism2_ioctl_priv_reset() local 3086 struct hostap_interface *iface = netdev_priv(dev); prism2_set_genericelement() local 3115 struct hostap_interface *iface = netdev_priv(dev); prism2_ioctl_siwauth() local 3182 struct hostap_interface *iface = netdev_priv(dev); prism2_ioctl_giwauth() local 3222 struct hostap_interface *iface = netdev_priv(dev); prism2_ioctl_siwencodeext() local 3397 struct hostap_interface *iface = netdev_priv(dev); prism2_ioctl_giwencodeext() local 3715 struct hostap_interface *iface = netdev_priv(dev); prism2_ioctl_giwgenie() local 3754 struct hostap_interface *iface = netdev_priv(dev); prism2_ioctl_siwmlme() local 3881 struct hostap_interface *iface; prism2_get_drvinfo() local 3971 struct hostap_interface *iface; hostap_ioctl() local 4046 struct hostap_interface *iface; hostap_siocdevprivate() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | most.h | 241 int (*configure)(struct most_interface *iface, int channel_idx, 243 int (*enqueue)(struct most_interface *iface, int channel_idx, 245 int (*poison_channel)(struct most_interface *iface, int channel_idx); 246 void (*request_netinfo)(struct most_interface *iface, int channel_idx, 247 void (*on_netinfo)(struct most_interface *iface, 267 int (*probe_channel)(struct most_interface *iface, int channel_idx, 270 int (*disconnect_channel)(struct most_interface *iface, 273 int (*tx_completion)(struct most_interface *iface, int channel_idx); 279 * @iface: Pointer to the interface instance description. 286 int most_register_interface(struct most_interface *iface); [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | most.h | 241 int (*configure)(struct most_interface *iface, int channel_idx, 243 int (*enqueue)(struct most_interface *iface, int channel_idx, 245 int (*poison_channel)(struct most_interface *iface, int channel_idx); 246 void (*request_netinfo)(struct most_interface *iface, int channel_idx, 247 void (*on_netinfo)(struct most_interface *iface, 267 int (*probe_channel)(struct most_interface *iface, int channel_idx, 270 int (*disconnect_channel)(struct most_interface *iface, 273 int (*tx_completion)(struct most_interface *iface, int channel_idx); 279 * @iface: Pointer to the interface instance description. 286 int most_register_interface(struct most_interface *iface); [all...] |
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/ |
H A D | usb.c | 398 * @iface: USB interface to link to 410 int i2400mu_probe(struct usb_interface *iface, in i2400mu_probe() argument 415 struct device *dev = &iface->dev; in i2400mu_probe() 418 struct usb_device *usb_dev = interface_to_usbdev(iface); in i2400mu_probe() 420 if (iface->cur_altsetting->desc.bNumEndpoints < 4) in i2400mu_probe() 440 i2400mu->usb_iface = iface; in i2400mu_probe() 441 usb_set_intfdata(iface, i2400mu); in i2400mu_probe() 490 iface->needs_remote_wakeup = 1; /* autosuspend (15s delay) */ in i2400mu_probe() 505 usb_set_intfdata(iface, NULL); in i2400mu_probe() 521 void i2400mu_disconnect(struct usb_interface *iface) in i2400mu_disconnect() argument 578 i2400mu_suspend(struct usb_interface *iface, pm_message_t pm_msg) i2400mu_suspend() argument 638 i2400mu_resume(struct usb_interface *iface) i2400mu_resume() argument 663 i2400mu_reset_resume(struct usb_interface *iface) i2400mu_reset_resume() argument 686 i2400mu_pre_reset(struct usb_interface *iface) i2400mu_pre_reset() argument 701 i2400mu_post_reset(struct usb_interface *iface) i2400mu_post_reset() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/most/net/ |
H A D | net.c | 62 struct most_interface *iface; member 183 static void on_netinfo(struct most_interface *iface, 193 if (most_start_channel(nd->iface, nd->rx.ch_id, &comp)) { in most_nd_open() 199 if (most_start_channel(nd->iface, nd->tx.ch_id, &comp)) { in most_nd_open() 201 most_stop_channel(nd->iface, nd->rx.ch_id, &comp); in most_nd_open() 212 if (nd->iface->request_netinfo) in most_nd_open() 213 nd->iface->request_netinfo(nd->iface, nd->tx.ch_id, on_netinfo); in most_nd_open() 225 if (nd->iface->request_netinfo) in most_nd_stop() 226 nd->iface in most_nd_stop() 280 get_net_dev(struct most_interface *iface) get_net_dev() argument 290 get_net_dev_hold(struct most_interface *iface) get_net_dev_hold() argument 305 comp_probe_channel(struct most_interface *iface, int channel_idx, struct most_channel_config *ccfg, char *name, char *args) comp_probe_channel() argument 362 comp_disconnect_channel(struct most_interface *iface, int channel_idx) comp_disconnect_channel() argument 409 comp_resume_tx_channel(struct most_interface *iface, int channel_idx) comp_resume_tx_channel() argument 547 on_netinfo(struct most_interface *iface, unsigned char link_stat, unsigned char *mac_addr) on_netinfo() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/most/net/ |
H A D | net.c | 62 struct most_interface *iface; member 183 static void on_netinfo(struct most_interface *iface, 193 if (most_start_channel(nd->iface, nd->rx.ch_id, &comp)) { in most_nd_open() 199 if (most_start_channel(nd->iface, nd->tx.ch_id, &comp)) { in most_nd_open() 201 most_stop_channel(nd->iface, nd->rx.ch_id, &comp); in most_nd_open() 212 if (nd->iface->request_netinfo) in most_nd_open() 213 nd->iface->request_netinfo(nd->iface, nd->tx.ch_id, on_netinfo); in most_nd_open() 225 if (nd->iface->request_netinfo) in most_nd_stop() 226 nd->iface in most_nd_stop() 280 get_net_dev(struct most_interface *iface) get_net_dev() argument 290 get_net_dev_hold(struct most_interface *iface) get_net_dev_hold() argument 305 comp_probe_channel(struct most_interface *iface, int channel_idx, struct most_channel_config *ccfg, char *name, char *args) comp_probe_channel() argument 362 comp_disconnect_channel(struct most_interface *iface, int channel_idx) comp_disconnect_channel() argument 409 comp_resume_tx_channel(struct most_interface *iface, int channel_idx) comp_resume_tx_channel() argument 546 on_netinfo(struct most_interface *iface, unsigned char link_stat, unsigned char *mac_addr) on_netinfo() argument [all...] |
/kernel/linux/linux-5.10/sound/usb/ |
H A D | quirks.c | 33 struct usb_interface *iface, in create_composite_quirk() 37 int probed_ifnum = get_iface_desc(iface->altsetting)->bInterfaceNumber; in create_composite_quirk() 42 iface = usb_ifnum_to_if(chip->dev, quirk->ifnum); in create_composite_quirk() 43 if (!iface) in create_composite_quirk() 46 usb_interface_claimed(iface)) in create_composite_quirk() 48 err = snd_usb_create_quirk(chip, iface, driver, quirk); in create_composite_quirk() 54 iface = usb_ifnum_to_if(chip->dev, quirk->ifnum); in create_composite_quirk() 55 if (!iface) in create_composite_quirk() 58 !usb_interface_claimed(iface)) { in create_composite_quirk() 59 err = usb_driver_claim_interface(driver, iface, in create_composite_quirk() 32 create_composite_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, const struct snd_usb_audio_quirk *quirk_comp) create_composite_quirk() argument 69 ignore_interface_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, const struct snd_usb_audio_quirk *quirk) ignore_interface_quirk() argument 82 create_align_transfer_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, const struct snd_usb_audio_quirk *quirk) create_align_transfer_quirk() argument 102 create_standard_audio_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, const struct snd_usb_audio_quirk *quirk) create_standard_audio_quirk() argument 130 create_fixed_stream_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, const struct snd_usb_audio_quirk *quirk) create_fixed_stream_quirk() argument 195 create_auto_pcm_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver) create_auto_pcm_quirk() argument 237 create_yamaha_midi_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, struct usb_host_interface *alts) create_yamaha_midi_quirk() argument 269 create_roland_midi_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, struct usb_host_interface *alts) create_roland_midi_quirk() argument 293 create_std_midi_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, struct usb_host_interface *alts) create_std_midi_quirk() argument 321 create_auto_midi_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver) create_auto_midi_quirk() argument 357 create_autodetect_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver) create_autodetect_quirk() argument 369 create_autodetect_quirks(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, const struct snd_usb_audio_quirk *quirk) create_autodetect_quirks() argument 412 create_uaxx_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, const struct snd_usb_audio_quirk *quirk) create_uaxx_quirk() argument 508 create_standard_mixer_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, const struct snd_usb_audio_quirk *quirk) create_standard_mixer_quirk() argument 520 setup_fmt_after_resume_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, const struct snd_usb_audio_quirk *quirk) setup_fmt_after_resume_quirk() argument 529 setup_disable_autosuspend(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, const struct snd_usb_audio_quirk *quirk) setup_disable_autosuspend() argument 546 snd_usb_create_quirk(struct snd_usb_audio *chip, struct usb_interface *iface, struct usb_driver *driver, const struct snd_usb_audio_quirk *quirk) snd_usb_create_quirk() argument 1168 quattro_skip_setting_quirk(struct snd_usb_audio *chip, int iface, int altno) quattro_skip_setting_quirk() argument 1200 audiophile_skip_setting_quirk(struct snd_usb_audio *chip, int iface, int altno) audiophile_skip_setting_quirk() argument 1229 fasttrackpro_skip_setting_quirk(struct snd_usb_audio *chip, int iface, int altno) fasttrackpro_skip_setting_quirk() argument 1267 s1810c_skip_setting_quirk(struct snd_usb_audio *chip, int iface, int altno) s1810c_skip_setting_quirk() argument 1299 snd_usb_apply_interface_quirk(struct snd_usb_audio *chip, int iface, int altno) snd_usb_apply_interface_quirk() argument 1726 struct usb_interface *iface; snd_usb_interface_dsd_format_quirks() local 1910 snd_usb_registration_quirk(struct snd_usb_audio *chip, int iface) snd_usb_registration_quirk() argument [all...] |