Home
last modified time | relevance | path

Searched refs:active (Results 226 – 250 of 3707) sorted by relevance

12345678910>>...149

/openbmc/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-net5big.dts38 enable-active-high;
50 enable-active-high;
62 enable-active-high;
74 enable-active-high;
/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/
H A Dbcm4908-asus-gt-ac5300.dts128 active-low;
137 active-low;
146 active-low;
155 active-low;
/openbmc/linux/drivers/media/i2c/
H A Dak7375.c51 bool active; member
218 if (!ak7375_dev->active) in ak7375_vcm_suspend()
241 ak7375_dev->active = false; in ak7375_vcm_suspend()
258 if (ak7375_dev->active) in ak7375_vcm_resume()
287 ak7375_dev->active = true; in ak7375_vcm_resume()
/openbmc/linux/arch/arm/boot/dts/nxp/mxs/
H A Dimx28-m28cu3.dts73 enable-active-high;
137 hsync-active = <0>;
138 vsync-active = <0>;
139 de-active = <1>;
140 pixelclk-active = <1>;
/openbmc/linux/arch/arm/boot/dts/nxp/lpc/
H A Dlpc3250-ea3250.dts91 gpios = <&gpio 5 14 1>; /* GPO_P3 14, GPIO 93, active low */
97 gpios = <&gpio 2 10 1>; /* P2.10, active low */
102 gpios = <&gpio 2 11 1>; /* P2.11, active low */
107 gpios = <&gpio 2 12 1>; /* P2.12, active low */
228 gpios = <&gpio 5 19 1>; /* GPO_P3 19, active low */
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3568-radxa-e25.dts40 enable-active-high;
55 enable-active-high;
67 enable-active-high;
79 enable-active-high;
91 enable-active-high;
/openbmc/linux/drivers/scsi/
H A Dinitio.c1169 if (host->active) in tulip_scsi()
1841 host->active = NULL; in int_initio_busfree()
1879 host->active = NULL; in int_initio_scsi_rst()
1908 host->active = NULL; in int_initio_resel()
1954 host->active = scb; in int_initio_resel()
1962 host->active = scb; in int_initio_resel()
2283 host->active = NULL; in initio_post_scsi_rst()
2309 host->active = scb; in initio_select_atn_stop()
2326 host->active = scb; in initio_select_atn()
2343 host->active = scb; in initio_select_atn3()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Datmel,aic.txt16 4 = active high level-sensitive.
17 8 = active low level-sensitive.
19 Default flag for internal sources should be set to 4 (active high).
/openbmc/linux/drivers/pps/clients/
H A Dpps-ldisc.c16 static void pps_tty_dcd_change(struct tty_struct *tty, bool active) in pps_tty_dcd_change() argument
32 pps_event(pps, &ts, active ? PPS_CAPTUREASSERT : in pps_tty_dcd_change()
36 active ? "assert" : "clear", jiffies); in pps_tty_dcd_change()
/openbmc/linux/drivers/scsi/snic/
H A Dsnic_stats.h8 atomic64_t active; /* Active IOs */ member
98 nr_active_ios = atomic64_read(&io->active); in snic_stats_update_active_ios()
109 atomic64_dec(&s_stats->io.active); in snic_stats_update_io_cmpl()
/openbmc/linux/Documentation/fb/
H A Dep93xx-fb.rst58 EP93XXFB_SYNC_BLANK_HIGH Blank signal is active high. By
59 default the blank signal is active low.
61 EP93XXFB_SYNC_HORIZ_HIGH Horizontal sync is active high. By
62 default the horizontal sync is active low.
64 EP93XXFB_SYNC_VERT_HIGH Vertical sync is active high. By
65 default the vertical sync is active high.
/openbmc/qemu/target/mips/
H A Dinternal.h240 int active = 1; in mips_vpe_active() local
244 active = 0; in mips_vpe_active()
248 active = 0; in mips_vpe_active()
261 active = 0; in mips_vpe_active()
265 active = 0; in mips_vpe_active()
268 return active; in mips_vpe_active()
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad7606.yaml44 input channels. As the line is active high, it should be marked
51 it will be asserted during driver probe. As the line is active high,
59 Shutdown mode. As the line is active low, it should be marked
68 As the line is active high, it should be marked GPIO_ACTIVE_HIGH.
77 is ±5V for all channels. As the line is active high, it should be marked
84 mode pins. As the line is active high, it should be marked
/openbmc/linux/drivers/pmdomain/apple/
H A Dpmgr-pwrstate.c202 bool active; in apple_pmgr_ps_probe() local
237 active = apple_pmgr_ps_is_active(ps); in apple_pmgr_ps_probe()
240 if (!active) { in apple_pmgr_ps_probe()
243 active = apple_pmgr_ps_power_on(&ps->genpd) == 0; in apple_pmgr_ps_probe()
248 if (active) in apple_pmgr_ps_probe()
252 ret = pm_genpd_init(&ps->genpd, NULL, !active); in apple_pmgr_ps_probe()
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mm-phg.dts68 enable-active-high;
79 enable-active-high;
100 hsync-active = <0>;
101 vsync-active = <0>;
102 de-active = <1>;
103 pixelclk-active = <1>;
/openbmc/linux/kernel/
H A Dpid_namespace.c398 struct pid_namespace *active = task_active_pid_ns(current); in pidns_install() local
413 if (new->level < active->level) in pidns_install()
417 while (ancestor->level > active->level) in pidns_install()
419 if (ancestor != active) in pidns_install()
429 struct pid_namespace *active = task_active_pid_ns(current); in pidns_get_parent() local
437 if (p == active) in pidns_get_parent()
/openbmc/u-boot/arch/arm/dts/
H A Dtegra30-beaver.dts254 enable-active-high;
266 enable-active-high;
279 enable-active-high;
290 enable-active-high;
302 enable-active-high;
316 enable-active-high;
329 enable-active-high;
/openbmc/linux/drivers/usb/core/
H A Ddevices.c198 int active = 0; in usb_dump_interface_descriptor() local
207 active = (desc == &iface->cur_altsetting->desc); in usb_dump_interface_descriptor()
210 active ? '*' : ' ', /* mark active altsetting */ in usb_dump_interface_descriptor()
259 int active, int speed) in usb_dump_config_descriptor() argument
271 active ? '*' : ' ', in usb_dump_config_descriptor()
280 const struct usb_host_config *config, int active) in usb_dump_config() argument
291 start = usb_dump_config_descriptor(start, end, &config->desc, active, in usb_dump_config()
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dregulator-max77620.txt44 - maxim,active-fps-source: FPS source for the regulators to get
46 active state. Valid values are:
62 - maxim,active-fps-power-up-slot: Sequencing event slot number on which
69 - maxim,active-fps-power-down-slot: Sequencing event slot number on which
77 "maxim,active-fps-source" but value
82 "maxim,active-fps-power-up-slot" but
90 "maxim,active-fps-power-down-slot" but
134 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
143 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6dl-mamoj.dts75 enable-active-high;
85 enable-active-high;
96 enable-active-high;
107 enable-active-high;
118 enable-active-high;
128 enable-active-high;
139 enable-active-high;
151 enable-active-high;
163 enable-active-high;
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt_fencing.c235 ret = i915_active_wait(&fence->active); in fence_update()
301 GEM_BUG_ON(!i915_active_is_idle(&fence->active)); in i915_vma_revoke_fence()
330 struct i915_fence_reg *active = NULL; in fence_find() local
336 if (fence == active) /* now seen this fence twice */ in fence_find()
337 active = ERR_PTR(-EAGAIN); in fence_find()
340 if (active != ERR_PTR(-EAGAIN) && fence_is_active(fence)) { in fence_find()
341 if (!active) in fence_find()
342 active = fence; in fence_find()
875 i915_active_init(&fence->active, NULL, NULL, 0); in intel_ggtt_init_fences()
892 i915_active_fini(&fence->active); in intel_ggtt_fini_fences()
/openbmc/linux/drivers/scsi/aacraid/
H A Dcomminit.c277 int *active = data; in wait_for_io_iter() local
280 *active = *active + 1; in wait_for_io_iter()
285 int i = 0, active; in aac_wait_for_io_completion() local
289 active = 0; in aac_wait_for_io_completion()
291 wait_for_io_iter, &active); in aac_wait_for_io_completion()
295 if (active == 0) in aac_wait_for_io_completion()
298 "Wait for %d commands to complete\n", active); in aac_wait_for_io_completion()
301 if (active) in aac_wait_for_io_completion()
303 "%d outstanding commands during shutdown\n", active); in aac_wait_for_io_completion()
/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-mpeg.c204 if (list_empty(&q->active)) in cx8802_restart_queue()
207 buf = list_entry(q->active.next, struct cx88_buffer, list); in cx8802_restart_queue()
252 if (list_empty(&cx88q->active)) { in cx8802_buf_queue()
254 list_add_tail(&buf->list, &cx88q->active); in cx8802_buf_queue()
261 prev = list_entry(cx88q->active.prev, struct cx88_buffer, list); in cx8802_buf_queue()
262 list_add_tail(&buf->list, &cx88q->active); in cx8802_buf_queue()
279 while (!list_empty(&q->active)) { in do_cancel_buffers()
280 buf = list_entry(q->active.next, struct cx88_buffer, list); in do_cancel_buffers()
409 INIT_LIST_HEAD(&dev->mpegq.active); in cx8802_init_common()
444 if (!list_empty(&dev->mpegq.active)) { in cx8802_suspend_common()
[all …]
/openbmc/linux/drivers/siox/
H A Dsiox-core.c293 if (smaster->active) { in siox_poll_thread()
335 if (smaster->active) in __siox_start()
338 smaster->active = 1; in __siox_start()
357 if (smaster->active) { in __siox_stop()
360 smaster->active = 0; in __siox_stop()
559 return sprintf(buf, "%d\n", smaster->active); in active_show()
568 int active; in active_store() local
570 ret = kstrtoint(buf, 0, &active); in active_store()
574 if (active) in active_store()
585 static DEVICE_ATTR_RW(active);
[all …]
/openbmc/linux/drivers/tty/
H A Dsysrq.c658 bool active; member
822 bool was_active = sysrq->active; in sysrq_handle_keypress()
831 if (sysrq->active && code == sysrq->alt_use) in sysrq_handle_keypress()
832 sysrq->active = false; in sysrq_handle_keypress()
848 if (sysrq->active) in sysrq_handle_keypress()
854 sysrq->active = true; in sysrq_handle_keypress()
873 if (sysrq->active) in sysrq_handle_keypress()
879 if (sysrq->active && value && value != 2) { in sysrq_handle_keypress()
890 suppress = sysrq->active; in sysrq_handle_keypress()
892 if (!sysrq->active) { in sysrq_handle_keypress()
[all …]

12345678910>>...149