Home
last modified time | relevance | path

Searched refs:alive (Results 1 – 25 of 151) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/drivers/staging/gasket/
H A Dgasket_ioctl.c224 bool alive; in gasket_ioctl_check_permissions() local
228 alive = (gasket_dev->status == GASKET_STATUS_ALIVE); in gasket_ioctl_check_permissions()
229 if (!alive) in gasket_ioctl_check_permissions()
231 __func__, alive, gasket_dev->status); in gasket_ioctl_check_permissions()
248 return alive && write; in gasket_ioctl_check_permissions()
252 return alive && write; in gasket_ioctl_check_permissions()
256 return alive && write; in gasket_ioctl_check_permissions()
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dsynth.c153 synth->alive = 1; in spk_synth_is_alive_nop()
160 if (synth->alive) in spk_synth_is_alive_restart()
164 synth->alive = 1; in spk_synth_is_alive_restart()
184 if (!synth->alive) { in synth_start()
201 if (synth->alive) { in spk_do_flush()
292 if (synth->alive) { in synth_insert_next_index()
396 synth->alive = 0; in do_synth_init()
436 synth->alive = 0; in synth_release()
H A Dserialio.c196 synth->alive = 1; in spk_serial_synth_probe()
220 if ((in_synth->alive) && (timeouts >= NUM_DISABLE_TIMEOUTS)) { in spk_serial_wait_for_xmitr()
223 in_synth->alive = 0; in spk_serial_wait_for_xmitr()
285 if (in_synth->alive && spk_serial_wait_for_xmitr(in_synth)) { in spk_serial_out()
H A Dthread.c34 (synth && synth->catch_up && synth->alive && in speakup_thread()
50 if (synth && synth->catch_up && synth->alive) { in speakup_thread()
H A Dspeakup_soft.c177 if (synth_soft.alive) { in softsynth_open()
181 synth_soft.alive = 1; in softsynth_open()
191 synth_soft.alive = 0; in softsynth_close()
215 synth_soft.alive = 1; in softsynthx_read()
416 if (synth_soft.alive) in softsynth_is_alive()
H A Dspk_ttyio.c225 if (in_synth->alive && speakup_tty && speakup_tty->ops->write) { in spk_ttyio_out()
239 in_synth->alive = 0; in spk_ttyio_out()
276 spk_ttyio_synth->alive = 0; in check_tty()
375 synth->alive = 1; in spk_ttyio_synth_probe()
H A Dbuffers.c65 if (!synth->alive) { in synth_buffer_add()
H A Dspeakup_acntsa.c125 synth->alive = !failed; in synth_probe()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_timer.c144 static int tcp_orphan_retries(struct sock *sk, bool alive) in tcp_orphan_retries() argument
149 if (sk->sk_err_soft && !alive) in tcp_orphan_retries()
155 if (retries == 0 && alive) in tcp_orphan_retries()
254 const bool alive = icsk->icsk_rto < TCP_RTO_MAX; in tcp_write_timeout() local
256 retry_until = tcp_orphan_retries(sk, alive); in tcp_write_timeout()
257 do_reset = alive || in tcp_write_timeout()
385 const bool alive = inet_csk_rto_backoff(icsk, TCP_RTO_MAX) < TCP_RTO_MAX; in tcp_probe_timer() local
387 max_probes = tcp_orphan_retries(sk, alive); in tcp_probe_timer()
388 if (!alive && icsk->icsk_backoff >= max_probes) in tcp_probe_timer()
/OK3568_Linux_fs/buildroot/board/beaglebone/patches/linux/
H A D0001-keep-jtag-clock-alive-for-debugger.patch1 This patch keeps the debugSS clock alive, it clocks the JTAG macro and enables
13 + .flags = (HWMOD_INIT_NO_IDLE|HWMOD_INIT_NO_RESET), /* keep debugSS clock alive for JTAG */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/
H A Dleds-tlc591xx.txt35 alive@9 {
36 label = "wrt1900ac:green:alive";
/OK3568_Linux_fs/kernel/sound/usb/line6/
H A Dpcm.c119 int alive; in line6_wait_clear_audio_urbs() local
122 alive = 0; in line6_wait_clear_audio_urbs()
125 alive++; in line6_wait_clear_audio_urbs()
127 if (!alive) in line6_wait_clear_audio_urbs()
132 if (alive) in line6_wait_clear_audio_urbs()
134 "timeout: still %d active urbs..\n", alive); in line6_wait_clear_audio_urbs()
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/kea/files/
H A Dfix_pid_keactrl.patch23 - # Use ps to check if PID is alive
25 + # Use pgrep and grep to check if PID is alive
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/
H A Dcap11xx.txt72 alive@2 {
73 label = "cap11xx:green:alive";
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dacpiphp_glue.c648 bool alive = dev->ignore_hotplug; in trim_stale_devices() local
655 alive = alive || (ACPI_SUCCESS(status) && device_status_valid(sta)); in trim_stale_devices()
657 if (!alive) in trim_stale_devices()
658 alive = pci_device_is_present(dev); in trim_stale_devices()
660 if (!alive) { in trim_stale_devices()
/OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/
H A Ddriver.c366 i2400m->alive = 1; in i2400m_dev_start()
428 i2400m->alive = 0; in i2400m_dev_stop()
614 if (i2400m->alive) { in __i2400m_dev_reset_handle()
654 if (i2400m->alive) { in __i2400m_dev_reset_handle()
803 i2400m->alive = 0; in i2400m_init()
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dsmp.c378 goto alive ; in smp_boot_one_cpu()
386 alive: in smp_boot_one_cpu()
/OK3568_Linux_fs/kernel/net/mpls/
H A Daf_mpls.c239 u8 alive; in mpls_select_multipath() local
247 alive = READ_ONCE(rt->rt_nhn_alive); in mpls_select_multipath()
248 if (alive == 0) in mpls_select_multipath()
252 nh_index = hash % alive; in mpls_select_multipath()
253 if (alive == rt->rt_nhn) in mpls_select_multipath()
1503 u8 alive = 0; in mpls_ifdown() local
1561 alive++; in mpls_ifdown()
1564 WRITE_ONCE(rt->rt_nhn_alive, alive); in mpls_ifdown()
1578 u8 alive; in mpls_ifup() local
1587 alive = 0; in mpls_ifup()
[all …]
/OK3568_Linux_fs/buildroot/package/prboom/
H A DConfig.in10 style alive.
/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_fib.c749 int alive = 0; in dn_fib_sync_up() local
753 alive++; in dn_fib_sync_up()
760 alive++; in dn_fib_sync_up()
767 if (alive > 0) { in dn_fib_sync_up()
/OK3568_Linux_fs/kernel/sound/usb/
H A Dendpoint.c540 int alive; in wait_clear_urbs() local
543 alive = bitmap_weight(&ep->active_mask, ep->nurbs); in wait_clear_urbs()
544 if (!alive) in wait_clear_urbs()
550 if (alive) in wait_clear_urbs()
553 alive, ep->ep_num); in wait_clear_urbs()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/reset/
H A Dltc2952-poweroff.txt18 trigger function is ignored and the chip is kept alive
/OK3568_Linux_fs/buildroot/package/hiawatha/
H A DConfig.in26 pipelining, keep alive connections, URL rewriting and many
/OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-support/fuse/fuse3/
H A D0001-test-test_syscalls.c-allow-EBADF-in-fcheck_stat-631.patch36 // the inode alive so FUSE inode may be stale or bad
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Ddavinci_mdio.c53 u32 alive; member
157 phy_mask = readl(&data->regs->alive); in davinci_mdio_reset()

1234567