Home
last modified time | relevance | path

Searched refs:ccp (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/usb/
Dauerchar.c38 …struct auerchar *ccp =((struct auerchar *) ((char *) (scp) - (unsigned long) (&((struct auerchar *… in auerchar_disconnect() local
40 ccp->removed = 1; in auerchar_disconnect()
41 wake_up(&ccp->readwait); in auerchar_disconnect()
50 struct auerchar *ccp; in auerchar_ctrlread_dispatch() local
54 ccp =((struct auerchar *) ((char *) (scp) - (unsigned long)(&((struct auerchar *) 0)->scontext))); in auerchar_ctrlread_dispatch()
57 newbp = auerbuf_getbuf(&ccp->bufctl); in auerchar_ctrlread_dispatch()
71 spin_lock_irqsave(&ccp->bufctl.lock, flags); in auerchar_ctrlread_dispatch()
72 list_add_tail(&newbp->buff_list, &ccp->bufctl.rec_buff_list); in auerchar_ctrlread_dispatch()
73 spin_unlock_irqrestore(&ccp->bufctl.lock, flags); in auerchar_ctrlread_dispatch()
77 wake_up(&ccp->readwait); in auerchar_ctrlread_dispatch()
[all …]
Dauerchar.h61 void auerchar_delete(struct auerchar *ccp);
/linux-2.4.37.9/drivers/s390/net/
Dc7000.c636 c7000_error(struct c7000_controller *ccp) in c7000_error() argument
640 struct net_device *dev = ccp->dev; in c7000_error()
643 cup = &ccp->cunits[i]; in c7000_error()
651 CPrintk(0, "c7000: c7000_error: base unit 0x%x is down\n", ccp->base_addr); in c7000_error()
854 struct c7000_controller *ccp = cup->cntlp; in c7000_bld_wrt_chpgm() local
857 ccwp->cmd_code = C7000_WRITE_CCW | (ccp->linkid << 3); in c7000_bld_wrt_chpgm()
977 struct c7000_controller *ccp = (struct c7000_controller *) dev->priv; in c7000_alloc_buffers() local
981 cup = &ccp->cunits[i]; in c7000_alloc_buffers()
1050 struct c7000_controller *ccp = (struct c7000_controller *) dev->priv; in c7000_free_buffers() local
1054 cup = &ccp->cunits[i]; in c7000_free_buffers()
[all …]