Home
last modified time | relevance | path

Searched refs:master (Results 126 - 150 of 1631) sorted by relevance

12345678910>>...66

/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-meson-spifc.c70 * @master: the SPI master
76 struct spi_master *master; member
240 * @master: the SPI master
245 static int meson_spifc_transfer_one(struct spi_master *master, in meson_spifc_transfer_one() argument
249 struct meson_spifc *spifc = spi_master_get_devdata(master); in meson_spifc_transfer_one()
259 spi_transfer_is_last(master, xfer), in meson_spifc_transfer_one()
281 /* set master mode */ in meson_spifc_hw_init()
287 struct spi_master *master; in meson_spifc_probe() local
360 struct spi_master *master = platform_get_drvdata(pdev); meson_spifc_remove() local
371 struct spi_master *master = dev_get_drvdata(dev); meson_spifc_suspend() local
387 struct spi_master *master = dev_get_drvdata(dev); meson_spifc_resume() local
410 struct spi_master *master = dev_get_drvdata(dev); meson_spifc_runtime_suspend() local
420 struct spi_master *master = dev_get_drvdata(dev); meson_spifc_runtime_resume() local
[all...]
H A Dspi-st-ssc4.c9 * SPI master mode controller driver, used in STMicroelectronics devices.
118 static int spi_st_transfer_one(struct spi_master *master, in spi_st_transfer_one() argument
121 struct spi_st *spi_st = spi_master_get_devdata(master); in spi_st_transfer_one()
168 spi_finalize_current_transfer(spi->master); in spi_st_transfer_one()
177 struct spi_st *spi_st = spi_master_get_devdata(spi->master); in spi_st_setup()
277 struct spi_master *master; in spi_st_probe() local
282 master = spi_alloc_master(&pdev->dev, sizeof(*spi_st)); in spi_st_probe()
283 if (!master) in spi_st_probe()
286 master->dev.of_node = np; in spi_st_probe()
287 master in spi_st_probe()
371 struct spi_master *master = platform_get_drvdata(pdev); spi_st_remove() local
384 struct spi_master *master = dev_get_drvdata(dev); spi_st_runtime_suspend() local
397 struct spi_master *master = dev_get_drvdata(dev); spi_st_runtime_resume() local
411 struct spi_master *master = dev_get_drvdata(dev); spi_st_suspend() local
423 struct spi_master *master = dev_get_drvdata(dev); spi_st_resume() local
[all...]
H A Dspi-xcomm.c135 static int spi_xcomm_transfer_one(struct spi_master *master, in spi_xcomm_transfer_one() argument
138 struct spi_xcomm *spi_xcomm = spi_master_get_devdata(master); in spi_xcomm_transfer_one()
200 spi_finalize_current_message(master); in spi_xcomm_transfer_one()
208 struct spi_master *master; in spi_xcomm_probe() local
211 master = spi_alloc_master(&i2c->dev, sizeof(*spi_xcomm)); in spi_xcomm_probe()
212 if (!master) in spi_xcomm_probe()
215 spi_xcomm = spi_master_get_devdata(master); in spi_xcomm_probe()
218 master->num_chipselect = 16; in spi_xcomm_probe()
219 master->mode_bits = SPI_CPHA | SPI_CPOL | SPI_3WIRE; in spi_xcomm_probe()
220 master in spi_xcomm_probe()
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-topcliff-pch.c126 * @master: Pointer to the SPI master structure
163 struct spi_master *master; member
218 * @master: Pointer to struct spi_master.
222 static inline void pch_spi_writereg(struct spi_master *master, int idx, u32 val) in pch_spi_writereg() argument
224 struct pch_spi_data *data = spi_master_get_devdata(master); in pch_spi_writereg()
230 * @master: Pointer to struct spi_master.
233 static inline u32 pch_spi_readreg(struct spi_master *master, int idx) in pch_spi_readreg() argument
235 struct pch_spi_data *data = spi_master_get_devdata(master); in pch_spi_readreg()
239 static inline void pch_spi_setclr_reg(struct spi_master *master, in argument
247 pch_spi_set_master_mode(struct spi_master *master) pch_spi_set_master_mode() argument
256 pch_spi_clear_fifo(struct spi_master *master) pch_spi_clear_fifo() argument
388 pch_spi_set_baud_rate(struct spi_master *master, u32 speed_hz) pch_spi_set_baud_rate() argument
404 pch_spi_set_bits_per_word(struct spi_master *master, u8 bits_per_word) pch_spi_set_bits_per_word() argument
446 pch_spi_reset(struct spi_master *master) pch_spi_reset() argument
1321 struct spi_master *master; pch_spi_pd_probe() local
[all...]
H A Dspi-sun6i.c84 struct spi_master *master; member
165 struct sun6i_spi *sspi = spi_master_get_devdata(spi->master); in sun6i_spi_set_cs()
185 static int sun6i_spi_transfer_one(struct spi_master *master, in sun6i_spi_transfer_one() argument
189 struct sun6i_spi *sspi = spi_master_get_devdata(master); in sun6i_spi_transfer_one()
330 dev_warn(&master->dev, in sun6i_spi_transfer_one()
382 struct spi_master *master = dev_get_drvdata(dev); in sun6i_spi_runtime_resume() local
383 struct sun6i_spi *sspi = spi_master_get_devdata(master); in sun6i_spi_runtime_resume()
419 struct spi_master *master = dev_get_drvdata(dev); in sun6i_spi_runtime_suspend() local
420 struct sun6i_spi *sspi = spi_master_get_devdata(master); in sun6i_spi_runtime_suspend()
431 struct spi_master *master; in sun6i_spi_probe() local
[all...]
H A Dspi-st-ssc4.c9 * SPI master mode controller driver, used in STMicroelectronics devices.
119 static int spi_st_transfer_one(struct spi_master *master, in spi_st_transfer_one() argument
122 struct spi_st *spi_st = spi_master_get_devdata(master); in spi_st_transfer_one()
169 spi_finalize_current_transfer(spi->master); in spi_st_transfer_one()
183 struct spi_st *spi_st = spi_master_get_devdata(spi->master); in spi_st_setup()
300 struct spi_master *master; in spi_st_probe() local
305 master = spi_alloc_master(&pdev->dev, sizeof(*spi_st)); in spi_st_probe()
306 if (!master) in spi_st_probe()
309 master->dev.of_node = np; in spi_st_probe()
310 master in spi_st_probe()
394 struct spi_master *master = platform_get_drvdata(pdev); spi_st_remove() local
409 struct spi_master *master = dev_get_drvdata(dev); spi_st_runtime_suspend() local
422 struct spi_master *master = dev_get_drvdata(dev); spi_st_runtime_resume() local
436 struct spi_master *master = dev_get_drvdata(dev); spi_st_suspend() local
448 struct spi_master *master = dev_get_drvdata(dev); spi_st_resume() local
[all...]
H A Dspi-xcomm.c135 static int spi_xcomm_transfer_one(struct spi_master *master, in spi_xcomm_transfer_one() argument
138 struct spi_xcomm *spi_xcomm = spi_master_get_devdata(master); in spi_xcomm_transfer_one()
200 spi_finalize_current_message(master); in spi_xcomm_transfer_one()
209 struct spi_master *master; in spi_xcomm_probe() local
212 master = spi_alloc_master(&i2c->dev, sizeof(*spi_xcomm)); in spi_xcomm_probe()
213 if (!master) in spi_xcomm_probe()
216 spi_xcomm = spi_master_get_devdata(master); in spi_xcomm_probe()
219 master->num_chipselect = 16; in spi_xcomm_probe()
220 master->mode_bits = SPI_CPHA | SPI_CPOL | SPI_3WIRE; in spi_xcomm_probe()
221 master in spi_xcomm_probe()
[all...]
H A Dspi-pic32-sqi.c142 struct spi_master *master; member
319 static int pic32_sqi_prepare_hardware(struct spi_master *master) in pic32_sqi_prepare_hardware() argument
321 struct pic32_sqi *sqi = spi_master_get_devdata(master); in pic32_sqi_prepare_hardware()
331 static bool pic32_sqi_can_dma(struct spi_master *master, in pic32_sqi_can_dma() argument
339 static int pic32_sqi_one_message(struct spi_master *master, in pic32_sqi_one_message() argument
350 sqi = spi_master_get_devdata(master); in pic32_sqi_one_message()
415 dev_err(&sqi->master->dev, "wait timedout/interrupted\n"); in pic32_sqi_one_message()
437 spi_finalize_current_message(spi->master); in pic32_sqi_one_message()
442 static int pic32_sqi_unprepare_hardware(struct spi_master *master) in pic32_sqi_unprepare_hardware() argument
444 struct pic32_sqi *sqi = spi_master_get_devdata(master); in pic32_sqi_unprepare_hardware()
571 struct spi_master *master; pic32_sqi_probe() local
[all...]
H A Dspi-qcom-qspi.c217 static void qcom_qspi_handle_err(struct spi_master *master, in qcom_qspi_handle_err() argument
220 struct qcom_qspi *ctrl = spi_master_get_devdata(master); in qcom_qspi_handle_err()
261 static int qcom_qspi_transfer_one(struct spi_master *master, in qcom_qspi_transfer_one() argument
265 struct qcom_qspi *ctrl = spi_master_get_devdata(master); in qcom_qspi_transfer_one()
291 &master->cur_msg->transfers); in qcom_qspi_transfer_one()
301 static int qcom_qspi_prepare_message(struct spi_master *master, in qcom_qspi_prepare_message() argument
310 ctrl = spi_master_get_devdata(master); in qcom_qspi_prepare_message()
460 struct spi_master *master; in qcom_qspi_probe() local
465 master = devm_spi_alloc_master(dev, sizeof(*ctrl)); in qcom_qspi_probe()
466 if (!master) in qcom_qspi_probe()
563 struct spi_master *master = platform_get_drvdata(pdev); qcom_qspi_remove() local
578 struct spi_master *master = dev_get_drvdata(dev); qcom_qspi_runtime_suspend() local
598 struct spi_master *master = dev_get_drvdata(dev); qcom_qspi_runtime_resume() local
618 struct spi_master *master = dev_get_drvdata(dev); qcom_qspi_suspend() local
634 struct spi_master *master = dev_get_drvdata(dev); qcom_qspi_resume() local
[all...]
H A Dspi-bcm63xx-hsspi.c159 struct bcm63xx_hsspi *bs = spi_master_get_devdata(spi->master); in bcm63xx_hsspi_do_txrx()
233 struct bcm63xx_hsspi *bs = spi_master_get_devdata(spi->master); in bcm63xx_hsspi_setup()
268 static int bcm63xx_hsspi_transfer_one(struct spi_master *master, in bcm63xx_hsspi_transfer_one() argument
271 struct bcm63xx_hsspi *bs = spi_master_get_devdata(master); in bcm63xx_hsspi_transfer_one()
316 spi_finalize_current_message(master); in bcm63xx_hsspi_transfer_one()
338 struct spi_master *master; in bcm63xx_hsspi_probe() local
394 master = spi_alloc_master(&pdev->dev, sizeof(*bs)); in bcm63xx_hsspi_probe()
395 if (!master) { in bcm63xx_hsspi_probe()
400 bs = spi_master_get_devdata(master); in bcm63xx_hsspi_probe()
411 master in bcm63xx_hsspi_probe()
472 struct spi_master *master = platform_get_drvdata(pdev); bcm63xx_hsspi_remove() local
486 struct spi_master *master = dev_get_drvdata(dev); bcm63xx_hsspi_suspend() local
498 struct spi_master *master = dev_get_drvdata(dev); bcm63xx_hsspi_resume() local
[all...]
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/
H A Dgth.c30 * @master: bitmap of masters configured for this output
37 DECLARE_BITMAP(master, TH_CONFIGURABLE_MASTERS + 1);
45 * @master_group: attributes describing master assignments
47 * @master: master/output port assignments
57 signed char master[TH_CONFIGURABLE_MASTERS + 1]; member
120 unsigned int master; member
124 gth_master_set(struct gth_device *gth, unsigned int master, int port) in gth_master_set() argument
126 unsigned int reg = REG_GTH_SWDEST0 + ((master >> 1) & ~3u); in gth_master_set()
127 unsigned int shift = (master in gth_master_set()
539 int master; intel_th_gth_disable() local
595 int master; intel_th_gth_enable() local
706 int master; intel_th_gth_unassign() local
722 intel_th_gth_set_output(struct intel_th_device *thdev, unsigned int master) intel_th_gth_set_output() argument
[all...]
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/
H A Dgth.c30 * @master: bitmap of masters configured for this output
37 DECLARE_BITMAP(master, TH_CONFIGURABLE_MASTERS + 1);
45 * @master_group: attributes describing master assignments
47 * @master: master/output port assignments
57 signed char master[TH_CONFIGURABLE_MASTERS + 1]; member
120 unsigned int master; member
124 gth_master_set(struct gth_device *gth, unsigned int master, int port) in gth_master_set() argument
126 unsigned int reg = REG_GTH_SWDEST0 + ((master >> 1) & ~3u); in gth_master_set()
127 unsigned int shift = (master in gth_master_set()
539 int master; intel_th_gth_disable() local
595 int master; intel_th_gth_enable() local
706 int master; intel_th_gth_unassign() local
722 intel_th_gth_set_output(struct intel_th_device *thdev, unsigned int master) intel_th_gth_set_output() argument
[all...]
/third_party/rust/crates/nix/test/sys/
H A Dtest_termios.rs26 close(pty.master).expect("closing the master failed"); in test_tcgetattr_pty()
55 assert!(pty.master > 0); in test_output_flags()
58 close(pty.master).unwrap(); in test_output_flags()
76 assert!(pty.master > 0); in test_output_flags()
79 // Write into the master in test_output_flags()
81 write_all(pty.master, string.as_bytes()); in test_output_flags()
87 close(pty.master).unwrap(); in test_output_flags()
101 assert!(pty.master > 0); in test_local_flags()
104 close(pty.master) in test_local_flags()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Domap_hwmod_33xx_43xx_interconnect_data.c23 .master = &am33xx_mpu_hwmod,
31 .master = &am33xx_l3_main_hwmod,
39 .master = &am33xx_l3_s_hwmod,
47 .master = &am33xx_l3_s_hwmod,
55 .master = &am33xx_l3_main_hwmod,
63 .master = &am33xx_mpu_hwmod,
71 .master = &am33xx_l3_s_hwmod,
79 .master = &am33xx_l3_s_hwmod,
87 .master = &am33xx_l3_main_hwmod,
/kernel/linux/linux-5.10/include/linux/reset/
H A Dbcm63xx_pmb.h38 /* Perform the low-level PMB master operation, shared between reads and
41 static inline int __bpcm_do_op(void __iomem *master, unsigned int addr, in __bpcm_do_op() argument
48 writel(cmd, master + PMB_CTRL); in __bpcm_do_op()
50 cmd = readl(master + PMB_CTRL); in __bpcm_do_op()
66 static inline int bpcm_rd(void __iomem *master, unsigned int addr, in bpcm_rd() argument
71 ret = __bpcm_do_op(master, addr, off >> 2, PMC_PMBM_READ); in bpcm_rd()
72 *val = readl(master + PMB_RD_DATA); in bpcm_rd()
77 static inline int bpcm_wr(void __iomem *master, unsigned int addr, in bpcm_wr() argument
82 writel(val, master + PMB_WR_DATA); in bpcm_wr()
83 ret = __bpcm_do_op(master, add in bpcm_wr()
[all...]
/kernel/linux/linux-6.6/include/linux/reset/
H A Dbcm63xx_pmb.h30 /* Perform the low-level PMB master operation, shared between reads and
33 static inline int __bpcm_do_op(void __iomem *master, unsigned int addr, in __bpcm_do_op() argument
40 writel(cmd, master + PMB_CTRL); in __bpcm_do_op()
42 cmd = readl(master + PMB_CTRL); in __bpcm_do_op()
58 static inline int bpcm_rd(void __iomem *master, unsigned int addr, in bpcm_rd() argument
63 ret = __bpcm_do_op(master, addr, off >> 2, PMC_PMBM_READ); in bpcm_rd()
64 *val = readl(master + PMB_RD_DATA); in bpcm_rd()
69 static inline int bpcm_wr(void __iomem *master, unsigned int addr, in bpcm_wr() argument
74 writel(val, master + PMB_WR_DATA); in bpcm_wr()
75 ret = __bpcm_do_op(master, add in bpcm_wr()
[all...]
/kernel/linux/linux-5.10/drivers/w1/slaves/
H A Dw1_ds2780.c38 w1_write_8(sl->master, W1_DS2780_WRITE_DATA); in w1_ds2780_do_io()
39 w1_write_8(sl->master, addr); in w1_ds2780_do_io()
40 w1_write_block(sl->master, buf, count); in w1_ds2780_do_io()
42 w1_write_8(sl->master, W1_DS2780_READ_DATA); in w1_ds2780_do_io()
43 w1_write_8(sl->master, addr); in w1_ds2780_do_io()
44 count = w1_read_block(sl->master, buf, count); in w1_ds2780_do_io()
60 mutex_lock(&sl->master->bus_mutex); in w1_ds2780_io()
64 mutex_unlock(&sl->master->bus_mutex); in w1_ds2780_io()
77 mutex_lock(&sl->master->bus_mutex); in w1_ds2780_eeprom_cmd()
80 w1_write_8(sl->master, cm in w1_ds2780_eeprom_cmd()
[all...]
H A Dw1_ds2781.c35 w1_write_8(sl->master, W1_DS2781_WRITE_DATA); in w1_ds2781_do_io()
36 w1_write_8(sl->master, addr); in w1_ds2781_do_io()
37 w1_write_block(sl->master, buf, count); in w1_ds2781_do_io()
39 w1_write_8(sl->master, W1_DS2781_READ_DATA); in w1_ds2781_do_io()
40 w1_write_8(sl->master, addr); in w1_ds2781_do_io()
41 count = w1_read_block(sl->master, buf, count); in w1_ds2781_do_io()
57 mutex_lock(&sl->master->bus_mutex); in w1_ds2781_io()
61 mutex_unlock(&sl->master->bus_mutex); in w1_ds2781_io()
74 mutex_lock(&sl->master->bus_mutex); in w1_ds2781_eeprom_cmd()
77 w1_write_8(sl->master, cm in w1_ds2781_eeprom_cmd()
[all...]
/kernel/linux/linux-6.6/drivers/w1/slaves/
H A Dw1_ds2780.c38 w1_write_8(sl->master, W1_DS2780_WRITE_DATA); in w1_ds2780_do_io()
39 w1_write_8(sl->master, addr); in w1_ds2780_do_io()
40 w1_write_block(sl->master, buf, count); in w1_ds2780_do_io()
42 w1_write_8(sl->master, W1_DS2780_READ_DATA); in w1_ds2780_do_io()
43 w1_write_8(sl->master, addr); in w1_ds2780_do_io()
44 count = w1_read_block(sl->master, buf, count); in w1_ds2780_do_io()
60 mutex_lock(&sl->master->bus_mutex); in w1_ds2780_io()
64 mutex_unlock(&sl->master->bus_mutex); in w1_ds2780_io()
77 mutex_lock(&sl->master->bus_mutex); in w1_ds2780_eeprom_cmd()
80 w1_write_8(sl->master, cm in w1_ds2780_eeprom_cmd()
[all...]
H A Dw1_ds2781.c35 w1_write_8(sl->master, W1_DS2781_WRITE_DATA); in w1_ds2781_do_io()
36 w1_write_8(sl->master, addr); in w1_ds2781_do_io()
37 w1_write_block(sl->master, buf, count); in w1_ds2781_do_io()
39 w1_write_8(sl->master, W1_DS2781_READ_DATA); in w1_ds2781_do_io()
40 w1_write_8(sl->master, addr); in w1_ds2781_do_io()
41 count = w1_read_block(sl->master, buf, count); in w1_ds2781_do_io()
57 mutex_lock(&sl->master->bus_mutex); in w1_ds2781_io()
61 mutex_unlock(&sl->master->bus_mutex); in w1_ds2781_io()
74 mutex_lock(&sl->master->bus_mutex); in w1_ds2781_eeprom_cmd()
77 w1_write_8(sl->master, cm in w1_ds2781_eeprom_cmd()
[all...]
/kernel/linux/linux-6.6/drivers/iommu/
H A Dmsm_iommu.c121 struct msm_iommu_ctx_dev *master; in __flush_iotlb() local
129 list_for_each_entry(master, &iommu->ctx_list, list) in __flush_iotlb()
130 SET_CTX_TLBIALL(iommu->base, master->num, 0); in __flush_iotlb()
143 struct msm_iommu_ctx_dev *master; in __flush_iotlb_range() local
152 list_for_each_entry(master, &iommu->ctx_list, list) { in __flush_iotlb_range()
157 master->num); in __flush_iotlb_range()
158 SET_TLBIVA(iommu->base, master->num, iova); in __flush_iotlb_range()
207 struct msm_iommu_ctx_dev *master) in config_mids()
211 for (i = 0; i < master->num_mids; i++) { in config_mids()
212 mid = master in config_mids()
206 config_mids(struct msm_iommu_dev *iommu, struct msm_iommu_ctx_dev *master) config_mids() argument
367 struct msm_iommu_ctx_dev *master; find_iommu_for_dev() local
403 struct msm_iommu_ctx_dev *master; msm_iommu_attach_dev() local
452 struct msm_iommu_ctx_dev *master; msm_iommu_set_platform_dma() local
517 struct msm_iommu_ctx_dev *master; msm_iommu_iova_to_phys() local
590 struct msm_iommu_ctx_dev *master = dev_iommu_priv_get(dev); insert_iommu_master() local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/parsers/
H A Dscpart.c47 static int scpart_scan_partmap(struct mtd_info *master, loff_t partmap_offs, in scpart_scan_partmap() argument
59 buf = kzalloc(master->erasesize, GFP_KERNEL); in scpart_scan_partmap()
65 res2 = mtd_read(master, partmap_offs, master->erasesize, &retlen, buf); in scpart_scan_partmap()
66 if (res2 || retlen != master->erasesize) { in scpart_scan_partmap()
72 offs < master->erasesize - sizeof(*tmpdesc); in scpart_scan_partmap()
101 static int scpart_find_partmap(struct mtd_info *master, in scpart_find_partmap() argument
112 (offs < master->size) && in scpart_find_partmap()
113 !mtd_block_isbad(master, offs)) { in scpart_find_partmap()
114 res2 = mtd_read(master, off in scpart_find_partmap()
138 scpart_parse(struct mtd_info *master, const struct mtd_partition **pparts, struct mtd_part_parser_data *data) scpart_parse() argument
[all...]
/kernel/linux/linux-5.10/include/linux/mtd/
H A Dmtd.h219 * struct mtd_master - MTD master specific fields
222 * not only the master partition list, but also all
226 * This struct is embedded in mtd_info and contains master-specific
227 * properties/fields. The master is the root MTD device from the MTD partition
392 struct mtd_master master; member
474 struct mtd_info *master = mtd_get_master(mtd); in mtd_max_bad_blocks() local
476 if (!master->_max_bad_blocks) in mtd_max_bad_blocks()
482 return master->_max_bad_blocks(master, mtd_get_master_ofs(mtd, ofs), in mtd_max_bad_blocks()
524 struct mtd_info *master in mtd_sync() local
539 struct mtd_info *master = mtd_get_master(mtd); mtd_suspend() local
555 struct mtd_info *master = mtd_get_master(mtd); mtd_resume() local
626 struct mtd_info *master = mtd_get_master(mtd); mtd_wunit_per_eb() local
645 struct mtd_info *master = mtd_get_master((struct mtd_info *)mtd); mtd_has_oob() local
657 struct mtd_info *master = mtd_get_master((struct mtd_info *)mtd); mtd_can_have_bb() local
[all...]
/kernel/linux/linux-6.6/include/linux/mtd/
H A Dmtd.h221 * struct mtd_master - MTD master specific fields
224 * not only the master partition list, but also all
228 * This struct is embedded in mtd_info and contains master-specific
229 * properties/fields. The master is the root MTD device from the MTD partition
400 struct mtd_master master; member
482 struct mtd_info *master = mtd_get_master(mtd); in mtd_max_bad_blocks() local
484 if (!master->_max_bad_blocks) in mtd_max_bad_blocks()
490 return master->_max_bad_blocks(master, mtd_get_master_ofs(mtd, ofs), in mtd_max_bad_blocks()
533 struct mtd_info *master in mtd_sync() local
548 struct mtd_info *master = mtd_get_master(mtd); mtd_suspend() local
564 struct mtd_info *master = mtd_get_master(mtd); mtd_resume() local
635 struct mtd_info *master = mtd_get_master(mtd); mtd_wunit_per_eb() local
654 struct mtd_info *master = mtd_get_master((struct mtd_info *)mtd); mtd_has_oob() local
666 struct mtd_info *master = mtd_get_master((struct mtd_info *)mtd); mtd_can_have_bb() local
[all...]
/kernel/linux/linux-5.10/drivers/char/agp/
H A Disoch.c83 struct isoch_data *master, target; in agp_3_5_isochronous_node_enable() local
95 master = kmalloc_array(ndevs, sizeof(*master), GFP_KERNEL); in agp_3_5_isochronous_node_enable()
96 if (master == NULL) { in agp_3_5_isochronous_node_enable()
142 master[cdev].maxbw = (mnistat >> 16) & 0xff; in agp_3_5_isochronous_node_enable()
143 master[cdev].n = (mnistat >> 8) & 0xff; in agp_3_5_isochronous_node_enable()
144 master[cdev].y = (mnistat >> 6) & 0x3; in agp_3_5_isochronous_node_enable()
145 master[cdev].dev = cur; in agp_3_5_isochronous_node_enable()
147 tot_bw += master[cdev].maxbw; in agp_3_5_isochronous_node_enable()
148 y_max = max(y_max, master[cde in agp_3_5_isochronous_node_enable()
[all...]

Completed in 16 milliseconds

12345678910>>...66