/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | vfpmacros.h | 30 @ read all the working registers back into the VFP 56 @ write all the working registers out of the VFP
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | vfpmacros.h | 30 @ read all the working registers back into the VFP 56 @ write all the working registers out of the VFP
|
/kernel/linux/linux-5.10/tools/iio/ |
H A D | iio_utils.c | 33 char *working, *prefix = ""; in iioutils_break_up_name() local 47 working = strtok(current, "_\0"); in iioutils_break_up_name() 48 if (!working) { in iioutils_break_up_name() 53 w = working; in iioutils_break_up_name() 54 r = working; in iioutils_break_up_name() 65 ret = asprintf(generic_name, "%s_%s", prefix, working); in iioutils_break_up_name()
|
/kernel/linux/linux-6.6/tools/iio/ |
H A D | iio_utils.c | 33 char *working, *prefix = ""; in iioutils_break_up_name() local 47 working = strtok(current, "_\0"); in iioutils_break_up_name() 48 if (!working) { in iioutils_break_up_name() 53 w = working; in iioutils_break_up_name() 54 r = working; in iioutils_break_up_name() 65 ret = asprintf(generic_name, "%s_%s", prefix, working); in iioutils_break_up_name()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | atp870u.h | 37 unsigned int working[2]; member
|
H A D | atp870u.c | 145 if (dev->working[c] != 0) { in atp870u_intr_handle() 492 dev->working[c]--; in atp870u_intr_handle() 713 if ((dev->last_cmd[c] != 0xff) && (dev->working[c] != 0)) { in send_s870() 717 dev->working[c]++; in send_s870() 725 dev->working[c]--; in send_s870() 1596 printk("working=%x last_cmd=%x ", dev->working[c], dev->last_cmd[c]); in atp870u_abort()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | atp870u.h | 37 unsigned int working[2]; member
|
H A D | atp870u.c | 146 if (dev->working[c] != 0) { in atp870u_intr_handle() 523 dev->working[c]--; in atp870u_intr_handle() 742 if ((dev->last_cmd[c] != 0xff) && (dev->working[c] != 0)) { in send_s870() 746 dev->working[c]++; in send_s870() 754 dev->working[c]--; in send_s870() 1654 printk("working=%x last_cmd=%x ", dev->working[c], dev->last_cmd[c]); in atp870u_abort()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | rtas-types.h | 27 atomic_t working; /* number of cpus accessing this struct */ member 31 struct completion *complete; /* wait on this until working == 0 */
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | decbin.S | 124 | 1. Copy bcd value in memory for use as a working copy. 138 | ( ) a0: pointer to working bcd value 140 | (*) FP_SCR1: working copy of original bcd value 166 orl #0x40000000,(%a0) |and in working bcd 184 | ( ) a0: pointer to working bcd value 187 | ( ) FP_SCR1: working copy of original bcd value 275 | ( ) a0: pointer to working bcd value 276 | ( ) FP_SCR1: working copy of original bcd value 403 | ( ) a0: pointer to working copy of bcd 477 | ( ) a0: pointer to working bc [all...] |
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | decbin.S | 124 | 1. Copy bcd value in memory for use as a working copy. 138 | ( ) a0: pointer to working bcd value 140 | (*) FP_SCR1: working copy of original bcd value 166 orl #0x40000000,(%a0) |and in working bcd 184 | ( ) a0: pointer to working bcd value 187 | ( ) FP_SCR1: working copy of original bcd value 275 | ( ) a0: pointer to working bcd value 276 | ( ) FP_SCR1: working copy of original bcd value 403 | ( ) a0: pointer to working copy of bcd 477 | ( ) a0: pointer to working bc [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | rtas.c | 782 if (atomic_dec_return(&data->working) == 0) in __rtas_suspend_last_cpu() 790 atomic_inc(&data->working); in rtas_suspend_last_cpu() 800 atomic_inc(&data->working); in __rtas_suspend_cpu() 836 if (atomic_dec_return(&data->working) == 0) in __rtas_suspend_cpu() 878 atomic_set(&data.working, 0); in rtas_ibm_suspend_me()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | suspend.c | 107 atomic_set(&suspend_data.working, 0); in pseries_prepare_late()
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy-isp1301-omap.c | 47 unsigned working:1; member 318 if (!status && !isp->working) in isp1301_defer_work() 1092 isp->working = 1; in isp1301_work() 1164 isp->working = 0; in isp1301_work()
|
/kernel/linux/linux-5.10/arch/arm/vfp/ |
H A D | vfphw.S | 109 VFPFSTMIA r4, r5 @ save the working registers 151 VFPFLDMIA r10, r5 @ reload the working registers while 226 VFPFSTMIA r0, r2 @ save the working registers
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.h | 509 bool working; member
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.h | 511 bool working; member
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | processor_idle.c | 420 unsigned int working = 0; in acpi_processor_power_verify() local 454 working++; in acpi_processor_power_verify() 458 pr_notice("FW issue: working around C-state latencies out of order\n"); in acpi_processor_power_verify() 467 return (working); in acpi_processor_power_verify()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-q.c | 310 * immediately. HC should be working on them. 1219 if (ohci->working) { in ohci_work() 1223 ohci->working = 1; in ohci_work() 1234 ohci->working = 0; in ohci_work()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | processor_idle.c | 413 unsigned int working = 0; in acpi_processor_power_verify() local 447 working++; in acpi_processor_power_verify() 451 pr_notice("FW issue: working around C-state latencies out of order\n"); in acpi_processor_power_verify() 460 return working; in acpi_processor_power_verify()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-q.c | 310 * immediately. HC should be working on them. 1219 if (ohci->working) { in ohci_work() 1223 ohci->working = 1; in ohci_work() 1234 ohci->working = 0; in ohci_work()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_recent.c | 156 struct recent_entry *working, bool update) in recent_entry_reap() 168 if (e == working && update) in recent_entry_reap() 155 recent_entry_reap(struct recent_table *t, unsigned long time, struct recent_entry *working, bool update) recent_entry_reap() argument
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_recent.c | 156 struct recent_entry *working, bool update) in recent_entry_reap() 168 if (e == working && update) in recent_entry_reap() 155 recent_entry_reap(struct recent_table *t, unsigned long time, struct recent_entry *working, bool update) recent_entry_reap() argument
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | iface.c | 108 bool working, scanning, active; in __ieee80211_recalc_idle() local 117 working = !local->ops->remain_on_channel && in __ieee80211_recalc_idle() 123 if (working || scanning) in __ieee80211_recalc_idle() 135 if (working || scanning || active) in __ieee80211_recalc_idle()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | iface.c | 110 bool working, scanning, active; in __ieee80211_recalc_idle() local 119 working = !local->ops->remain_on_channel && in __ieee80211_recalc_idle() 125 if (working || scanning) in __ieee80211_recalc_idle() 137 if (working || scanning || active) in __ieee80211_recalc_idle()
|