/drivers/of/ |
D | dynamic.c | 321 static void __of_changeset_entry_destroy(struct of_changeset_entry *ce) in __of_changeset_entry_destroy() argument 323 of_node_put(ce->np); in __of_changeset_entry_destroy() 324 list_del(&ce->node); in __of_changeset_entry_destroy() 325 kfree(ce); in __of_changeset_entry_destroy() 329 static void __of_changeset_entry_dump(struct of_changeset_entry *ce) in __of_changeset_entry_dump() argument 331 switch (ce->action) { in __of_changeset_entry_dump() 334 ce, "ADD_PROPERTY ", ce->np->full_name, in __of_changeset_entry_dump() 335 ce->prop->name); in __of_changeset_entry_dump() 339 ce, "REMOVE_PROPERTY", ce->np->full_name, in __of_changeset_entry_dump() 340 ce->prop->name); in __of_changeset_entry_dump() [all …]
|
/drivers/base/power/ |
D | clock_ops.c | 54 static void pm_clk_acquire(struct device *dev, struct pm_clock_entry *ce) in pm_clk_acquire() argument 56 ce->clk = clk_get(dev, ce->con_id); in pm_clk_acquire() 57 if (IS_ERR(ce->clk)) { in pm_clk_acquire() 58 ce->status = PCE_STATUS_ERROR; in pm_clk_acquire() 60 clk_prepare(ce->clk); in pm_clk_acquire() 61 ce->status = PCE_STATUS_ACQUIRED; in pm_clk_acquire() 62 dev_dbg(dev, "Clock %s managed by runtime PM.\n", ce->con_id); in pm_clk_acquire() 77 struct pm_clock_entry *ce; in pm_clk_add() local 82 ce = kzalloc(sizeof(*ce), GFP_KERNEL); in pm_clk_add() 83 if (!ce) { in pm_clk_add() [all …]
|
/drivers/clocksource/ |
D | timer-marco.c | 73 struct clock_event_device *ce = dev_id; in sirfsoc_timer_interrupt() local 79 if (ce->mode == CLOCK_EVT_MODE_ONESHOT) in sirfsoc_timer_interrupt() 82 ce->event_handler(ce); in sirfsoc_timer_interrupt() 102 struct clock_event_device *ce) in sirfsoc_timer_set_next_event() argument 121 struct clock_event_device *ce) in sirfsoc_timer_set_mode() argument 182 static int sirfsoc_local_timer_setup(struct clock_event_device *ce) in sirfsoc_local_timer_setup() argument 192 ce->irq = action->irq; in sirfsoc_local_timer_setup() 193 ce->name = "local_timer"; in sirfsoc_local_timer_setup() 194 ce->features = CLOCK_EVT_FEAT_ONESHOT; in sirfsoc_local_timer_setup() 195 ce->rating = 200; in sirfsoc_local_timer_setup() [all …]
|
D | cadence_ttc_timer.c | 101 struct clock_event_device ce; member 105 container_of(x, struct ttc_timer_clockevent, ce) 152 ttce->ce.event_handler(&ttce->ce); in ttc_clock_event_interrupt() 393 clockevents_update_freq(&ttcce->ce, ndata->new_rate / PRESCALE); in ttc_rate_change_clockevent_cb() 430 ttcce->ce.name = "ttc_clockevent"; in ttc_setup_clockevent() 431 ttcce->ce.features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT; in ttc_setup_clockevent() 432 ttcce->ce.set_next_event = ttc_set_next_event; in ttc_setup_clockevent() 433 ttcce->ce.set_mode = ttc_set_mode; in ttc_setup_clockevent() 434 ttcce->ce.rating = 200; in ttc_setup_clockevent() 435 ttcce->ce.irq = irq; in ttc_setup_clockevent() [all …]
|
D | timer-prima2.c | 62 struct clock_event_device *ce = dev_id; in sirfsoc_timer_interrupt() local 70 ce->event_handler(ce); in sirfsoc_timer_interrupt() 91 struct clock_event_device *ce) in sirfsoc_timer_set_next_event() argument 108 struct clock_event_device *ce) in sirfsoc_timer_set_mode() argument
|
/drivers/net/ethernet/chelsio/cxgb/ |
D | sge.c | 510 struct freelQ_ce *ce = &q->centries[cidx]; in free_freelQ_buffers() local 512 pci_unmap_single(pdev, dma_unmap_addr(ce, dma_addr), in free_freelQ_buffers() 513 dma_unmap_len(ce, dma_len), in free_freelQ_buffers() 515 dev_kfree_skb(ce->skb); in free_freelQ_buffers() 516 ce->skb = NULL; in free_freelQ_buffers() 620 struct cmdQ_ce *ce; in free_cmdQ_buffers() local 625 ce = &q->centries[cidx]; in free_cmdQ_buffers() 627 if (likely(dma_unmap_len(ce, dma_len))) { in free_cmdQ_buffers() 628 pci_unmap_single(pdev, dma_unmap_addr(ce, dma_addr), in free_cmdQ_buffers() 629 dma_unmap_len(ce, dma_len), in free_cmdQ_buffers() [all …]
|
/drivers/infiniband/hw/amso1100/ |
D | c2_cq.c | 134 struct c2wr_ce *ce; in c2_poll_one() local 138 ce = c2_mq_consume(&cq->mq); in c2_poll_one() 139 if (!ce) { in c2_poll_one() 149 (struct c2_qp *) (unsigned long) ce->qp_user_context) == NULL) { in c2_poll_one() 151 ce = c2_mq_consume(&cq->mq); in c2_poll_one() 152 if (!ce) in c2_poll_one() 156 entry->status = c2_cqe_status_to_openib(c2_wr_get_result(ce)); in c2_poll_one() 157 entry->wr_id = ce->hdr.context; in c2_poll_one() 166 switch (c2_wr_get_id(ce)) { in c2_poll_one() 180 entry->byte_len = be32_to_cpu(ce->bytes_rcvd); in c2_poll_one() [all …]
|
D | c2_wr.h | 1457 struct c2wr_ce ce; member
|
/drivers/md/ |
D | dm-snap-persistent.c | 709 struct core_exception ce; in persistent_commit_exception() local 715 ce.old_chunk = e->old_chunk; in persistent_commit_exception() 716 ce.new_chunk = e->new_chunk; in persistent_commit_exception() 717 write_exception(ps, ps->current_committed++, &ce); in persistent_commit_exception() 772 struct core_exception ce; in persistent_prepare_merge() local 793 read_exception(ps, ps->area, ps->current_committed - 1, &ce); in persistent_prepare_merge() 794 *last_old_chunk = ce.old_chunk; in persistent_prepare_merge() 795 *last_new_chunk = ce.new_chunk; in persistent_prepare_merge() 804 ps->current_committed - 1 - nr_consecutive, &ce); in persistent_prepare_merge() 805 if (ce.old_chunk != *last_old_chunk - nr_consecutive || in persistent_prepare_merge() [all …]
|
/drivers/gpu/drm/nouveau/core/engine/copy/ |
D | nve0.c | 72 const int ce = nv_subidx(nv_object(subdev)) - NVDEV_ENGINE_COPY0; in nve0_copy_intr() local 74 u32 stat = nv_rd32(priv, 0x104908 + (ce * 0x1000)); in nve0_copy_intr() 78 nv_wr32(priv, 0x104908 + (ce * 0x1000), stat); in nve0_copy_intr()
|
/drivers/media/i2c/ |
D | vs6624.c | 761 const unsigned *ce; in vs6624_probe() local 768 ce = client->dev.platform_data; in vs6624_probe() 769 if (ce == NULL) in vs6624_probe() 772 ret = devm_gpio_request_one(&client->dev, *ce, GPIOF_OUT_INIT_HIGH, in vs6624_probe() 775 v4l_err(client, "failed to request GPIO %d\n", *ce); in vs6624_probe() 810 sensor->ce_pin = *ce; in vs6624_probe()
|
/drivers/mtd/nand/ |
D | lpc32xx_slc.c | 410 uint32_t ce = ecc[i / 3]; in lpc32xx_slc_ecc_copy() local 411 ce = ~(ce << 2) & 0xFFFFFF; in lpc32xx_slc_ecc_copy() 412 spare[i + 2] = (uint8_t)(ce & 0xFF); in lpc32xx_slc_ecc_copy() 413 ce >>= 8; in lpc32xx_slc_ecc_copy() 414 spare[i + 1] = (uint8_t)(ce & 0xFF); in lpc32xx_slc_ecc_copy() 415 ce >>= 8; in lpc32xx_slc_ecc_copy() 416 spare[i] = (uint8_t)(ce & 0xFF); in lpc32xx_slc_ecc_copy()
|
D | nandsim.c | 357 int ce; /* chip Enable */ member 1916 if (!ns->lines.ce) { in ns_nand_read_byte() 1976 if (!ns->lines.ce) { in ns_nand_write_byte() 2132 ns->lines.ce = bitmask & NAND_NCE ? 1 : 0; in ns_hwcontrol() 2185 if (!ns->lines.ce) { in ns_nand_read_buf()
|
/drivers/net/ppp/ |
D | ppp_generic.c | 2568 struct compressor_entry *ce; in find_comp_entry() local 2570 list_for_each_entry(ce, &compressor_list, list) { in find_comp_entry() 2571 if (ce->comp->compress_proto == proto) in find_comp_entry() 2572 return ce; in find_comp_entry() 2581 struct compressor_entry *ce; in ppp_register_compressor() local 2588 ce = kmalloc(sizeof(struct compressor_entry), GFP_ATOMIC); in ppp_register_compressor() 2589 if (!ce) in ppp_register_compressor() 2592 ce->comp = cp; in ppp_register_compressor() 2593 list_add(&ce->list, &compressor_list); in ppp_register_compressor() 2603 struct compressor_entry *ce; in ppp_unregister_compressor() local [all …]
|
/drivers/net/wireless/ath/ath10k/ |
D | Makefile | 19 ce.o
|
/drivers/net/fddi/skfp/h/ |
D | smc.h | 448 struct s_cem ce[NUMPHYS] ; /* cem */ member
|
/drivers/video/fbdev/core/ |
D | svgalib.c | 305 u8 ce = 0x0e; in svga_tilecursor() local 340 vga_wcrt(regbase, 0x0B, ce); /* set cursor end */ in svga_tilecursor()
|
/drivers/tty/vt/ |
D | cp437.uni | 92 0x49 U+0049 U+00cc U+00cd U+00ce U+00cf
|
/drivers/staging/media/bcm2048/ |
D | radio-bcm2048.c | 1360 int err = 0, i, j = 0, ce = 0, cr = 0; in bcm2048_get_rds_rt() local 1372 ce = i; in bcm2048_get_rds_rt() 1392 if (i < ce) { in bcm2048_get_rds_rt()
|
/drivers/ata/ |
D | pata_octeon_cf.c | 211 reg_tim.s.ce = ns_to_tim_reg(div, 5); in octeon_cf_set_piomode()
|
/drivers/net/ethernet/tile/ |
D | tilegx.c | 602 if (idesc->be || idesc->me || idesc->tr || idesc->ce) { in tile_net_handle_packet()
|