Searched refs:device (Results 1 - 25 of 13734) sorted by path

1234567891011>>

/linux-master/Documentation/sound/cards/
H A Dmultisound.sh86 # used to change the resource values of a particular device after the
270 # for a device is not given, then the device is not configured. Note
488 X fprintf(stderr, "usage: setdigital <mixer device>\n");
505 X fprintf(stderr, "error: cannot find DIGITAL1 device in mixer\n");
782 X "usage: pinnaclecfg <config port> [device config]\n"
791 X " show Display current device configurations\n"
793 X " dsp <io> <irq> <mem> Audio device\n"
940 X char *device;
958 X device
[all...]
/linux-master/Documentation/target/
H A Dtarget-export-device4 # create a very simple LIO iSCSI target with a file or block device
13 Export a block device or a file as an iSCSI target with a single LUN
31 [ -n "$DEVICE" ] || die "Missing device or file argument"
32 [ -b $DEVICE -o -f $DEVICE ] || die "Invalid device or file: ${DEVICE}"
/linux-master/arch/alpha/include/asm/
H A Dconsole.h12 extern long callback_open(const char *device, long length);
H A Ddevice.h3 * Arch specific extensions to struct device
5 #include <asm-generic/device.h>
/linux-master/arch/alpha/kernel/
H A Dbugs.c3 #include <linux/device.h>
19 ssize_t cpu_show_meltdown(struct device *dev,
28 ssize_t cpu_show_spectre_v1(struct device *dev,
37 ssize_t cpu_show_spectre_v2(struct device *dev,
H A Dcore_apecs.c51 * Given a bus, device, and function number, compute resulting
84 * The function number selects which function of a multi-function device
104 int device = device_fn >> 3; local
108 if (device > 20) {
109 DBGC(("mk_conf_addr: device (%d) > 20, returning -1\n",
110 device));
H A Dcore_lca.c60 * Given a bus, device, and function number, compute resulting
93 * The function number selects which function of a multi-function device
109 int device = device_fn >> 3; local
114 if (device > 12) {
119 addr = (1 << (11 + device)) | (func << 8) | where;
373 "exceeded retry limit", "no device", "bad data parity",
H A Dcore_t2.c99 * Given a bus, device, and function number, compute resulting
132 * The function number selects which function of a multi-function device
152 int device = device_fn >> 3; local
156 if (device > 8) {
157 DBG(("mk_conf_addr: device (%d)>20, returning -1\n",
158 device));
163 addr = (0x0800L << device) | ((device_fn & 7) << 8) | (where);
H A Dsmc37c93x.c27 /* device "activate" register contents */
35 /* configuration space device definitions */
69 /* default device addresses */
132 unsigned long device,
143 outb(device, dataPort);
131 SMCEnableDevice(unsigned long baseAddr, unsigned long device, unsigned long portaddr, unsigned long interrupt) argument
/linux-master/arch/arm/include/asm/
H A Decard.h142 struct device dev;
/linux-master/arch/arm/include/asm/hardware/
H A Dscoop.h49 struct device *dev; /* Pointer to this socket's scoop device */
60 void (*power_ctrl)(struct device *scoop, unsigned short cpr, int nr);
65 void reset_scoop(struct device *dev);
66 unsigned short read_scoop_reg(struct device *dev, unsigned short reg);
67 void write_scoop_reg(struct device *dev, unsigned short reg, unsigned short data);
/linux-master/arch/arm/kernel/
H A Dsmp_twd.c13 #include <linux/device.h>
/linux-master/arch/arm/mach-milbeaut/
H A Dplatsmp.c138 struct clk *m10v_clclk_register(struct device *cpu_dev);
/linux-master/arch/arm/mach-rpc/
H A Ddma.c149 static struct device isa_dma_dev = {
150 .init_name = "fallback device",
/linux-master/arch/arm/mm/
H A Dcache-l2x0-pmu.c340 static ssize_t l2x0_pmu_event_show(struct device *dev,
353 struct device *dev = kobj_to_dev(kobj);
390 static ssize_t l2x0_pmu_cpumask_show(struct device *dev,
/linux-master/arch/m68k/coldfire/
H A Damcore.c11 #include <linux/device.h>
32 * DEVICES and related device RESOURCES
50 /* IRQ line the device's interrupt pin is connected to */
/linux-master/arch/mips/include/asm/mach-lantiq/
H A Dlantiq.h10 #include <linux/device.h>
/linux-master/arch/mips/pci/
H A Dops-bonito64.c33 int device = PCI_SLOT(devfn); local
39 if (device > MAX_DEV_NUM)
42 addr = (1 << (device + ID_SEL_BEGIN)) | (function << 8) | reg;
46 addr = (busnum << 16) | (device << 11) | (function << 8) | reg;
/linux-master/arch/parisc/include/asm/
H A Dsuperio.h60 struct pci_dev *lio_pdev; /* pci device for legacy IO (fn 1) */
61 struct pci_dev *usb_pdev; /* pci device for USB (fn 2) */
80 ( ((x)->device == PCI_DEVICE_ID_NS_87415) \
81 || ((x)->device == PCI_DEVICE_ID_NS_87560_LIO) \
82 || ((x)->device == PCI_DEVICE_ID_NS_87560_USB) ) )
/linux-master/arch/powerpc/include/asm/
H A Dfsl_lbc.h17 #include <linux/device.h>
275 /* device info */
276 struct device *dev;
H A Dpmac_low_i2c.h37 /* multibus : device node holds multiple busses, bus number is
38 * encoded in bits 0xff00 of "reg" of a given device
50 /* Lookup an i2c bus for a device-node. The node can be either the bus
51 * node itself or a device below it. In the case of a multibus, the bus
57 /* Get the address for an i2c device. This strips the bus number if
61 extern u8 pmac_i2c_get_dev_addr(struct device_node *device);
74 /* March a device or bus with an i2c adapter structure, to be used by drivers
75 * to match device-tree nodes with i2c adapters during adapter discovery
H A Dps3stor.h45 static inline struct ps3_storage_device *to_ps3_storage_device(struct device *dev)
/linux-master/arch/powerpc/sysdev/
H A Dfsl_rio.h89 struct device *dev;
97 struct device *dev;
107 struct device *dev;
/linux-master/arch/s390/include/asm/
H A Dpnet.h11 #include <linux/device.h>
14 int pnet_id_by_dev_port(struct device *dev, unsigned short port, u8 *pnetid);
/linux-master/arch/s390/include/asm/trace/
H A Dzcrypt.h3 * Tracepoint definitions for the s390 zcrypt device driver
23 * there is already code in the zcrypt device driver to serve the s390
57 * function of the zcrypt device driver and may act as an entry
80 * @rc: The bare returncode as returned by the device driver ioctl
83 * @dom: Domain id of the device where this request was processed.
88 * and the returncode from the device driver.
97 __field(u16, device)
103 __entry->device = dev;
109 (unsigned short) __entry->device,

Completed in 259 milliseconds

1234567891011>>