Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/zydas/
H A Dzd1201.c123 struct zd1201 *zd = urb->context; in zd1201_usbfree() local
133 dev_warn(&zd->usb->dev, "%s: urb failed: %d\n", in zd1201_usbfree()
134 zd->dev->name, urb->status); in zd1201_usbfree()
151 static int zd1201_docmd(struct zd1201 *zd, int cmd, int parm0, in zd1201_docmd() argument
173 usb_fill_bulk_urb(urb, zd->usb, usb_sndbulkpipe(zd->usb, zd->endp_out2), in zd1201_docmd()
174 command, 16, zd1201_usbfree, zd); in zd1201_docmd()
187 struct zd1201 *zd = urb->context; in zd1201_usbtx() local
188 netif_wake_queue(zd in zd1201_usbtx()
194 struct zd1201 *zd = urb->context; zd1201_usbrx() local
410 zd1201_getconfig(struct zd1201 *zd, int rid, void *riddata, unsigned int riddatalen) zd1201_getconfig() argument
510 zd1201_setconfig(struct zd1201 *zd, int rid, void *buf, int len, int wait) zd1201_setconfig() argument
592 zd1201_getconfig16(struct zd1201 *zd, int rid, short *val) zd1201_getconfig16() argument
604 zd1201_setconfig16(struct zd1201 *zd, int rid, short val) zd1201_setconfig16() argument
610 zd1201_drvr_start(struct zd1201 *zd) zd1201_drvr_start() argument
660 zd1201_enable(struct zd1201 *zd) zd1201_enable() argument
677 zd1201_disable(struct zd1201 *zd) zd1201_disable() argument
695 zd1201_mac_reset(struct zd1201 *zd) zd1201_mac_reset() argument
703 zd1201_join(struct zd1201 *zd, char *essid, int essidlen) zd1201_join() argument
747 struct zd1201 *zd = netdev_priv(dev); zd1201_net_open() local
786 struct zd1201 *zd = netdev_priv(dev); zd1201_hard_start_xmit() local
835 struct zd1201 *zd = netdev_priv(dev); zd1201_tx_timeout() local
850 struct zd1201 *zd = netdev_priv(dev); zd1201_set_mac_address() local
867 struct zd1201 *zd = netdev_priv(dev); zd1201_get_wireless_stats() local
874 struct zd1201 *zd = netdev_priv(dev); zd1201_set_multicast() local
892 struct zd1201 *zd = netdev_priv(dev); zd1201_config_commit() local
907 struct zd1201 *zd = netdev_priv(dev); zd1201_set_freq() local
928 struct zd1201 *zd = netdev_priv(dev); zd1201_get_freq() local
944 struct zd1201 *zd = netdev_priv(dev); zd1201_set_mode() local
1007 struct zd1201 *zd = netdev_priv(dev); zd1201_get_mode() local
1083 struct zd1201 *zd = netdev_priv(dev); zd1201_get_wap() local
1111 struct zd1201 *zd = netdev_priv(dev); zd1201_get_scan() local
1203 struct zd1201 *zd = netdev_priv(dev); zd1201_set_essid() local
1218 struct zd1201 *zd = netdev_priv(dev); zd1201_get_essid() local
1239 struct zd1201 *zd = netdev_priv(dev); zd1201_set_rate() local
1272 struct zd1201 *zd = netdev_priv(dev); zd1201_get_rate() local
1305 struct zd1201 *zd = netdev_priv(dev); zd1201_set_rts() local
1325 struct zd1201 *zd = netdev_priv(dev); zd1201_get_rts() local
1342 struct zd1201 *zd = netdev_priv(dev); zd1201_set_frag() local
1363 struct zd1201 *zd = netdev_priv(dev); zd1201_get_frag() local
1392 struct zd1201 *zd = netdev_priv(dev); zd1201_set_encode() local
1449 struct zd1201 *zd = netdev_priv(dev); zd1201_get_encode() local
1482 struct zd1201 *zd = netdev_priv(dev); zd1201_set_power() local
1521 struct zd1201 *zd = netdev_priv(dev); zd1201_get_power() local
1608 struct zd1201 *zd = netdev_priv(dev); zd1201_set_hostauth() local
1619 struct zd1201 *zd = netdev_priv(dev); zd1201_get_hostauth() local
1638 struct zd1201 *zd = netdev_priv(dev); zd1201_auth_sta() local
1654 struct zd1201 *zd = netdev_priv(dev); zd1201_set_maxassoc() local
1665 struct zd1201 *zd = netdev_priv(dev); zd1201_get_maxassoc() local
1726 struct zd1201 *zd; zd1201_probe() local
1827 struct zd1201 *zd = usb_get_intfdata(interface); zd1201_disconnect() local
1861 struct zd1201 *zd = usb_get_intfdata(interface); zd1201_suspend() local
1875 struct zd1201 *zd = usb_get_intfdata(interface); zd1201_resume() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/
H A Dzd1201.c123 struct zd1201 *zd = urb->context; in zd1201_usbfree() local
133 dev_warn(&zd->usb->dev, "%s: urb failed: %d\n", in zd1201_usbfree()
134 zd->dev->name, urb->status); in zd1201_usbfree()
151 static int zd1201_docmd(struct zd1201 *zd, int cmd, int parm0, in zd1201_docmd() argument
173 usb_fill_bulk_urb(urb, zd->usb, usb_sndbulkpipe(zd->usb, zd->endp_out2), in zd1201_docmd()
174 command, 16, zd1201_usbfree, zd); in zd1201_docmd()
187 struct zd1201 *zd = urb->context; in zd1201_usbtx() local
188 netif_wake_queue(zd in zd1201_usbtx()
194 struct zd1201 *zd = urb->context; zd1201_usbrx() local
410 zd1201_getconfig(struct zd1201 *zd, int rid, void *riddata, unsigned int riddatalen) zd1201_getconfig() argument
510 zd1201_setconfig(struct zd1201 *zd, int rid, const void *buf, int len, int wait) zd1201_setconfig() argument
591 zd1201_getconfig16(struct zd1201 *zd, int rid, short *val) zd1201_getconfig16() argument
603 zd1201_setconfig16(struct zd1201 *zd, int rid, short val) zd1201_setconfig16() argument
609 zd1201_drvr_start(struct zd1201 *zd) zd1201_drvr_start() argument
659 zd1201_enable(struct zd1201 *zd) zd1201_enable() argument
676 zd1201_disable(struct zd1201 *zd) zd1201_disable() argument
694 zd1201_mac_reset(struct zd1201 *zd) zd1201_mac_reset() argument
702 zd1201_join(struct zd1201 *zd, char *essid, int essidlen) zd1201_join() argument
746 struct zd1201 *zd = netdev_priv(dev); zd1201_net_open() local
785 struct zd1201 *zd = netdev_priv(dev); zd1201_hard_start_xmit() local
834 struct zd1201 *zd = netdev_priv(dev); zd1201_tx_timeout() local
849 struct zd1201 *zd = netdev_priv(dev); zd1201_set_mac_address() local
866 struct zd1201 *zd = netdev_priv(dev); zd1201_get_wireless_stats() local
873 struct zd1201 *zd = netdev_priv(dev); zd1201_set_multicast() local
891 struct zd1201 *zd = netdev_priv(dev); zd1201_config_commit() local
907 struct zd1201 *zd = netdev_priv(dev); zd1201_set_freq() local
929 struct zd1201 *zd = netdev_priv(dev); zd1201_get_freq() local
946 struct zd1201 *zd = netdev_priv(dev); zd1201_set_mode() local
1010 struct zd1201 *zd = netdev_priv(dev); zd1201_get_mode() local
1088 struct zd1201 *zd = netdev_priv(dev); zd1201_get_wap() local
1117 struct zd1201 *zd = netdev_priv(dev); zd1201_get_scan() local
1210 struct zd1201 *zd = netdev_priv(dev); zd1201_set_essid() local
1226 struct zd1201 *zd = netdev_priv(dev); zd1201_get_essid() local
1249 struct zd1201 *zd = netdev_priv(dev); zd1201_set_rate() local
1283 struct zd1201 *zd = netdev_priv(dev); zd1201_get_rate() local
1317 struct zd1201 *zd = netdev_priv(dev); zd1201_set_rts() local
1338 struct zd1201 *zd = netdev_priv(dev); zd1201_get_rts() local
1356 struct zd1201 *zd = netdev_priv(dev); zd1201_set_frag() local
1378 struct zd1201 *zd = netdev_priv(dev); zd1201_get_frag() local
1408 struct zd1201 *zd = netdev_priv(dev); zd1201_set_encode() local
1466 struct zd1201 *zd = netdev_priv(dev); zd1201_get_encode() local
1500 struct zd1201 *zd = netdev_priv(dev); zd1201_set_power() local
1540 struct zd1201 *zd = netdev_priv(dev); zd1201_get_power() local
1607 struct zd1201 *zd = netdev_priv(dev); zd1201_set_hostauth() local
1619 struct zd1201 *zd = netdev_priv(dev); zd1201_get_hostauth() local
1639 struct zd1201 *zd = netdev_priv(dev); zd1201_auth_sta() local
1656 struct zd1201 *zd = netdev_priv(dev); zd1201_set_maxassoc() local
1668 struct zd1201 *zd = netdev_priv(dev); zd1201_get_maxassoc() local
1729 struct zd1201 *zd; zd1201_probe() local
1831 struct zd1201 *zd = usb_get_intfdata(interface); zd1201_disconnect() local
1865 struct zd1201 *zd = usb_get_intfdata(interface); zd1201_suspend() local
1879 struct zd1201 *zd = usb_get_intfdata(interface); zd1201_resume() local
[all...]
/kernel/linux/linux-6.6/fs/zonefs/
H A Dsuper.c874 struct zonefs_zone_data *zd = data; in zonefs_get_zone_info_cb() local
875 struct super_block *sb = zd->sb; in zonefs_get_zone_info_cb()
896 zone->start != zd->cnv_zone_start) in zonefs_get_zone_info_cb()
898 zd->cnv_zone_start = zone->start + zone->len; in zonefs_get_zone_info_cb()
909 zonefs_err(zd->sb, "Unsupported zone type 0x%x\n", in zonefs_get_zone_info_cb()
914 memcpy(&zd->zones[idx], zone, sizeof(struct blk_zone)); in zonefs_get_zone_info_cb()
919 static int zonefs_get_zone_info(struct zonefs_zone_data *zd) in zonefs_get_zone_info() argument
921 struct block_device *bdev = zd->sb->s_bdev; in zonefs_get_zone_info()
924 zd->zones = kvcalloc(bdev_nr_zones(bdev), sizeof(struct blk_zone), in zonefs_get_zone_info()
926 if (!zd in zonefs_get_zone_info()
946 zonefs_free_zone_info(struct zonefs_zone_data *zd) zonefs_free_zone_info() argument
954 zonefs_init_zgroup(struct super_block *sb, struct zonefs_zone_data *zd, enum zonefs_ztype ztype) zonefs_init_zgroup() argument
1094 struct zonefs_zone_data zd; zonefs_init_zgroups() local
[all...]
/kernel/linux/linux-5.10/fs/zonefs/
H A Dsuper.c1488 static int zonefs_create_zgroup(struct zonefs_zone_data *zd, in zonefs_create_zgroup() argument
1491 struct super_block *sb = zd->sb; in zonefs_create_zgroup()
1501 if (!zd->nr_zones[type]) in zonefs_create_zgroup()
1522 end = zd->zones + blkdev_nr_zones(sb->s_bdev->bd_disk); in zonefs_create_zgroup()
1523 for (zone = &zd->zones[1]; zone < end; zone = next) { in zonefs_create_zgroup()
1585 struct zonefs_zone_data *zd = data; in zonefs_get_zone_info_cb() local
1595 zd->nr_zones[ZONEFS_ZTYPE_CNV]++; in zonefs_get_zone_info_cb()
1600 zd->nr_zones[ZONEFS_ZTYPE_SEQ]++; in zonefs_get_zone_info_cb()
1603 zonefs_err(zd->sb, "Unsupported zone type 0x%x\n", in zonefs_get_zone_info_cb()
1608 memcpy(&zd in zonefs_get_zone_info_cb()
1613 zonefs_get_zone_info(struct zonefs_zone_data *zd) zonefs_get_zone_info() argument
1640 zonefs_cleanup_zone_info(struct zonefs_zone_data *zd) zonefs_cleanup_zone_info() argument
1738 struct zonefs_zone_data zd; zonefs_fill_super() local
[all...]
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
H A DmISDNisar.c704 u8 zd = 0; in send_next() local
706 ISAR_HIS_SDATA, 0x01, 1, &zd); in send_next()
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/
H A DmISDNisar.c704 u8 zd = 0; in send_next() local
706 ISAR_HIS_SDATA, 0x01, 1, &zd); in send_next()

Completed in 10 milliseconds