Searched refs:self (Results 1 - 25 of 181) sorted by relevance

12345678

/drivers/net/irda/
H A Ddonauboe.c244 toshoboe_dumpregs (struct toshoboe_cb *self) argument
256 self->int_tx, self->int_rx, self->int_txunder, self->int_rxover,
257 self->int_sip);
274 if (self->ring)
277 ringbase = virt_to_bus (self->ring);
281 printk (" (%d,%02x)",self->ring->rx[i].len,self
293 toshoboe_disablebm(struct toshoboe_cb *self) argument
306 toshoboe_stopchip(struct toshoboe_cb *self) argument
338 toshoboe_start_DMA(struct toshoboe_cb *self, int opts) argument
348 toshoboe_setbaud(struct toshoboe_cb *self) argument
483 toshoboe_enablebm(struct toshoboe_cb *self) argument
491 toshoboe_initring(struct toshoboe_cb *self) argument
514 toshoboe_resetptrs(struct toshoboe_cb *self) argument
527 toshoboe_initptrs(struct toshoboe_cb *self) argument
549 toshoboe_startchip(struct toshoboe_cb *self) argument
607 toshoboe_isntstuck(struct toshoboe_cb *self) argument
612 toshoboe_checkstuck(struct toshoboe_cb *self) argument
631 toshoboe_makemttpacket(struct toshoboe_cb *self, void *buf, int mtt) argument
661 toshoboe_dumptx(struct toshoboe_cb *self) argument
671 toshoboe_dumprx(struct toshoboe_cb *self, int score) argument
704 struct toshoboe_cb *self = dev_id; local
785 toshoboe_probefail(struct toshoboe_cb *self, char *msg) argument
795 toshoboe_numvalidrcvs(struct toshoboe_cb *self) argument
806 toshoboe_numrcvs(struct toshoboe_cb *self) argument
817 toshoboe_probe(struct toshoboe_cb *self) argument
976 struct toshoboe_cb *self; local
1151 struct toshoboe_cb *self = dev_id; local
1340 struct toshoboe_cb *self; local
1380 struct toshoboe_cb *self; local
1417 struct toshoboe_cb *self; local
1491 struct toshoboe_cb *self = (struct toshoboe_cb*)pci_get_drvdata(pci_dev); local
1535 struct toshoboe_cb *self; local
1699 struct toshoboe_cb *self = (struct toshoboe_cb*)pci_get_drvdata(pci_dev); local
1728 struct toshoboe_cb *self = (struct toshoboe_cb*)pci_get_drvdata(pci_dev); local
[all...]
H A Dsh_irda.c139 int (*xir_fre) (struct sh_irda_self *self);
140 int (*xir_trov) (struct sh_irda_self *self);
141 int (*xir_9) (struct sh_irda_self *self);
142 int (*xir_8) (struct sh_irda_self *self);
143 int (*xir_fte) (struct sh_irda_self *self);
172 static void sh_irda_write(struct sh_irda_self *self, u32 offset, u16 data) argument
176 spin_lock_irqsave(&self->lock, flags);
177 iowrite16(data, self->membase + offset);
178 spin_unlock_irqrestore(&self->lock, flags);
181 static u16 sh_irda_read(struct sh_irda_self *self, u3 argument
193 sh_irda_update_bits(struct sh_irda_self *self, u32 offset, u16 mask, u16 data) argument
219 sh_irda_rcv_ctrl(struct sh_irda_self *self, int enable) argument
227 sh_irda_set_timeout(struct sh_irda_self *self, int interval) argument
243 sh_irda_set_baudrate(struct sh_irda_self *self, int baudrate) argument
268 sh_irda_get_rcv_length(struct sh_irda_self *self) argument
278 sh_irda_xir_fre(struct sh_irda_self *self) argument
285 sh_irda_xir_trov(struct sh_irda_self *self) argument
292 sh_irda_xir_9(struct sh_irda_self *self) argument
299 sh_irda_xir_8(struct sh_irda_self *self) argument
306 sh_irda_xir_fte(struct sh_irda_self *self) argument
340 sh_irda_sir_fre(struct sh_irda_self *self) argument
368 sh_irda_sir_trov(struct sh_irda_self *self) argument
377 sh_irda_sir_tot(struct sh_irda_self *self) argument
387 sh_irda_sir_fer(struct sh_irda_self *self) argument
396 sh_irda_sir_fte(struct sh_irda_self *self) argument
414 sh_irda_set_mode(struct sh_irda_self *self, enum sh_irda_mode mode) argument
458 sh_irda_set_irq_mask(struct sh_irda_self *self) argument
497 struct sh_irda_self *self = dev_id; local
525 sh_irda_crc_reset(struct sh_irda_self *self) argument
530 sh_irda_crc_add(struct sh_irda_self *self, u16 data) argument
535 sh_irda_crc_cnt(struct sh_irda_self *self) argument
540 sh_irda_crc_out(struct sh_irda_self *self) argument
545 sh_irda_crc_init(struct sh_irda_self *self) argument
585 sh_irda_remove_iobuf(struct sh_irda_self *self) argument
595 sh_irda_init_iobuf(struct sh_irda_self *self, int rxsize, int txsize) argument
629 struct sh_irda_self *self = netdev_priv(ndev); local
688 struct sh_irda_self *self = netdev_priv(ndev); local
695 struct sh_irda_self *self = netdev_priv(ndev); local
729 struct sh_irda_self *self = netdev_priv(ndev); local
763 struct sh_irda_self *self; local
835 struct sh_irda_self *self = netdev_priv(ndev); local
[all...]
H A Dirda-usb.c110 static void irda_usb_init_qos(struct irda_usb_cb *self) ;
113 static void irda_usb_change_speed_xbofs(struct irda_usb_cb *self);
116 static int irda_usb_open(struct irda_usb_cb *self);
117 static void irda_usb_close(struct irda_usb_cb *self);
135 * Function irda_usb_build_header(self, skb, header)
149 static void irda_usb_build_header(struct irda_usb_cb *self, argument
157 if (self->capability & IUC_STIR421X &&
158 ((self->new_speed != -1) || (self->new_xbofs != -1))) {
163 if (self
299 irda_usb_change_speed_xbofs(struct irda_usb_cb *self) argument
348 struct irda_usb_cb *self = urb->context; local
388 struct irda_usb_cb *self = netdev_priv(netdev); local
556 struct irda_usb_cb *self = ((struct irda_skb_cb *) skb->cb)->context; local
630 struct irda_usb_cb *self = netdev_priv(netdev); local
760 irda_usb_submit(struct irda_usb_cb *self, struct sk_buff *skb, struct urb *urb) argument
802 struct irda_usb_cb *self; local
964 struct irda_usb_cb *self; local
988 irda_usb_is_receiving(struct irda_usb_cb *self) argument
1024 stir421x_fw_upload(struct irda_usb_cb *self, const unsigned char *patch, const unsigned int patch_len) argument
1072 stir421x_patch_device(struct irda_usb_cb *self) argument
1168 struct irda_usb_cb *self; local
1252 struct irda_usb_cb *self; local
1303 struct irda_usb_cb *self; local
1356 irda_usb_init_qos(struct irda_usb_cb *self) argument
1416 irda_usb_open(struct irda_usb_cb *self) argument
1434 irda_usb_close(struct irda_usb_cb *self) argument
1468 irda_usb_parse_endpoints(struct irda_usb_cb *self, struct usb_host_endpoint *endpoint, int ennum) argument
1615 struct irda_usb_cb *self; local
1810 struct irda_usb_cb *self = usb_get_intfdata(intf); local
1870 struct irda_usb_cb *self = usb_get_intfdata(intf); local
1889 struct irda_usb_cb *self = usb_get_intfdata(intf); local
[all...]
H A Dw83977af_ir.c92 static int w83977af_close(struct w83977af_ir *self);
94 static int w83977af_dma_receive(struct w83977af_ir *self);
95 static int w83977af_dma_receive_complete(struct w83977af_ir *self);
99 static void w83977af_dma_write(struct w83977af_ir *self, int iobase);
100 static void w83977af_change_speed(struct w83977af_ir *self, __u32 speed);
101 static int w83977af_is_receiving(struct w83977af_ir *self);
161 struct w83977af_ir *self; local
188 self = netdev_priv(dev);
189 spin_lock_init(&self->lock);
193 self
274 w83977af_close(struct w83977af_ir *self) argument
414 w83977af_change_speed(struct w83977af_ir *self, __u32 speed) argument
497 struct w83977af_ir *self; local
566 w83977af_dma_write(struct w83977af_ir *self, int iobase) argument
662 w83977af_dma_xmit_complete(struct w83977af_ir *self) argument
713 w83977af_dma_receive(struct w83977af_ir *self) argument
785 w83977af_dma_receive_complete(struct w83977af_ir *self) argument
906 w83977af_pio_receive(struct w83977af_ir *self) argument
931 w83977af_sir_interrupt(struct w83977af_ir *self, int isr) argument
1001 w83977af_fir_interrupt(struct w83977af_ir *self, int isr) argument
1083 struct w83977af_ir *self; local
1119 w83977af_is_receiving(struct w83977af_ir *self) argument
1152 struct w83977af_ir *self; local
1216 struct w83977af_ir *self; local
1265 struct w83977af_ir *self; local
[all...]
H A Dsh_sir.c127 static void sh_sir_write(struct sh_sir_self *self, u32 offset, u16 data) argument
129 iowrite16(data, self->membase + offset);
132 static u16 sh_sir_read(struct sh_sir_self *self, u32 offset) argument
134 return ioread16(self->membase + offset);
137 static void sh_sir_update_bits(struct sh_sir_self *self, u32 offset, argument
142 old = sh_sir_read(self, offset);
145 sh_sir_write(self, offset, new);
155 static void sh_sir_crc_reset(struct sh_sir_self *self) argument
157 sh_sir_write(self, IRIF_CRC0, CRC_RST);
160 static void sh_sir_crc_add(struct sh_sir_self *self, u argument
165 sh_sir_crc_cnt(struct sh_sir_self *self) argument
170 sh_sir_crc_out(struct sh_sir_self *self) argument
175 sh_sir_crc_init(struct sh_sir_self *self) argument
251 sh_sir_set_baudrate(struct sh_sir_self *self, u32 baudrate) argument
399 sh_sir_remove_iobuf(struct sh_sir_self *self) argument
408 sh_sir_init_iobuf(struct sh_sir_self *self, int rxsize, int txsize) argument
438 sh_sir_clear_all_err(struct sh_sir_self *self) argument
450 sh_sir_set_phase(struct sh_sir_self *self, int phase) argument
476 sh_sir_is_which_phase(struct sh_sir_self *self) argument
492 sh_sir_tx(struct sh_sir_self *self, int phase) argument
514 sh_sir_read_data(struct sh_sir_self *self) argument
542 sh_sir_rx(struct sh_sir_self *self) argument
565 struct sh_sir_self *self = dev_id; local
597 struct sh_sir_self *self = netdev_priv(ndev); local
633 struct sh_sir_self *self = netdev_priv(ndev); local
640 struct sh_sir_self *self = netdev_priv(ndev); local
678 struct sh_sir_self *self = netdev_priv(ndev); local
711 struct sh_sir_self *self; local
788 struct sh_sir_self *self = netdev_priv(ndev); local
[all...]
H A Dali-ircc.c105 static int ali_ircc_close(struct ali_ircc_cb *self);
108 static int ali_ircc_is_receiving(struct ali_ircc_cb *self);
112 static void ali_ircc_change_speed(struct ali_ircc_cb *self, __u32 baud);
117 static irqreturn_t ali_ircc_sir_interrupt(struct ali_ircc_cb *self);
118 static void ali_ircc_sir_receive(struct ali_ircc_cb *self);
119 static void ali_ircc_sir_write_wakeup(struct ali_ircc_cb *self);
127 static irqreturn_t ali_ircc_fir_interrupt(struct ali_ircc_cb *self);
128 static int ali_ircc_dma_receive(struct ali_ircc_cb *self);
129 static int ali_ircc_dma_receive_complete(struct ali_ircc_cb *self);
130 static int ali_ircc_dma_xmit_complete(struct ali_ircc_cb *self);
288 struct ali_ircc_cb *self; local
422 ali_ircc_close(struct ali_ircc_cb *self) argument
675 struct ali_ircc_cb *self; local
701 ali_ircc_fir_interrupt(struct ali_ircc_cb *self) argument
823 ali_ircc_sir_interrupt(struct ali_ircc_cb *self) argument
876 ali_ircc_sir_receive(struct ali_ircc_cb *self) argument
911 ali_ircc_sir_write_wakeup(struct ali_ircc_cb *self) argument
967 ali_ircc_change_speed(struct ali_ircc_cb *self, __u32 baud) argument
1020 struct ali_ircc_cb *self = (struct ali_ircc_cb *) priv; local
1055 struct ali_ircc_cb *self = (struct ali_ircc_cb *) priv; local
1124 struct ali_ircc_cb *self = (struct ali_ircc_cb *) priv; local
1340 struct ali_ircc_cb *self; local
1404 struct ali_ircc_cb *self; local
1444 struct ali_ircc_cb *self; local
1588 ali_ircc_dma_xmit(struct ali_ircc_cb *self) argument
1658 ali_ircc_dma_xmit_complete(struct ali_ircc_cb *self) argument
1730 ali_ircc_dma_receive(struct ali_ircc_cb *self) argument
1788 ali_ircc_dma_receive_complete(struct ali_ircc_cb *self) argument
1967 struct ali_ircc_cb *self; local
2036 struct ali_ircc_cb *self; local
2091 ali_ircc_is_receiving(struct ali_ircc_cb *self) argument
2130 struct ali_ircc_cb *self = platform_get_drvdata(dev); local
2146 struct ali_ircc_cb *self = platform_get_drvdata(dev); local
[all...]
H A Dnsc-ircc.c172 static int nsc_ircc_close(struct nsc_ircc_cb *self);
174 static void nsc_ircc_pio_receive(struct nsc_ircc_cb *self);
175 static int nsc_ircc_dma_receive(struct nsc_ircc_cb *self);
176 static int nsc_ircc_dma_receive_complete(struct nsc_ircc_cb *self, int iobase);
182 static void nsc_ircc_dma_xmit(struct nsc_ircc_cb *self, int iobase);
183 static __u8 nsc_ircc_change_speed(struct nsc_ircc_cb *self, __u32 baud);
184 static int nsc_ircc_is_receiving(struct nsc_ircc_cb *self);
360 struct nsc_ircc_cb *self; local
392 self = netdev_priv(dev);
393 self
517 nsc_ircc_close(struct nsc_ircc_cb *self) argument
1253 nsc_ircc_change_speed(struct nsc_ircc_cb *self, __u32 speed) argument
1364 struct nsc_ircc_cb *self; local
1437 struct nsc_ircc_cb *self; local
1571 nsc_ircc_dma_xmit(struct nsc_ircc_cb *self, int iobase) argument
1650 nsc_ircc_dma_xmit_complete(struct nsc_ircc_cb *self) argument
1715 nsc_ircc_dma_receive(struct nsc_ircc_cb *self) argument
1767 nsc_ircc_dma_receive_complete(struct nsc_ircc_cb *self, int iobase) argument
1927 nsc_ircc_pio_receive(struct nsc_ircc_cb *self) argument
1948 nsc_ircc_sir_interrupt(struct nsc_ircc_cb *self, int eir) argument
2013 nsc_ircc_fir_interrupt(struct nsc_ircc_cb *self, int iobase, int eir) argument
2097 struct nsc_ircc_cb *self; local
2136 nsc_ircc_is_receiving(struct nsc_ircc_cb *self) argument
2174 struct nsc_ircc_cb *self; local
2237 struct nsc_ircc_cb *self; local
2285 struct nsc_ircc_cb *self; local
2326 struct nsc_ircc_cb *self = platform_get_drvdata(dev); local
2362 struct nsc_ircc_cb *self = platform_get_drvdata(dev); local
[all...]
H A Dvia-ircc.c82 static int via_ircc_dma_receive(struct via_ircc_cb *self);
83 static int via_ircc_dma_receive_complete(struct via_ircc_cb *self,
89 static void via_hw_init(struct via_ircc_cb *self);
90 static void via_ircc_change_speed(struct via_ircc_cb *self, __u32 baud);
92 static int via_ircc_is_receiving(struct via_ircc_cb *self);
101 static int RxTimerHandler(struct via_ircc_cb *self, int iobase);
102 static void hwreset(struct via_ircc_cb *self);
103 static int via_ircc_dma_xmit(struct via_ircc_cb *self, u16 iobase);
104 static int upload_rxdata(struct via_ircc_cb *self, int iobase);
293 struct via_ircc_cb *self; local
429 struct via_ircc_cb *self = pci_get_drvdata(pdev); local
464 via_hw_init(struct via_ircc_cb *self) argument
676 via_ircc_change_speed(struct via_ircc_cb *self, __u32 speed) argument
778 struct via_ircc_cb *self; local
850 struct via_ircc_cb *self; local
896 via_ircc_dma_xmit(struct via_ircc_cb *self, u16 iobase) argument
934 via_ircc_dma_xmit_complete(struct via_ircc_cb *self) argument
1003 via_ircc_dma_receive(struct via_ircc_cb *self) argument
1047 via_ircc_dma_receive_complete(struct via_ircc_cb *self, int iobase) argument
1168 upload_rxdata(struct via_ircc_cb *self, int iobase) argument
1218 RxTimerHandler(struct via_ircc_cb *self, int iobase) argument
1309 struct via_ircc_cb *self = netdev_priv(dev); local
1411 hwreset(struct via_ircc_cb *self) argument
1450 via_ircc_is_receiving(struct via_ircc_cb *self) argument
1475 struct via_ircc_cb *self; local
1543 struct via_ircc_cb *self; local
1583 struct via_ircc_cb *self; local
[all...]
H A Dbfin_sir.c168 struct bfin_sir_self *self = netdev_priv(dev); local
169 struct bfin_sir_port *port = self->sir_port;
173 return self->rx_buff.state != OUTSIDE_FRAME;
180 struct bfin_sir_self *self = netdev_priv(dev); local
181 struct bfin_sir_port *port = self->sir_port;
183 if (self->tx_buff.len != 0) {
184 chr = *(self->tx_buff.data);
186 self->tx_buff.data++;
187 self->tx_buff.len--;
189 self
205 struct bfin_sir_self *self = netdev_priv(dev); local
218 struct bfin_sir_self *self = netdev_priv(dev); local
232 struct bfin_sir_self *self = netdev_priv(dev); local
247 struct bfin_sir_self *self = netdev_priv(dev); local
283 struct bfin_sir_self *self = netdev_priv(dev); local
311 struct bfin_sir_self *self = netdev_priv(dev); local
323 struct bfin_sir_self *self = netdev_priv(dev); local
346 struct bfin_sir_self *self = netdev_priv(dev); local
456 struct bfin_sir_self *self; local
476 struct bfin_sir_self *self; local
505 struct bfin_sir_self *self = container_of(work, struct bfin_sir_self, work); local
538 struct bfin_sir_self *self = netdev_priv(dev); local
563 struct bfin_sir_self *self = netdev_priv(dev); local
602 struct bfin_sir_self *self = netdev_priv(dev); local
609 struct bfin_sir_self *self = netdev_priv(dev); local
649 struct bfin_sir_self *self = netdev_priv(dev); local
694 struct bfin_sir_self *self; local
782 struct bfin_sir_self *self; local
[all...]
H A Dsmsc-ircc2.c191 static void smsc_ircc_setup_io(struct smsc_ircc_cb *self, unsigned int fir_base, unsigned int sir_base, u8 dma, u8 irq);
192 static void smsc_ircc_setup_qos(struct smsc_ircc_cb *self);
193 static void smsc_ircc_init_chip(struct smsc_ircc_cb *self);
194 static int __exit smsc_ircc_close(struct smsc_ircc_cb *self);
195 static int smsc_ircc_dma_receive(struct smsc_ircc_cb *self);
196 static void smsc_ircc_dma_receive_complete(struct smsc_ircc_cb *self);
197 static void smsc_ircc_sir_receive(struct smsc_ircc_cb *self);
202 static void smsc_ircc_dma_xmit(struct smsc_ircc_cb *self, int bofs);
203 static void smsc_ircc_dma_xmit_complete(struct smsc_ircc_cb *self);
204 static void smsc_ircc_change_speed(struct smsc_ircc_cb *self, u3
495 struct smsc_ircc_cb *self = netdev_priv(dev); local
521 struct smsc_ircc_cb *self; local
699 smsc_ircc_setup_io(struct smsc_ircc_cb *self, unsigned int fir_base, unsigned int sir_base, u8 dma, u8 irq) argument
741 smsc_ircc_setup_qos(struct smsc_ircc_cb *self) argument
760 smsc_ircc_init_chip(struct smsc_ircc_cb *self) argument
803 struct smsc_ircc_cb *self; local
864 struct smsc_ircc_cb *self = netdev_priv(dev); local
888 struct smsc_ircc_cb *self; local
952 smsc_ircc_set_fir_speed(struct smsc_ircc_cb *self, u32 speed) argument
1004 smsc_ircc_fir_start(struct smsc_ircc_cb *self) argument
1050 smsc_ircc_fir_stop(struct smsc_ircc_cb *self) argument
1073 smsc_ircc_change_speed(struct smsc_ircc_cb *self, u32 speed) argument
1139 smsc_ircc_set_sir_speed(struct smsc_ircc_cb *self, __u32 speed) argument
1194 struct smsc_ircc_cb *self; local
1260 smsc_ircc_dma_xmit(struct smsc_ircc_cb *self, int bofs) argument
1315 smsc_ircc_dma_xmit_complete(struct smsc_ircc_cb *self) argument
1360 smsc_ircc_dma_receive(struct smsc_ircc_cb *self) argument
1415 smsc_ircc_dma_receive_complete(struct smsc_ircc_cb *self) argument
1487 smsc_ircc_sir_receive(struct smsc_ircc_cb *self) argument
1522 struct smsc_ircc_cb *self = netdev_priv(dev); local
1581 struct smsc_ircc_cb *self = netdev_priv(dev); local
1656 smsc_ircc_request_irq(struct smsc_ircc_cb *self) argument
1669 smsc_ircc_start_interrupts(struct smsc_ircc_cb *self) argument
1681 smsc_ircc_stop_interrupts(struct smsc_ircc_cb *self) argument
1705 struct smsc_ircc_cb *self; local
1763 struct smsc_ircc_cb *self; local
1793 struct smsc_ircc_cb *self = platform_get_drvdata(dev); local
1814 struct smsc_ircc_cb *self = platform_get_drvdata(dev); local
1846 smsc_ircc_close(struct smsc_ircc_cb *self) argument
1906 smsc_ircc_sir_start(struct smsc_ircc_cb *self) argument
1943 smsc_ircc_sir_stop(struct smsc_ircc_cb *self) argument
1965 smsc_ircc_sir_write_wakeup(struct smsc_ircc_cb *self) argument
2053 smsc_ircc_is_receiving(struct smsc_ircc_cb *self) argument
2065 smsc_ircc_probe_transceiver(struct smsc_ircc_cb *self) argument
2092 smsc_ircc_set_transceiver_for_speed(struct smsc_ircc_cb *self, u32 speed) argument
2124 smsc_ircc_sir_wait_hw_transmitter_finish(struct smsc_ircc_cb *self) argument
[all...]
H A Dsir-dev.h109 extern int sirdev_put_instance(struct sir_dev *self);
122 extern int sirdev_get_dongle(struct sir_dev *self, IRDA_DONGLE type);
123 extern int sirdev_put_dongle(struct sir_dev *self);
/drivers/pci/
H A Dof.c34 if (bus->self == NULL)
37 bus->dev.of_node = of_node_get(bus->self->dev.of_node);
49 if (WARN_ON(bus->self || bus->parent))
H A Dpci.h158 if (dev->bus->self)
159 parent_dstates = dev->bus->self->no_d1d2;
228 return bus->self && bus->self->ari_enabled;
248 struct pci_dev *self; /* this PF */ member in struct:pci_sriov
/drivers/usb/host/
H A Dehci-xilinx-of.c74 dev_warn(hcd->self.controller, "port %d cannot be enabled\n", portnum);
76 dev_warn(hcd->self.controller,
79 dev_warn(hcd->self.controller,
82 dev_warn(hcd->self.controller,
84 dev_warn(hcd->self.controller,
87 dev_warn(hcd->self.controller,
H A Dohci-s3c2410.c41 return hcd->self.controller->platform_data;
108 dev_dbg(hcd->self.controller,
159 dev_dbg(hcd->self.controller,
177 dev_dbg(hcd->self.controller, "SetPortFeat: POWER\n");
186 dev_dbg(hcd->self.controller,
197 dev_dbg(hcd->self.controller,
206 dev_dbg(hcd->self.controller,
231 dev_dbg(hcd->self.controller, "wHubCharacteristics 0x%04x\n",
249 dev_dbg(hcd->self.controller, "wHubCharacteristics after 0x%04x\n",
257 dev_dbg(hcd->self
[all...]
H A Dohci-pci.c29 device_init_wakeup(&hcd->self.root_hub->dev, 0);
66 struct pci_dev *pdev = to_pci_dev(hcd->self.controller);
183 pdev = to_pci_dev(ohci_to_hcd(ohci)->self.controller);
254 if (hcd->self.controller) {
255 struct pci_dev *pdev = to_pci_dev(hcd->self.controller);
279 if (hcd->self.controller) {
280 struct pci_dev *pdev = to_pci_dev(hcd->self.controller);
H A Dehci-mem.c167 dma_free_coherent (ehci_to_hcd(ehci)->self.controller,
184 ehci_to_hcd(ehci)->self.controller,
194 ehci_to_hcd(ehci)->self.controller,
208 ehci_to_hcd(ehci)->self.controller,
218 ehci_to_hcd(ehci)->self.controller,
228 dma_alloc_coherent (ehci_to_hcd(ehci)->self.controller,
H A Dohci-omap.c170 const unsigned port = ohci_to_hcd(ohci)->self.otg_port - 1;
192 struct omap_usb_config *config = hcd->self.controller->platform_data;
196 dev_dbg(hcd->self.controller, "starting USB Controller\n");
199 ohci_to_hcd(ohci)->self.otg_port = config->otg;
216 &ohci_to_hcd(ohci)->self);
217 dev_dbg(hcd->self.controller, "init %s transceiver, status %d\n",
225 dev_err(hcd->self.controller, "can't find transceiver\n");
266 /* We require a self-powered hub, which should have
284 dev_dbg(hcd->self.controller, "stopping USB Controller\n");
430 config = hcd->self
[all...]
/drivers/usb/core/
H A Dhcd.c418 s = hcd->self.bus_name;
497 tbuf [0] = (device_may_wakeup(&hcd->self.root_hub->dev)
505 device_set_wakeup_enable(&hcd->self.root_hub->dev, 0);
510 if (device_can_wakeup(&hcd->self.root_hub->dev)
512 device_set_wakeup_enable(&hcd->self.root_hub->dev, 1);
559 if (device_can_wakeup(&hcd->self.root_hub->dev))
583 dev_dbg (hcd->self.controller, "root hub device address %d\n",
599 dev_dbg (hcd->self.controller, "no endpoint features yet\n");
631 dev_dbg (hcd->self.controller,
751 dev_dbg (hcd->self
[all...]
H A Dbuffer.c56 if (!hcd->self.controller->dma_mask &&
65 hcd->pool[i] = dma_pool_create(name, hcd->self.controller,
122 return dma_alloc_coherent(hcd->self.controller, size, dma, mem_flags);
150 dma_free_coherent(hcd->self.controller, size, addr, dma);
/drivers/gpu/drm/mga/
H A Dmga_drv.c138 if ((pdev->device == 0x0525) && pdev->bus->self
139 && (pdev->bus->self->vendor == 0x3388)
140 && (pdev->bus->self->device == 0x0021)) {
/drivers/usb/wusbcore/
H A Dpal.c40 wusbhc->pal.device = wusbhc->usb_hcd.self.controller;
/drivers/pci/hotplug/
H A Dsgi_hotplug.c248 dev_dbg(&slot->pci_bus->self->dev, "is already active\n");
253 dev_dbg(&slot->pci_bus->self->dev,
260 dev_dbg(&slot->pci_bus->self->dev,
286 dev_dbg(&slot->pci_bus->self->dev, "Slot %s already inactive\n", slot->physical_path);
291 dev_dbg(&slot->pci_bus->self->dev,
297 dev_dbg(&slot->pci_bus->self->dev,
304 dev_dbg(&slot->pci_bus->self->dev,
316 dev_dbg(&slot->pci_bus->self->dev, "remove successful\n");
321 dev_dbg(&slot->pci_bus->self->dev,"remove failed rc = %d\n", rc);
374 dev_dbg(&slot->pci_bus->self
[all...]
H A Drpadlpar_core.c363 bus->self ? pci_name(bus->self) : "<!PHB!>");
389 BUG_ON(!bus->self);
390 pr_debug("PCI: Now removing bridge device %s\n", pci_name(bus->self));
391 eeh_remove_bus_device(bus->self);
392 pci_stop_and_remove_bus_device(bus->self);
/drivers/staging/tidspbridge/include/dspbridge/
H A Dio_sm.h83 * self: Pointer to its own notifier_block struct.
89 int io_mbox_msg(struct notifier_block *self, unsigned long len, void *msg);

Completed in 333 milliseconds

12345678