Searched refs:pcmcia_low_level (Results 1 – 25 of 28) sorted by relevance
12
/linux-6.1.9/drivers/pcmcia/ |
D | pxa2xx_base.h | 2 void pxa2xx_drv_pcmcia_ops(struct pcmcia_low_level *ops); 3 void pxa2xx_configure_sockets(struct device *dev, struct pcmcia_low_level *ops);
|
D | pxa2xx_base.c | 207 void pxa2xx_configure_sockets(struct device *dev, struct pcmcia_low_level *ops) in pxa2xx_configure_sockets() 253 void pxa2xx_drv_pcmcia_ops(struct pcmcia_low_level *ops) in pxa2xx_drv_pcmcia_ops() 266 struct pcmcia_low_level *ops; in pxa2xx_drv_pcmcia_probe() 271 ops = (struct pcmcia_low_level *)dev->dev.platform_data; in pxa2xx_drv_pcmcia_probe() 335 struct pcmcia_low_level *ops = (struct pcmcia_low_level *)dev->platform_data; in pxa2xx_drv_pcmcia_resume()
|
D | soc_common.h | 21 struct pcmcia_low_level; 38 const struct pcmcia_low_level *ops, struct device *dev);
|
D | sa11xx_base.h | 122 void sa11xx_drv_pcmcia_ops(struct pcmcia_low_level *ops); 123 extern int sa11xx_drv_pcmcia_probe(struct device *dev, struct pcmcia_low_level *ops, int first, int…
|
D | sa1111_generic.h | 16 int sa1111_pcmcia_add(struct sa1111_dev *dev, struct pcmcia_low_level *ops,
|
D | sa11xx_base.c | 199 void sa11xx_drv_pcmcia_ops(struct pcmcia_low_level *ops) in sa11xx_drv_pcmcia_ops() 217 int sa11xx_drv_pcmcia_probe(struct device *dev, struct pcmcia_low_level *ops, in sa11xx_drv_pcmcia_probe()
|
D | sa1111_neponset.c | 68 static struct pcmcia_low_level neponset_pcmcia_ops = {
|
D | sa1111_lubbock.c | 137 static struct pcmcia_low_level lubbock_pcmcia_ops = {
|
D | sa1100_simpad.c | 98 static struct pcmcia_low_level simpad_pcmcia_ops = {
|
D | sa1111_badge4.c | 124 static struct pcmcia_low_level badge4_pcmcia_ops = {
|
D | pxa2xx_mainstone.c | 81 static struct pcmcia_low_level mst_pcmcia_ops __initdata = {
|
D | sa1111_jornada720.c | 122 static struct pcmcia_low_level jornada720_pcmcia_ops = {
|
D | sa1100_h3600.c | 144 struct pcmcia_low_level h3600_pcmcia_ops = {
|
D | sa1100_generic.c | 91 static struct pcmcia_low_level sa11x0_cf_ops = {
|
/linux-6.1.9/include/pcmcia/ |
D | soc_common.h | 38 const struct pcmcia_low_level *ops; 82 struct pcmcia_low_level { struct
|
/linux-6.1.9/arch/arm/mach-pxa/ |
D | palmld-pcmcia.c | 61 static struct pcmcia_low_level palmld_pcmcia_ops = {
|
D | palmtx-pcmcia.c | 62 static struct pcmcia_low_level palmtx_pcmcia_ops = {
|
D | hx4700-pcmcia.c | 80 static struct pcmcia_low_level hx4700_pcmcia_ops = {
|
D | e740-pcmcia.c | 83 static struct pcmcia_low_level e740_pcmcia_ops = {
|
D | balloon3-pcmcia.c | 92 static struct pcmcia_low_level balloon3_pcmcia_ops = {
|
D | palmtc-pcmcia.c | 112 static struct pcmcia_low_level palmtc_pcmcia_ops = {
|
D | vpac270-pcmcia.c | 88 static struct pcmcia_low_level vpac270_pcmcia_ops = {
|
D | viper-pcmcia.c | 110 static struct pcmcia_low_level viper_pcmcia_ops = {
|
D | trizeps4-pcmcia.c | 150 static struct pcmcia_low_level trizeps_pcmcia_ops = {
|
D | colibri-pcmcia.c | 98 static struct pcmcia_low_level colibri_pcmcia_ops = {
|
12