/linux-4.4.14/drivers/net/can/ |
D | bfin_can.c | 91 __BFP(cec); /* offset 0x90 */ 333 u16 cec = readw(®->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(®->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/ |
D | wakeup.c | 524 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/ |
D | tda998x_drv.c | 33 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/ |
D | dw_hdmi-rockchip.txt | 19 - clocks, clock-names: phandle to the HDMI CEC clock, name should be "cec"
|
/linux-4.4.14/Documentation/devicetree/bindings/display/bridge/ |
D | dw_hdmi.txt | 23 - clocks, clock-names: phandle to the HDMI CEC clock, name should be "cec"
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | nvidia,tegra30-pinmux.txt | 89 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,
|
D | nvidia,tegra124-pinmux.txt | 94 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,
|
D | nvidia,tegra114-pinmux.txt | 85 blink, cec, cldvfs, clk12, cpu, dap, dap1, dap2, dev3, displaya,
|
D | nvidia,tegra210-pinmux.txt | 136 aud, bcl, blink, ccla, cec, cldvfs, clk, core, cpu, displaya, displayb,
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | bfin_can.h | 81 __BFP(cec); /* offset 0x90 */
|
/linux-4.4.14/drivers/atm/ |
D | he.c | 2713 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/ |
D | radeon_pm.c | 2217 u32 cgc, cec, c2gc; 2424 cec = INREG(CRTC_EXT_CNTL); 2484 OUTREG(CRTC_EXT_CNTL, cec);
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-tegra114.c | 1468 FUNCTION(cec), 1826 DRV_PINGROUP(cec, 0x938, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2, N),
|
D | pinctrl-tegra124.c | 1628 FUNCTION(cec), 2034 DRV_PINGROUP(cec, 0x938, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2, N),
|
D | pinctrl-tegra30.c | 2026 FUNCTION(cec), 2437 DRV_PINGROUP(cec, 0x938, 2, 3, 4, 12, 5, 20, 5, 28, 2, 30, 2),
|
D | pinctrl-tegra210.c | 1206 FUNCTION(cec),
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | tegra114-roth.dts | 486 nvidia,function = "cec";
|
D | tegra124-venice2.dts | 366 nvidia,function = "cec";
|
D | tegra114-dalmore.dts | 481 nvidia,function = "cec";
|
D | tegra124-nyan-big.dts | 1243 nvidia,function = "cec";
|
D | tegra124-nyan-blaze.dts | 1239 nvidia,function = "cec";
|
D | tegra124-jetson-tk1.dts | 1274 nvidia,function = "cec";
|
D | tegra30-beaver.dts | 1699 nvidia,function = "cec";
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | debug-mmrs.c | 159 __CAN(CEC, cec); in bfin_debug_mmrs_can()
|