Home
last modified time | relevance | path

Searched refs:active (Results 51 – 75 of 3451) sorted by relevance

12345678910>>...139

/openbmc/qemu/tests/qemu-iotests/
H A D29378 $QEMU_IMG amend $SECRETS $IMGS0 -o ${PR}state=active,${PR}new-secret=sec4,${PR}iter-time=10,${PR}ke…
80 $QEMU_IMG amend $SECRETS $IMGS0 -o ${PR}state=active,${PR}new-secret=sec1,${PR}iter-time=10
82 $QEMU_IMG amend $SECRETS $IMGS1 -o ${PR}state=active,${PR}new-secret=sec3,${PR}iter-time=10,${PR}ke…
85 $QEMU_IMG amend $SECRETS $IMGS3 -o ${PR}state=active,${PR}new-secret=sec2,${PR}iter-time=10
114 $QEMU_IMG amend $SECRETS $IMGS3 -o ${PR}state=active,${PR}new-secret=sec2,${PR}iter-time=10
119 $QEMU_IMG amend $SECRETS $IMGS3 -o ${PR}state=active,${PR}new-secret=sec0,${PR}iter-time=10
123 $QEMU_IMG amend $SECRETS $IMGS3 -o ${PR}state=active,${PR}new-secret=sec3,${PR}iter-time=10
127 $QEMU_IMG amend $SECRETS $IMGS2 -o ${PR}state=active,${PR}new-secret=sec3,${PR}iter-time=10
158 $QEMU_IMG amend $SECRETS $IMGS3 -o ${PR}state=active,${PR}new-secret=sec0,${PR}iter-time=10
171 $QEMU_IMG amend $SECRETS $IMGS0 -o ${PR}state=active,${PR}new-secret=sec1,${PR}keyslot=0
[all …]
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-mdm9615-wp8548-mangoh-green.dts123 * - 3: LED_ON (out active high)
126 * - 6: PCM_ANALOG_SELECT (out active high)
130 * - 10: UART_EXP1_ENn (out active low / pull-down)
134 * - 14: SPI_EXP1_ENn (out active low / pull-down)
172 * - 14: GPIOEXP_INT3 (in active low / pull-up)
201 * - 2: GPIO_IOT2_RESET (out active low / pull-up)
202 * - 3: GPIO_IOT1_RESET (out active low / pull-up)
203 * - 4: GPIO_IOT0_RESET (out active low / pull-up)
207 * - 8: UART_EXP2_ENn (out active low / pull-down)
208 * - 9: PCM_EXP1_ENn (out active low)
[all …]
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dmaxim,max8903.yaml21 description: Valid DC power has been detected (active low, input)
25 description: Valid USB power has been detected (active low, input)
29 description: Charge enable pin (active low, output)
33 description: Charger status pin (active low, input)
37 description: Fault pin (active low, output)
45 description: USB suspend pin (active high, output)
/openbmc/u-boot/arch/arm/dts/
H A Dtegra30-cardhu.dts238 enable-active-high;
251 enable-active-high;
263 enable-active-high;
274 enable-active-high;
284 enable-active-high;
295 enable-active-high;
306 enable-active-high;
317 enable-active-high;
330 enable-active-high;
341 enable-active-high;
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dkfunc_call_test_subprog.c12 int *active; in f1() local
21 active = (int *)bpf_per_cpu_ptr(&bpf_prog_active, in f1()
23 if (active) in f1()
24 active_res = *active; in f1()
/openbmc/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra210-p3450-0000.dts375 regulator-disable-active-discharge;
428 nvidia,core-power-req-active-high;
429 nvidia,sys-clock-req-active-high;
1800 enable-active-high;
1813 enable-active-high;
1836 enable-active-high;
1851 enable-active-high;
1879 enable-active-high;
1955 cpu_trip_active: active {
1958 type = "active";
[all …]
/openbmc/linux/include/linux/sched/
H A Dloadavg.h29 calc_load(unsigned long load, unsigned long exp, unsigned long active) in calc_load() argument
33 newload = load * exp + active * (FIXED_1 - exp); in calc_load()
34 if (active >= load) in calc_load()
41 unsigned long active, unsigned int n);
/openbmc/u-boot/arch/mips/dts/
H A Dcomtrend,vr-3032u.dts67 active-low;
73 active-low;
79 active-low;
85 active-low;
91 active-low;
97 active-low;
/openbmc/linux/arch/mips/boot/dts/brcm/
H A Dbcm63268-comtrend-vr-3032u.dts41 active-low;
46 active-low;
51 active-low;
56 active-low;
61 active-low;
101 active-low;
/openbmc/qemu/audio/
H A Dspiceaudio.c48 int active; member
109 out->active = 0; in line_out_init()
173 if (out->active) { in line_out_enable()
176 out->active = 1; in line_out_enable()
180 if (!out->active) { in line_out_enable()
183 out->active = 0; in line_out_enable()
225 in->active = 0; in line_in_init()
265 if (in->active) { in line_in_enable()
268 in->active = 1; in line_in_enable()
272 if (!in->active) { in line_in_enable()
[all …]
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-cardhu-a04.dts26 enable-active-high;
37 enable-active-high;
46 enable-active-high;
57 enable-active-high;
68 enable-active-high;
79 enable-active-high;
90 enable-active-high;
H A Dtegra30-cardhu-a02.dts26 enable-active-high;
37 enable-active-high;
46 enable-active-high;
57 enable-active-high;
68 enable-active-high;
79 enable-active-high;
/openbmc/u-boot/cmd/
H A Dbootmenu.c35 int active; /* active menu entry */ member
61 int reverse = (entry->menu->active == entry->num); in bootmenu_print_entry()
208 if (menu->active > 0) in bootmenu_choice_entry()
209 --menu->active; in bootmenu_choice_entry()
213 if (menu->active < menu->count - 1) in bootmenu_choice_entry()
214 ++menu->active; in bootmenu_choice_entry()
219 for (i = 0; i < menu->active; ++i) in bootmenu_choice_entry()
264 menu->active = 0; in bootmenu_create()
269 menu->active = (int)simple_strtol(default_str, NULL, 10); in bootmenu_create()
355 if ((menu->active >= menu->count)||(menu->active < 0)) { //ensure active menuitem is inside menu in bootmenu_create()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_timeline.c41 container_of(active, typeof(*tl), active); in __timeline_retire()
47 static int __timeline_active(struct i915_active *active) in __timeline_active() argument
50 container_of(active, typeof(*tl), active); in __timeline_active()
132 i915_active_fini(&timeline->active); in intel_timeline_fini()
214 i915_active_acquire(&tl->active); in intel_timeline_pin()
216 i915_active_release(&tl->active); in intel_timeline_pin()
349 !i915_active_acquire_if_busy(&tl->active)) in intel_timeline_read_hwsp()
360 i915_active_release(&tl->active); in intel_timeline_read_hwsp()
374 err = i915_active_add_request(&tl->active, to); in intel_timeline_read_hwsp()
377 i915_active_release(&tl->active); in intel_timeline_read_hwsp()
[all …]
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-odroidxu3-common.dtsi64 type = "active";
69 type = "active";
74 type = "active";
153 type = "active";
158 type = "active";
163 type = "active";
226 type = "active";
231 type = "active";
236 type = "active";
299 type = "active";
[all …]
/openbmc/linux/fs/afs/
H A Dserver.c233 atomic_set(&server->active, 1); in afs_alloc_server()
425 unsigned int active = atomic_dec_return(&server->active); in afs_unuse_server_notime() local
427 if (active == 0) in afs_unuse_server_notime()
491 int active; in afs_gc_servers() local
498 active = atomic_read(&server->active); in afs_gc_servers()
499 if (active == 0) { in afs_gc_servers()
531 if (active == 0) in afs_gc_servers()
561 int active = atomic_read(&server->active); in afs_manage_servers() local
568 if (active != 0) in afs_manage_servers()
572 if (active == 0) { in afs_manage_servers()
[all …]
H A Dcell.c162 atomic_set(&cell->active, 0); in afs_alloc_cell()
289 atomic_set(&cell->active, 2); in afs_lookup_cell()
626 a = atomic_read(&cell->active); in afs_see_cell()
728 int ret, active; in afs_manage_cell() local
738 active = 1; in afs_manage_cell()
739 if (atomic_try_cmpxchg_relaxed(&cell->active, &active, 0)) { in afs_manage_cell()
864 unsigned active; in afs_manage_cells() local
867 active = atomic_read(&cell->active); in afs_manage_cells()
871 ASSERTCMP(active, >=, 1); in afs_manage_cells()
875 active = atomic_dec_return(&cell->active); in afs_manage_cells()
[all …]
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ul-tx6ul.dtsi151 enable-active-high;
188 enable-active-high;
201 enable-active-high;
212 enable-active-high;
422 de-active = <1>;
438 de-active = <1>;
454 de-active = <1>;
470 de-active = <1>;
486 de-active = <1>;
502 de-active = <1>;
[all …]
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dmdio-mux-gpio.yaml61 interrupts = <10 8>; /* Pin 10, active low */
70 interrupts = <10 8>; /* Pin 10, active low */
79 interrupts = <10 8>; /* Pin 10, active low */
88 interrupts = <10 8>; /* Pin 10, active low */
104 interrupts = <12 8>; /* Pin 12, active low */
113 interrupts = <12 8>; /* Pin 12, active low */
122 interrupts = <12 8>; /* Pin 12, active low */
131 interrupts = <12 8>; /* Pin 12, active low */
/openbmc/linux/arch/s390/appldata/
H A Dappldata_base.c117 if (ops->active == 1) { in appldata_work_fn()
272 int active; in appldata_generic_handler() local
274 .data = &active, in appldata_generic_handler()
299 active = ops->active; in appldata_generic_handler()
307 if (active && (ops->active == 0)) { in appldata_generic_handler()
324 ops->active = 1; in appldata_generic_handler()
325 } else if (!active && (ops->active == 1)) { in appldata_generic_handler()
326 ops->active = 0; in appldata_generic_handler()
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-devkit8000-lcd43.dts28 hsync-active = <0>;
29 vsync-active = <0>;
30 de-active = <1>;
31 pixelclk-active = <1>;
H A Domap3-devkit8000-lcd70.dts28 hsync-active = <0>;
29 vsync-active = <0>;
30 de-active = <1>;
31 pixelclk-active = <1>;
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dov7670.txt13 - hsync-active: active state of the HSYNC signal, 0/1 for LOW/HIGH respectively.
14 - vsync-active: active state of the VSYNC signal, 0/1 for LOW/HIGH respectively.
48 hsync-active = <0>;
49 vsync-active = <0>;
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_service_restart_policy.robot21 [Documentation] Kill active services and expect auto restart.
48 Should Be Equal active ${ActiveState}
49 ... msg=Logging Service not in active state.
59 Should Be Equal active ${ActiveState}
60 ... msg=Logging service not in active state.
104 # This will get process id and check the service active state before killing the services.
105 # If service process id was 0 or service was not in active state then those services will get
107 # Only services with process ID and in active state get killed and checked whether
108 # they automatically restart and put into active state.
128 Run Keyword And Continue On Failure Should Be Equal active ${ActiveState}
[all …]
/openbmc/linux/drivers/media/platform/
H A Dvideo-mux.c29 int active; member
76 if (vmux->active == local->index) in video_mux_link_setup()
79 if (vmux->active >= 0) { in video_mux_link_setup()
88 vmux->active = local->index; in video_mux_link_setup()
95 vmux->active); in video_mux_link_setup()
98 if (vmux->active != local->index) in video_mux_link_setup()
103 vmux->active = -1; in video_mux_link_setup()
123 if (vmux->active == -1) { in video_mux_s_stream()
270 if ((pad->flags & MEDIA_PAD_FL_SOURCE) && vmux->active >= 0) in video_mux_set_format()
272 vmux->active); in video_mux_set_format()
[all …]

12345678910>>...139