Searched refs:sdev (Results 1 - 4 of 4) sorted by relevance

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_mtdif.h22 struct mtd_info * yaffs_get_mtd_device(dev_t sdev);
H A Dyaffs_mtdif.c251 struct mtd_info * yaffs_get_mtd_device(dev_t sdev) argument
255 mtd = yaffs_get_mtd_device(sdev);
258 if (MAJOR(sdev) != MTD_BLOCK_MAJOR)
/openwrt/target/linux/cns3xxx/files/drivers/spi/
H A Dspi-cns3xxx.c151 static inline struct cns3xxx_spi *to_hw(struct spi_device *sdev) argument
153 return spi_master_get_devdata(sdev->master);
/openwrt/target/linux/generic/files/drivers/net/phy/
H A Dswconfig.c1100 struct switch_dev *sdev; local
1131 list_for_each_entry(sdev, &swdevs, dev_list) {
1132 if (!sscanf(sdev->devname, SWCONFIG_DEVNAME, &i))

Completed in 85 milliseconds