| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20200111.patch.gz | 1# ncurses 6.1 - patch 20200111 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20200104.patch.gz | 1# ncurses 6.1 - patch 20200104 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190831.patch.gz | 1# ncurses 6.1 - patch 20190831 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190907.patch.gz | 1# ncurses 6.1 - patch 20190907 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190623.patch.gz | 1# ncurses 6.1 - patch 20190623 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190630.patch.gz | 1# ncurses 6.1 - patch 20190630 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190609-patch.sh.bz2 | 1#!/bin/sh
2# Use this script to patch ncurses 6.1 to 6.1 ( ... |
| HD | ncurses-6.1-20200118.patch.gz | 1# ncurses 6.1 - patch 20200118 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190921.patch.gz | 1# ncurses 6.1 - patch 20190921 - Thomas E. Dickey
2#
3# --- ... |
| /OK3568_Linux_fs/external/xserver/ |
| H A D | configure | 4260 ac_status=$? 4261 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4262 (exit $ac_status); } 4618 ac_status=$? 4626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4627 test $ac_status = 0; } 4671 ac_status=$? 4672 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 4673 test $ac_status = 0; }; then : 4741 ac_status=$? [all …]
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | pda_power.c | 50 static int ac_status = -1; variable 142 if (ac_status == PDA_PSY_TO_CHANGE) { in supply_work_func() 143 ac_status = new_ac_status; in supply_work_func() 175 ac_status = PDA_PSY_TO_CHANGE; in power_changed_isr() 200 if (!ac_irq && new_ac_status != ac_status) { in polling_work_func() 201 ac_status = PDA_PSY_TO_CHANGE; in polling_work_func() 235 ac_status = PDA_PSY_TO_CHANGE; in otg_handle_notification() 242 ac_status = PDA_PSY_TO_CHANGE; in otg_handle_notification()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | wmm.c | 309 struct mwifiex_wmm_ac_status *ac_status; in mwifiex_wmm_eval_downgrade_ac() local 311 ac_status = &priv->wmm.ac_status[eval_ac]; in mwifiex_wmm_eval_downgrade_ac() 313 if (!ac_status->disabled) in mwifiex_wmm_eval_downgrade_ac() 328 ac_status = &priv->wmm.ac_status[down_ac]; in mwifiex_wmm_eval_downgrade_ac() 330 if (!ac_status->disabled && !ac_status->flow_required) in mwifiex_wmm_eval_downgrade_ac() 937 struct mwifiex_wmm_ac_status *ac_status; in mwifiex_ret_wmm_get_status() local 962 ac_status = &priv->wmm.ac_status[tlv_wmm_qstatus-> in mwifiex_ret_wmm_get_status() 964 ac_status->disabled = tlv_wmm_qstatus->disabled; in mwifiex_ret_wmm_get_status() 965 ac_status->flow_required = in mwifiex_ret_wmm_get_status() 967 ac_status->flow_created = tlv_wmm_qstatus->flow_created; in mwifiex_ret_wmm_get_status()
|
| H A D | main.h | 333 struct mwifiex_wmm_ac_status ac_status[IEEE80211_NUM_ACS]; member
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | configure | 1610 ac_status=$? 1616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1617 test $ac_status = 0; } > conftest.i && { 1648 ac_status=$? 1649 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1650 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' 1658 ac_status=$? 1659 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1660 test $ac_status = 0; }; }; then : 1663 $as_echo "$as_me: program exited with status $ac_status" >&5 [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-ACPI-TAD | 39 is explicitly cleared via the ac_status attribute. 57 What: /sys/bus/platform/devices/ACPI000E:00/ac_status 117 It is analogous to the ac_status attribute.
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | sharpsl_pm.h | 60 int ac_status; /* APM AC Present/Not Present */ member
|
| H A D | sharpsl_pm.c | 233 …sharpsl_pm.battstat.ac_status = (sharpsl_pm.machinfo->read_devdata(SHARPSL_STATUS_ACIN) ? APM_AC_O… in sharpsl_battery_thread() 256 if ((sharpsl_pm.battstat.ac_status == APM_AC_ONLINE) in sharpsl_battery_thread() 268 if ((sharpsl_pm.battstat.ac_status != APM_AC_ONLINE) in sharpsl_battery_thread() 808 info->ac_line_status = sharpsl_pm.battstat.ac_status; in sharpsl_apm_get_power_status()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | mballoc.c | 1698 BUG_ON(ac->ac_status == AC_STATUS_FOUND); in ext4_mb_use_best_found() 1708 ac->ac_status = AC_STATUS_FOUND; in ext4_mb_use_best_found() 1750 if (ac->ac_status == AC_STATUS_FOUND) in ext4_mb_check_limits() 1757 ac->ac_status = AC_STATUS_BREAK; in ext4_mb_check_limits() 1800 BUG_ON(ac->ac_status != AC_STATUS_CONTINUE); in ext4_mb_measure_extent() 2012 while (free && ac->ac_status == AC_STATUS_CONTINUE) { in ext4_mb_complex_scan_group() 2318 BUG_ON(ac->ac_status == AC_STATUS_FOUND); in ext4_mb_regular_allocator() 2322 if (err || ac->ac_status == AC_STATUS_FOUND) in ext4_mb_regular_allocator() 2367 for (; cr < 4 && ac->ac_status == AC_STATUS_CONTINUE; cr++) { in ext4_mb_regular_allocator() 2446 if (ac->ac_status != AC_STATUS_CONTINUE) in ext4_mb_regular_allocator() [all …]
|
| H A D | mballoc.h | 169 __u8 ac_status; member
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/include/mach/ |
| H A D | simpad.h | 125 unsigned char ac_status; /* line connected yes/no */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_wmm.c | 323 pac_status = &priv->wmm.ac_status[eval_ac]; in wlan_wmm_eval_downgrade_ac() 341 pac_status = &priv->wmm.ac_status[down_ac]; in wlan_wmm_eval_downgrade_ac() 2292 &priv->wmm.ac_status[ptlv_wmm_q_status-> in wlan_ret_wmm_get_status() 3371 pac_status = &pmpriv->wmm.ac_status[ac_idx]; in wlan_wmm_ioctl_queue_status() 3374 pqstatus->ac_status[ac_idx].flow_required = in wlan_wmm_ioctl_queue_status() 3376 pqstatus->ac_status[ac_idx].flow_created = in wlan_wmm_ioctl_queue_status() 3378 pqstatus->ac_status[ac_idx].disabled = pac_status->disabled; in wlan_wmm_ioctl_queue_status() 3381 pqstatus->ac_status[ac_idx].wmm_acm = pac_status->flow_required; in wlan_wmm_ioctl_queue_status()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_wmm.c | 281 pac_status = &priv->wmm.ac_status[eval_ac]; in wlan_wmm_eval_downgrade_ac() 299 pac_status = &priv->wmm.ac_status[down_ac]; in wlan_wmm_eval_downgrade_ac() 2283 &priv->wmm.ac_status[ptlv_wmm_q_status in wlan_ret_wmm_get_status() 3325 pac_status = &pmpriv->wmm.ac_status[ac_idx]; in wlan_wmm_ioctl_queue_status() 3328 pqstatus->ac_status[ac_idx].flow_required = in wlan_wmm_ioctl_queue_status() 3330 pqstatus->ac_status[ac_idx].flow_created = in wlan_wmm_ioctl_queue_status() 3332 pqstatus->ac_status[ac_idx].disabled = pac_status->disabled; in wlan_wmm_ioctl_queue_status() 3335 pqstatus->ac_status[ac_idx].wmm_acm = pac_status->flow_required; in wlan_wmm_ioctl_queue_status()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0009-Use-libtool-2.4.patch | 497 + ac_status=$? 498 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 499 + test $ac_status = 0; } 500 + if test "$ac_status" -eq 0; then 505 + ac_status=$? 506 + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 507 + test $ac_status = 0; } 508 + if test "$ac_status" -ne 0; then 594 test $ac_status = 0; } && test -s conftest${ac_exeext}; then 2436 + ac_status=$? [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | acpi_tad.c | 481 static DEVICE_ATTR_RW(ac_status);
|
| /OK3568_Linux_fs/external/xserver/m4/ |
| H A D | libtool.m4 | 1506 if test 0 -eq "$ac_status"; then 1510 if test 0 -ne "$ac_status"; then 1597 ac_status=$? 1599 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD 1600 if (exit $ac_status) && test -s "$ac_outfile"; then 2084 ac_status=$? 2086 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD 2087 if (exit $ac_status) && test -s out/conftest2.$ac_objext
|