/linux-4.1.27/fs/afs/ |
D | cell.c | 37 struct afs_cell *cell; in afs_cell_alloc() local 54 cell = kzalloc(sizeof(struct afs_cell) + namelen + 1, GFP_KERNEL); in afs_cell_alloc() 55 if (!cell) { in afs_cell_alloc() 60 memcpy(cell->name, name, namelen); in afs_cell_alloc() 61 cell->name[namelen] = 0; in afs_cell_alloc() 63 atomic_set(&cell->usage, 1); in afs_cell_alloc() 64 INIT_LIST_HEAD(&cell->link); in afs_cell_alloc() 65 rwlock_init(&cell->servers_lock); in afs_cell_alloc() 66 INIT_LIST_HEAD(&cell->servers); in afs_cell_alloc() 67 init_rwsem(&cell->vl_sem); in afs_cell_alloc() [all …]
|
D | proc.c | 205 struct afs_cell *cell = list_entry(v, struct afs_cell, proc_link); in afs_proc_cells_show() local 215 atomic_read(&cell->usage), cell->name); in afs_proc_cells_show() 270 struct afs_cell *cell; in afs_proc_cells_write() local 272 cell = afs_cell_create(name, strlen(name), args, false); in afs_proc_cells_write() 273 if (IS_ERR(cell)) { in afs_proc_cells_write() 274 ret = PTR_ERR(cell); in afs_proc_cells_write() 278 afs_put_cell(cell); in afs_proc_cells_write() 350 int afs_proc_cell_setup(struct afs_cell *cell) in afs_proc_cell_setup() argument 354 _enter("%p{%s}", cell, cell->name); in afs_proc_cell_setup() 356 dir = proc_mkdir(cell->name, proc_afs); in afs_proc_cell_setup() [all …]
|
D | vlocation.c | 41 struct afs_cell *cell = vl->cell; in afs_vlocation_access_vl_by_name() local 45 _enter("%s,%s", cell->name, vl->vldb.name); in afs_vlocation_access_vl_by_name() 47 down_write(&vl->cell->vl_sem); in afs_vlocation_access_vl_by_name() 49 for (count = cell->vl_naddrs; count > 0; count--) { in afs_vlocation_access_vl_by_name() 50 addr = cell->vl_addrs[cell->vl_curr_svix]; in afs_vlocation_access_vl_by_name() 52 _debug("CellServ[%hu]: %08x", cell->vl_curr_svix, addr.s_addr); in afs_vlocation_access_vl_by_name() 79 cell->vl_curr_svix++; in afs_vlocation_access_vl_by_name() 80 cell->vl_curr_svix %= cell->vl_naddrs; in afs_vlocation_access_vl_by_name() 84 up_write(&vl->cell->vl_sem); in afs_vlocation_access_vl_by_name() 99 struct afs_cell *cell = vl->cell; in afs_vlocation_access_vl_by_id() local [all …]
|
D | server.c | 69 static struct afs_server *afs_alloc_server(struct afs_cell *cell, in afs_alloc_server() argument 79 server->cell = cell; in afs_alloc_server() 104 struct afs_server *afs_lookup_server(struct afs_cell *cell, in afs_lookup_server() argument 109 _enter("%p,%pI4", cell, &addr->s_addr); in afs_lookup_server() 112 read_lock(&cell->servers_lock); in afs_lookup_server() 114 list_for_each_entry(server, &cell->servers, link) { in afs_lookup_server() 118 read_unlock(&cell->servers_lock); in afs_lookup_server() 120 candidate = afs_alloc_server(cell, addr); in afs_lookup_server() 126 write_lock(&cell->servers_lock); in afs_lookup_server() 129 list_for_each_entry(server, &cell->servers, link) { in afs_lookup_server() [all …]
|
D | super.c | 146 struct afs_cell *cell; in afs_parse_options() local 162 cell = afs_cell_lookup(args[0].from, in afs_parse_options() 165 if (IS_ERR(cell)) in afs_parse_options() 166 return PTR_ERR(cell); in afs_parse_options() 167 afs_put_cell(params->cell); in afs_parse_options() 168 params->cell = cell; in afs_parse_options() 209 struct afs_cell *cell; in afs_parse_device_name() local 265 cellnamesz, cellnamesz, cellname ?: "", params->cell); in afs_parse_device_name() 268 if (cellname || !params->cell) { in afs_parse_device_name() 269 cell = afs_cell_lookup(cellname, cellnamesz, true); in afs_parse_device_name() [all …]
|
D | volume.c | 57 vlocation = afs_vlocation_lookup(params->cell, params->key, in afs_volume_lookup() 85 down_write(¶ms->cell->vl_sem); in afs_volume_lookup() 106 volume->cell = params->cell; in afs_volume_lookup() 119 volume->cell, &vlocation->vldb.servers[loop]); in afs_volume_lookup() 144 up_write(¶ms->cell->vl_sem); in afs_volume_lookup() 151 up_write(¶ms->cell->vl_sem); in afs_volume_lookup() 160 up_write(¶ms->cell->vl_sem); in afs_volume_lookup() 188 down_write(&vlocation->cell->vl_sem); in afs_put_volume() 191 up_write(&vlocation->cell->vl_sem); in afs_put_volume() 198 up_write(&vlocation->cell->vl_sem); in afs_put_volume()
|
D | security.c | 23 struct key *afs_request_key(struct afs_cell *cell) in afs_request_key() argument 27 _enter("{%x}", key_serial(cell->anonymous_key)); in afs_request_key() 29 _debug("key %s", cell->anonymous_key->description); in afs_request_key() 30 key = request_key(&key_type_rxrpc, cell->anonymous_key->description, in afs_request_key() 39 _leave(" = {%x} [anon]", key_serial(cell->anonymous_key)); in afs_request_key() 40 return key_get(cell->anonymous_key); in afs_request_key() 166 if (key == vnode->volume->cell->anonymous_key) in afs_cache_permit() 239 if (key == auth_vnode->volume->cell->anonymous_key) { in afs_check_permit() 301 key = afs_request_key(vnode->volume->cell); in afs_permission()
|
D | cache.c | 87 const struct afs_cell *cell = cookie_netfs_data; in afs_cell_cache_get_key() local 90 _enter("%p,%p,%u", cell, buffer, bufmax); in afs_cell_cache_get_key() 92 klen = strlen(cell->name); in afs_cell_cache_get_key() 96 memcpy(buffer, cell->name, klen); in afs_cell_cache_get_key() 106 const struct afs_cell *cell = cookie_netfs_data; in afs_cell_cache_get_aux() local 109 _enter("%p,%p,%u", cell, buffer, bufmax); in afs_cell_cache_get_aux() 111 dlen = cell->vl_naddrs * sizeof(cell->vl_addrs[0]); in afs_cell_cache_get_aux() 113 dlen &= ~(sizeof(cell->vl_addrs[0]) - 1); in afs_cell_cache_get_aux() 115 memcpy(buffer, cell->vl_addrs, dlen); in afs_cell_cache_get_aux()
|
/linux-4.1.27/sound/core/seq/ |
D | seq_prioq.c | 147 struct snd_seq_event_cell * cell) in snd_seq_prioq_cell_in() argument 154 if (snd_BUG_ON(!f || !cell)) in snd_seq_prioq_cell_in() 158 prior = (cell->event.flags & SNDRV_SEQ_PRIORITY_MASK); in snd_seq_prioq_cell_in() 166 if (compare_timestamp(&cell->event, &f->tail->event)) { in snd_seq_prioq_cell_in() 168 f->tail->next = cell; in snd_seq_prioq_cell_in() 169 f->tail = cell; in snd_seq_prioq_cell_in() 170 cell->next = NULL; in snd_seq_prioq_cell_in() 185 int rel = compare_timestamp_rel(&cell->event, &cur->event); in snd_seq_prioq_cell_in() 205 prev->next = cell; in snd_seq_prioq_cell_in() 206 cell->next = cur; in snd_seq_prioq_cell_in() [all …]
|
D | seq_fifo.c | 95 struct snd_seq_event_cell *cell; in snd_seq_fifo_clear() local 104 while ((cell = fifo_cell_out(f)) != NULL) { in snd_seq_fifo_clear() 105 snd_seq_cell_free(cell); in snd_seq_fifo_clear() 115 struct snd_seq_event_cell *cell; in snd_seq_fifo_event_in() local 123 err = snd_seq_event_dup(f->pool, event, &cell, 1, NULL); /* always non-blocking */ in snd_seq_fifo_event_in() 134 f->tail->next = cell; in snd_seq_fifo_event_in() 135 f->tail = cell; in snd_seq_fifo_event_in() 137 f->head = cell; in snd_seq_fifo_event_in() 154 struct snd_seq_event_cell *cell; in fifo_cell_out() local 156 if ((cell = f->head) != NULL) { in fifo_cell_out() [all …]
|
D | seq_memory.c | 83 struct snd_seq_event_cell *cell; in snd_seq_dump_var_event() local 108 cell = (struct snd_seq_event_cell *)event->data.ext.ptr; in snd_seq_dump_var_event() 109 for (; len > 0 && cell; cell = cell->next) { in snd_seq_dump_var_event() 113 err = func(private_data, &cell->event, size); in snd_seq_dump_var_event() 179 struct snd_seq_event_cell *cell) in free_cell() argument 181 cell->next = pool->free; in free_cell() 182 pool->free = cell; in free_cell() 186 void snd_seq_cell_free(struct snd_seq_event_cell * cell) in snd_seq_cell_free() argument 191 if (snd_BUG_ON(!cell)) in snd_seq_cell_free() 193 pool = cell->pool; in snd_seq_cell_free() [all …]
|
D | seq_queue.c | 257 struct snd_seq_event_cell *cell; in snd_seq_check_queue() local 274 while ((cell = snd_seq_prioq_cell_peek(q->tickq)) != NULL) { in snd_seq_check_queue() 276 &cell->event.time.tick)) { in snd_seq_check_queue() 277 cell = snd_seq_prioq_cell_out(q->tickq); in snd_seq_check_queue() 278 if (cell) in snd_seq_check_queue() 279 snd_seq_dispatch_event(cell, atomic, hop); in snd_seq_check_queue() 288 while ((cell = snd_seq_prioq_cell_peek(q->timeq)) != NULL) { in snd_seq_check_queue() 290 &cell->event.time.time)) { in snd_seq_check_queue() 291 cell = snd_seq_prioq_cell_out(q->timeq); in snd_seq_check_queue() 292 if (cell) in snd_seq_check_queue() [all …]
|
D | seq_clientmgr.c | 404 struct snd_seq_event_cell *cell; in snd_seq_read() local 426 cell = NULL; in snd_seq_read() 435 if ((err = snd_seq_fifo_cell_out(fifo, &cell, nonblock)) < 0) { in snd_seq_read() 438 if (snd_seq_ev_is_variable(&cell->event)) { in snd_seq_read() 440 tmpev = cell->event; in snd_seq_read() 448 err = snd_seq_expand_var_event(&cell->event, count, in snd_seq_read() 457 if (copy_to_user(buf, &cell->event, sizeof(struct snd_seq_event))) { in snd_seq_read() 464 snd_seq_cell_free(cell); in snd_seq_read() 465 cell = NULL; /* to be sure */ in snd_seq_read() 470 if (cell) in snd_seq_read() [all …]
|
/linux-4.1.27/drivers/mfd/ |
D | mfd-core.c | 31 const struct mfd_cell *cell = mfd_get_cell(pdev); in mfd_cell_enable() local 35 if (atomic_inc_return(cell->usage_count) == 1) in mfd_cell_enable() 36 err = cell->enable(pdev); in mfd_cell_enable() 40 atomic_dec(cell->usage_count); in mfd_cell_enable() 48 const struct mfd_cell *cell = mfd_get_cell(pdev); in mfd_cell_disable() local 52 if (atomic_dec_return(cell->usage_count) == 0) in mfd_cell_disable() 53 err = cell->disable(pdev); in mfd_cell_disable() 57 atomic_inc(cell->usage_count); in mfd_cell_disable() 60 WARN_ON(atomic_read(cell->usage_count) < 0); in mfd_cell_disable() 67 const struct mfd_cell *cell, in mfd_platform_add_cell() argument [all …]
|
D | davinci_voicecodec.c | 45 struct mfd_cell *cell = NULL; in davinci_vc_probe() local 106 cell = &davinci_vc->cells[DAVINCI_VC_VCIF_CELL]; in davinci_vc_probe() 107 cell->name = "davinci-vcif"; in davinci_vc_probe() 108 cell->platform_data = davinci_vc; in davinci_vc_probe() 109 cell->pdata_size = sizeof(*davinci_vc); in davinci_vc_probe() 112 cell = &davinci_vc->cells[DAVINCI_VC_CQ93VC_CELL]; in davinci_vc_probe() 113 cell->name = "cq93vc-codec"; in davinci_vc_probe() 114 cell->platform_data = davinci_vc; in davinci_vc_probe() 115 cell->pdata_size = sizeof(*davinci_vc); in davinci_vc_probe()
|
D | lpc_sch.c | 125 int id, struct mfd_cell *cell) in lpc_sch_populate_cell() argument 138 memset(cell, 0, sizeof(*cell)); in lpc_sch_populate_cell() 140 cell->name = name; in lpc_sch_populate_cell() 141 cell->resources = res; in lpc_sch_populate_cell() 142 cell->num_resources = 1; in lpc_sch_populate_cell() 143 cell->ignore_resource_conflicts = true; in lpc_sch_populate_cell() 144 cell->id = id; in lpc_sch_populate_cell() 156 cell->num_resources++; in lpc_sch_populate_cell()
|
D | twl4030-audio.c | 192 struct mfd_cell *cell = NULL; in twl4030_audio_probe() local 235 cell = &audio->cells[childs]; in twl4030_audio_probe() 236 cell->name = "twl4030-codec"; in twl4030_audio_probe() 238 cell->platform_data = pdata->codec; in twl4030_audio_probe() 239 cell->pdata_size = sizeof(*pdata->codec); in twl4030_audio_probe() 244 cell = &audio->cells[childs]; in twl4030_audio_probe() 245 cell->name = "twl4030-vibra"; in twl4030_audio_probe() 247 cell->platform_data = pdata->vibra; in twl4030_audio_probe() 248 cell->pdata_size = sizeof(*pdata->vibra); in twl4030_audio_probe()
|
D | wl1273-core.c | 187 struct mfd_cell *cell; in wl1273_core_probe() local 215 cell = &core->cells[children]; in wl1273_core_probe() 216 cell->name = "wl1273_fm_radio"; in wl1273_core_probe() 217 cell->platform_data = &core; in wl1273_core_probe() 218 cell->pdata_size = sizeof(core); in wl1273_core_probe() 228 cell = &core->cells[children]; in wl1273_core_probe() 231 cell->name = "wl1273-codec"; in wl1273_core_probe() 232 cell->platform_data = &core; in wl1273_core_probe() 233 cell->pdata_size = sizeof(core); in wl1273_core_probe()
|
D | ti_am335x_tscadc.c | 142 struct mfd_cell *cell; in ti_tscadc_probe() local 266 cell = &tscadc->cells[tscadc->used_cells++]; in ti_tscadc_probe() 267 cell->name = "TI-am335x-tsc"; in ti_tscadc_probe() 268 cell->of_compatible = "ti,am3359-tsc"; in ti_tscadc_probe() 269 cell->platform_data = &tscadc; in ti_tscadc_probe() 270 cell->pdata_size = sizeof(tscadc); in ti_tscadc_probe() 276 cell = &tscadc->cells[tscadc->used_cells++]; in ti_tscadc_probe() 277 cell->name = "TI-am335x-adc"; in ti_tscadc_probe() 278 cell->of_compatible = "ti,am3359-adc"; in ti_tscadc_probe() 279 cell->platform_data = &tscadc; in ti_tscadc_probe() [all …]
|
D | janz-cmodio.c | 70 struct mfd_cell *cell; in cmodio_setup_subdevice() local 75 cell = &priv->cells[devno]; in cmodio_setup_subdevice() 79 cell->name = name; in cmodio_setup_subdevice() 80 cell->resources = res; in cmodio_setup_subdevice() 81 cell->num_resources = 3; in cmodio_setup_subdevice() 84 cell->id = cmodio_id++; in cmodio_setup_subdevice() 88 cell->platform_data = pdata; in cmodio_setup_subdevice() 89 cell->pdata_size = sizeof(*pdata); in cmodio_setup_subdevice()
|
D | intel_quark_i2c_gpio.c | 154 static int intel_quark_i2c_setup(struct pci_dev *pdev, struct mfd_cell *cell) in intel_quark_i2c_setup() argument 159 struct resource *res = (struct resource *)cell->resources; in intel_quark_i2c_setup() 186 cell->platform_data = pdata; in intel_quark_i2c_setup() 187 cell->pdata_size = sizeof(*pdata); in intel_quark_i2c_setup() 192 static int intel_quark_gpio_setup(struct pci_dev *pdev, struct mfd_cell *cell) in intel_quark_gpio_setup() argument 195 struct resource *res = (struct resource *)cell->resources; in intel_quark_gpio_setup() 224 cell->platform_data = pdata; in intel_quark_gpio_setup() 225 cell->pdata_size = sizeof(*pdata); in intel_quark_gpio_setup()
|
D | twl6040.c | 623 struct mfd_cell *cell = NULL; in twl6040_probe() local 736 cell = &twl6040->cells[children]; in twl6040_probe() 737 cell->name = "twl6040-codec"; in twl6040_probe() 740 cell->resources = twl6040_codec_rsrc; in twl6040_probe() 741 cell->num_resources = ARRAY_SIZE(twl6040_codec_rsrc); in twl6040_probe() 748 cell = &twl6040->cells[children]; in twl6040_probe() 749 cell->name = "twl6040-vibra"; in twl6040_probe() 752 cell->resources = twl6040_vibra_rsrc; in twl6040_probe() 753 cell->num_resources = ARRAY_SIZE(twl6040_vibra_rsrc); in twl6040_probe() 758 cell = &twl6040->cells[children]; in twl6040_probe() [all …]
|
D | stmpe.c | 353 .cell = &stmpe_gpio_cell, 361 .cell = &stmpe_gpio_cell_noirq, 443 .cell = &stmpe_gpio_cell, 448 .cell = &stmpe_ts_cell, 531 .cell = &stmpe_gpio_cell, 536 .cell = &stmpe_keypad_cell, 678 .cell = &stmpe_gpio_cell, 683 .cell = &stmpe_keypad_cell, 765 .cell = &stmpe_gpio_cell, 770 .cell = &stmpe_keypad_cell, [all …]
|
/linux-4.1.27/drivers/clk/mmp/ |
D | reset.c | 15 struct mmp_clk_reset_cell *cell; in mmp_of_reset_xlate() local 22 cell = &unit->cells[i]; in mmp_of_reset_xlate() 23 if (cell->clk_id == reset_spec->args[0]) in mmp_of_reset_xlate() 37 struct mmp_clk_reset_cell *cell; in mmp_clk_reset_assert() local 41 cell = &unit->cells[id]; in mmp_clk_reset_assert() 42 if (cell->lock) in mmp_clk_reset_assert() 43 spin_lock_irqsave(cell->lock, flags); in mmp_clk_reset_assert() 45 val = readl(cell->reg); in mmp_clk_reset_assert() 46 val |= cell->bits; in mmp_clk_reset_assert() 47 writel(val, cell->reg); in mmp_clk_reset_assert() [all …]
|
/linux-4.1.27/include/net/ |
D | gro_cells.h | 19 struct gro_cell *cell; in gro_cells_receive() local 27 cell = this_cpu_ptr(gcells->cells); in gro_cells_receive() 29 if (skb_queue_len(&cell->napi_skbs) > netdev_max_backlog) { in gro_cells_receive() 36 spin_lock(&cell->napi_skbs.lock); in gro_cells_receive() 38 __skb_queue_tail(&cell->napi_skbs, skb); in gro_cells_receive() 39 if (skb_queue_len(&cell->napi_skbs) == 1) in gro_cells_receive() 40 napi_schedule(&cell->napi); in gro_cells_receive() 42 spin_unlock(&cell->napi_skbs.lock); in gro_cells_receive() 48 struct gro_cell *cell = container_of(napi, struct gro_cell, napi); in gro_cell_poll() local 52 spin_lock(&cell->napi_skbs.lock); in gro_cell_poll() [all …]
|
/linux-4.1.27/drivers/mmc/host/ |
D | tmio_mmc.c | 30 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_suspend() local 36 if (!ret && cell->disable) in tmio_mmc_suspend() 37 cell->disable(pdev); in tmio_mmc_suspend() 45 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_resume() local 49 if (cell->resume) in tmio_mmc_resume() 50 ret = cell->resume(pdev); in tmio_mmc_resume() 61 const struct mfd_cell *cell = mfd_get_cell(pdev); in tmio_mmc_probe() local 81 if (cell->enable) { in tmio_mmc_probe() 82 ret = cell->enable(pdev); in tmio_mmc_probe() 119 if (cell->disable) in tmio_mmc_probe() [all …]
|
/linux-4.1.27/drivers/md/ |
D | dm-bio-prison.c | 68 struct dm_bio_prison_cell *cell) in dm_bio_prison_free_cell() argument 70 mempool_free(cell, prison->cell_pool); in dm_bio_prison_free_cell() 76 struct dm_bio_prison_cell *cell) in __setup_new_cell() argument 78 memcpy(&cell->key, key, sizeof(cell->key)); in __setup_new_cell() 79 cell->holder = holder; in __setup_new_cell() 80 bio_list_init(&cell->bios); in __setup_new_cell() 117 struct dm_bio_prison_cell *cell = in __bio_detain() local 120 r = cmp_keys(key, &cell->key); in __bio_detain() 129 bio_list_add(&cell->bios, inmate); in __bio_detain() 130 *cell_result = cell; in __bio_detain() [all …]
|
D | dm-thin.c | 210 typedef void (*process_cell_fn)(struct thin_c *tc, struct dm_bio_prison_cell *cell); 351 struct dm_bio_prison_cell *cell, in cell_release() argument 354 dm_cell_release(pool->prison, cell, bios); in cell_release() 355 dm_bio_prison_free_cell(pool->prison, cell); in cell_release() 361 struct dm_bio_prison_cell *cell) in cell_visit_release() argument 363 dm_cell_visit_release(pool->prison, fn, context, cell); in cell_visit_release() 364 dm_bio_prison_free_cell(pool->prison, cell); in cell_visit_release() 368 struct dm_bio_prison_cell *cell, in cell_release_no_holder() argument 371 dm_cell_release_no_holder(pool->prison, cell, bios); in cell_release_no_holder() 372 dm_bio_prison_free_cell(pool->prison, cell); in cell_release_no_holder() [all …]
|
D | dm-bio-prison.h | 62 struct dm_bio_prison_cell *cell); 88 struct dm_bio_prison_cell *cell, 91 struct dm_bio_prison_cell *cell, 94 struct dm_bio_prison_cell *cell, int error); 102 void *context, struct dm_bio_prison_cell *cell);
|
D | dm-cache-target.c | 354 static void free_prison_cell(struct cache *cache, struct dm_bio_prison_cell *cell) in free_prison_cell() argument 356 dm_bio_prison_free_cell(cache->prison, cell); in free_prison_cell() 450 static void prealloc_put_cell(struct prealloc *p, struct dm_bio_prison_cell *cell) in prealloc_put_cell() argument 453 p->cell2 = cell; in prealloc_put_cell() 456 p->cell1 = cell; in prealloc_put_cell() 477 typedef void (*cell_free_fn)(void *context, struct dm_bio_prison_cell *cell); 790 struct dm_bio_prison_cell *cell) in inc_ds() argument 795 BUG_ON(!cell); in inc_ds() 820 static void inc_and_issue(struct cache *cache, struct bio *bio, struct dm_bio_prison_cell *cell) in inc_and_issue() argument 822 inc_ds(cache, bio, cell); in inc_and_issue() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | fman.txt | 32 - cell-index 37 The cell-index value may be used by the SoC, to identify the 39 there's a description of the cell-index use in each SoC: 42 register[bit] FMan unit cell-index 47 register[bit] FMan unit cell-index 54 register[bit] FMan unit cell-index 101 channels in the FMan. The first cell specifies the beginning 102 of the range and the second cell specifies the number of 170 - cell-index 184 The page of a specific port is determined by the cell-index. [all …]
|
D | mpic.txt | 85 <1st-cell> interrupt-number 90 Note: If the interrupt-type cell is undefined 91 (i.e. #interrupt-cells = 2), this cell 96 <2nd-cell> level-sense information, encoded as follows: 102 <3rd-cell> interrupt-type 108 The interrupt-number cell contains 110 type-specific cell is undefined. The 121 The interrupt-number cell contains 124 cell identifies the specific error 129 The interrupt-number cell identifies [all …]
|
D | dma.txt | 14 - cell-index : controller index. 0 for controller @ 0x8100 22 - cell-index : DMA channel index starts at 0. 39 cell-index = <0>; 42 cell-index = <0>; 49 cell-index = <1>; 56 cell-index = <2>; 63 cell-index = <3>; 80 - cell-index : controller index. 0 for controller @ 0x21000, 88 - cell-index : DMA channel index starts at 0. 100 cell-index = <0>; [all …]
|
D | mpc5200.txt | 127 When referencing the GPIO line from another node, the first cell must always 128 be zero and the second cell represents the gpio flags and described in the 135 When referencing the IRQ line from another node, the cell represents the 140 The PSCs should include a cell-index which is the index of the PSC in 141 hardware. cell-index is used to determine which shared SoC registers to 142 use when setting up PSC clocking. cell-index number starts at '0'. ie: 143 PSC1 has 'cell-index = <0>' 144 PSC4 has 'cell-index = <3>' 154 #gpio-cells set to 2. First cell is the GPIO number which is interpreted 155 according to the bit numbers in the GPIO control registers. The second cell [all …]
|
D | mpc5121-psc.txt | 16 - cell-index : Index of the PSC in hardware 47 cell-index = <0>; 57 cell-index = <1>;
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/4xx/ |
D | emac.txt | 25 - mal-tx-channel : 1 cell, index of the tx channel on McMAL associated 27 - mal-rx-channel : 1 cell, index of the rx channel on McMAL associated 29 - cell-index : 1 cell, hardware index of the EMAC cell on a given 32 - max-frame-size : 1 cell, maximum frame size supported in bytes 33 - rx-fifo-size : 1 cell, Rx fifo size in bytes for 10 and 100 Mb/sec 36 - tx-fifo-size : 1 cell, Tx fifo size in bytes for 10 and 100 Mb/sec 39 - fifo-entry-size : 1 cell, size of a fifo entry (used to calculate 42 - mal-burst-size : 1 cell, MAL burst size (used to calculate thresholds) 49 - mdio-device : 1 cell, required iff using shared MDIO registers 52 - zmii-device : 1 cell, required iff connected to a ZMII. phandle of [all …]
|
D | cpm.txt | 16 - unused-units : specifier consist of one cell. For each 17 bit in the cell, the corresponding bit 20 - idle-doze : specifier consist of one cell. For each 21 bit in the cell, the corresponding bit 24 - standby : specifier consist of one cell. For each 25 bit in the cell, the corresponding bit 28 - suspend : specifier consist of one cell. For each 29 bit in the cell, the corresponding bit
|
D | ppc440spe-adma.txt | 33 - cell-index : 1 cell, hardware index of the DMA engine 47 cell-index = <0>;
|
/linux-4.1.27/Documentation/devicetree/bindings/mips/cavium/ |
D | bootbus.txt | 13 - #address-cells: Must be <2>. The first cell is the chip select 14 within the bootbus. The second cell is the offset from the chip select. 29 - cavium,cs-index: A single cell indicating the chip select that 32 - cavium,t-adr: A cell specifying the ADR timing (in nS). 34 - cavium,t-ce: A cell specifying the CE timing (in nS). 36 - cavium,t-oe: A cell specifying the OE timing (in nS). 38 - cavium,t-we: A cell specifying the WE timing (in nS). 40 - cavium,t-rd-hld: A cell specifying the RD_HLD timing (in nS). 42 - cavium,t-wr-hld: A cell specifying the WR_HLD timing (in nS). 44 - cavium,t-pause: A cell specifying the PAUSE timing (in nS). [all …]
|
D | ciu.txt | 12 - #interrupt-cells: Must be <2>. The first cell is the bank within 13 the CIU and may have a value of 0 or 1. The second cell is the bit
|
D | ciu2.txt | 12 - #interrupt-cells: Must be <2>. The first cell is the bank within 13 the CIU and may have a value between 0 and 63. The second cell is
|
D | cib.txt | 20 - #interrupt-cells: Must be <2>. The first cell is the bit within the 21 CIB. The second cell specifies the triggering semantics of the
|
/linux-4.1.27/drivers/leds/ |
D | leds-asic3.c | 43 const struct mfd_cell *cell = mfd_get_cell(pdev); in brightness_set() local 50 base = led_n_base[cell->id]; in brightness_set() 62 const struct mfd_cell *cell = mfd_get_cell(pdev); in blink_set() local 82 base = led_n_base[cell->id]; in blink_set() 140 const struct mfd_cell *cell = mfd_get_cell(pdev); in asic3_led_suspend() local 144 if (cell->suspend) in asic3_led_suspend() 145 ret = (*cell->suspend)(pdev); in asic3_led_suspend() 153 const struct mfd_cell *cell = mfd_get_cell(pdev); in asic3_led_resume() local 157 if (cell->resume) in asic3_led_resume() 158 ret = (*cell->resume)(pdev); in asic3_led_resume()
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-tmio.c | 189 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_probe() local 202 if (!cell) in ohci_hcd_tmio_drv_probe() 238 if (cell->enable) { in ohci_hcd_tmio_drv_probe() 239 ret = cell->enable(dev); in ohci_hcd_tmio_drv_probe() 260 if (cell->disable) in ohci_hcd_tmio_drv_probe() 261 cell->disable(dev); in ohci_hcd_tmio_drv_probe() 279 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_remove() local 283 if (cell->disable) in ohci_hcd_tmio_drv_remove() 284 cell->disable(dev); in ohci_hcd_tmio_drv_remove() 296 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_suspend() local [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | cdns,xtensa-pic.txt | 8 When it's 1, the first cell is the internal IRQ number. 9 When it's 2, the first cell is the IRQ number, and the second cell 19 /* one cell: internal irq number, 20 * two cells: second cell == 0: internal irq number 21 * second cell == 1: external irq number
|
D | cdns,xtensa-mx.txt | 12 /* one cell: internal irq number, 13 * two cells: second cell == 0: internal irq number 14 * second cell == 1: external irq number
|
D | atmel,aic.txt | 9 The first cell is the IRQ number (aka "Peripheral IDentifier" on datasheet). 10 The second cell is used to specify flags: 18 The third cell is used to specify the irq priority from 0 (lowest) to 7
|
D | interrupts.txt | 44 a) one cell 46 The #interrupt-cells property is set to 1 and the single cell defines the 69 The #interrupt-cells property is set to 2 and the first cell defines the 70 index of the interrupt within the controller, while the second cell is used
|
D | mips-gic.txt | 13 - The first cell is the type of interrupt, local or shared. 15 - The second cell is the GIC interrupt number. 16 - The third cell encodes the interrupt flags.
|
D | allwinner,sun67i-sc-nmi.txt | 11 interrupt source. The value shall be 2. The first cell is the IRQ number, the 12 second cell the trigger type as defined in interrupt.txt in this directory.
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | asp834x-redboot.dts | 88 cell-index = <0>; 104 cell-index = <1>; 113 cell-index = <0>; 129 cell-index = <0>; 133 cell-index = <0>; 140 cell-index = <1>; 147 cell-index = <2>; 154 cell-index = <3>; 187 cell-index = <0>; 228 cell-index = <1>; [all …]
|
D | mpc8349emitxgp.dts | 67 cell-index = <0>; 78 cell-index = <1>; 94 cell-index = <0>; 110 cell-index = <0>; 114 cell-index = <0>; 121 cell-index = <1>; 128 cell-index = <2>; 135 cell-index = <3>; 155 cell-index = <0>; 189 cell-index = <0>; [all …]
|
D | sbc8349.dts | 70 cell-index = <0>; 81 cell-index = <1>; 90 cell-index = <0>; 106 cell-index = <0>; 110 cell-index = <0>; 117 cell-index = <1>; 124 cell-index = <2>; 131 cell-index = <3>; 153 cell-index = <0>; 194 cell-index = <1>; [all …]
|
D | mpc8610_hpcd.dts | 148 cell-index = <0>; 166 cell-index = <1>; 176 cell-index = <0>; 187 cell-index = <1>; 202 cell-index = <0>; 275 cell-index = <0>; 290 cell-index = <1>; 302 cell-index = <0>; 310 cell-index = <0>; 318 cell-index = <1>; [all …]
|
D | tqm8540.dts | 92 cell-index = <0>; 116 cell-index = <0>; 121 cell-index = <0>; 129 cell-index = <1>; 137 cell-index = <2>; 145 cell-index = <3>; 154 cell-index = <0>; 196 cell-index = <1>; 223 cell-index = <2>; 248 cell-index = <0>; [all …]
|
D | mpc832x_rdb.dts | 75 cell-index = <0>; 84 cell-index = <0>; 94 cell-index = <1>; 111 cell-index = <0>; 115 cell-index = <0>; 122 cell-index = <1>; 129 cell-index = <2>; 136 cell-index = <3>; 251 cell-index = <0>; 271 cell-index = <1>; [all …]
|
D | mpc836x_rdk.dts | 84 cell-index = <0>; 95 cell-index = <1>; 131 cell-index = <0>; 135 cell-index = <0>; 142 cell-index = <1>; 149 cell-index = <2>; 156 cell-index = <3>; 251 cell-index = <0>; 260 cell-index = <1>; 271 cell-index = <1>; [all …]
|
D | sbc8548-post.dtsi | 55 cell-index = <0>; 66 cell-index = <1>; 80 cell-index = <0>; 85 cell-index = <0>; 93 cell-index = <1>; 101 cell-index = <2>; 109 cell-index = <3>; 118 cell-index = <0>; 156 cell-index = <1>; 182 cell-index = <0>; [all …]
|
D | mpc8313erdb.dts | 122 cell-index = <0>; 150 cell-index = <1>; 159 cell-index = <0>; 198 cell-index = <0>; 231 cell-index = <1>; 261 cell-index = <0>; 271 cell-index = <1>; 281 * interrupts cell = <intr #, sense> 333 cell-index = <1>; 378 cell-index = <0>; [all …]
|
D | sbc8641d.dts | 147 cell-index = <0>; 158 cell-index = <1>; 172 cell-index = <0>; 177 cell-index = <0>; 185 cell-index = <1>; 193 cell-index = <2>; 201 cell-index = <3>; 210 cell-index = <0>; 259 cell-index = <1>; 288 cell-index = <2>; [all …]
|
D | tqm8555.dts | 91 cell-index = <0>; 115 cell-index = <0>; 120 cell-index = <0>; 128 cell-index = <1>; 136 cell-index = <2>; 144 cell-index = <3>; 153 cell-index = <0>; 196 cell-index = <1>; 222 cell-index = <0>; 232 cell-index = <1>;
|
D | tqm8541.dts | 91 cell-index = <0>; 115 cell-index = <0>; 120 cell-index = <0>; 128 cell-index = <1>; 136 cell-index = <2>; 144 cell-index = <3>; 153 cell-index = <0>; 196 cell-index = <1>; 222 cell-index = <0>; 232 cell-index = <1>;
|
D | mpc8315erdb.dts | 115 cell-index = <0>; 136 cell-index = <0>; 152 cell-index = <0>; 156 cell-index = <0>; 163 cell-index = <1>; 170 cell-index = <2>; 177 cell-index = <3>; 196 cell-index = <0>; 237 cell-index = <1>; 264 cell-index = <0>; [all …]
|
D | xpedite5200.dts | 92 cell-index = <0>; 148 cell-index = <1>; 162 cell-index = <0>; 167 cell-index = <0>; 175 cell-index = <1>; 183 cell-index = <2>; 191 cell-index = <3>; 201 cell-index = <0>; 250 cell-index = <1>; 279 cell-index = <2>; [all …]
|
D | mpc8379_rdb.dts | 138 cell-index = <0>; 183 cell-index = <1>; 192 cell-index = <0>; 208 cell-index = <0>; 212 cell-index = <0>; 219 cell-index = <1>; 226 cell-index = <2>; 233 cell-index = <3>; 253 cell-index = <0>; 290 cell-index = <1>; [all …]
|
D | mpc8377_wlan.dts | 130 cell-index = <0>; 161 cell-index = <1>; 170 cell-index = <0>; 186 cell-index = <0>; 190 cell-index = <0>; 197 cell-index = <1>; 204 cell-index = <2>; 211 cell-index = <3>; 231 cell-index = <0>; 274 cell-index = <1>; [all …]
|
D | mpc8641_hpcn_36b.dts | 128 cell-index = <0>; 139 cell-index = <1>; 153 cell-index = <0>; 158 cell-index = <0>; 166 cell-index = <1>; 174 cell-index = <2>; 182 cell-index = <3>; 191 cell-index = <0>; 240 cell-index = <1>; 269 cell-index = <2>; [all …]
|
D | mpc8349emitx.dts | 87 cell-index = <0>; 104 cell-index = <1>; 147 cell-index = <0>; 163 cell-index = <0>; 167 cell-index = <0>; 174 cell-index = <1>; 181 cell-index = <2>; 188 cell-index = <3>; 219 cell-index = <0>; 255 cell-index = <1>; [all …]
|
D | mpc8379_mds.dts | 140 cell-index = <0>; 169 cell-index = <1>; 178 cell-index = <0>; 194 cell-index = <0>; 198 cell-index = <0>; 205 cell-index = <1>; 212 cell-index = <2>; 219 cell-index = <3>; 240 cell-index = <0>; 283 cell-index = <1>; [all …]
|
D | xpedite5200_xmon.dts | 96 cell-index = <0>; 152 cell-index = <1>; 166 cell-index = <0>; 171 cell-index = <0>; 179 cell-index = <1>; 187 cell-index = <2>; 195 cell-index = <3>; 205 cell-index = <0>; 254 cell-index = <1>; 283 cell-index = <2>; [all …]
|
D | mpc8378_mds.dts | 142 cell-index = <0>; 171 cell-index = <1>; 180 cell-index = <0>; 196 cell-index = <0>; 200 cell-index = <0>; 207 cell-index = <1>; 214 cell-index = <2>; 221 cell-index = <3>; 242 cell-index = <0>; 285 cell-index = <1>; [all …]
|
D | mpc8377_rdb.dts | 140 cell-index = <0>; 185 cell-index = <1>; 194 cell-index = <0>; 210 cell-index = <0>; 214 cell-index = <0>; 221 cell-index = <1>; 228 cell-index = <2>; 235 cell-index = <3>; 255 cell-index = <0>; 292 cell-index = <1>; [all …]
|
D | mpc834x_mds.dts | 74 cell-index = <0>; 90 cell-index = <1>; 99 cell-index = <0>; 115 cell-index = <0>; 119 cell-index = <0>; 126 cell-index = <1>; 133 cell-index = <2>; 140 cell-index = <3>; 173 cell-index = <0>; 214 cell-index = <1>; [all …]
|
D | tqm8548-bigflash.dts | 93 cell-index = <0>; 114 cell-index = <1>; 128 cell-index = <0>; 133 cell-index = <0>; 141 cell-index = <1>; 149 cell-index = <2>; 157 cell-index = <3>; 166 cell-index = <0>; 219 cell-index = <1>; 247 cell-index = <2>; [all …]
|
D | mpc8378_rdb.dts | 140 cell-index = <0>; 185 cell-index = <1>; 194 cell-index = <0>; 210 cell-index = <0>; 214 cell-index = <0>; 221 cell-index = <1>; 228 cell-index = <2>; 235 cell-index = <3>; 255 cell-index = <0>; 292 cell-index = <1>; [all …]
|
D | mpc832x_mds.dts | 92 cell-index = <0>; 106 cell-index = <0>; 116 cell-index = <1>; 133 cell-index = <0>; 137 cell-index = <0>; 144 cell-index = <1>; 151 cell-index = <2>; 158 cell-index = <3>; 277 cell-index = <0>; 286 cell-index = <1>; [all …]
|
D | mpc836x_mds.dts | 112 cell-index = <0>; 128 cell-index = <1>; 137 cell-index = <0>; 147 cell-index = <1>; 164 cell-index = <0>; 168 cell-index = <0>; 175 cell-index = <1>; 182 cell-index = <2>; 189 cell-index = <3>; 326 cell-index = <0>; [all …]
|
D | tqm8548.dts | 93 cell-index = <0>; 114 cell-index = <1>; 128 cell-index = <0>; 133 cell-index = <0>; 141 cell-index = <1>; 149 cell-index = <2>; 157 cell-index = <3>; 166 cell-index = <0>; 219 cell-index = <1>; 247 cell-index = <2>; [all …]
|
D | xpedite5330.dts | 36 cell-index = <0>; 50 cell-index = <0>; 242 cell-index = <0>; 316 cell-index = <1>; 330 cell-index = <1>; 335 cell-index = <0>; 343 cell-index = <1>; 351 cell-index = <2>; 359 cell-index = <3>; 371 cell-index = <0>; [all …]
|
D | xcalibur1501.dts | 213 cell-index = <0>; 300 cell-index = <1>; 314 cell-index = <1>; 319 cell-index = <0>; 327 cell-index = <1>; 335 cell-index = <2>; 343 cell-index = <3>; 355 cell-index = <0>; 360 cell-index = <0>; 368 cell-index = <1>; [all …]
|
D | stx_gp3_8560.dts | 90 cell-index = <0>; 104 cell-index = <0>; 109 cell-index = <0>; 117 cell-index = <1>; 125 cell-index = <2>; 133 cell-index = <3>; 142 cell-index = <0>; 180 cell-index = <1>;
|
D | xpedite5370.dts | 204 cell-index = <0>; 278 cell-index = <1>; 292 cell-index = <1>; 297 cell-index = <0>; 305 cell-index = <1>; 313 cell-index = <2>; 321 cell-index = <3>; 333 cell-index = <0>; 338 cell-index = <0>; 346 cell-index = <1>; [all …]
|
D | xpedite5301.dts | 206 cell-index = <0>; 280 cell-index = <1>; 294 cell-index = <1>; 299 cell-index = <0>; 307 cell-index = <1>; 315 cell-index = <2>; 323 cell-index = <3>; 335 cell-index = <0>; 340 cell-index = <0>; 348 cell-index = <1>; [all …]
|
D | mpc8377_mds.dts | 142 cell-index = <0>; 171 cell-index = <1>; 180 cell-index = <0>; 203 cell-index = <0>; 246 cell-index = <1>; 275 cell-index = <0>; 285 cell-index = <1>; 302 cell-index = <0>; 306 cell-index = <0>; 313 cell-index = <1>; [all …]
|
D | mpc8641_hpcn.dts | 128 cell-index = <0>; 139 cell-index = <1>; 153 cell-index = <0>; 158 cell-index = <0>; 166 cell-index = <1>; 174 cell-index = <2>; 182 cell-index = <3>; 191 cell-index = <0>; 240 cell-index = <1>; 269 cell-index = <2>; [all …]
|
D | mpc8540ads.dts | 94 cell-index = <0>; 108 cell-index = <0>; 113 cell-index = <0>; 121 cell-index = <1>; 129 cell-index = <2>; 137 cell-index = <3>; 146 cell-index = <0>; 189 cell-index = <1>; 217 cell-index = <2>; 243 cell-index = <0>; [all …]
|
D | mpc8555cds.dts | 94 cell-index = <0>; 108 cell-index = <0>; 113 cell-index = <0>; 121 cell-index = <1>; 129 cell-index = <2>; 137 cell-index = <3>; 146 cell-index = <0>; 184 cell-index = <1>; 210 cell-index = <0>; 220 cell-index = <1>;
|
D | stxssa8555.dts | 93 cell-index = <0>; 107 cell-index = <0>; 112 cell-index = <0>; 120 cell-index = <1>; 128 cell-index = <2>; 136 cell-index = <3>; 145 cell-index = <0>; 183 cell-index = <1>; 209 cell-index = <0>; 219 cell-index = <1>;
|
D | mpc8541cds.dts | 94 cell-index = <0>; 108 cell-index = <0>; 113 cell-index = <0>; 121 cell-index = <1>; 129 cell-index = <2>; 137 cell-index = <3>; 146 cell-index = <0>; 184 cell-index = <1>; 210 cell-index = <0>; 220 cell-index = <1>;
|
D | gef_sbc610.dts | 232 cell-index = <0>; 237 cell-index = <0>; 245 cell-index = <1>; 253 cell-index = <2>; 261 cell-index = <3>; 270 cell-index = <0>; 309 cell-index = <2>; 336 cell-index = <0>; 346 cell-index = <1>;
|
D | lite5200b.dts | 45 cell-index = <0>; 71 // cell-index = <1>; 77 // cell-index = <2>; 83 // cell-index = <5>;
|
D | gef_ppc9a.dts | 234 cell-index = <0>; 239 cell-index = <0>; 247 cell-index = <1>; 255 cell-index = <2>; 263 cell-index = <3>; 272 cell-index = <0>; 311 cell-index = <2>; 338 cell-index = <0>; 348 cell-index = <1>;
|
D | tqm8560.dts | 93 cell-index = <0>; 117 cell-index = <0>; 122 cell-index = <0>; 130 cell-index = <1>; 138 cell-index = <2>; 146 cell-index = <3>; 155 cell-index = <0>; 198 cell-index = <1>;
|
D | lite5200.dts | 177 cell-index = <0>; 185 // cell-index = <1>; 193 // cell-index = <2>; 201 // cell-index = <3>; 209 // cell-index = <4>; 217 // cell-index = <5>;
|
D | klondike.dts | 65 cell-index = <0>; 75 cell-index = <1>; 87 cell-index = <2>; 99 cell-index = <3>; 175 cell-index = <0>; 205 cell-index = <1>;
|
D | kmeter1.dts | 72 cell-index = <0>; 81 cell-index = <0>; 98 cell-index = <0>; 322 cell-index = <1>; 338 cell-index = <2>; 354 cell-index = <4>; 370 cell-index = <5>; 386 cell-index = <6>; 402 cell-index = <7>; 418 cell-index = <8>;
|
D | gef_sbc310.dts | 232 cell-index = <0>; 237 cell-index = <0>; 245 cell-index = <1>; 253 cell-index = <2>; 261 cell-index = <3>; 270 cell-index = <0>; 309 cell-index = <2>; 336 cell-index = <0>; 346 cell-index = <1>;
|
D | mpc8308rdb.dts | 120 cell-index = <0>; 148 cell-index = <0>; 180 cell-index = <1>; 208 cell-index = <0>; 218 cell-index = <1>; 238 * interrupts cell = <intr #, sense>
|
D | socrates.dts | 93 cell-index = <0>; 125 cell-index = <1>; 136 cell-index = <0>; 174 cell-index = <1>; 200 cell-index = <0>; 210 cell-index = <1>;
|
D | taishan.dts | 57 cell-index = <3>; 68 cell-index = <0>; 81 cell-index = <1>; 93 cell-index = <2>; /* was 1 */ 295 cell-index = <0>; 315 cell-index = <1>; 335 cell-index = <2>; 359 cell-index = <3>;
|
D | eiger.dts | 56 cell-index = <0>; 66 cell-index = <1>; 78 cell-index = <2>; 90 cell-index = <3>; 315 cell-index = <0>; 345 cell-index = <1>; 376 cell-index = <2>; 406 cell-index = <3>;
|
D | ksi8560.dts | 91 cell-index = <0>; 105 cell-index = <0>; 110 cell-index = <0>; 118 cell-index = <1>; 126 cell-index = <2>; 134 cell-index = <3>;
|
D | arches.dts | 75 cell-index = <0>; 85 cell-index = <1>; 97 cell-index = <2>; 109 cell-index = <3>; 281 cell-index = <0>; 310 cell-index = <1>; 340 cell-index = <2>;
|
D | mpc8308_p1m.dts | 173 cell-index = <0>; 208 cell-index = <1>; 232 cell-index = <0>; 242 cell-index = <1>; 269 * interrupts cell = <intr #, sense>
|
D | mpc8560ads.dts | 97 cell-index = <0>; 102 cell-index = <0>; 110 cell-index = <1>; 118 cell-index = <2>; 126 cell-index = <3>; 135 cell-index = <0>; 183 cell-index = <1>;
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | atlas7.dtsi | 205 cell-index = <0>; 220 cell-index = <0>; 231 cell-index = <1>; 240 cell-index = <2>; 251 cell-index = <3>; 262 cell-index = <4>; 273 cell-index = <5>; 355 cell-index = <0>; 368 cell-index = <1>; 380 cell-index = <0>; [all …]
|
D | prima2.dtsi | 231 cell-index = <0>; 242 cell-index = <1>; 251 cell-index = <2>; 262 cell-index = <0>; 273 cell-index = <1>; 284 cell-index = <2>; 295 cell-index = <0>; 304 cell-index = <1>; 321 cell-index = <0>; 336 cell-index = <1>; [all …]
|
D | atlas6.dtsi | 225 cell-index = <0>; 236 cell-index = <1>; 246 cell-index = <2>; 257 cell-index = <0>; 268 cell-index = <1>; 279 cell-index = <0>; 288 cell-index = <1>; 305 cell-index = <0>; 321 cell-index = <1>; 337 cell-index = <0>; [all …]
|
/linux-4.1.27/drivers/mtd/nand/ |
D | tmio_nand.c | 307 const struct mfd_cell *cell = mfd_get_cell(dev); in tmio_hw_init() local 310 if (cell->enable) { in tmio_hw_init() 311 ret = cell->enable(dev); in tmio_hw_init() 351 const struct mfd_cell *cell = mfd_get_cell(dev); in tmio_hw_stop() local 354 if (cell->disable) in tmio_hw_stop() 355 cell->disable(dev); in tmio_hw_stop() 466 const struct mfd_cell *cell = mfd_get_cell(dev); in tmio_suspend() local 468 if (cell->suspend) in tmio_suspend() 469 cell->suspend(dev); in tmio_suspend() 477 const struct mfd_cell *cell = mfd_get_cell(dev); in tmio_resume() local [all …]
|
/linux-4.1.27/net/dccp/ |
D | ackvec.h | 43 static inline u8 dccp_ackvec_runlen(const u8 *cell) in dccp_ackvec_runlen() argument 45 return *cell & DCCPAV_MAX_RUNLEN; in dccp_ackvec_runlen() 48 static inline u8 dccp_ackvec_state(const u8 *cell) in dccp_ackvec_state() argument 50 return *cell & ~DCCPAV_MAX_RUNLEN; in dccp_ackvec_state()
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | broadcom-bcm87xx.txt | 9 - broadcom,c45-reg-init : one of more sets of 4 cells. The first cell 11 address within the MMD, the third cell contains a mask to be ANDed 12 with the existing register value, and the fourth cell is ORed with 13 he result to yield the new register value. If the third cell has a
|
D | cavium-mix.txt | 15 - cell-index: A single cell specifying which portion of the shared 30 cell-index = <1>;
|
D | brcm,systemport.txt | 6 - interrupts: interrupts for the device, first cell must be for the rx 7 interrupts, and the second cell should be for the transmit queues. An 8 optional third interrupt cell for Wake-on-LAN can be specified
|
/linux-4.1.27/arch/powerpc/oprofile/ |
D | Makefile | 15 cell/spu_profiler.o cell/vma_map.o \ 16 cell/spu_task_sync.o
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-twl4030.txt | 7 - first cell is the pin number 8 - second cell is used to specify optional parameters (unused) 12 The first cell is the GPIO number. 13 The second cell is not used.
|
D | nvidia,tegra20-gpio.txt | 9 - #gpio-cells : Should be two. The first cell is the pin number and the 10 second cell is used to specify optional parameters: 14 The first cell is the GPIO number. 15 The second cell is used to specify flags:
|
D | snps-dwapb-gpio.txt | 15 - #gpio-cells : Should be two. The first cell is the pin number and 16 the second cell is used to specify the gpio polarity: 19 - reg : The integer port index of the port, a single cell. 25 interrupt. Shall be set to 2. The first cell defines the interrupt number, 31 - snps,nr-gpios : The number of pins in the port, a single cell.
|
D | gpio-omap.txt | 10 - first cell is the pin number 11 - second cell is used to specify optional parameters (unused) 14 The first cell is the GPIO number. 15 The second cell is used to specify flags:
|
D | fsl-imx-gpio.txt | 10 - #gpio-cells : Should be two. The first cell is the pin number and 11 the second cell is used to specify the gpio polarity: 15 - #interrupt-cells : Should be 2. The first cell is the GPIO number. 16 The second cell bits[3:0] is used to specify trigger type and level flags:
|
D | gpio-vf610.txt | 13 - #gpio-cells : Should be two. The first cell is the pin number and 14 the second cell is used to specify the gpio polarity: 18 - #interrupt-cells : Should be 2. The first cell is the GPIO number. 19 The second cell bits[3:0] is used to specify trigger type and level flags:
|
D | gpio-sx150x.txt | 16 - #gpio-cells: Should be 2. The first cell is the GPIO number and the 17 second cell is used to specify optional parameters: 25 which case it uses the default two cell specifier as described in
|
D | gpio-adnp.txt | 8 - #gpio-cells: Should be 2. The first cell is the GPIO number and the 9 second cell is used to specify optional parameters: 15 which case it uses the default two cell specifier as described in
|
D | gpio-mvebu.txt | 26 The first cell is the GPIO number. 27 The second cell is used to specify flags: 38 - #gpio-cells: Should be two. The first cell is the pin number. The 39 second cell is reserved for flags, unused at the moment.
|
D | brcm,kona-gpio.txt | 21 - #gpio-cells: Should be <2>. The first cell is the pin number, the second 22 cell is used to specify optional parameters: 25 - #interrupt-cells: Should be <2>. The first cell is the GPIO number. The 26 second cell is used to specify flags. The following subset of flags is
|
D | gpio-mxs.txt | 15 - #gpio-cells : Should be two. The first cell is the pin number and 16 the second cell is used to specify the gpio polarity: 20 - #interrupt-cells : Should be 2. The first cell is the GPIO number. 21 The second cell bits[3:0] is used to specify trigger type and level flags:
|
D | gpio-max732x.txt | 17 - first cell is the GPIO number 18 - second cell specifies GPIO flags, as defined in <dt-bindings/gpio/gpio.h>. 31 - first cell is the pin number 32 - second cell is used to specify flags
|
D | cavium-octeon-gpio.txt | 12 - #gpio-cells: Must be <2>. The first cell is the GPIO pin. 18 - #interrupt-cells: Must be <2>. The first cell is the GPIO pin 19 connected to the interrupt source. The second cell is the interrupt
|
D | moxa,moxart-gpio.txt | 5 - #gpio-cells : Should be 2, The first cell is the pin number, 6 the second cell is used to specify polarity:
|
D | pl061-gpio.txt | 5 - #gpio-cells : Should be two. The first cell is the pin number and the 6 second cell is used to specify optional parameters:
|
D | gpio-altera.txt | 8 - The first cell is the gpio offset number. 9 - The second cell is reserved and is currently unused. 13 - The first cell is the GPIO offset number within the GPIO controller.
|
D | gpio-zevio.txt | 6 - #gpio-cells: Should be two. The first cell is the pin number and the 7 second cell is used to specify optional parameters (currently unused).
|
D | cirrus,clps711x-mctrl-gpio.txt | 6 - #gpio-cells: Should be two. The first cell is the pin number and 7 the second cell is used to specify the gpio polarity:
|
D | 8xxx_gpio.txt | 25 - #gpio-cells: Should be two. The first cell is the pin number 26 and the second cell is used to specify optional 38 this interrupt controller. The first cell 39 defines the pin number, the second cell
|
D | fujitsu,mb86s70-gpio.txt | 9 - #gpio-cells: Should be <2>. The first cell is the pin number and the 10 second cell is used to specify optional parameters:
|
D | gpio-74x164.txt | 7 - #gpio-cells : Should be two. The first cell is the pin number and 8 the second cell is used to specify the gpio polarity:
|
D | gpio-msm.txt | 7 - first cell is the pin number 8 - second cell is used to specify optional parameters (unused)
|
D | gpio-xgene.txt | 10 - first cell is the pin number 11 - second cell is used to specify the gpio polarity:
|
D | gpio-palmas.txt | 10 - first cell is the gpio pin number 11 - second cell is used to specify the gpio polarity:
|
D | gpio_atmel.txt | 7 - #gpio-cells: Should be two. The first cell is the pin number and 8 the second cell is used to specify optional parameters (currently
|
D | gpio-zynq.txt | 6 - First cell is the GPIO line number 7 - Second cell is used to specify optional
|
D | gpio-clps711x.txt | 9 - #gpio-cells: Should be two. The first cell is the pin number and 10 the second cell is used to specify the gpio polarity:
|
D | gpio-74xx-mmio.txt | 19 - #gpio-cells: Should be two. The first cell is the pin number and 20 the second cell is used to specify the GPIO polarity:
|
D | gpio-nmk.txt | 8 The first cell is the pin number. 9 The second cell is used to specify optional parameters:
|
D | gpio-xgene-sb.txt | 13 - first cell is the pin number 14 - second cell is used to specify the gpio polarity:
|
D | abilis,tb10x-gpio.txt | 7 - #gpio-cells: Should be <2>. The first cell is the pin number and the 8 second cell is used to specify optional parameters:
|
D | gpio-mm-lantiq.txt | 13 - #gpio-cells : Should be two. The first cell is the pin number and 14 the second cell is used to specify optional parameters (currently
|
D | gpio-mcp23s08.txt | 18 - first cell is the pin number 19 - second cell is used to specify flags. Flags are currently unused. 43 - first cell is the pin number 44 - second cell is used to specify flags.
|
/linux-4.1.27/Documentation/filesystems/ |
D | afs.txt | 11 - The cell database. 64 When inserting the driver modules the root cell must be specified along with a 84 Where the parameters to the "add" command are the name of a cell and a list of 85 volume location servers within that cell, with the latter separated by colons. 90 mount -t afs "#cambridge.redhat.com:root.cell." /afs/cambridge 92 mount -t afs "#root.cell." /afs/cambridge 101 The name of the cell is optional, and if not given during a mount, then the 102 named volume will be looked up in the cell specified during modprobe. 144 (*) A directory per cell that contains files that list volume location 145 servers, volumes, and active servers known within that cell. [all …]
|
/linux-4.1.27/drivers/s390/char/ |
D | tty3270.c | 1039 struct tty3270_cell *cell; in tty3270_put_character() local 1044 cell = line->cells + line->len; in tty3270_put_character() 1045 cell->character = tp->view.ascebc[' ']; in tty3270_put_character() 1046 cell->highlight = tp->highlight; in tty3270_put_character() 1047 cell->f_color = tp->f_color; in tty3270_put_character() 1052 cell = line->cells + tp->cx; in tty3270_put_character() 1053 cell->character = tp->view.ascebc[(unsigned int) ch]; in tty3270_put_character() 1054 cell->highlight = tp->highlight; in tty3270_put_character() 1055 cell->f_color = tp->f_color; in tty3270_put_character() 1065 struct tty3270_cell *cell; in tty3270_convert_line() local [all …]
|
/linux-4.1.27/arch/powerpc/boot/dts/fsl/ |
D | mpc8569si-post.dtsi | 84 cell-index = <1>; 90 cell-index = <2>; 227 cell-index = <0>; 235 cell-index = <1>; 251 cell-index = <1>; 258 cell-index = <3>; 265 cell-index = <2>; 272 cell-index = <4>; 279 cell-index = <6>; 286 cell-index = <8>;
|
D | pq3-dma-1.dtsi | 41 cell-index = <1>; 45 cell-index = <0>; 51 cell-index = <1>; 57 cell-index = <2>; 63 cell-index = <3>;
|
D | qoriq-dma-1.dtsi | 41 cell-index = <1>; 45 cell-index = <0>; 51 cell-index = <1>; 57 cell-index = <2>; 63 cell-index = <3>;
|
D | qoriq-dma-0.dtsi | 41 cell-index = <0>; 45 cell-index = <0>; 51 cell-index = <1>; 57 cell-index = <2>; 63 cell-index = <3>;
|
D | pq3-dma-0.dtsi | 41 cell-index = <0>; 45 cell-index = <0>; 51 cell-index = <1>; 57 cell-index = <2>; 63 cell-index = <3>;
|
/linux-4.1.27/drivers/video/fbdev/ |
D | tmiofb.c | 270 const struct mfd_cell *cell = mfd_get_cell(dev); in tmiofb_hw_init() local 273 const struct resource *nlcr = &cell->resources[0]; in tmiofb_hw_init() 274 const struct resource *vram = &cell->resources[2]; in tmiofb_hw_init() 680 const struct mfd_cell *cell = mfd_get_cell(dev); in tmiofb_probe() local 767 if (cell->enable) { in tmiofb_probe() 768 retval = cell->enable(dev); in tmiofb_probe() 792 if (cell->disable) in tmiofb_probe() 793 cell->disable(dev); in tmiofb_probe() 810 const struct mfd_cell *cell = mfd_get_cell(dev); in tmiofb_remove() local 821 if (cell->disable) in tmiofb_remove() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/c6x/ |
D | interrupt.txt | 18 Single cell specifying the core interrupt priority level (4-15) where 57 priority interrupts. The first cell corresponds to 58 core priority 4 and the last cell corresponds to 59 core priority 15. The value of each cell is the 61 the core interrupt corresponding to the cell 68 Single cell specifying the megamodule interrupt source (4-127). Note that
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | vexpress-sysreg.txt | 15 - first cell is the pseudo-GPIO line number: 19 - second cell can take standard GPIO flags (currently ignored). 29 - first cell is the function number: 33 - second cell can take standard GPIO flags (currently ignored). 82 - first cell of each group defines the function number 84 - second cell of each group defines device number (eg. osc 0,
|
D | gic-v3.txt | 13 interrupt source. Must be a single cell with a value of at least 3. 15 The 1st cell is the interrupt type; 0 for SPI interrupts, 1 for PPI 18 The 2nd cell contains the interrupt number for the interrupt type. 22 The 3rd cell is the flags, encoded as follows: 27 Cells 4 and beyond are reserved for future use. When the 1st cell
|
D | vic.txt | 14 the VIC has no configuration options for interrupt sources. The cell is a u32 21 - valid-mask : A one cell big bit mask of valid interrupt sources. Each bit 25 - valid-wakeup-mask : A one cell big bit mask of interrupt sources that can be
|
D | lpc32xx-mic.txt | 9 The first cell is the IRQ number 10 The second cell is used to specify mode:
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-adc-ad7280a | 5 Writing 1 enables the cell balance output switch corresponding 16 individual times for each cell balance output. The AD7280A 20 timer value is set 0, the timer is disabled. The cell balance
|
/linux-4.1.27/drivers/hwmon/ |
D | jz4740-hwmon.c | 35 const struct mfd_cell *cell; member 71 hwmon->cell->enable(to_platform_device(dev)); in jz4740_hwmon_read_adcin() 83 hwmon->cell->disable(to_platform_device(dev)); in jz4740_hwmon_read_adcin() 114 hwmon->cell = mfd_get_cell(pdev); in jz4740_hwmon_probe()
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | tc3589x.txt | 21 - #interrupt-cells : should be <1>, the first cell is the IRQ offset on this 32 - #interrupt-cells : should be <2>, the first cell is the IRQ offset on this 33 TC3589x GPIO interrupt controller, the second cell is the interrupt flags 42 - #gpio-cells : should be <2>, the first cell is the GPIO offset on this 43 GPIO controller, the second cell is the flags.
|
D | arizona.txt | 22 The first cell is the IRQ number. 23 The second cell is the flags, encoded as the trigger masks from 27 - #gpio-cells : Must be 2. The first cell is the pin number and the 28 second cell is used to specify optional parameters (currently unused).
|
D | palmas.txt | 25 The first cell is the IRQ number. 26 The second cell is the flags, encoded as the trigger masks from
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | brcm,bcm2835-gpio.txt | 10 - #gpio-cells : Should be two. The first cell is the pin number and the 11 second cell is used to specify optional parameters: 17 The first cell is the GPIO number. 18 The second cell is used to specify flags: 40 - brcm,pins: An array of cells. Each cell contains the ID of a pin. Valid IDs
|
D | pinctrl-vt8500.txt | 13 - #gpio-cells : Should be two. The first cell is the pin number and the 14 second cell is used to specify optional parameters. 31 - wm,pins: An array of cells. Each cell contains the ID of a pin.
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | fsl-imx-sdma.txt | 17 The first cell specifies the DMA request/event ID. See details below 18 about the second and third cell. 22 The second cell of dma phandle specifies the peripheral type of DMA transfer. 53 The third cell specifies the transfer priority as below.
|
D | qcom_adm.txt | 7 - #dma-cells: must be <2>. First cell denotes the channel number. Second cell 39 cell specifier for each channel.
|
D | img-mdc-dma.txt | 17 - The first cell is the peripheral's DMA request line. 18 - The second cell is a bitmap specifying to which channels the DMA request 20 - The third cell is the thread ID to be used by the channel.
|
D | moxa,moxart-dma.txt | 11 - #dma-cells : Should be 1, a single cell holding a line request number 26 described in the dma.txt file, using a two-cell specifier for each channel:
|
D | qcom_bam_dma.txt | 10 - #dma-cells: must be <1>, the cell in the dmas property of the client device 29 DMA clients must use the format described in the dma.txt file, using a two cell
|
D | fsl-edma.txt | 22 The 1st cell specifies the DMAMUX(0 for DMAMUX0 and 1 for DMAMUX1). 25 The 2nd cell specifies the request source(slot) ID. 60 in the dma.txt file, using a two-cell specifier for each channel: the 1st
|
D | brcm,bcm2835-dma.txt | 15 - #dma-cells: Must be <1>, the cell in the dmas property of the 45 described in the dma.txt file, using a two-cell specifier for each channel.
|
/linux-4.1.27/Documentation/devicetree/bindings/spmi/ |
D | qcom,spmi-pmic-arb.txt | 39 cell 1: slave ID for the requested interrupt (0-15) 40 cell 2: peripheral ID for requested interrupt (0-255) 41 cell 3: the requested peripheral interrupt (0-7) 42 cell 4: interrupt flags indicating level-sense information, as defined in
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/cpm/ |
D | pic.txt | 5 - only one interrupt cell 8 - second interrupt cell is level/sense:
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | spi-orion.txt | 6 - cell-index : Which of multiple SPI controllers is this. 15 cell-index = <0>;
|
/linux-4.1.27/drivers/w1/masters/ |
D | ds1wm.c | 101 const struct mfd_cell *cell; member 261 if (ds1wm_data->cell->enable) in ds1wm_up() 262 ds1wm_data->cell->enable(ds1wm_data->pdev); in ds1wm_up() 288 if (ds1wm_data->cell->disable) in ds1wm_down() 289 ds1wm_data->cell->disable(ds1wm_data->pdev); in ds1wm_down() 481 ds1wm_data->cell = mfd_get_cell(pdev); in ds1wm_probe() 482 if (!ds1wm_data->cell) in ds1wm_probe()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | of_device_common.h | 4 static inline u64 of_read_addr(const u32 *cell, int size) in of_read_addr() argument 8 r = (r << 32) | *(cell++); in of_read_addr()
|
/linux-4.1.27/Documentation/vm/ |
D | numa | 17 may not be populated on any given cell. The cells of the NUMA system are 25 to and accessible from any CPU attached to any cell and cache coherency 29 away the cell containing the CPU or IO bus making the memory access is from the 30 cell containing the target memory. For example, access to memory by CPUs 31 attached to the same cell will experience faster access times and higher 33 can have cells at multiple remote distances from any given cell. 39 [cache misses] to be to "local" memory--memory on the same cell, if any--or 40 to the closest cell with memory. 54 physical cell that has no memory attached, and reassign any CPUs attached to 55 that cell to a node representing a cell that does have memory. Thus, on
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | fixed-clock.txt | 10 - clock-frequency : frequency of clock in Hz. Should be a single cell. 14 Should be a single cell.
|
D | prima2-clock.txt | 10 ID in its "clocks" phandle cell. The following is a full list of prima2 68 cell-index = <0>;
|
D | pistachio-clock.txt | 26 - #clock-cells: Must be 1. The single cell is the clock identifier. 55 - #clock-cells: Must be 1. The single cell is the clock identifier. 83 - #clock-cells: Must be 1. The single cell is the clock identifier. 112 - #clock-cells: Must be 1. The single cell is the clock identifier.
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | alc5632.txt | 13 - #gpio-cells : Should be two. The first cell is the pin number and the 14 second cell is used to specify optional parameters (currently unused).
|
D | wm8994.txt | 14 - #gpio-cells : Must be 2. The first cell is the pin number and the 15 second cell is used to specify optional parameters (currently unused). 31 The first cell is the IRQ number. 32 The second cell is the flags, encoded as the trigger masks from
|
/linux-4.1.27/drivers/staging/fsl-mc/bus/ |
D | mc-bus.c | 546 const __be32 *cell; in get_mc_addr_translation_ranges() local 573 cell = ranges_start; in get_mc_addr_translation_ranges() 577 range->start_mc_addr = of_read_number(cell, mc_addr_cells); in get_mc_addr_translation_ranges() 578 cell += mc_addr_cells; in get_mc_addr_translation_ranges() 579 range->start_phys_addr = of_read_number(cell, paddr_cells); in get_mc_addr_translation_ranges() 580 cell += paddr_cells; in get_mc_addr_translation_ranges() 582 of_read_number(cell, mc_size_cells); in get_mc_addr_translation_ranges() 584 cell += mc_size_cells; in get_mc_addr_translation_ranges()
|
/linux-4.1.27/Documentation/devicetree/bindings/ata/ |
D | fsl-sata.txt | 12 - cell-index : controller index. 26 cell-index = <1>;
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | setup.c | 91 if (!machine_is(cell)) in cell_fixup_pcie_rootcomplex() 188 machine_subsys_initcall(cell, cell_publish_devices); 270 define_machine(cell) { in define_machine() argument
|
/linux-4.1.27/arch/xtensa/boot/dts/ |
D | xtfpga.dtsi | 30 /* one cell: internal irq number, 31 * two cells: second cell == 0: internal irq number 32 * second cell == 1: external irq number
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 35 Size: one cell nodes with only one sensor, and at least 1 on nodes 65 Size: one cell 69 Size: one cell 73 Size: one cell to specify minimum and maximum cooling state used 74 in the reference. The first cell is the minimum 75 cooling state requested and the second cell is 89 Size: one cell 93 Size: one cell 111 cooling specifier binding. In the cooling specifier, the first cell 112 is the minimum cooling state and the second cell [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | mmc-spi-slot.txt | 8 - voltage-ranges : two cells are required, first cell specifies minimum 9 slot voltage (mV), second cell specifies maximum slot voltage (mV).
|
D | fsl-esdhc.txt | 22 - voltage-ranges : two cells are required, first cell specifies minimum 23 slot voltage (mV), second cell specifies maximum slot voltage (mV).
|
/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | nxp,sc16is7xx.txt | 19 - #gpio-cells: Should be two. The first cell is the GPIO number and 20 the second cell is used to specify the GPIO polarity:
|
D | maxim,max310x.txt | 21 - #gpio-cells: Should be two. The first cell is the GPIO number and 22 the second cell is used to specify the GPIO polarity:
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | matrix-keymap.txt | 6 - linux,keymap: an array of packed 1-cell entries containing the equivalent 7 of row, column and linux key-code. The 32-bit big endian cell is packed
|
/linux-4.1.27/Documentation/devicetree/bindings/pwm/ |
D | pwm-st.txt | 6 - #pwm-cells : Number of cells used to specify a PWM. First cell 8 second cell is the period in nanoseconds - fixed to 2
|
/linux-4.1.27/arch/arm64/kernel/ |
D | smp.c | 333 const u32 *cell; in of_smp_init_cpus() local 341 cell = of_get_property(dn, "reg", NULL); in of_smp_init_cpus() 342 if (!cell) { in of_smp_init_cpus() 346 hwid = of_read_number(cell, of_n_addr_cells(dn)); in of_smp_init_cpus()
|
/linux-4.1.27/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 54 address cell corresponds to the master device's ID. In some cases more than 55 one cell can be required to represent a single master ID. 57 be configured. The first cell of the address in this may contain the master 58 device's ID for example, while the second cell could contain the start of 168 * One cell for the master ID and one cell for the
|
D | renesas,ipmmu-vmsa.txt | 22 - iommus: A reference to the IPMMU in two cells. The first cell is a phandle 23 to the IPMMU and the second cell the number of the micro-TLB that the
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | ti-abb-regulator.txt | 17 - #address-cell: should be 0 18 - #size-cell: should be 0 72 #address-cell = <0>; 92 #address-cell = <0>; 113 #address-cell = <0>;
|