Home
last modified time | relevance | path

Searched refs:master (Results 201 - 225 of 1631) sorted by relevance

12345678910>>...66

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-sifive.c5 // SiFive SPI controller driver (master mode only)
131 sifive_spi_prepare_message(struct spi_master *master, struct spi_message *msg) in sifive_spi_prepare_message() argument
133 struct sifive_spi *spi = spi_master_get_devdata(master); in sifive_spi_prepare_message()
155 struct sifive_spi *spi = spi_master_get_devdata(device->master); in sifive_spi_set_cs()
255 sifive_spi_transfer_one(struct spi_master *master, struct spi_device *device, in sifive_spi_transfer_one() argument
258 struct sifive_spi *spi = spi_master_get_devdata(master); in sifive_spi_transfer_one()
297 struct spi_master *master; in sifive_spi_probe() local
299 master = spi_alloc_master(&pdev->dev, sizeof(struct sifive_spi)); in sifive_spi_probe()
300 if (!master) { in sifive_spi_probe()
305 spi = spi_master_get_devdata(master); in sifive_spi_probe()
420 struct spi_master *master = platform_get_drvdata(pdev); sifive_spi_remove() local
[all...]
H A Dspi-dln2.c81 struct spi_master *master; member
178 u8 cs_mask = GENMASK(dln2->master->num_chipselect - 1, 0); in dln2_spi_cs_enable_all()
590 static int dln2_spi_prepare_message(struct spi_master *master, in dln2_spi_prepare_message() argument
594 struct dln2_spi *dln2 = spi_master_get_devdata(master); in dln2_spi_prepare_message()
651 static int dln2_spi_transfer_one(struct spi_master *master, in dln2_spi_transfer_one() argument
655 struct dln2_spi *dln2 = spi_master_get_devdata(master); in dln2_spi_transfer_one()
667 if (!xfer->cs_change && !spi_transfer_is_last(master, xfer)) in dln2_spi_transfer_one()
680 struct spi_master *master; in dln2_spi_probe() local
686 master = spi_alloc_master(&pdev->dev, sizeof(*dln2)); in dln2_spi_probe()
687 if (!master) in dln2_spi_probe()
783 struct spi_master *master = platform_get_drvdata(pdev); dln2_spi_remove() local
798 struct spi_master *master = dev_get_drvdata(dev); dln2_spi_suspend() local
826 struct spi_master *master = dev_get_drvdata(dev); dln2_spi_resume() local
846 struct spi_master *master = dev_get_drvdata(dev); dln2_spi_runtime_suspend() local
854 struct spi_master *master = dev_get_drvdata(dev); dln2_spi_runtime_resume() local
[all...]
H A Dspi-lantiq-ssc.c112 #define LTQ_SPI_WHBSTATE_SETMS BIT(3) /* Set master select bit */
113 #define LTQ_SPI_WHBSTATE_CLRMS BIT(2) /* Clear master select bit */
165 struct spi_master *master; member
369 /* Enable master mode and clear error flags */ in lantiq_ssc_hw_init()
389 struct spi_master *master = spidev->master; in lantiq_ssc_setup() local
390 struct lantiq_ssc_spi *spi = spi_master_get_devdata(master); in lantiq_ssc_setup()
418 static int lantiq_ssc_prepare_message(struct spi_master *master, in lantiq_ssc_prepare_message() argument
421 struct lantiq_ssc_spi *spi = spi_master_get_devdata(master); in lantiq_ssc_prepare_message()
463 static int lantiq_ssc_unprepare_message(struct spi_master *master, in lantiq_ssc_unprepare_message() argument
786 lantiq_ssc_handle_err(struct spi_master *master, struct spi_message *message) lantiq_ssc_handle_err() argument
810 lantiq_ssc_transfer_one(struct spi_master *master, struct spi_device *spidev, struct spi_transfer *t) lantiq_ssc_transfer_one() argument
906 struct spi_master *master; lantiq_ssc_probe() local
[all...]
H A Dspi-mxs.c3 // Freescale MXS SPI master driver
66 struct mxs_spi *spi = spi_master_get_devdata(dev->master); in mxs_spi_setup_transfer()
360 static int mxs_spi_transfer_one(struct spi_master *master, in mxs_spi_transfer_one() argument
363 struct mxs_spi *spi = spi_master_get_devdata(master); in mxs_spi_transfer_one()
435 spi_finalize_current_message(master); in mxs_spi_transfer_one()
442 struct spi_master *master = dev_get_drvdata(dev); in mxs_spi_runtime_suspend() local
443 struct mxs_spi *spi = spi_master_get_devdata(master); in mxs_spi_runtime_suspend()
463 struct spi_master *master = dev_get_drvdata(dev); in mxs_spi_runtime_resume() local
464 struct mxs_spi *spi = spi_master_get_devdata(master); in mxs_spi_runtime_resume()
481 struct spi_master *master in mxs_spi_suspend() local
496 struct spi_master *master = dev_get_drvdata(dev); mxs_spi_resume() local
531 struct spi_master *master; mxs_spi_probe() local
644 struct spi_master *master; mxs_spi_remove() local
[all...]
H A Dspi-fsl-espi.c151 struct fsl_espi *espi = spi_master_get_devdata(m->spi->master); in fsl_espi_check_message()
326 struct fsl_espi *espi = spi_master_get_devdata(spi->master); in fsl_espi_setup_transfer()
354 struct fsl_espi *espi = spi_master_get_devdata(spi->master); in fsl_espi_bufs()
399 struct fsl_espi *espi = spi_master_get_devdata(m->spi->master); in fsl_espi_trans()
435 static int fsl_espi_do_one_msg(struct spi_master *master, in fsl_espi_do_one_msg() argument
480 spi_finalize_current_message(master); in fsl_espi_do_one_msg()
498 espi = spi_master_get_devdata(spi->master); in fsl_espi_setup()
594 struct spi_master *master = dev_get_drvdata(dev); in fsl_espi_runtime_suspend() local
595 struct fsl_espi *espi = spi_master_get_devdata(master); in fsl_espi_runtime_suspend()
607 struct spi_master *master in fsl_espi_runtime_resume() local
626 struct spi_master *master = dev_get_drvdata(dev); fsl_espi_init_regs() local
674 struct spi_master *master; fsl_espi_probe() local
803 struct spi_master *master = dev_get_drvdata(dev); of_fsl_espi_suspend() local
815 struct spi_master *master = dev_get_drvdata(dev); of_fsl_espi_resume() local
[all...]
H A Dspi-fsl-spi.c91 struct mpc8xxx_spi *mspi = spi_master_get_devdata(spi->master); in fsl_spi_change_mode()
116 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(spi->master); in fsl_spi_chipselect()
215 mpc8xxx_spi = spi_master_get_devdata(spi->master); in fsl_spi_setup_transfer()
289 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(spi->master); in fsl_spi_bufs()
336 static int fsl_spi_do_one_msg(struct spi_master *master, in fsl_spi_do_one_msg() argument
339 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(master); in fsl_spi_do_one_msg()
430 spi_finalize_current_message(master); in fsl_spi_do_one_msg()
453 mpc8xxx_spi = spi_master_get_devdata(spi->master); in fsl_spi_setup()
550 struct mpc8xxx_spi *mpc8xxx_spi = spi_master_get_devdata(spi->master); in fsl_spi_grlib_cs_control()
567 struct spi_master *master in fsl_spi_grlib_probe() local
593 struct spi_master *master; fsl_spi_probe() local
711 struct spi_master *master; of_fsl_spi_probe() local
780 struct spi_master *master = platform_get_drvdata(ofdev); of_fsl_spi_remove() local
808 struct spi_master *master; plat_mpc8xxx_spi_probe() local
827 struct spi_master *master = platform_get_drvdata(pdev); plat_mpc8xxx_spi_remove() local
[all...]
H A Dspi-ppc4xx.c129 struct spi_master *master; member
146 hw = spi_master_get_devdata(spi->master); in spi_ppc4xx_txrx()
164 struct ppc4xx_spi *hw = spi_master_get_devdata(spi->master); in spi_ppc4xx_setupxfer()
338 struct spi_master *master; in spi_ppc4xx_of_probe() local
347 master = spi_alloc_master(dev, sizeof *hw); in spi_ppc4xx_of_probe()
348 if (master == NULL) in spi_ppc4xx_of_probe()
350 master->dev.of_node = np; in spi_ppc4xx_of_probe()
351 platform_set_drvdata(op, master); in spi_ppc4xx_of_probe()
352 hw = spi_master_get_devdata(master); in spi_ppc4xx_of_probe()
353 hw->master in spi_ppc4xx_of_probe()
464 struct spi_master *master = platform_get_drvdata(op); spi_ppc4xx_of_remove() local
[all...]
H A Dspi-oc-tiny.c3 * OpenCores tiny SPI master driver
56 return spi_master_get_devdata(sdev->master); in tiny_spi_to_hw()
197 hw->bitbang.master->dev.of_node = pdev->dev.of_node; in tiny_spi_of_probe()
215 struct spi_master *master; in tiny_spi_probe() local
218 master = spi_alloc_master(&pdev->dev, sizeof(struct tiny_spi)); in tiny_spi_probe()
219 if (!master) in tiny_spi_probe()
222 /* setup the master state. */ in tiny_spi_probe()
223 master->bus_num = pdev->id; in tiny_spi_probe()
224 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH; in tiny_spi_probe()
225 master in tiny_spi_probe()
277 struct spi_master *master = hw->bitbang.master; tiny_spi_remove() local
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdapistd.c48 /* First call: initialize master control, select active modules */
106 (*cinfo->master->prepare_for_output_pass) (cinfo); in LOCAL()
111 while (cinfo->master->is_dummy_pass) { in LOCAL()
130 (*cinfo->master->finish_output_pass) (cinfo); in LOCAL()
131 (*cinfo->master->prepare_for_output_pass) (cinfo); in LOCAL()
215 cinfo->master->first_iMCU_col = (JDIMENSION)(long)(*xoffset) / (long)align; in jpeg_crop_scanline()
216 cinfo->master->last_iMCU_col = in jpeg_crop_scanline()
237 cinfo->master->first_MCU_col[ci] = in jpeg_crop_scanline()
239 cinfo->master->last_MCU_col[ci] = in jpeg_crop_scanline()
245 cinfo->master in jpeg_crop_scanline()
321 my_master_ptr master = (my_master_ptr)cinfo->master; read_and_discard_scanlines() local
371 my_master_ptr master = (my_master_ptr)cinfo->master; increment_simple_rowgroup_ctr() local
406 my_master_ptr master = (my_master_ptr)cinfo->master; GLOBAL() local
[all...]
/kernel/linux/linux-6.6/drivers/fsi/
H A Dfsi-master-i2cr.c11 #include "fsi-master-i2cr.h"
187 static int i2cr_read(struct fsi_master *master, int link, uint8_t id, uint32_t addr, void *val, in i2cr_read() argument
190 struct fsi_master_i2cr *i2cr = container_of(master, struct fsi_master_i2cr, master); in i2cr_read()
226 static int i2cr_write(struct fsi_master *master, int link, uint8_t id, uint32_t addr, in i2cr_write() argument
229 struct fsi_master_i2cr *i2cr = container_of(master, struct fsi_master_i2cr, master); in i2cr_write()
269 i2cr->master.idx = client->adapter->nr; in i2cr_probe()
270 dev_set_name(&i2cr->master.dev, "i2cr%d", i2cr->master in i2cr_probe()
[all...]
/kernel/linux/linux-5.10/arch/x86/platform/uv/
H A Duv_nmi.c668 static void uv_nmi_wait(int master) in uv_nmi_wait() argument
673 /* If not the first CPU in (the master), then we are a slave CPU */ in uv_nmi_wait()
674 if (!master) in uv_nmi_wait()
763 static void uv_nmi_sync_exit(int master) in uv_nmi_sync_exit() argument
766 if (master) { in uv_nmi_sync_exit()
777 static void uv_nmi_action_health(int cpu, struct pt_regs *regs, int master) in uv_nmi_action_health() argument
779 if (master) { in uv_nmi_action_health()
789 uv_nmi_sync_exit(master); in uv_nmi_action_health()
793 static void uv_nmi_dump_state(int cpu, struct pt_regs *regs, int master) in uv_nmi_dump_state() argument
795 if (master) { in uv_nmi_dump_state()
840 uv_nmi_kdump(int cpu, int master, struct pt_regs *regs) uv_nmi_kdump() argument
862 uv_nmi_kdump(int cpu, int master, struct pt_regs *regs) uv_nmi_kdump() argument
895 uv_call_kgdb_kdb(int cpu, struct pt_regs *regs, int master) uv_call_kgdb_kdb() argument
928 uv_call_kgdb_kdb(int cpu, struct pt_regs *regs, int master) uv_call_kgdb_kdb() argument
941 int master = 0; uv_handle_nmi() local
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-mxs.c3 // Freescale MXS SPI master driver
66 struct mxs_spi *spi = spi_master_get_devdata(dev->master); in mxs_spi_setup_transfer()
360 static int mxs_spi_transfer_one(struct spi_master *master, in mxs_spi_transfer_one() argument
363 struct mxs_spi *spi = spi_master_get_devdata(master); in mxs_spi_transfer_one()
435 spi_finalize_current_message(master); in mxs_spi_transfer_one()
442 struct spi_master *master = dev_get_drvdata(dev); in mxs_spi_runtime_suspend() local
443 struct mxs_spi *spi = spi_master_get_devdata(master); in mxs_spi_runtime_suspend()
463 struct spi_master *master = dev_get_drvdata(dev); in mxs_spi_runtime_resume() local
464 struct mxs_spi *spi = spi_master_get_devdata(master); in mxs_spi_runtime_resume()
481 struct spi_master *master in mxs_spi_suspend() local
496 struct spi_master *master = dev_get_drvdata(dev); mxs_spi_resume() local
531 struct spi_master *master; mxs_spi_probe() local
643 struct spi_master *master; mxs_spi_remove() local
[all...]
H A Dspi-ti-qspi.c43 struct spi_master *master; member
140 struct ti_qspi *qspi = spi_master_get_devdata(spi->master); in ti_qspi_setup()
143 if (spi->master->busy) { in ti_qspi_setup()
144 dev_dbg(qspi->dev, "master busy doing other transfers\n"); in ti_qspi_setup()
148 if (!qspi->master->max_speed_hz) { in ti_qspi_setup()
153 spi->max_speed_hz = min(spi->max_speed_hz, qspi->master->max_speed_hz); in ti_qspi_setup()
529 struct ti_qspi *qspi = spi_master_get_devdata(spi->master); in ti_qspi_enable_memory_map()
543 struct ti_qspi *qspi = spi_master_get_devdata(spi->master); in ti_qspi_disable_memory_map()
557 struct ti_qspi *qspi = spi_master_get_devdata(spi->master); in ti_qspi_setup_mmap_read()
579 struct ti_qspi *qspi = spi_controller_get_devdata(mem->spi->master); in ti_qspi_adjust_op_size()
661 ti_qspi_start_transfer_one(struct spi_master *master, struct spi_message *m) ti_qspi_start_transfer_one() argument
759 struct spi_master *master; ti_qspi_probe() local
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Domap_hwmod_3xxx_data.c1062 * multichannel serial port interface (mcspi) / master/slave synchronous serial
1377 * have been suspended, the master part of the USBHOST module has
1517 .master = &omap3xxx_l3_main_hwmod,
1524 .master = &omap3xxx_l3_main_hwmod,
1532 .master = &omap3xxx_mpu_hwmod,
1540 .master = &omap3xxx_l3_main_hwmod,
1547 .master = &omap3430es1_dss_core_hwmod,
1553 .master = &omap3xxx_dss_core_hwmod,
1566 .master = &omap3xxx_usbhsotg_hwmod,
1574 .master
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_statistic.c42 oval = atomic_read(&info->master->count); in statistic_mt()
44 } while (atomic_cmpxchg(&info->master->count, oval, nval) != oval); in statistic_mt()
61 info->master = kzalloc(sizeof(*info->master), GFP_KERNEL); in statistic_mt_check()
62 if (info->master == NULL) in statistic_mt_check()
64 atomic_set(&info->master->count, info->u.nth.count); in statistic_mt_check()
73 kfree(info->master); in statistic_mt_destroy()
84 .usersize = offsetof(struct xt_statistic_info, master),
H A Dxt_quota.c30 struct xt_quota_priv *priv = q->master; in quota_mt()
53 q->master = kmalloc(sizeof(*q->master), GFP_KERNEL); in quota_mt_check()
54 if (q->master == NULL) in quota_mt_check()
57 spin_lock_init(&q->master->lock); in quota_mt_check()
58 q->master->quota = q->quota; in quota_mt_check()
66 kfree(q->master); in quota_mt_destroy()
77 .usersize = offsetof(struct xt_quota_info, master),
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_quota.c30 struct xt_quota_priv *priv = q->master; in quota_mt()
53 q->master = kmalloc(sizeof(*q->master), GFP_KERNEL); in quota_mt_check()
54 if (q->master == NULL) in quota_mt_check()
57 spin_lock_init(&q->master->lock); in quota_mt_check()
58 q->master->quota = q->quota; in quota_mt_check()
66 kfree(q->master); in quota_mt_destroy()
77 .usersize = offsetof(struct xt_quota_info, master),
H A Dxt_statistic.c42 oval = atomic_read(&info->master->count); in statistic_mt()
44 } while (atomic_cmpxchg(&info->master->count, oval, nval) != oval); in statistic_mt()
61 info->master = kzalloc(sizeof(*info->master), GFP_KERNEL); in statistic_mt_check()
62 if (info->master == NULL) in statistic_mt_check()
64 atomic_set(&info->master->count, info->u.nth.count); in statistic_mt_check()
73 kfree(info->master); in statistic_mt_destroy()
84 .usersize = offsetof(struct xt_statistic_info, master),
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dlag.c82 struct net_device *master, in rdma_get_xmit_slave_udp()
89 skb = rdma_build_skb(device, master, ah_attr, flags); in rdma_get_xmit_slave_udp()
94 slave = netdev_get_xmit_slave(master, skb, in rdma_get_xmit_slave_udp()
115 struct net_device *master; in rdma_lag_get_ah_roce_slave() local
123 master = rdma_read_gid_attr_ndev_rcu(ah_attr->grh.sgid_attr); in rdma_lag_get_ah_roce_slave()
124 if (IS_ERR(master)) { in rdma_lag_get_ah_roce_slave()
126 return master; in rdma_lag_get_ah_roce_slave()
128 dev_hold(master); in rdma_lag_get_ah_roce_slave()
131 if (!netif_is_bond_master(master)) in rdma_lag_get_ah_roce_slave()
134 slave = rdma_get_xmit_slave_udp(device, master, ah_att in rdma_lag_get_ah_roce_slave()
81 rdma_get_xmit_slave_udp(struct ib_device *device, struct net_device *master, struct rdma_ah_attr *ah_attr, gfp_t flags) rdma_get_xmit_slave_udp() argument
[all...]
/kernel/linux/linux-5.10/drivers/w1/masters/
H A Dw1-gpio.c3 * w1-gpio - GPIO w1 bus master driver
71 struct w1_bus_master *master; in w1_gpio_probe() local
102 master = devm_kzalloc(dev, sizeof(struct w1_bus_master), in w1_gpio_probe()
104 if (!master) { in w1_gpio_probe()
123 master->data = pdata; in w1_gpio_probe()
124 master->read_bit = w1_gpio_read_bit; in w1_gpio_probe()
126 master->write_bit = w1_gpio_write_bit; in w1_gpio_probe()
135 master->set_pullup = w1_gpio_set_pullup; in w1_gpio_probe()
137 err = w1_add_master_device(master); in w1_gpio_probe()
149 platform_set_drvdata(pdev, master); in w1_gpio_probe()
156 struct w1_bus_master *master = platform_get_drvdata(pdev); w1_gpio_remove() local
[all...]
/kernel/linux/linux-6.6/drivers/w1/masters/
H A Dw1-gpio.c3 * w1-gpio - GPIO w1 bus master driver
71 struct w1_bus_master *master; in w1_gpio_probe() local
102 master = devm_kzalloc(dev, sizeof(struct w1_bus_master), in w1_gpio_probe()
104 if (!master) in w1_gpio_probe()
121 master->data = pdata; in w1_gpio_probe()
122 master->read_bit = w1_gpio_read_bit; in w1_gpio_probe()
124 master->write_bit = w1_gpio_write_bit; in w1_gpio_probe()
133 master->set_pullup = w1_gpio_set_pullup; in w1_gpio_probe()
135 err = w1_add_master_device(master); in w1_gpio_probe()
147 platform_set_drvdata(pdev, master); in w1_gpio_probe()
154 struct w1_bus_master *master = platform_get_drvdata(pdev); w1_gpio_remove() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dlag.c81 struct net_device *master, in rdma_get_xmit_slave_udp()
88 skb = rdma_build_skb(master, ah_attr, flags); in rdma_get_xmit_slave_udp()
93 slave = netdev_get_xmit_slave(master, skb, in rdma_get_xmit_slave_udp()
114 struct net_device *master; in rdma_lag_get_ah_roce_slave() local
122 master = rdma_read_gid_attr_ndev_rcu(ah_attr->grh.sgid_attr); in rdma_lag_get_ah_roce_slave()
123 if (IS_ERR(master)) { in rdma_lag_get_ah_roce_slave()
125 return master; in rdma_lag_get_ah_roce_slave()
127 dev_hold(master); in rdma_lag_get_ah_roce_slave()
130 if (!netif_is_bond_master(master)) in rdma_lag_get_ah_roce_slave()
133 slave = rdma_get_xmit_slave_udp(device, master, ah_att in rdma_lag_get_ah_roce_slave()
80 rdma_get_xmit_slave_udp(struct ib_device *device, struct net_device *master, struct rdma_ah_attr *ah_attr, gfp_t flags) rdma_get_xmit_slave_udp() argument
[all...]
/kernel/linux/linux-5.10/drivers/w1/slaves/
H A Dw1_ds2805.c75 w1_write_block(sl->master, wrbuf, sizeof(wrbuf)); in w1_f0d_readblock()
76 w1_read_block(sl->master, buf, count); in w1_f0d_readblock()
81 w1_write_block(sl->master, wrbuf, sizeof(wrbuf)); in w1_f0d_readblock()
82 w1_read_block(sl->master, cmp, count); in w1_f0d_readblock()
105 mutex_lock(&sl->master->mutex); in w1_f0d_read_bin()
126 mutex_unlock(&sl->master->mutex); in w1_f0d_read_bin()
136 * The master must be locked.
167 w1_write_block(sl->master, wrbuf, sizeof(wrbuf)); in w1_f0d_write()
168 w1_write_block(sl->master, data, len); in w1_f0d_write()
170 w1_read_block(sl->master, rdbu in w1_f0d_write()
[all...]
/kernel/linux/linux-6.6/drivers/w1/slaves/
H A Dw1_ds2805.c75 w1_write_block(sl->master, wrbuf, sizeof(wrbuf)); in w1_f0d_readblock()
76 w1_read_block(sl->master, buf, count); in w1_f0d_readblock()
81 w1_write_block(sl->master, wrbuf, sizeof(wrbuf)); in w1_f0d_readblock()
82 w1_read_block(sl->master, cmp, count); in w1_f0d_readblock()
105 mutex_lock(&sl->master->mutex); in w1_f0d_read_bin()
126 mutex_unlock(&sl->master->mutex); in w1_f0d_read_bin()
136 * The master must be locked.
167 w1_write_block(sl->master, wrbuf, sizeof(wrbuf)); in w1_f0d_write()
168 w1_write_block(sl->master, data, len); in w1_f0d_write()
170 w1_read_block(sl->master, rdbu in w1_f0d_write()
[all...]
/third_party/python/Tools/demo/
H A Dredemo.py10 def __init__(self, master):
11 self.master = master
13 self.promptdisplay = Label(self.master, anchor=W,
17 self.regexdisplay = Entry(self.master)
23 self.statusdisplay = Label(self.master, text="", anchor=W)
26 self.labeldisplay = Label(self.master, anchor=W,
31 self.showframe = Frame(master)
34 self.showvar = StringVar(master)
51 self.stringdisplay = Text(self.master, widt
[all...]

Completed in 17 milliseconds

12345678910>>...66