Home
last modified time | relevance | path

Searched refs:own (Results 1 – 25 of 67) sorted by relevance

123

/drivers/net/ethernet/stmicro/stmmac/
Dnorm_desc.c128 p->des01.rx.own = 1; in ndesc_init_rx_desc()
142 p->des01.tx.own = 0; in ndesc_init_tx_desc()
151 return p->des01.tx.own; in ndesc_get_tx_owner()
156 return p->des01.rx.own; in ndesc_get_rx_owner()
161 p->des01.tx.own = 1; in ndesc_set_tx_owner()
166 p->des01.rx.own = 1; in ndesc_set_rx_owner()
Ddescs.h51 u32 own:1; member
82 u32 own:1; member
112 u32 own:1; member
154 u32 own:1; member
Denh_desc.c286 p->des01.erx.own = 1; in enh_desc_init_rx_desc()
300 p->des01.etx.own = 0; in enh_desc_init_tx_desc()
309 return p->des01.etx.own; in enh_desc_get_tx_owner()
314 return p->des01.erx.own; in enh_desc_get_rx_owner()
319 p->des01.etx.own = 1; in enh_desc_set_tx_owner()
324 p->des01.erx.own = 1; in enh_desc_set_rx_owner()
/drivers/isdn/mISDN/
Dstack.c396 dev->teimgr->peer = &newst->own; in create_stack()
401 dev->D.peer = &newst->own; in create_stack()
402 newst->own.st = newst; in create_stack()
403 newst->own.ctrl = st_own_ctrl; in create_stack()
404 newst->own.send = mISDN_queue_message; in create_stack()
405 newst->own.recv = mISDN_queue_message; in create_stack()
443 ch->peer = &dev->D.st->own; in connect_layer1()
541 ch->peer = &dev->D.st->own; in create_l2entity()
558 rq.ch->peer = &dev->D.st->own; in create_l2entity()
/drivers/i2c/busses/
Di2c-elektor.c53 static int own = 0x55; variable
97 return (own); in pcf_isa_getown()
343 module_param(own, int, 0);
/drivers/media/pci/ttpci/
DKconfig32 Say Y if you own such a card and want to use it.
79 Say Y if you own such a card and want to use it.
106 Say Y if you own such a card and want to use it.
129 Say Y if you own such a card and want to use it.
151 Say Y if you own such a card and want to use it.
/drivers/media/usb/dvb-usb/
DKconfig14 Say Y if you own a USB DVB device.
45 Say Y if you own such a device and want to use it. You should build it as
66 Say Y if you own such a device and want to use it. You should build it as
95 Say Y if you own such a device and want to use it. You should build it as
259 Say Y if you own such a device and want to use it.
289 Say Y if you own such a device and want to use it.
/drivers/sbus/char/
Dbbc_i2c.c288 writeb(bp->own, bp->i2c_control_regs + 0x1); in reset_one_i2c()
335 bp->own = readb(bp->i2c_control_regs + 0x01); in attach_one_i2c()
340 bp->index, bp->i2c_control_regs, entry, bp->own, bp->clock); in attach_one_i2c()
Dbbc_i2c.h59 unsigned char own, clock; member
/drivers/media/pci/pt1/
DKconfig11 Say Y or M if you own such a device and want to use it.
/drivers/media/usb/b2c2/
DKconfig7 Say Y if you own such a device and want to use it.
/drivers/media/pci/b2c2/
DKconfig7 Say Y if you own such a device and want to use it.
/drivers/media/pci/ddbridge/
DKconfig18 Say Y if you own such a card and want to use it.
/drivers/media/pci/pluto2/
DKconfig14 Say Y or M if you own such a device and want to use it.
/drivers/net/fddi/skfp/
Dfplustm.c1061 struct fddi_addr *own, in mac_get_mc_table() argument
1072 *own = *user ; in mac_get_mc_table()
1074 p = own->a ; in mac_get_mc_table()
1085 if (memcmp((char *)&tb->a,(char *)own,6)) in mac_get_mc_table()
1147 SK_LOC_DECL(struct fddi_addr,own) ; in mac_add_multicast()
1167 if (!(tb = mac_get_mc_table(smc,addr,&own,0,can & ~0x80))) in mac_add_multicast()
1170 tb->a = own ; in mac_add_multicast()
/drivers/media/usb/ttusb-budget/
DKconfig18 Say Y if you own such a device and want to use it.
/drivers/net/irda/
DKconfig13 own serial driver for all IrDA ports that are 16550 compatible.
207 specification, and therefore needs its own specific driver. This
228 specification, and therefore needs its own specific driver. This
242 specification, and therefore needs its own specific driver. This
276 own specific driver. Those dongles support SIR and FIR (4Mbps)
398 own specific driver. Those dongles support SIR and FIR (4Mbps)
/drivers/media/pci/dm1105/
DKconfig21 Say Y or M if you own such a device and want to use it.
/drivers/media/usb/ttusb-dec/
DKconfig21 Say Y if you own such a device and want to use it.
/drivers/media/usb/tm6000/
DKconfig15 Say Y if you own such a device and want to use it.
/drivers/media/pci/mantis/
DKconfig8 Say Y if you own such a device and want to use it.
/drivers/net/wireless/ti/wlcore/
DKconfig8 Each chipset family needs to implement its own lower-level module
/drivers/android/
DKconfig31 created. Each binder device has its own context manager, and is
/drivers/net/wireless/rtlwifi/
Dpci.c568 u8 own = (u8) rtlpriv->cfg->ops->get_desc((u8 *) entry, true, in _rtl_pci_tx_isr() local
575 if (own) in _rtl_pci_tx_isr()
726 u8 own; in _rtl_pci_rx_interrupt() local
747 own = (u8) rtlpriv->cfg->ops->get_desc((u8 *) pdesc, in _rtl_pci_rx_interrupt()
751 if (own) in _rtl_pci_rx_interrupt()
1444 u8 own; in rtl_pci_tx() local
1474 own = (u8) rtlpriv->cfg->ops->get_desc((u8 *) pdesc, in rtl_pci_tx()
1477 if ((own == 1) && (hw_queue != BEACON_QUEUE)) { in rtl_pci_tx()
/drivers/media/pci/bt8xx/
DKconfig43 Say Y if you own such a device and want to use it.

123