Home
last modified time | relevance | path

Searched refs:updated (Results 151 - 175 of 268) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dwireless.h187 * - Document (struct iw_quality *)->updated, add new flags (INVALID)
464 /* Statistics flags (bitmask in updated) */
465 #define IW_QUAL_QUAL_UPDATED 0x01 /* Value was updated since last read */
721 __u8 updated; /* Flags to know if updated */ member
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/
H A Dp80211conv.c229 wlandev->spy_stat[i].updated = 0x7; in orinoco_spy_gather()
/kernel/linux/linux-6.6/drivers/usb/typec/ucsi/
H A Ducsi.h57 struct ucsi_altmode *updated);
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dwireless.h187 * - Document (struct iw_quality *)->updated, add new flags (INVALID)
464 /* Statistics flags (bitmask in updated) */
465 #define IW_QUAL_QUAL_UPDATED 0x01 /* Value was updated since last read */
721 __u8 updated; /* Flags to know if updated */ member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dwireless.h273 __u8 updated; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dwireless.h281 __u8 updated; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dwireless.h281 __u8 updated; member
/third_party/ffmpeg/libavcodec/
H A Ddxva2_vp9.c104 (h->h.lf_delta.updated << 1) | in fill_picture_parameters()
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dciphercommon.h62 unsigned int updated : 1; /* Set to 1 during update for one shot ciphers */ member
/third_party/openssl/providers/implementations/include/prov/
H A Dciphercommon.h61 unsigned int updated : 1; /* Set to 1 during update for one shot ciphers */ member
/third_party/typescript/tests/baselines/reference/tsc/incremental/
H A Dwhen-global-file-is-added,-the-signatures-are-updated.js211 No shapes updated in the builder::
/third_party/typescript/lib/
H A DtypingsInstaller.js5541 // Node16+ is an amalgam of commonjs (albeit updated) and es2022+, and represents a distinct module system from es2020/esnext
6970 // and watches being updated correctly we are calling back with fileName.ext as well as fileName.ext~
[all...]
H A Dtsc.js[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c329 iwe.u.qual.updated = (u8)(IW_QUAL_QUAL_INVALID | IW_QUAL_LEVEL_UPDATED | in translate_scan()
880 range->max_qual.updated = 7; /* Updated all three */ in r8711_wx_get_range()
885 range->avg_qual.updated = 7; /* Updated all three */ in r8711_wx_get_range()
2319 piwstats->qual.updated = IW_QUAL_ALL_UPDATED; in r871x_get_wireless_stats()
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c327 iwe.u.qual.updated = (u8)(IW_QUAL_QUAL_INVALID | IW_QUAL_LEVEL_UPDATED | in translate_scan()
878 range->max_qual.updated = 7; /* Updated all three */ in r8711_wx_get_range()
883 range->avg_qual.updated = 7; /* Updated all three */ in r8711_wx_get_range()
2317 piwstats->qual.updated = IW_QUAL_ALL_UPDATED; in r871x_get_wireless_stats()
/third_party/elfutils/src/
H A Dstrip.c713 int updated; in remove_debug_relocations() local
715 updated = gelf_update_rela (reldata, next, rel_p); in remove_debug_relocations()
717 updated = gelf_update_rel (reldata, next, rel_p); in remove_debug_relocations()
718 if (updated == 0) in remove_debug_relocations()
1942 have to be updated. */ in handle_elf()
/kernel/linux/linux-5.10/drivers/thermal/
H A Dthermal_core.c678 cdev->updated = false; in power_actor_set_power()
1123 cdev->updated = false; in __thermal_cooling_device_register()
1453 /* A new thermal zone needs to be updated anyway. */ in thermal_zone_device_register()
1503 /* Update the new thermal zone and mark it as already updated. */ in thermal_zone_device_register()
/kernel/linux/linux-5.10/net/mptcp/
H A Dsubflow.c773 bool updated = mptcp_update_rcv_data_fin(msk, mpext->data_seq, in get_mapping_status() local
785 if (updated && schedule_work(&msk->work)) in get_mapping_status()
991 * DSS ACK is updated when skb is moved to the mptcp rx queue.
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dbq27xxx_battery.c1368 bool updated; local
1394 updated = bd.dirty || bt.dirty;
1401 if (updated && !(di->opts & BQ27XXX_O_CFGUP)) {
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/
H A Dzd1201.c1054 range->max_qual.updated = 7; in zd1201_get_range()
1095 zd->iwstats.qual.updated = 2; in zd1201_get_wap()
1186 iwe.u.qual.updated = 7; in zd1201_get_scan()
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dbq27xxx_battery.c1433 bool updated; local
1459 updated = bd.dirty || bt.dirty;
1466 if (updated && !(di->opts & BQ27XXX_O_CFGUP)) {
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/
H A Dzd1201.c1058 range->max_qual.updated = 7; in zd1201_get_range()
1100 zd->iwstats.qual.updated = 2; in zd1201_get_wap()
1192 iwe.u.qual.updated = 7; in zd1201_get_scan()
/kernel/linux/linux-5.10/drivers/net/
H A Dtun.c174 unsigned long updated ____cacheline_aligned_in_smp;
401 e->updated = jiffies; in tun_flow_create()
469 this_timer = e->updated + delay; in tun_flow_cleanup()
502 if (e->updated != jiffies) in tun_flow_update()
503 e->updated = jiffies; in tun_flow_update()
911 /* The filter is updated without holding any locks. Which is in update_filter()
/kernel/linux/linux-6.6/drivers/net/
H A Dtun.c163 unsigned long updated ____cacheline_aligned_in_smp;
389 e->updated = jiffies; in tun_flow_create()
457 this_timer = e->updated + delay; in tun_flow_cleanup()
490 if (e->updated != jiffies) in tun_flow_update()
491 e->updated = jiffies; in tun_flow_update()
900 /* The filter is updated without holding any locks. Which is in update_filter()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp2228 for (size_t updated = 0; updated < m_bufferSize; updated += blockSize)
2233 if (m_bufferSize - updated > blockSize)
2234 vkd.cmdUpdateBuffer(cmd, buffer, updated, blockSize, (const deUint32*)(&data[0]));
2236 vkd.cmdUpdateBuffer(cmd, buffer, updated, m_bufferSize - updated, (const deUint32*)(&data[0]));
2247 for (size_t updated = 0; updated < m_bufferSize; updated
[all...]

Completed in 113 milliseconds

1234567891011