Home
last modified time | relevance | path

Searched refs:cec (Results 1 – 24 of 24) sorted by relevance

/linux-4.4.14/drivers/net/can/
Dbfin_can.c91 __BFP(cec); /* offset 0x90 */
333 u16 cec = readw(&reg->cec); in bfin_can_get_berr_counter() local
335 bec->txerr = cec >> 8; in bfin_can_get_berr_counter()
336 bec->rxerr = cec; in bfin_can_get_berr_counter()
475 u16 cec = readw(&reg->cec); in bfin_can_err() local
476 u8 rxerr = cec; in bfin_can_err()
477 u8 txerr = cec >> 8; in bfin_can_err()
/linux-4.4.14/drivers/base/power/
Dwakeup.c524 unsigned int cec; in wakeup_source_activate() local
543 cec = atomic_inc_return(&combined_event_count); in wakeup_source_activate()
545 trace_wakeup_source_activate(ws->name, cec); in wakeup_source_activate()
631 unsigned int cnt, inpr, cec; in wakeup_source_deactivate() local
669 cec = atomic_add_return(MAX_IN_PROGRESS, &combined_event_count); in wakeup_source_deactivate()
670 trace_wakeup_source_deactivate(ws->name, cec); in wakeup_source_deactivate()
/linux-4.4.14/drivers/gpu/drm/i2c/
Dtda998x_drv.c33 struct i2c_client *cec; member
361 struct i2c_client *client = priv->cec; in cec_write()
373 struct i2c_client *client = priv->cec; in cec_read()
617 u8 sta, cec, lvl, flag0, flag1, flag2; in tda998x_irq_thread() local
621 cec = cec_read(priv, REG_CEC_RXSHPDINT); in tda998x_irq_thread()
628 sta, cec, lvl, flag0, flag1, flag2); in tda998x_irq_thread()
630 if (cec & CEC_RXSHPDINT_HPD) { in tda998x_irq_thread()
1205 i2c_unregister_device(priv->cec); in tda998x_destroy()
1225 priv->cec = i2c_new_dummy(client->adapter, cec_addr); in tda998x_create()
1226 if (!priv->cec) in tda998x_create()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/display/rockchip/
Ddw_hdmi-rockchip.txt19 - clocks, clock-names: phandle to the HDMI CEC clock, name should be "cec"
/linux-4.4.14/Documentation/devicetree/bindings/display/bridge/
Ddw_hdmi.txt23 - clocks, clock-names: phandle to the HDMI CEC clock, name should be "cec"
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra30-pinmux.txt89 ao1, ao2, at1, at2, at3, at4, at5, cdev1, cdev2, cec, crt, csus, dap1,
96 blink, cec, clk_12m_out, clk_32k_in, core_pwr_req, cpu_pwr_req, crt,
Dnvidia,tegra124-pinmux.txt94 gmh, owr, uda, gpv, dev3, cec, usb_vbus_en, ao3, ao0, hv0, sdio4, ao4.
104 blink, cec, cldvfs, clk12, cpu, dap, dap1, dap2, dev3, displaya,
Dnvidia,tegra114-pinmux.txt85 blink, cec, cldvfs, clk12, cpu, dap, dap1, dap2, dev3, displaya,
Dnvidia,tegra210-pinmux.txt136 aud, bcl, blink, ccla, cec, cldvfs, clk, core, cpu, displaya, displayb,
/linux-4.4.14/arch/blackfin/include/asm/
Dbfin_can.h81 __BFP(cec); /* offset 0x90 */
/linux-4.4.14/drivers/atm/
Dhe.c2713 static long mcc = 0, oec = 0, dcc = 0, cec = 0; in he_proc_read() local
2731 cec += he_readl(he_dev, CEC); in he_proc_read()
2736 mcc, oec, dcc, cec); in he_proc_read()
/linux-4.4.14/drivers/video/fbdev/aty/
Dradeon_pm.c2217 u32 cgc, cec, c2gc;
2424 cec = INREG(CRTC_EXT_CNTL);
2484 OUTREG(CRTC_EXT_CNTL, cec);
/linux-4.4.14/drivers/pinctrl/
Dpinctrl-tegra114.c1468 FUNCTION(cec),
1826 DRV_PINGROUP(cec, 0x938, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2, N),
Dpinctrl-tegra124.c1628 FUNCTION(cec),
2034 DRV_PINGROUP(cec, 0x938, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2, N),
Dpinctrl-tegra30.c2026 FUNCTION(cec),
2437 DRV_PINGROUP(cec, 0x938, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
Dpinctrl-tegra210.c1206 FUNCTION(cec),
/linux-4.4.14/arch/arm/boot/dts/
Dtegra114-roth.dts486 nvidia,function = "cec";
Dtegra124-venice2.dts366 nvidia,function = "cec";
Dtegra114-dalmore.dts481 nvidia,function = "cec";
Dtegra124-nyan-big.dts1243 nvidia,function = "cec";
Dtegra124-nyan-blaze.dts1239 nvidia,function = "cec";
Dtegra124-jetson-tk1.dts1274 nvidia,function = "cec";
Dtegra30-beaver.dts1699 nvidia,function = "cec";
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c159 __CAN(CEC, cec); in bfin_debug_mmrs_can()