Searched refs:dev (Results 1 - 25 of 2519) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/video4linux/bttv/
H A DMAKEDEV5 for dev in 0 1 2 3; do
6 echo "/dev/$1$dev: char 81 $[ $2 + $dev ]"
7 rm -f /dev/$1$dev
8 mknod /dev/$1$dev c 81 $[ $2 + $dev ]
9 chmod 666 /dev/
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/nec-eagle/
H A Dpci_fixup.c52 void __init pcibios_fixup_resources(struct pci_dev *dev) argument
62 struct pci_dev *dev; local
65 pci_for_each_dev(dev) {
66 slot = PCI_SLOT(dev->devfn);
67 func = PCI_FUNC(dev->devfn);
68 pci_read_config_byte(dev, PCI_INTERRUPT_PIN, &pin);
69 dev->irq = 0;
75 dev->irq = CP_INTA_IRQ;
78 dev->irq = CP_INTB_IRQ;
81 dev
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ite-boards/qed-4n-s01b/
H A Dpci_fixup.c43 void __init pcibios_fixup_resources(struct pci_dev *dev) argument
55 struct pci_dev *dev; local
66 pci_for_each_dev(dev) {
67 if (dev->bus->number != 0) {
71 pci_read_config_byte(dev, PCI_INTERRUPT_PIN, &pin);
72 slot = PCI_SLOT(dev->devfn);
73 func = PCI_FUNC(dev->devfn);
83 dev->irq = internal_func_irqs[func];
88 dev->irq = IT8172_PCI_INTA_IRQ;
91 dev
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-pnp.c25 #define PREPARE_FUNC(dev) (dev->prepare)
26 #define ACTIVATE_FUNC(dev) (dev->activate)
27 #define DEACTIVATE_FUNC(dev) (dev->deactivate)
30 #define DEV_IO(dev, index) (dev->resource[index].start)
31 #define DEV_IRQ(dev, index) (dev
57 pnpide_generic_init(struct pci_dev *dev, int enable) argument
94 struct pci_dev *dev; member in struct:pnp_dev_inst
106 struct pci_dev *dev = NULL; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/arm/empeg/
H A Dmkdevs2 mknod /dev/display c 244 0
3 mknod /dev/ir c 242 0
4 mknod /dev/usb0 c 243 0
5 mknod /dev/audio c 245 4
6 mknod /dev/dsp c 245 3
7 mknod /dev/mixer c 245 0
8 mknod /dev/empeg_state c 246 0
9 mknod /dev/radio0 c 81 64
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Ddo-psnup3 if type psnup >&/dev/null; then
6 elif type psmulti >&/dev/null; then
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tokenring/
H A Dtmsisa.c65 int tms_isa_probe(struct net_device *dev);
66 static int tms_isa_open(struct net_device *dev);
67 static int tms_isa_close(struct net_device *dev);
68 static void tms_isa_read_eeprom(struct net_device *dev);
69 static unsigned short tms_isa_setnselout_pins(struct net_device *dev);
71 static unsigned short tms_isa_sifreadb(struct net_device *dev, unsigned short reg) argument
73 return inb(dev->base_addr + reg);
76 static unsigned short tms_isa_sifreadw(struct net_device *dev, unsigned short reg) argument
78 return inw(dev->base_addr + reg);
81 static void tms_isa_sifwriteb(struct net_device *dev, unsigne argument
86 tms_isa_sifwritew(struct net_device *dev, unsigned short val, unsigned short reg) argument
92 struct net_device *dev; member in struct:tms_isa_card
130 tms_isa_probe(struct net_device *dev) argument
308 tms_isa_read_eeprom(struct net_device *dev) argument
322 tms_isa_setnselout_pins(struct net_device *dev) argument
327 tms_isa_open(struct net_device *dev) argument
360 tms_isa_close(struct net_device *dev) argument
384 struct net_device *dev; local
445 struct net_device *dev; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/zao-capcella/
H A Dpci_fixup.c22 void __init pcibios_fixup_resources(struct pci_dev *dev) argument
32 struct pci_dev *dev; local
35 pci_for_each_dev(dev) {
36 slot = PCI_SLOT(dev->devfn);
37 func = PCI_FUNC(dev->devfn);
38 dev->irq = 0;
42 dev->irq = RTL8139_1_IRQ;
45 dev->irq = RTL8139_2_IRQ;
48 pci_read_config_byte(dev, PCI_INTERRUPT_PIN, &pin);
51 dev
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dnet_init.c66 socket-based scheme, putting ethercard devices in /dev/ seems pointless.
68 [Removed all support for /dev network devices. When someone adds
77 struct net_device *dev; local
81 alloc_size = sizeof (*dev) + sizeof_priv + 31;
83 dev = (struct net_device *) kmalloc (alloc_size, GFP_KERNEL);
84 if (dev == NULL)
90 memset(dev, 0, alloc_size);
93 dev->priv = (void *) (((long)(dev + 1) + 31) & ~31);
95 setup(dev);
103 struct net_device *dev; local
129 init_netdev(struct net_device *dev, int sizeof_priv, char *mask, void (*setup)(struct net_device *)) argument
183 __register_netdev(struct net_device *dev) argument
210 init_etherdev(struct net_device *dev, int sizeof_priv) argument
236 eth_mac_addr(struct net_device *dev, void *p) argument
245 eth_change_mtu(struct net_device *dev, int new_mtu) argument
272 init_fddidev(struct net_device *dev, int sizeof_priv) argument
297 fddi_change_mtu(struct net_device *dev, int new_mtu) argument
309 hippi_change_mtu(struct net_device *dev, int new_mtu) argument
325 hippi_mac_addr(struct net_device *dev, void *p) argument
352 init_hippi_dev(struct net_device *dev, int sizeof_priv) argument
374 register_hipdev(struct net_device *dev) argument
379 unregister_hipdev(struct net_device *dev) argument
389 hippi_neigh_setup_dev(struct net_device *dev, struct neigh_parms *p) argument
405 ether_setup(struct net_device *dev) argument
433 fddi_setup(struct net_device *dev) argument
460 hippi_setup(struct net_device *dev) argument
496 ltalk_change_mtu(struct net_device *dev, int mtu) argument
501 ltalk_mac_addr(struct net_device *dev, void *addr) argument
507 ltalk_setup(struct net_device *dev) argument
532 register_netdev(struct net_device *dev) argument
568 unregister_netdev(struct net_device *dev) argument
580 tr_setup(struct net_device *dev) argument
618 init_trdev(struct net_device *dev, int sizeof_priv) argument
640 register_trdev(struct net_device *dev) argument
645 unregister_trdev(struct net_device *dev) argument
661 fc_setup(struct net_device *dev) argument
695 init_fcdev(struct net_device *dev, int sizeof_priv) argument
717 register_fcdev(struct net_device *dev) argument
722 unregister_fcdev(struct net_device *dev) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm-4.0/
H A Dfops.c37 /* drm_open is called whenever a process opens /dev/drm. */
39 int drm_open_helper(struct inode *inode, struct file *filp, drm_device_t *dev) argument
58 priv->dev = dev;
62 down(&dev->struct_sem);
63 if (!dev->file_last) {
66 dev->file_first = priv;
67 dev->file_last = priv;
70 priv->prev = dev->file_last;
71 dev
82 drm_device_t *dev = priv->dev; local
95 drm_device_t *dev = priv->dev; local
130 drm_device_t *dev = priv->dev; local
147 drm_device_t *dev = priv->dev; local
189 drm_write_string(drm_device_t *dev, const char *s) argument
244 drm_device_t *dev = priv->dev; local
[all...]
H A Dioctl.c39 struct pci_dev *dev; local
43 dev = pci_find_slot(p.busnum, PCI_DEVFN(p.devnum, p.funcnum));
44 if (dev) p.irq = dev->irq;
57 drm_device_t *dev = priv->dev; local
62 if (u.unique_len >= dev->unique_len) {
63 if (copy_to_user(u.unique, dev->unique, dev->unique_len))
66 u.unique_len = dev
76 drm_device_t *dev = priv->dev; local
[all...]
H A Dmga_drv.c145 static int mga_setup(drm_device_t *dev) argument
149 atomic_set(&dev->ioctl_count, 0);
150 atomic_set(&dev->vma_count, 0);
151 dev->buf_use = 0;
152 atomic_set(&dev->buf_alloc, 0);
154 drm_dma_setup(dev);
156 atomic_set(&dev->total_open, 0);
157 atomic_set(&dev->total_close, 0);
158 atomic_set(&dev->total_ioctl, 0);
159 atomic_set(&dev
211 mga_takedown(drm_device_t *dev) argument
344 drm_device_t *dev = &mga_device; local
403 drm_device_t *dev = &mga_device; local
473 drm_device_t *dev = &mga_device; local
495 drm_device_t *dev; local
606 drm_device_t *dev = priv->dev; local
643 drm_device_t *dev = priv->dev; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/victor-mpc30x/
H A Dpci_fixup.c23 void __init pcibios_fixup_resources(struct pci_dev *dev) argument
33 struct pci_dev *dev; local
36 pci_for_each_dev(dev) {
37 slot = PCI_SLOT(dev->devfn);
38 func = PCI_FUNC(dev->devfn);
39 dev->irq = 0;
43 dev->irq = VRC4173_PCMCIA1_IRQ;
46 dev->irq = VRC4173_PCMCIA2_IRQ;
49 dev->irq = MQ200_IRQ;
54 dev
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Dr128.h49 if ( dev->dev_private ) { \
50 drm_r128_private_t *dev_priv = dev->dev_private; \
52 r128_do_cleanup_pageflip( dev ); \
58 if ( dev->dev_private ) r128_do_cleanup_cce( dev ); \
70 #define DRIVER_AGP_BUFFERS_MAP( dev ) \
71 ((drm_r128_private_t *)((dev)->dev_private))->buffers
H A Dradeon.h49 if ( dev->dev_private ) { \
50 drm_radeon_private_t *dev_priv = dev->dev_private; \
52 radeon_do_cleanup_pageflip( dev ); \
58 if ( dev->dev_private ) radeon_do_cleanup_cp( dev ); \
70 #define DRIVER_AGP_BUFFERS_MAP( dev ) \
71 ((drm_radeon_private_t *)((dev)->dev_private))->buffers
H A Ddrm_fops.h36 /* drm_open is called whenever a process opens /dev/drm. */
38 int DRM(open_helper)(struct inode *inode, struct file *filp, drm_device_t *dev) argument
56 priv->dev = dev;
60 down(&dev->struct_sem);
61 if (!dev->file_last) {
64 dev->file_first = priv;
65 dev->file_last = priv;
68 priv->prev = dev->file_last;
69 dev
95 drm_device_t *dev = priv->dev; local
118 drm_device_t *dev = priv->dev; local
135 drm_device_t *dev = priv->dev; local
187 write_string(drm_device_t *dev, const char *s) argument
226 drm_device_t *dev = priv->dev; local
[all...]
H A Dmga.h47 if ( dev->dev_private ) mga_do_cleanup_dma( dev ); \
56 drm_mga_private_t *dev_priv = dev->dev_private; \
64 #define DRIVER_AGP_BUFFERS_MAP( dev ) \
65 ((drm_mga_private_t *)((dev)->dev_private))->buffers
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirlan_eth.h28 int irlan_eth_init(struct net_device *dev);
29 int irlan_eth_open(struct net_device *dev);
30 int irlan_eth_close(struct net_device *dev);
32 int irlan_eth_xmit(struct sk_buff *skb, struct net_device *dev);
35 void irlan_eth_send_gratuitous_arp(struct net_device *dev);
37 void irlan_eth_set_multicast_list( struct net_device *dev);
38 struct net_device_stats *irlan_eth_get_stats(struct net_device *dev);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirlan_eth.h28 int irlan_eth_init(struct net_device *dev);
29 int irlan_eth_open(struct net_device *dev);
30 int irlan_eth_close(struct net_device *dev);
32 int irlan_eth_xmit(struct sk_buff *skb, struct net_device *dev);
35 void irlan_eth_send_gratuitous_arp(struct net_device *dev);
37 void irlan_eth_set_multicast_list( struct net_device *dev);
38 struct net_device_stats *irlan_eth_get_stats(struct net_device *dev);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aacraid/
H A Drx.c50 struct aac_dev *dev = dev_id; local
53 intstat = rx_readb(dev, MUnit.OISR);
59 mask = ~(rx_readb(dev, MUnit.OIMR));
63 bellbits = rx_readl(dev, OutboundDoorbellReg);
65 aac_printf(dev, le32_to_cpu(rx_readl (dev, IndexRegs.Mailbox[5])));
66 rx_writel(dev, MUnit.ODR,DoorBellPrintfReady);
67 rx_writel(dev, InboundDoorbellReg,DoorBellPrintfDone);
70 aac_command_normal(&dev->queues->queue[HostNormCmdQueue]);
71 rx_writel(dev, MUni
95 aac_rx_enable_interrupt(struct aac_dev * dev, u32 event) argument
125 aac_rx_disable_interrupt(struct aac_dev *dev, u32 event) argument
158 rx_sync_cmd(struct aac_dev *dev, u32 command, u32 p1, u32 *status) argument
247 aac_rx_interrupt_adapter(struct aac_dev *dev) argument
262 aac_rx_notify_adapter(struct aac_dev *dev, u32 event) argument
300 aac_rx_start_adapter(struct aac_dev *dev) argument
335 aac_rx_init(struct aac_dev *dev, unsigned long num) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dmidibuf.c4 * Device file manager for /dev/midi#
82 static void drain_midi_queue(int dev) argument
89 if (midi_devs[dev]->buffer_status != NULL)
90 while (!signal_pending(current) && midi_devs[dev]->buffer_status(dev))
91 interruptible_sleep_on_timeout(&midi_sleeper[dev],
95 static void midi_input_intr(int dev, unsigned char data) argument
97 if (midi_in_buf[dev] == NULL)
107 if (SPACE_AVAIL(midi_in_buf[dev])) {
108 QUEUE_BYTE(midi_in_buf[dev], dat
113 midi_output_intr(int dev) argument
123 int dev; local
157 MIDIbuf_open(int dev, struct file *file) argument
217 MIDIbuf_release(int dev, struct file *file) argument
268 MIDIbuf_write(int dev, struct file *file, const char *buf, int count) argument
321 MIDIbuf_read(int dev, struct file *file, char *buf, int count) argument
368 MIDIbuf_ioctl(int dev, struct file *file, unsigned int cmd, caddr_t arg) argument
404 MIDIbuf_poll(int dev, struct file *file, poll_table * wait) argument
433 MIDIbuf_avail(int dev) argument
[all...]
H A Dsound_calls.h5 int DMAbuf_open(int dev, int mode);
6 int DMAbuf_release(int dev, int mode);
7 int DMAbuf_getwrbuffer(int dev, char **buf, int *size, int dontblock);
8 int DMAbuf_getrdbuffer(int dev, char **buf, int *len, int dontblock);
9 int DMAbuf_rmchars(int dev, int buff_no, int c);
10 int DMAbuf_start_output(int dev, int buff_no, int l);
11 int DMAbuf_move_wrpointer(int dev, int l);
12 /* int DMAbuf_ioctl(int dev, unsigned int cmd, caddr_t arg, int local); */
13 void DMAbuf_init(int dev, int dma1, int dma2);
14 void DMAbuf_deinit(int dev);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dresources.c33 struct atm_dev *dev; local
35 dev = kmalloc(sizeof(*dev), GFP_ATOMIC);
36 if (!dev) return NULL;
37 memset(dev,0,sizeof(*dev));
38 dev->type = type;
39 dev->signal = ATM_PHY_SIG_UNKNOWN;
40 dev->link_rate = ATM_OC3_PCR;
41 dev
52 free_atm_dev(struct atm_dev *dev) argument
63 struct atm_dev *dev; local
73 struct atm_dev *dev = NULL; local
118 atm_dev_deregister(struct atm_dev *dev) argument
128 shutdown_atm_dev(struct atm_dev *dev) argument
189 bind_vcc(struct atm_vcc *vcc,struct atm_dev *dev) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev96100/
H A Dpci_fixups.c45 void __init pcibios_fixup_resources(struct pci_dev *dev) argument
55 struct pci_dev *dev; local
67 pci_for_each_dev(dev) {
68 if (dev->bus->number != 0)
71 slot = PCI_SLOT(dev->devfn);
72 pci_read_config_dword(dev, PCI_SUBSYSTEM_VENDOR_ID, &vendor);
76 dev->devfn, slot, gt_devid);
81 dev->irq = 5;
82 pci_write_config_byte(dev, PCI_INTERRUPT_LINE,
83 dev
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/ite-boards/ivr/
H A Dpci_fixup.c43 void __init pcibios_fixup_resources(struct pci_dev *dev) argument
55 struct pci_dev *dev; local
66 pci_for_each_dev(dev) {
67 if (dev->bus->number != 0)
70 pci_read_config_byte(dev, PCI_INTERRUPT_PIN, &pin);
71 slot = PCI_SLOT(dev->devfn);
72 func = PCI_FUNC(dev->devfn);
82 dev->irq = internal_func_irqs[func];
88 dev->irq = IT8172_PCI_INTC_IRQ;
91 dev
[all...]

Completed in 101 milliseconds

1234567891011>>