Home
last modified time | relevance | path

Searched refs:pcmcia (Results 1 – 25 of 65) sorted by relevance

123

/linux/drivers/net/can/softing/
H A Dsofting_cs.c167 struct pcmcia_device *pcmcia = to_pcmcia_dev(pdev->dev.parent); in softingcs_reset() local
170 return pcmcia_write_config_byte(pcmcia, 2, v ? 0 : 0x20); in softingcs_reset()
175 struct pcmcia_device *pcmcia = to_pcmcia_dev(pdev->dev.parent); in softingcs_enable_irq() local
178 return pcmcia_write_config_byte(pcmcia, 0, v ? 0x60 : 0); in softingcs_enable_irq()
184 static int softingcs_probe_config(struct pcmcia_device *pcmcia, void *priv_data) in softingcs_probe_config() argument
191 pres = pcmcia->resource[PCMCIA_IOMEM_0]; in softingcs_probe_config()
202 return pcmcia_request_window(pcmcia, pres, memspeed); in softingcs_probe_config()
205 static void softingcs_remove(struct pcmcia_device *pcmcia) in softingcs_remove() argument
207 struct platform_device *pdev = pcmcia->priv; in softingcs_remove()
212 pcmcia_disable_device(pcmcia); in softingcs_remove()
[all …]
H A DKconfig20 tristate "Softing Gmbh CAN pcmcia cards"
/linux/Documentation/scsi/
H A DNinjaSCSI.rst17 :pcmcia-cs: 3.1.27
29 If you installed pcmcia-cs already, pcmcia reports your card as UNKNOWN
33 You can also use "cardctl" program (this program is in pcmcia-cs source
63 (c) If you use this driver with Kernel 2.2, unpack pcmcia-cs in some directory
64 and make & install. This driver requires the pcmcia-cs header file.
69 $ tar zxvf cs-pcmcia-cs-3.x.x.tar.gz
80 (e) Copy nsp_cs.ko to suitable place, like /lib/modules/<Kernel version>/pcmcia/ .
82 (f) Add these lines to /etc/pcmcia/config .
84 If you use pcmcia-cs-3.1.8 or later, we can use "nsp_cs.conf" file.
85 So, you don't need to edit file. Just copy to /etc/pcmcia/ .
[all …]
H A Dsym53c500_cs.rst7 The sym53c500_cs driver originated as an add-on to David Hinds' pcmcia-cs
25 Through the years, there have been a number of downloads of the pcmcia-cs
/linux/Documentation/pcmcia/
H A Ddevicetable.rst14 You should use the helpers in include/pcmcia/device_id.h for generating the
29 pcmcia:m0149cC1ABf06pfn00fn00pa725B842DpbF1EFEE84pc0877B627pd00000000
34 Alternatively, you can use crc32hash (see tools/pcmcia/crc32hash.c)
37 $ tools/pcmcia/crc32hash "Dual Speed"
H A Ddriver.rst13 /sys/bus/pcmcia/drivers/{driver}/new_id
28 /sys/bus/pcmcia/drivers/{driver}/new_id
/linux/drivers/pcmcia/
H A DMakefile10 pcmcia-y += ds.o pcmcia_resource.o cistpl.o pcmcia_cis.o
11 obj-$(CONFIG_PCMCIA) += pcmcia.o
H A DKconfig35 module will be called pcmcia.
49 subsystem, instead of relying on cardmgr from pcmcia-cs to do so.
172 tristate "bcm63xx pcmcia support"
/linux/arch/powerpc/boot/dts/
H A Dep88xc.dts122 pcmcia@80 {
126 compatible = "fsl,pq-pcmcia";
127 device_type = "pcmcia";
H A Dmpc885ads.dts127 pcmcia@80 {
131 compatible = "fsl,pq-pcmcia";
132 device_type = "pcmcia";
/linux/Documentation/power/
H A Dswsusp-dmcrypt.rst24 the key(s) from an external device like a pcmcia flash disk
54 from a pcmcia flash disk card. The card is formatted with an ext2
66 pcmcia flash disk. What follows now is a /linuxrc for your
126 pcmcia flash disk. If this succeeds we need to reset the swap
/linux/arch/m68k/
H A DKconfig.bus35 Include support in the kernel for pcmcia on Amiga 1200 and Amiga
36 600. If you intend to use pcmcia cards say Y; otherwise say N.
/linux/arch/m68k/amiga/
H A DMakefile8 obj-$(CONFIG_AMIGA_PCMCIA) += pcmcia.o
/linux/sound/
H A DMakefile8 firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/ x86/ xen/ \
/linux/arch/mips/bcm63xx/
H A DMakefile3 setup.o timer.o dev-enet.o dev-flash.o dev-pcmcia.o \
/linux/drivers/ssb/
H A DMakefile9 ssb-$(CONFIG_SSB_PCMCIAHOST) += pcmcia.o bridge_pcmcia_80211.o
H A Dbridge_pcmcia_80211.c26 MODULE_DEVICE_TABLE(pcmcia, ssb_host_pcmcia_tbl);
/linux/drivers/comedi/drivers/
H A Dni_daq_dio24.c67 MODULE_DEVICE_TABLE(pcmcia, dio24_cs_ids);
H A Dni_labpc_cs.c98 MODULE_DEVICE_TABLE(pcmcia, labpc_cs_ids);
H A Ddas08_cs.c89 MODULE_DEVICE_TABLE(pcmcia, das08_cs_id_table);
H A Dni_mio_cs.c205 MODULE_DEVICE_TABLE(pcmcia, ni_mio_cs_ids);
/linux/drivers/scsi/pcmcia/
H A Dfdomain_cs.c87 MODULE_DEVICE_TABLE(pcmcia, fdomain_ids);
/linux/Documentation/translations/zh_CN/
H A Dsubsystem-apis.rst99 * pcmcia/index
/linux/drivers/parport/
H A Dparport_cs.c186 MODULE_DEVICE_TABLE(pcmcia, parport_ids);
/linux/drivers/usb/host/
H A Dsl811_cs.c194 MODULE_DEVICE_TABLE(pcmcia, sl811_ids);

123