Home
last modified time | relevance | path

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

123

/drivers/net/ethernet/stmicro/stmmac/
Dnorm_desc.c129 p->des01.rx.own = 1; in ndesc_init_rx_desc()
144 p->des01.tx.own = 0; in ndesc_init_tx_desc()
152 return p->des01.tx.own; in ndesc_get_tx_owner()
157 return p->des01.rx.own; in ndesc_get_rx_owner()
162 p->des01.tx.own = 1; in ndesc_set_tx_owner()
167 p->des01.rx.own = 1; in ndesc_set_rx_owner()
Ddescs.h46 u32 own:1; member
77 u32 own:1; member
107 u32 own:1; member
149 u32 own:1; member
Denh_desc.c235 p->des01.erx.own = 1; in enh_desc_init_rx_desc()
251 p->des01.etx.own = 0; in enh_desc_init_tx_desc()
259 return p->des01.etx.own; in enh_desc_get_tx_owner()
264 return p->des01.erx.own; in enh_desc_get_rx_owner()
269 p->des01.etx.own = 1; in enh_desc_set_tx_owner()
274 p->des01.erx.own = 1; in enh_desc_set_rx_owner()
/drivers/media/dvb/b2c2/
DKconfig22 Say Y if you own such a device and want to use it.
30 Say Y if you own such a device and want to use it.
38 Say Y if you own such a device and want to use it.
/drivers/isdn/mISDN/
Dstack.c392 dev->teimgr->peer = &newst->own; in create_stack()
397 dev->D.peer = &newst->own; in create_stack()
398 newst->own.st = newst; in create_stack()
399 newst->own.ctrl = st_own_ctrl; in create_stack()
400 newst->own.send = mISDN_queue_message; in create_stack()
401 newst->own.recv = mISDN_queue_message; in create_stack()
439 ch->peer = &dev->D.st->own; in connect_layer1()
537 ch->peer = &dev->D.st->own; in create_l2entity()
554 rq.ch->peer = &dev->D.st->own; in create_l2entity()
/drivers/media/dvb/ttpci/
DKconfig37 Say Y if you own such a card and want to use it.
84 Say Y if you own such a card and want to use it.
111 Say Y if you own such a card and want to use it.
134 Say Y if you own such a card and want to use it.
156 Say Y if you own such a card and want to use it.
/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/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/dvb/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
272 Say Y if you own such a device and want to use it.
300 Say Y if you own such a device and want to use it.
/drivers/media/dvb/pt1/
DKconfig11 Say Y or M if you own such a device and want to use it.
/drivers/media/dvb/ddbridge/
DKconfig18 Say Y if you own such a card 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/dvb/pluto2/
DKconfig14 Say Y or M if you own such a device and want to use it.
/drivers/media/dvb/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/dvb/dm1105/
DKconfig20 Say Y or M if you own such a device and want to use it.
/drivers/thermal/
DKconfig11 Each thermal zone contains its own temperature, trip points,
/drivers/media/dvb/bt8xx/
DKconfig22 Say Y if you own such a device and want to use it.
/drivers/media/dvb/ttusb-dec/
DKconfig21 Say Y if you own such a device and want to use it.
/drivers/media/video/tm6000/
DKconfig15 Say Y if you own such a device and want to use it.
/drivers/net/wireless/rtlwifi/
Dpci.c526 u8 own = (u8) rtlpriv->cfg->ops->get_desc((u8 *) entry, true, in _rtl_pci_tx_isr() local
534 if (own) in _rtl_pci_tx_isr()
670 u8 own; in _rtl_pci_rx_interrupt() local
691 own = (u8) rtlpriv->cfg->ops->get_desc((u8 *) pdesc, in _rtl_pci_rx_interrupt()
695 if (own) in _rtl_pci_rx_interrupt()
1356 u8 own; in rtl_pci_tx() local
1388 own = (u8) rtlpriv->cfg->ops->get_desc((u8 *) pdesc, in rtl_pci_tx()
1391 if ((own == 1) && (hw_queue != BEACON_QUEUE)) { in rtl_pci_tx()
/drivers/media/dvb/mantis/
DKconfig8 Say Y if you own such a device and want to use it.
/drivers/net/wireless/rtlwifi/rtl8192cu/
Dmac.h121 u32 own:1; member
/drivers/staging/iio/Documentation/
Dinkernel.txt32 must pass the iio_map structures and a pointer to its own iio_dev structure

123