isdn: rename capi_ctr_reseted() to capi_ctr_down()
Change the name of the Kernel CAPI exported function capi_ctr_reseted() to something representing its purpose better. Impact: renaming, no functional change Signed-off-by: Tilman Schmidt <tilman@imap.cc> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f0a4d0e5b5
commit
4e32997205
|
@ -45,7 +45,7 @@ From then on, Kernel CAPI may call the registered callback functions for the
|
||||||
device.
|
device.
|
||||||
|
|
||||||
If the device becomes unusable for any reason (shutdown, disconnect ...), the
|
If the device becomes unusable for any reason (shutdown, disconnect ...), the
|
||||||
driver has to call capi_ctr_reseted(). This will prevent further calls to the
|
driver has to call capi_ctr_down(). This will prevent further calls to the
|
||||||
callback functions by Kernel CAPI.
|
callback functions by Kernel CAPI.
|
||||||
|
|
||||||
|
|
||||||
|
@ -166,7 +166,7 @@ int detach_capi_ctr(struct capi_ctr *ctrlr)
|
||||||
register/unregister a device (controller) with Kernel CAPI
|
register/unregister a device (controller) with Kernel CAPI
|
||||||
|
|
||||||
void capi_ctr_ready(struct capi_ctr *ctrlr)
|
void capi_ctr_ready(struct capi_ctr *ctrlr)
|
||||||
void capi_ctr_reseted(struct capi_ctr *ctrlr)
|
void capi_ctr_down(struct capi_ctr *ctrlr)
|
||||||
signal controller ready/not ready
|
signal controller ready/not ready
|
||||||
|
|
||||||
void capi_ctr_suspend_output(struct capi_ctr *ctrlr)
|
void capi_ctr_suspend_output(struct capi_ctr *ctrlr)
|
||||||
|
|
|
@ -377,14 +377,14 @@ void capi_ctr_ready(struct capi_ctr * card)
|
||||||
EXPORT_SYMBOL(capi_ctr_ready);
|
EXPORT_SYMBOL(capi_ctr_ready);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* capi_ctr_reseted() - signal CAPI controller reset
|
* capi_ctr_down() - signal CAPI controller not ready
|
||||||
* @card: controller descriptor structure.
|
* @card: controller descriptor structure.
|
||||||
*
|
*
|
||||||
* Called by hardware driver to signal that the controller is down and
|
* Called by hardware driver to signal that the controller is down and
|
||||||
* unavailable for use.
|
* unavailable for use.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void capi_ctr_reseted(struct capi_ctr * card)
|
void capi_ctr_down(struct capi_ctr * card)
|
||||||
{
|
{
|
||||||
u16 appl;
|
u16 appl;
|
||||||
|
|
||||||
|
@ -413,7 +413,7 @@ void capi_ctr_reseted(struct capi_ctr * card)
|
||||||
notify_push(KCI_CONTRDOWN, card->cnr, 0, 0);
|
notify_push(KCI_CONTRDOWN, card->cnr, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
EXPORT_SYMBOL(capi_ctr_reseted);
|
EXPORT_SYMBOL(capi_ctr_down);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* capi_ctr_suspend_output() - suspend controller
|
* capi_ctr_suspend_output() - suspend controller
|
||||||
|
@ -517,7 +517,7 @@ EXPORT_SYMBOL(attach_capi_ctr);
|
||||||
int detach_capi_ctr(struct capi_ctr *card)
|
int detach_capi_ctr(struct capi_ctr *card)
|
||||||
{
|
{
|
||||||
if (card->cardstate != CARD_DETECTED)
|
if (card->cardstate != CARD_DETECTED)
|
||||||
capi_ctr_reseted(card);
|
capi_ctr_down(card);
|
||||||
|
|
||||||
ncards--;
|
ncards--;
|
||||||
|
|
||||||
|
|
|
@ -330,7 +330,7 @@ void b1_reset_ctr(struct capi_ctr *ctrl)
|
||||||
spin_lock_irqsave(&card->lock, flags);
|
spin_lock_irqsave(&card->lock, flags);
|
||||||
capilib_release(&cinfo->ncci_head);
|
capilib_release(&cinfo->ncci_head);
|
||||||
spin_unlock_irqrestore(&card->lock, flags);
|
spin_unlock_irqrestore(&card->lock, flags);
|
||||||
capi_ctr_reseted(ctrl);
|
capi_ctr_down(ctrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
void b1_register_appl(struct capi_ctr *ctrl,
|
void b1_register_appl(struct capi_ctr *ctrl,
|
||||||
|
|
|
@ -759,7 +759,7 @@ void b1dma_reset_ctr(struct capi_ctr *ctrl)
|
||||||
memset(cinfo->version, 0, sizeof(cinfo->version));
|
memset(cinfo->version, 0, sizeof(cinfo->version));
|
||||||
capilib_release(&cinfo->ncci_head);
|
capilib_release(&cinfo->ncci_head);
|
||||||
spin_unlock_irqrestore(&card->lock, flags);
|
spin_unlock_irqrestore(&card->lock, flags);
|
||||||
capi_ctr_reseted(ctrl);
|
capi_ctr_down(ctrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------- */
|
/* ------------------------------------------------------------- */
|
||||||
|
|
|
@ -681,7 +681,7 @@ static irqreturn_t c4_handle_interrupt(avmcard *card)
|
||||||
spin_lock_irqsave(&card->lock, flags);
|
spin_lock_irqsave(&card->lock, flags);
|
||||||
capilib_release(&cinfo->ncci_head);
|
capilib_release(&cinfo->ncci_head);
|
||||||
spin_unlock_irqrestore(&card->lock, flags);
|
spin_unlock_irqrestore(&card->lock, flags);
|
||||||
capi_ctr_reseted(&cinfo->capi_ctrl);
|
capi_ctr_down(&cinfo->capi_ctrl);
|
||||||
}
|
}
|
||||||
card->nlogcontr = 0;
|
card->nlogcontr = 0;
|
||||||
return IRQ_HANDLED;
|
return IRQ_HANDLED;
|
||||||
|
@ -909,7 +909,7 @@ static void c4_reset_ctr(struct capi_ctr *ctrl)
|
||||||
for (i=0; i < card->nr_controllers; i++) {
|
for (i=0; i < card->nr_controllers; i++) {
|
||||||
cinfo = &card->ctrlinfo[i];
|
cinfo = &card->ctrlinfo[i];
|
||||||
memset(cinfo->version, 0, sizeof(cinfo->version));
|
memset(cinfo->version, 0, sizeof(cinfo->version));
|
||||||
capi_ctr_reseted(&cinfo->capi_ctrl);
|
capi_ctr_down(&cinfo->capi_ctrl);
|
||||||
}
|
}
|
||||||
card->nlogcontr = 0;
|
card->nlogcontr = 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -339,7 +339,7 @@ static void t1isa_reset_ctr(struct capi_ctr *ctrl)
|
||||||
spin_lock_irqsave(&card->lock, flags);
|
spin_lock_irqsave(&card->lock, flags);
|
||||||
capilib_release(&cinfo->ncci_head);
|
capilib_release(&cinfo->ncci_head);
|
||||||
spin_unlock_irqrestore(&card->lock, flags);
|
spin_unlock_irqrestore(&card->lock, flags);
|
||||||
capi_ctr_reseted(ctrl);
|
capi_ctr_down(ctrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void t1isa_remove(struct pci_dev *pdev)
|
static void t1isa_remove(struct pci_dev *pdev)
|
||||||
|
|
|
@ -67,7 +67,7 @@ hycapi_reset_ctr(struct capi_ctr *ctrl)
|
||||||
printk(KERN_NOTICE "HYCAPI hycapi_reset_ctr\n");
|
printk(KERN_NOTICE "HYCAPI hycapi_reset_ctr\n");
|
||||||
#endif
|
#endif
|
||||||
capilib_release(&cinfo->ncci_head);
|
capilib_release(&cinfo->ncci_head);
|
||||||
capi_ctr_reseted(ctrl);
|
capi_ctr_down(ctrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************
|
/******************************
|
||||||
|
@ -347,7 +347,7 @@ int hycapi_capi_stop(hysdn_card *card)
|
||||||
if(cinfo) {
|
if(cinfo) {
|
||||||
ctrl = &cinfo->capi_ctrl;
|
ctrl = &cinfo->capi_ctrl;
|
||||||
/* ctrl->suspend_output(ctrl); */
|
/* ctrl->suspend_output(ctrl); */
|
||||||
capi_ctr_reseted(ctrl);
|
capi_ctr_down(ctrl);
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -79,7 +79,7 @@ int attach_capi_ctr(struct capi_ctr *);
|
||||||
int detach_capi_ctr(struct capi_ctr *);
|
int detach_capi_ctr(struct capi_ctr *);
|
||||||
|
|
||||||
void capi_ctr_ready(struct capi_ctr * card);
|
void capi_ctr_ready(struct capi_ctr * card);
|
||||||
void capi_ctr_reseted(struct capi_ctr * card);
|
void capi_ctr_down(struct capi_ctr * card);
|
||||||
void capi_ctr_suspend_output(struct capi_ctr * card);
|
void capi_ctr_suspend_output(struct capi_ctr * card);
|
||||||
void capi_ctr_resume_output(struct capi_ctr * card);
|
void capi_ctr_resume_output(struct capi_ctr * card);
|
||||||
void capi_ctr_handle_message(struct capi_ctr * card, u16 appl, struct sk_buff *skb);
|
void capi_ctr_handle_message(struct capi_ctr * card, u16 appl, struct sk_buff *skb);
|
||||||
|
|
|
@ -382,7 +382,7 @@ static void cmtp_reset_ctr(struct capi_ctr *ctrl)
|
||||||
|
|
||||||
BT_DBG("ctrl %p", ctrl);
|
BT_DBG("ctrl %p", ctrl);
|
||||||
|
|
||||||
capi_ctr_reseted(ctrl);
|
capi_ctr_down(ctrl);
|
||||||
|
|
||||||
atomic_inc(&session->terminate);
|
atomic_inc(&session->terminate);
|
||||||
cmtp_schedule(session);
|
cmtp_schedule(session);
|
||||||
|
|
Loading…
Reference in New Issue