Home
last modified time | relevance | path

Searched refs:cells (Results 1 – 15 of 15) sorted by relevance

/drivers/mfd/
Dti-ssp.c325 struct mfd_cell cells[2]; in ti_ssp_probe() local
405 memset(cells, 0, sizeof(cells)); in ti_ssp_probe()
409 cells[id].id = id; in ti_ssp_probe()
410 cells[id].name = data->dev_name; in ti_ssp_probe()
411 cells[id].platform_data = data->pdata; in ti_ssp_probe()
412 cells[id].data_size = data->pdata_size; in ti_ssp_probe()
415 error = mfd_add_devices(dev, 0, cells, 2, NULL, 0); in ti_ssp_probe()
Dtwl4030-audio.c49 struct mfd_cell cells[TWL4030_AUDIO_CELLS]; member
210 cell = &audio->cells[childs]; in twl4030_audio_probe()
217 cell = &audio->cells[childs]; in twl4030_audio_probe()
225 ret = mfd_add_devices(&pdev->dev, pdev->id, audio->cells, in twl4030_audio_probe()
Ddavinci_voicecodec.c120 cell = &davinci_vc->cells[DAVINCI_VC_VCIF_CELL]; in davinci_vc_probe()
126 cell = &davinci_vc->cells[DAVINCI_VC_CQ93VC_CELL]; in davinci_vc_probe()
131 ret = mfd_add_devices(&pdev->dev, pdev->id, davinci_vc->cells, in davinci_vc_probe()
Dmfd-core.c161 struct mfd_cell *cells, int n_devs, in mfd_add_devices() argument
176 cells[i].usage_count = &cnts[i]; in mfd_add_devices()
177 ret = mfd_add_device(parent, id, cells + i, mem_base, irq_base); in mfd_add_devices()
Djanz-cmodio.c57 struct mfd_cell cells[CMODIO_MAX_MODULES]; member
76 cell = &priv->cells[devno]; in cmodio_setup_subdevice()
149 return mfd_add_devices(&pdev->dev, 0, priv->cells, in cmodio_probe_submodules()
Dwl1273-core.c218 cell = &core->cells[children]; in wl1273_core_probe()
231 cell = &core->cells[children]; in wl1273_core_probe()
243 r = mfd_add_devices(&client->dev, -1, core->cells, in wl1273_core_probe()
Dtwl6040-core.c578 cell = &twl6040->cells[children]; in twl6040_probe()
592 cell = &twl6040->cells[children]; in twl6040_probe()
605 ret = mfd_add_devices(&client->dev, -1, twl6040->cells, in twl6040_probe()
/drivers/s390/char/
Dtty3270.c49 struct tty3270_cell *cells; member
765 tp->screen[lines].cells = kzalloc(size, GFP_KERNEL); in tty3270_alloc_screen()
766 if (!tp->screen[lines].cells) in tty3270_alloc_screen()
772 kfree(tp->screen[lines].cells); in tty3270_alloc_screen()
787 kfree(tp->screen[lines].cells); in tty3270_free_screen()
971 cell = line->cells + line->len; in tty3270_put_character()
979 cell = line->cells + tp->cx; in tty3270_put_character()
1005 for (i = 0, cell = line->cells; i < line->len; i++, cell++) { in tty3270_convert_line()
1049 for (i = 0, cell = line->cells; i < line->len; i++, cell++) { in tty3270_convert_line()
1145 line->cells[line->len].character = tp->view.ascebc[' ']; in tty3270_insert_characters()
[all …]
/drivers/atm/
Dzatm.c373 int cells,size,chan; in poll_rx() local
379 cells = here[0] & uPD98401_AAL5_SIZE; in poll_rx()
413 size = error ? 0 : ntohs(((__be16 *) skb->data)[cells* in poll_rx()
447 if (size && (size > cells*ATM_CELL_PAYLOAD-ATM_AAL5_TRAILER || in poll_rx()
448 size <= (cells-1)*ATM_CELL_PAYLOAD-ATM_AAL5_TRAILER)) { in poll_rx()
450 "cells\n",dev->number,size,cells); in poll_rx()
488 int cells; in open_rx_first() local
500 cells = DIV_ROUND_UP(vcc->qos.rxtp.max_sdu + ATM_AAL5_TRAILER, in open_rx_first()
502 zatm_vcc->pool = pool_index(cells*ATM_CELL_PAYLOAD); in open_rx_first()
505 cells = 1; in open_rx_first()
[all …]
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.
Didt77252.h191 u64 cells; member
Dlanai.c680 int cells = (size + 8 + 47) / 48; in aal5_size() local
681 return cells * 48; in aal5_size()
689 int cells = space / 48; in aal5_spacefor() local
690 return cells * 48; in aal5_spacefor()
Didt77252.c727 vc->estimator->cells += (skb->len + 47) / 48; in push_on_scq()
2096 ncells = est->cells; in idt77252_est_timer()
/drivers/md/
Ddm-thin.c128 struct hlist_head *cells; member
169 prison->cells = (struct hlist_head *) (prison + 1); in prison_create()
171 INIT_HLIST_HEAD(prison->cells + i); in prison_create()
228 cell = __search_bucket(prison->cells + hash, key); in bio_detain()
245 cell = __search_bucket(prison->cells + hash, key); in bio_detain()
261 hlist_add_head(&cell->list, prison->cells + hash); in bio_detain()
/drivers/staging/iio/Documentation/
Dsysfs-bus-iio737 In bridge applications, such as strain gauges and load cells,