/linux-5.19.10/drivers/i2c/busses/ |
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->adapter.dev, "negative ack in state %s\n", in scx200_acb_machine() [all …]
|
/linux-5.19.10/sound/soc/meson/ |
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->fmt = fmt; in axg_tdm_iface_set_fmt() [all …]
|
/linux-5.19.10/fs/ksmbd/ |
D | transport_tcp.c | 223 struct interface *iface = (struct interface *)p; in ksmbd_kthread_fn() local 227 mutex_lock(&iface->sock_release_lock); in ksmbd_kthread_fn() 228 if (!iface->ksmbd_socket) { in ksmbd_kthread_fn() 229 mutex_unlock(&iface->sock_release_lock); in ksmbd_kthread_fn() 232 ret = kernel_accept(iface->ksmbd_socket, &client_sk, in ksmbd_kthread_fn() 234 mutex_unlock(&iface->sock_release_lock); in ksmbd_kthread_fn() 263 static int ksmbd_tcp_run_kthread(struct interface *iface) in ksmbd_tcp_run_kthread() argument 268 kthread = kthread_run(ksmbd_kthread_fn, (void *)iface, "ksmbd-%s", in ksmbd_tcp_run_kthread() 269 iface->name); in ksmbd_tcp_run_kthread() 274 iface->ksmbd_kthread = kthread; in ksmbd_tcp_run_kthread() [all …]
|
/linux-5.19.10/net/netlabel/ |
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() 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() 271 static int netlbl_unlhsh_add_addr6(struct netlbl_unlhsh_iface *iface, in netlbl_unlhsh_add_addr6() argument 293 ret_val = netlbl_af6list_add(&entry->list, &iface->addr6_list); in netlbl_unlhsh_add_addr6() 315 struct netlbl_unlhsh_iface *iface; in netlbl_unlhsh_add_iface() local [all …]
|
/linux-5.19.10/drivers/most/ |
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->channel_vector[i].num_buffers_packet); in number_of_packet_buffers_show() [all …]
|
D | most_snd.c | 45 struct most_interface *iface; member 60 struct most_interface *iface; member 159 static struct channel *get_channel(struct most_interface *iface, in get_channel() argument 162 struct sound_adapter *adpt = iface->priv; in get_channel() 166 if ((channel->iface == iface) && (channel->id == channel_id)) in get_channel() 237 (mbo = most_get_mbo(channel->iface, channel->id, in playback_thread() 281 ret = most_start_channel(channel->iface, channel->id, &comp); in pcm_open() 309 most_stop_channel(channel->iface, channel->id, &comp); in pcm_close() 511 static int audio_probe_channel(struct most_interface *iface, int channel_id, in audio_probe_channel() argument 536 if (adpt->iface != iface) in audio_probe_channel() [all …]
|
D | most_usb.c | 105 struct most_interface iface; member 124 #define to_mdev(d) container_of(d, struct most_dev, iface) 236 static int hdm_poison_channel(struct most_interface *iface, int channel) in hdm_poison_channel() argument 238 struct most_dev *mdev = to_mdev(iface); in hdm_poison_channel() 242 if (channel < 0 || channel >= iface->num_channels) { in hdm_poison_channel() 457 static int hdm_enqueue(struct most_interface *iface, int channel, in hdm_enqueue() argument 460 struct most_dev *mdev = to_mdev(iface); in hdm_enqueue() 469 if (iface->num_channels <= channel || channel < 0) in hdm_enqueue() 566 static int hdm_configure_channel(struct most_interface *iface, int channel, in hdm_configure_channel() argument 571 struct most_dev *mdev = to_mdev(iface); in hdm_configure_channel() [all …]
|
/linux-5.19.10/drivers/net/wireless/intersil/hostap/ |
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 [all …]
|
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 [all …]
|
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->stats.tx_packets++; in hostap_data_start_xmit() [all …]
|
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->local->ddev) in hostap_remove_interface() [all …]
|
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() 118 struct hostap_interface *iface; in prism2_ioctl_siwencode() local 123 iface = netdev_priv(dev); in prism2_ioctl_siwencode() 124 local = iface->local; in prism2_ioctl_siwencode() [all …]
|
D | hostap_plx.c | 110 struct hostap_interface *iface; in hfa384x_outb_debug() local 114 iface = netdev_priv(dev); in hfa384x_outb_debug() 115 local = iface->local; in hfa384x_outb_debug() 125 struct hostap_interface *iface; in hfa384x_inb_debug() local 130 iface = netdev_priv(dev); in hfa384x_inb_debug() 131 local = iface->local; in hfa384x_inb_debug() 142 struct hostap_interface *iface; in hfa384x_outw_debug() local 146 iface = netdev_priv(dev); in hfa384x_outw_debug() 147 local = iface->local; in hfa384x_outw_debug() 157 struct hostap_interface *iface; in hfa384x_inw_debug() local [all …]
|
/linux-5.19.10/include/linux/ |
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); 286 int most_register_interface(struct most_interface *iface); 292 void most_deregister_interface(struct most_interface *iface); [all …]
|
/linux-5.19.10/sound/usb/ |
D | quirks.c | 33 struct usb_interface *iface, in create_composite_quirk() argument 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() [all …]
|
/linux-5.19.10/drivers/net/ethernet/marvell/prestera/ |
D | prestera_router_hw.c | 139 switch (in->iface.type) { in __prestera_rif_entry_key_copy() 141 out->iface.dev_port.hw_dev_num = in->iface.dev_port.hw_dev_num; in __prestera_rif_entry_key_copy() 142 out->iface.dev_port.port_num = in->iface.dev_port.port_num; in __prestera_rif_entry_key_copy() 145 out->iface.lag_id = in->iface.lag_id; in __prestera_rif_entry_key_copy() 148 out->iface.vlan_id = in->iface.vlan_id; in __prestera_rif_entry_key_copy() 155 out->iface.type = in->iface.type; in __prestera_rif_entry_key_copy() 181 struct prestera_iface iface; in prestera_rif_entry_destroy() local 185 memcpy(&iface, &e->key.iface, sizeof(iface)); in prestera_rif_entry_destroy() 186 iface.vr_id = e->vr->hw_vr_id; in prestera_rif_entry_destroy() 187 prestera_hw_rif_delete(sw, e->hw_id, &iface); in prestera_rif_entry_destroy() [all …]
|
/linux-5.19.10/drivers/staging/most/net/ |
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->request_netinfo(nd->iface, nd->tx.ch_id, NULL); in most_nd_stop() 227 most_stop_channel(nd->iface, nd->rx.ch_id, &comp); in most_nd_stop() [all …]
|
/linux-5.19.10/drivers/media/platform/amphion/ |
D | vpu_malone.c | 347 struct malone_iface *iface; in vpu_malone_init_rpc() local 357 iface = rpc->virt; in vpu_malone_init_rpc() 361 shared->iface = iface; in vpu_malone_init_rpc() 364 iface->exec_base_addr = base_phy_addr; in vpu_malone_init_rpc() 365 iface->exec_area_size = rpc->length; in vpu_malone_init_rpc() 370 shared->cmd_desc = &iface->cmd_buffer_desc.buffer; in vpu_malone_init_rpc() 372 iface->cmd_buffer_desc.buffer.start = in vpu_malone_init_rpc() 373 iface->cmd_buffer_desc.buffer.rptr = in vpu_malone_init_rpc() 374 iface->cmd_buffer_desc.buffer.wptr = phy_addr; in vpu_malone_init_rpc() 375 iface->cmd_buffer_desc.buffer.end = iface->cmd_buffer_desc.buffer.start + CMD_SIZE; in vpu_malone_init_rpc() [all …]
|
D | vpu_rpc.h | 20 void *iface; member 205 core->iface = shared; in vpu_iface_init() 221 ops->set_log_buf(core->iface, log); in vpu_iface_set_log_buf() 233 ops->set_system_cfg(core->iface, regs_base, regs, core->id); in vpu_iface_config_system() 245 return ops->get_stream_buffer_size(core->iface); in vpu_iface_get_stream_buffer_size() 255 ops->set_stream_cfg(inst->core->iface, inst->id); in vpu_iface_config_stream() 266 return ops->send_cmd_buf(core->iface, cmd); in vpu_iface_send_cmd() 276 return ops->receive_msg_buf(core->iface, msg); in vpu_iface_receive_msg() 320 ret = ops->input_frame(inst->core->iface, inst, vb); in vpu_iface_input_frame() 337 return ops->config_memory_resource(inst->core->iface, in vpu_iface_config_memory_resource() [all …]
|
/linux-5.19.10/ipc/ |
D | util.c | 142 struct ipc_proc_iface *iface; in ipc_init_proc_interface() local 144 iface = kmalloc(sizeof(*iface), GFP_KERNEL); in ipc_init_proc_interface() 145 if (!iface) in ipc_init_proc_interface() 147 iface->path = path; in ipc_init_proc_interface() 148 iface->header = header; in ipc_init_proc_interface() 149 iface->ids = ids; in ipc_init_proc_interface() 150 iface->show = show; in ipc_init_proc_interface() 156 iface); in ipc_init_proc_interface() 158 kfree(iface); in ipc_init_proc_interface() 776 struct ipc_proc_iface *iface; member [all …]
|
/linux-5.19.10/Documentation/ABI/testing/ |
D | sysfs-class-net-statistics | 1 What: /sys/class/<iface>/statistics/collisions 9 What: /sys/class/<iface>/statistics/multicast 17 What: /sys/class/<iface>/statistics/rx_bytes 26 What: /sys/class/<iface>/statistics/rx_compressed 35 What: /sys/class/<iface>/statistics/rx_crc_errors 44 What: /sys/class/<iface>/statistics/rx_dropped 54 What: /sys/class/<iface>/statistics/rx_errors 62 What: /sys/class/<iface>/statistics/rx_fifo_errors 71 What: /sys/class/<iface>/statistics/rx_frame_errors 81 What: /sys/class/<iface>/statistics/rx_length_errors [all …]
|
D | sysfs-class-net | 1 What: /sys/class/net/<iface>/name_assign_type 15 What: /sys/class/net/<iface>/addr_assign_type 29 What: /sys/class/net/<iface>/addr_len 39 What: /sys/class/net/<iface>/address 48 What: /sys/class/net/<bridge iface>/bridge/group_fwd_mask 70 What: /sys/class/net/<iface>/broadcast 79 What: /sys/class/net/<iface>/carrier 96 What: /sys/class/net/<iface>/dev_id 106 What: /sys/class/net/<iface>/dev_port 124 What: /sys/class/net/<iface>/dormant [all …]
|
/linux-5.19.10/sound/soc/codecs/ |
D | wm8711.c | 161 u16 iface = snd_soc_component_read(component, WM8711_IFACE) & 0xfff3; in wm8711_hw_params() local 173 iface |= 0x0004; in wm8711_hw_params() 176 iface |= 0x0008; in wm8711_hw_params() 180 snd_soc_component_write(component, WM8711_IFACE, iface); in wm8711_hw_params() 242 u16 iface = snd_soc_component_read(component, WM8711_IFACE) & 0x000c; in wm8711_set_dai_fmt() local 247 iface |= 0x0040; in wm8711_set_dai_fmt() 258 iface |= 0x0002; in wm8711_set_dai_fmt() 263 iface |= 0x0001; in wm8711_set_dai_fmt() 266 iface |= 0x0003; in wm8711_set_dai_fmt() 269 iface |= 0x0013; in wm8711_set_dai_fmt() [all …]
|
D | uda1380.c | 421 int iface; in uda1380_set_dai_fmt_both() local 424 iface = uda1380_read_reg_cache(component, UDA1380_IFACE); in uda1380_set_dai_fmt_both() 425 iface &= ~(R01_SFORI_MASK | R01_SIM | R01_SFORO_MASK); in uda1380_set_dai_fmt_both() 429 iface |= R01_SFORI_I2S | R01_SFORO_I2S; in uda1380_set_dai_fmt_both() 432 iface |= R01_SFORI_LSB16 | R01_SFORO_LSB16; in uda1380_set_dai_fmt_both() 435 iface |= R01_SFORI_MSB | R01_SFORO_MSB; in uda1380_set_dai_fmt_both() 442 uda1380_write_reg_cache(component, UDA1380_IFACE, iface); in uda1380_set_dai_fmt_both() 451 int iface; in uda1380_set_dai_fmt_playback() local 454 iface = uda1380_read_reg_cache(component, UDA1380_IFACE); in uda1380_set_dai_fmt_playback() 455 iface &= ~R01_SFORI_MASK; in uda1380_set_dai_fmt_playback() [all …]
|
/linux-5.19.10/net/netfilter/ipset/ |
D | ip_set_hash_netiface.c | 63 char iface[IFNAMSIZ]; member 78 strncmp(ip1->iface, ip2->iface, strlen(ip1->iface)) == 0 : in hash_netiface4_data_equal() 79 strcmp(ip1->iface, ip2->iface) == 0); in hash_netiface4_data_equal() 118 nla_put_string(skb, IPSET_ATTR_IFACE, data->iface) || in hash_netiface4_data_list() 185 STRLCPY(e.iface, eiface); in hash_netiface4_kadt() 189 STRLCPY(e.iface, SRCDIR ? IFACE(in) : IFACE(out)); in hash_netiface4_kadt() 192 if (strlen(e.iface) == 0) in hash_netiface4_kadt() 229 nla_strscpy(e.iface, tb[IPSET_ATTR_IFACE], IFNAMSIZ); in hash_netiface4_uadt() 300 char iface[IFNAMSIZ]; member 315 strncmp(ip1->iface, ip2->iface, strlen(ip1->iface)) == 0 : in hash_netiface6_data_equal() [all …]
|