/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...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_hwcnt_backend_csf.h | 43 * @iface: Non-NULL pointer to backend interface structure that is filled 46 * Calls to iface->dump_enable_nolock() require the CSF Scheduler IRQ lock. 53 struct kbase_hwcnt_backend_interface *iface); 58 * @iface: Non-NULL pointer to backend interface structure 62 struct kbase_hwcnt_backend_interface *iface); 67 * @iface: Non-NULL pointer to backend interface structure. 70 struct kbase_hwcnt_backend_interface *iface); 75 * @iface: Pointer to interface to destroy. 81 struct kbase_hwcnt_backend_interface *iface); 87 * @iface [all...] |
H A D | mali_kbase_hwcnt.c | 102 * @iface: Pointer to hardware counter backend interface. 124 const struct kbase_hwcnt_backend_interface *iface; member 134 const struct kbase_hwcnt_backend_interface *iface, in kbase_hwcnt_context_init() 139 if (!iface || !out_hctx) in kbase_hwcnt_context_init() 146 hctx->iface = iface; in kbase_hwcnt_context_init() 194 hctx->iface->term(hctx->accum.backend); in kbasep_hwcnt_accumulator_term() 211 errcode = hctx->iface->init( in kbasep_hwcnt_accumulator_init() 212 hctx->iface->info, &hctx->accum.backend); in kbasep_hwcnt_accumulator_init() 216 hctx->accum.metadata = hctx->iface in kbasep_hwcnt_accumulator_init() 133 kbase_hwcnt_context_init( const struct kbase_hwcnt_backend_interface *iface, struct kbase_hwcnt_context **out_hctx) kbase_hwcnt_context_init() argument [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...] |
/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...] |
/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...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_hwcnt.c | 100 * @iface: Pointer to hardware counter backend interface. 118 const struct kbase_hwcnt_backend_interface *iface; member 126 int kbase_hwcnt_context_init(const struct kbase_hwcnt_backend_interface *iface, struct kbase_hwcnt_context **out_hctx) in kbase_hwcnt_context_init() argument 130 if (!iface || !out_hctx) { in kbase_hwcnt_context_init() 139 hctx->iface = iface; in kbase_hwcnt_context_init() 175 hctx->iface->term(hctx->accum.backend); in kbasep_hwcnt_accumulator_term() 192 errcode = hctx->iface->init(hctx->iface->info, &hctx->accum.backend); in kbasep_hwcnt_accumulator_init() 199 errcode = kbase_hwcnt_enable_map_alloc(hctx->iface in kbasep_hwcnt_accumulator_init() [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...] |
/device/soc/rockchip/rk2206/hdf_driver/spi/ |
H A D | spi_driver.c | 79 struct DeviceResourceIface *iface = NULL;
in spidrv_readdrs() local 90 iface = DeviceResourceGetIfaceInstance(HDF_CONFIG_SOURCE);
in spidrv_readdrs() 91 if (iface == NULL) {
in spidrv_readdrs() 92 PRINT_ERR("%s: iface is null\n", __func__);
in spidrv_readdrs() 95 if (iface->GetUint32 == NULL) {
in spidrv_readdrs() 102 ret = iface->GetUint32(node, "bus", ¶ms->bus, 0);
in spidrv_readdrs() 108 ret = iface->GetUint32(node, "id", ¶ms->id, 0);
in spidrv_readdrs() 114 ret = iface->GetUint32(node, "func_mode", ¶ms->func_mode, 0);
in spidrv_readdrs() 120 ret = iface->GetUint32(node, "cs_gpio", ¶ms->cs_gpio, 0);
in spidrv_readdrs() 126 ret = iface in spidrv_readdrs() [all...] |