Searched refs:exists (Results 1 - 25 of 91) sorted by path

1234

/linux-master/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt17 mac80211->driver: sta_state(AP, not-exists)
28 mac80211->driver: sta_state(AP, exists)
56 mac80211->driver: sta_state(AP, exists)
90 mac80211->driver: sta_state(AP,exists)
91 mac80211->driver: sta_state(AP,not-exists)
/linux-master/arch/m68k/fpsp040/
H A Dbugfix.S197 | Check for cu and nu register conflict. If one exists, this takes
246 | We have the case in which a conflict exists between the cu src or
368 | We have the case in which a conflict exists between the cu src or
H A Dres_func.S604 | condition exists with a very large norm and a denorm. One
1330 | and the destination is not overwritten if this condition exists.
H A Dscale.S164 | mantissa right until a zero exponent exists.
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S3831 # classifed as "Line F". This module determines which case exists and #
/linux-master/scripts/dtc/
H A Ddt_to_config370 if (exists($driver_hard_code_list{$compat}) ||
371 (exists($driver_config_hard_code_list{$driver}) &&
765 if (exists($compat_white_list{$compat})) {
776 if (exists($compat_driver{$compat})) {
/linux-master/scripts/
H A Dstackdelta52 my @common = sort grep {exists $new->{$_}} keys %$old;
/linux-master/Documentation/
H A Dconf.py450 if os.path.exists(doc + ".rst"):
/linux-master/Documentation/sphinx/
H A Dkfigure.py96 If ``path1`` exists and is newer than ``path2`` the function returns
99 return (path.exists(path1)
253 if not path.exists(src_fname):
304 # the builder needs not to copy one more time, so pop it if exists.
310 "convert: {out}/%s already exists and is newer" % _name)
/linux-master/
H A DMakefile365 # Read KERNELRELEASE from include/config/kernel.release (if it exists)
1372 $(if $(wildcard $(objtree)/.config),, $(error No .config exists, config your kernel first!))
/linux-master/arch/arm/lib/
H A Dbacktrace-clang.S127 teq sv_fp, mask @ make sure next frame exists
184 ldr r3, .Lopcode @ instruction exists,
H A Dbacktrace.S69 1003: ldr r2, [sv_pc, #-4] @ if stmfd sp!, {args} exists,
81 ldr r1, [sv_pc, #-4] @ if stmfd sp!, {args} exists,
90 ldr r3, .Ldsi @ instruction exists,
/linux-master/arch/powerpc/kvm/
H A Dbook3s_xics.c84 if (!state->exists)
1035 /* ICS already exists - somebody else got here first */
1194 if (irqp->exists) {
1274 irqp->exists = 1;
H A Dbook3s_xics.h45 u8 exists; member in struct:ics_irq_state
/linux-master/arch/s390/pci/
H A Dpci_clp.c617 int exists; local
625 exists = test_bit_inv(req->lps, &ilp);
626 return put_user(exists, (int __user *) uptr);
/linux-master/arch/x86/crypto/
H A Dsha512-avx-asm.S379 # (if such section exists).
H A Dsha512-avx2-asm.S692 # (if such section exists).
H A Dsha512-ssse3-asm.S381 # (if such section exists).
/linux-master/drivers/bus/
H A Dmoxtet.c326 moxtet->irq.exists |= BIT(first + i);
602 if (hw >= MOXTET_NIRQS || !(moxtet->irq.exists & BIT(hw))) {
627 if (irq >= MOXTET_NIRQS || !(moxtet->irq.exists & BIT(irq)))
685 for_each_set_bit(i, &moxtet->irq.exists, MOXTET_NIRQS) {
729 if (moxtet->irq.exists & BIT(i)) {
751 if (moxtet->irq.exists & BIT(i))
801 if (moxtet->irq.exists) {
/linux-master/drivers/firmware/
H A Ddmi_scan.c1028 bool exists; local
1033 exists = s;
1034 if (!exists)
1075 return exists;
1088 bool exists; local
1091 exists = dmi_get_date(DMI_BIOS_DATE, &year, NULL, NULL);
1092 if (!exists)
1127 * dmi_match - compare a string to the dmi field (if exists)
1180 * given DMI handle, or 0x0 if no such DMI handle exists.
/linux-master/drivers/gpu/drm/ci/xfails/
H A Dupdate-xfails.py45 if os.path.exists(file_path):
/linux-master/drivers/infiniband/core/
H A Duverbs_uapi.c37 size_t alloc_size, bool *exists)
43 *exists = false;
53 *exists = true;
65 bool exists; local
73 &exists);
77 if (WARN_ON(exists && (def->write.is_ex != method_elm->is_ex)))
105 bool exists; local
111 &exists);
114 if (exists) {
174 bool exists; local
36 uapi_add_get_elm(struct uverbs_api *uapi, u32 key, size_t alloc_size, bool *exists) argument
228 bool exists; local
277 bool exists; local
[all...]
/linux-master/drivers/input/joystick/
H A Dcobra.c33 unsigned char exists; member in struct:cobra
100 if ((r = cobra_read_packet(gameport, data)) != cobra->exists) {
106 if (cobra->exists & r & (1 << i)) {
156 cobra->exists = cobra_read_packet(gameport, data);
159 if ((cobra->exists >> i) & data[i] & 1) {
162 cobra->exists &= ~(1 << i);
165 if (!cobra->exists) {
174 if (~(cobra->exists >> i) & 1)
228 if ((cobra->exists >> i) & 1)
H A Dtmdc.c120 unsigned char exists; member in struct:tmdc
229 if ((r = tmdc_read_packet(tmdc->gameport, data)) != tmdc->exists)
233 if (r & (1 << i) & tmdc->exists) {
362 if (!(tmdc->exists = tmdc_read_packet(gameport, data))) {
371 if (tmdc->exists & (1 << i)) {
/linux-master/drivers/input/serio/
H A Di8042.c156 bool exists; member in struct:i8042_port
460 port->exists = true;
476 port->exists = false;
594 serio = port->exists ? port->serio : NULL;

Completed in 619 milliseconds

1234