Searched refs:inactive (Results 1 – 9 of 9) sorted by relevance
/drivers/gpu/drm/i915/gt/ |
D | intel_execlists_submission.c | 1625 struct i915_request **inactive) in cancel_port_requests() argument 1630 *inactive++ = *port; in cancel_port_requests() 1635 *inactive++ = *port; in cancel_port_requests() 1646 return inactive; in cancel_port_requests() 1806 process_csb(struct intel_engine_cs *engine, struct i915_request **inactive) in process_csb() argument 1835 return inactive; in process_csb() 1867 prev = inactive; in process_csb() 1922 *inactive++ = *old++; in process_csb() 1984 *inactive++ = *execlists->active++; in process_csb() 2012 return inactive; in process_csb() [all …]
|
/drivers/spi/ |
D | spi-mt65xx.c | 220 u32 setup, hold, inactive; in mtk_spi_set_hw_cs_timing() local 237 inactive = (delay * DIV_ROUND_UP(mdata->spi_clk_hz, 1000000)) / 1000; in mtk_spi_set_hw_cs_timing() 270 if (inactive) { in mtk_spi_set_hw_cs_timing() 271 inactive = min_t(u32, inactive, 0x100); in mtk_spi_set_hw_cs_timing() 274 reg_val |= (((inactive - 1) & 0xff) << SPI_CFG1_CS_IDLE_OFFSET); in mtk_spi_set_hw_cs_timing()
|
D | spi-tegra114.c | 725 struct spi_delay *inactive = &spi->cs_inactive; in tegra_spi_set_hw_cs_timing() local 734 (inactive && inactive->unit != SPI_DELAY_UNIT_SCK)) { in tegra_spi_set_hw_cs_timing() 743 inactive_dly = inactive ? inactive->value : 0; in tegra_spi_set_hw_cs_timing()
|
/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_encoder_phys_vid.c | 118 u32 inactive = in get_horizontal_total() local 121 return active + inactive; in get_horizontal_total() 127 u32 inactive = in get_vertical_total() local 130 return active + inactive; in get_vertical_total()
|
/drivers/atm/ |
D | Kconfig | 232 inactive, they will have only a modest impact on performance. 270 inactive, they will have only a modest impact on performance. 294 inactive, they will have only a modest impact on performance. 328 inactive, they will have only a modest impact on performance.
|
/drivers/media/v4l2-core/ |
D | v4l2-ctrls-core.c | 1778 bool inactive = !active; in v4l2_ctrl_activate() local 1784 if (inactive) in v4l2_ctrl_activate() 1790 if (old != inactive) in v4l2_ctrl_activate()
|
/drivers/net/bonding/ |
D | bond_options.c | 1339 slave->inactive = 0; in bond_option_all_slaves_active_set() 1341 slave->inactive = 1; in bond_option_all_slaves_active_set()
|
/drivers/net/ |
D | Kconfig | 66 inactive SLIP address seem like a real address for local programs.
|
/drivers/md/ |
D | md.c | 4418 enum array_state { clear, inactive, suspended, readonly, read_auto, clean, active, enumerator 4436 enum array_state st = inactive; in array_state_show() 4467 st = inactive; in array_state_show() 4514 case inactive: in array_state_store()
|