Searched refs:cells (Results 1 - 14 of 14) sorted by relevance

/drivers/mfd/
H A Ddavinci_voicecodec.c120 cell = &davinci_vc->cells[DAVINCI_VC_VCIF_CELL];
126 cell = &davinci_vc->cells[DAVINCI_VC_CQ93VC_CELL];
131 ret = mfd_add_devices(&pdev->dev, pdev->id, davinci_vc->cells,
H A Dti-ssp.c325 struct mfd_cell cells[2]; local
405 memset(cells, 0, sizeof(cells));
409 cells[id].id = id;
410 cells[id].name = data->dev_name;
411 cells[id].platform_data = data->pdata;
412 cells[id].data_size = data->pdata_size;
415 error = mfd_add_devices(dev, 0, cells, 2, NULL, 0);
417 dev_err(dev, "cannot add mfd cells\n");
H A Dtwl4030-audio.c49 struct mfd_cell cells[TWL4030_AUDIO_CELLS]; member in struct:twl4030_audio
210 cell = &audio->cells[childs];
217 cell = &audio->cells[childs];
225 ret = mfd_add_devices(&pdev->dev, pdev->id, audio->cells,
H A Djanz-cmodio.c57 struct mfd_cell cells[CMODIO_MAX_MODULES]; member in struct:cmodio_device
76 cell = &priv->cells[devno];
149 return mfd_add_devices(&pdev->dev, 0, priv->cells,
H A Dmfd-core.c156 struct mfd_cell *cells, int n_devs,
164 /* initialize reference counting for all cells */
171 cells[i].usage_count = &cnts[i];
172 ret = mfd_add_device(parent, id, cells + i, mem_base, irq_base);
155 mfd_add_devices(struct device *parent, int id, struct mfd_cell *cells, int n_devs, struct resource *mem_base, int irq_base) argument
H A Dwl1273-core.c218 cell = &core->cells[children];
231 cell = &core->cells[children];
243 r = mfd_add_devices(&client->dev, -1, core->cells,
H A Dtwl6040-core.c578 cell = &twl6040->cells[children];
592 cell = &twl6040->cells[children];
605 ret = mfd_add_devices(&client->dev, -1, twl6040->cells,
/drivers/s390/char/
H A Dtty3270.c49 struct tty3270_cell *cells; member in struct:tty3270_line
765 tp->screen[lines].cells = kzalloc(size, GFP_KERNEL);
766 if (!tp->screen[lines].cells)
772 kfree(tp->screen[lines].cells);
787 kfree(tp->screen[lines].cells);
971 cell = line->cells + line->len;
979 cell = line->cells + tp->cx;
1005 for (i = 0, cell = line->cells; i < line->len; i++, cell++) {
1049 for (i = 0, cell = line->cells; i < line->len; i++, cell++) {
1145 line->cells[lin
[all...]
/drivers/atm/
H A Dzatm.c373 int cells,size,chan; local
379 cells = here[0] & uPD98401_AAL5_SIZE;
413 size = error ? 0 : ntohs(((__be16 *) skb->data)[cells*
447 if (size && (size > cells*ATM_CELL_PAYLOAD-ATM_AAL5_TRAILER ||
448 size <= (cells-1)*ATM_CELL_PAYLOAD-ATM_AAL5_TRAILER)) {
450 "cells\n",dev->number,size,cells);
488 int cells; local
500 cells = DIV_ROUND_UP(vcc->qos.rxtp.max_sdu + ATM_AAL5_TRAILER,
502 zatm_vcc->pool = pool_index(cells*ATM_CELL_PAYLOA
[all...]
H A DKconfig234 bool "Receive ALL cells in raw queue"
237 Enable receiving of all cells on the ATM link, that do not match
361 frames (<64 bytes) or raw AAL0 cells (48 bytes) to the ATM adapter.
H A Didt77252.h191 u64 cells; member in struct:rate_estimator
515 #define SAR_CFG_TX_FIFO_SIZE_2 0x08000000 /* TX FIFO Size = 2 cells */
516 #define SAR_CFG_TX_FIFO_SIZE_4 0x0C000000 /* TX FIFO Size = 4 cells */
517 #define SAR_CFG_TX_FIFO_SIZE_9 0x00000000 /* TX FIFO Size = 9 cells (full) */
596 #define SAR_GP_RM_NORMAL 0x00000000 /* Normal handling of RM cells */
597 #define SAR_GP_RM_TO_RCQ 0x00002000 /* put RM cells into Raw Cell Queue */
758 #define SAR_RCTE_FBP_1 0x00200000 /* use FBQ 1 for all cells */
759 #define SAR_RCTE_FBP_2 0x00400000 /* use FBQ 2 for all cells */
760 #define SAR_RCTE_FBP_3 0x00600000 /* use FBQ 3 for all cells */
H A Dlanai.c142 * When allocating an AAL0 transmiting buffer, how many cells should fit.
254 unsigned ovfl_trash; /* # of cells dropped - buffer overflow */
255 unsigned vci_trash; /* # of cells dropped - closed vci */
256 unsigned hec_err; /* # of cells dropped - bad HEC */
257 unsigned atm_ovfl; /* # of cells dropped - rx fifo overflow */
447 #define CONFIG2_HEC_DROP (0x00000008) /* Drop cells w/ HEC errors */
450 #define CONFIG2_TRASH_ALL (0x00000040) /* Trashing incoming cells */
451 #define CONFIG2_TX_DISABLE (0x00000080) /* Trashing outgoing cells */
602 #define RXADDR1_OAM_PRESERVE (0x00002000) /* Input OAM cells as AAL0 */
676 * o we need to round up to 48 bytes for cells
680 int cells = (size + 8 + 47) / 48; local
689 int cells = space / 48; local
[all...]
H A Didt77252.c727 vc->estimator->cells += (skb->len + 47) / 48;
2096 ncells = est->cells;
2979 SAR_CFG_RAWIE | /* interrupt enable on raw cells */
3020 SAR_CFG_RAWIE | /* interrupt enable on raw cells */
3340 SAR_CFG_IDLE_CLP | /* Set CLP on idle cells */
3342 SAR_CFG_NO_IDLE | /* Do not send idle cells */
/drivers/md/
H A Ddm-thin.c128 struct hlist_head *cells; member in struct:bio_prison
145 * @nr_cells should be the number of cells you want in use _concurrently_.
169 prison->cells = (struct hlist_head *) (prison + 1);
171 INIT_HLIST_HEAD(prison->cells + i);
212 * cells will be unlocked even if the calling thread is blocked.
228 cell = __search_bucket(prison->cells + hash, key);
245 cell = __search_bucket(prison->cells + hash, key);
261 hlist_add_head(&cell->list, prison->cells + hash);

Completed in 263 milliseconds