/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | main.c | 718 * set to slot_time; however, this register is initially 0 and changing in b43_set_slot_time() 1161 //TODO: If powersave is not off and FIXME is not set and we are not in adhoc in b43_power_saving_ctl_bits() 1162 // and thus is not an AP and we are associated, set bit 25 in b43_power_saving_ctl_bits() 1171 // successful, set bit26 in b43_power_saving_ctl_bits() 1831 /* We could modify the existing beacon and set the aid bit in in b43_update_templates() 2869 u32 mask, set; in b43_gpio_init() local 2875 set = 0x0000000F; in b43_gpio_init() 2878 set |= 0x0060; in b43_gpio_init() 2881 set &= 0x2; /* 0x2 is LED GPIO on BCM5354 */ in b43_gpio_init() 2890 set | in b43_gpio_init() 5104 b43_op_beacon_set_tim(struct ieee80211_hw *hw, struct ieee80211_sta *sta, bool set) b43_op_beacon_set_tim() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | main.c | 718 * set to slot_time; however, this register is initially 0 and changing in b43_set_slot_time() 1161 //TODO: If powersave is not off and FIXME is not set and we are not in adhoc in b43_power_saving_ctl_bits() 1162 // and thus is not an AP and we are associated, set bit 25 in b43_power_saving_ctl_bits() 1171 // successful, set bit26 in b43_power_saving_ctl_bits() 1831 /* We could modify the existing beacon and set the aid bit in in b43_update_templates() 2870 u32 mask, set; in b43_gpio_init() local 2876 set = 0x0000000F; in b43_gpio_init() 2879 set |= 0x0060; in b43_gpio_init() 2882 set &= 0x2; /* 0x2 is LED GPIO on BCM5354 */ in b43_gpio_init() 2891 set | in b43_gpio_init() 5106 b43_op_beacon_set_tim(struct ieee80211_hw *hw, struct ieee80211_sta *sta, bool set) b43_op_beacon_set_tim() argument [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-ingenic.c | 3269 u8 reg, u8 offset, bool set) in ingenic_gpio_set_bit() 3273 BIT(offset), set ? BIT(offset) : 0); in ingenic_gpio_set_bit() 3277 if (set) in ingenic_gpio_set_bit() 3286 u8 reg, u8 offset, bool set) in ingenic_gpio_shadow_set_bit() 3288 if (set) in ingenic_gpio_shadow_set_bit() 3505 * best we can do is to set up a single-edge interrupt and then in ingenic_gpio_irq_set_type() 3575 unsigned int pin, unsigned int reg, bool set) in ingenic_config_pin() 3580 if (set) { in ingenic_config_pin() 3598 unsigned int pin, u8 reg, bool set) in ingenic_shadow_config_pin() 3603 (set in ingenic_shadow_config_pin() 3268 ingenic_gpio_set_bit(struct ingenic_gpio_chip *jzgc, u8 reg, u8 offset, bool set) ingenic_gpio_set_bit() argument 3285 ingenic_gpio_shadow_set_bit(struct ingenic_gpio_chip *jzgc, u8 reg, u8 offset, bool set) ingenic_gpio_shadow_set_bit() argument 3574 ingenic_config_pin(struct ingenic_pinctrl *jzpc, unsigned int pin, unsigned int reg, bool set) ingenic_config_pin() argument 3597 ingenic_shadow_config_pin(struct ingenic_pinctrl *jzpc, unsigned int pin, u8 reg, bool set) ingenic_shadow_config_pin() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | core.h | 3736 bool set[RTW89_SAR_SUBBAND_NR]; member 4736 u32 set; in rtw89_write32_mask() local 4741 set = (orig & ~mask) | ((data << shift) & mask); in rtw89_write32_mask() 4742 rtw89_write32(rtwdev, addr, set); in rtw89_write32_mask() 4749 u16 orig, set; in rtw89_write16_mask() local 4755 set = (orig & ~mask) | ((data << shift) & mask); in rtw89_write16_mask() 4756 rtw89_write16(rtwdev, addr, set); in rtw89_write16_mask() 4763 u8 orig, set; in rtw89_write8_mask() local 4769 set = (orig & ~mask) | ((data << shift) & mask); in rtw89_write8_mask() 4770 rtw89_write8(rtwdev, addr, set); in rtw89_write8_mask() [all...] |
/third_party/python/Lib/test/ |
H A D | pickletester.py | 739 # set([1,2]) pickled from 2.x with protocol 2 753 # set([3]) pickled from 2.x with protocol 2 952 self.assertEqual(loaded, set([1, 2])) 1676 # Set containing an immutable object containing the original set. 1677 y = set() 1682 self.assertIsInstance(x, set) 1687 # Immutable object containing a set containing the original object. 1693 self.assertIsInstance(x.value, set) 1758 self._test_recursive_collection_and_inst(set) 2279 x = set(rang [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | glslang_wrapper_utils.cpp | 46 // array (except for the innermost dimension). When assigning decorations (set/binding/etc), only 99 allStages.set(); in AddResourceInfoToAllStages() 142 info.activeStages.set(shaderType); in AddLocationInfo() 224 // set/binding. in AssignTransformFeedbackEmulationBindings() 227 AddResourceInfo(variableInfoMapOut, gl::ShaderBitSet().set(shaderType), shaderType, in AssignTransformFeedbackEmulationBindings() 485 info.activeStages.set(shaderType); in AssignVaryingLocations() 499 info.activeStages.set(shaderType); in AssignVaryingLocations() 506 info.activeStages.set(shaderType); in AssignVaryingLocations() 674 AddResourceInfo(variableInfoMapOut, gl::ShaderBitSet().set(shaderType), shaderType, in AssignUniformBindings() 716 uniformBindingInfo.shaderBitSet.set(shaderTyp in AddAndUpdateResourceMaps() [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd.h | 367 /* Max sequential TX/RX Control timeouts to set HANG event */ 1005 int in_suspend; /* flag set to 1 when early suspend called */ 1048 Mode in which the dhd flow control shall operate. Must be set before 1162 bool flow_rings_inited; /* set this flag after initializing flow rings */ 1392 bool disable_dtim_in_suspend; /* Disable set bcn_li_dtim in suspend */ 1793 printf("%s : no mutex held. set lock\n", __FUNCTION__); \ 2072 extern void dhd_set_cpucore(dhd_pub_t *dhd, int set); 2216 extern int dhd_wl_ioctl_cmd(dhd_pub_t *dhd_pub, int cmd, void *arg, int len, uint8 set, 2219 int cmd, uint8 set, int ifidx); 2221 int cmd, uint8 set, in [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_lif.c | 1146 netdev_warn(lif->netdev, "set rx_mode 0x%04x failed: %d\n", in ionic_lif_rx_mode() 1168 * else if the overflow is set and not needed in ionic_set_rx_mode() 1339 /* set up what we expect to support by default */ in ionic_init_nic_features() 2068 static int ionic_set_vf_spoofchk(struct net_device *netdev, int vf, bool set) in ionic_set_vf_spoofchk() argument 2072 u8 data = set; /* convert to u8 for config */ in ionic_set_vf_spoofchk() 2093 static int ionic_set_vf_trust(struct net_device *netdev, int vf, bool set) in ionic_set_vf_trust() argument 2097 u8 data = set; /* convert to u8 for config */ in ionic_set_vf_trust() 2118 static int ionic_set_vf_link_state(struct net_device *netdev, int vf, int set) in ionic_set_vf_link_state() argument 2125 switch (set) { in ionic_set_vf_link_state() 2150 ionic->vfs[vf].linkstate = set; in ionic_set_vf_link_state() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 605 * Read back AR_WA into a permanent copy and set bits 14 and 17. in __ath9k_hw_init() 1201 * set AHB_MODE not to do cacheline prefetches in ath9k_hw_set_dma() 1247 * So set the usable tx buf size also to half to in ath9k_hw_set_dma() 1270 u32 set = AR_STA_ID1_KSRCH_MODE; in ath9k_hw_set_operating_mode() local 1276 set |= AR_STA_ID1_ADHOC; in ath9k_hw_set_operating_mode() 1284 set |= AR_STA_ID1_STA_AP; in ath9k_hw_set_operating_mode() 1291 set = 0; in ath9k_hw_set_operating_mode() 1294 REG_RMW(ah, AR_STA_ID1, set, mask); in ath9k_hw_set_operating_mode() 1589 ath_err(common, "Failed to set channel\n"); in ath9k_hw_channel_change() 2081 /* set H in ath9k_hw_reset() 3058 ath9k_hw_set_tsfadjust(struct ath_hw *ah, bool set) ath9k_hw_set_tsfadjust() argument [all...] |
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | cyclades.c | 820 static void cyy_change_rts_dtr(struct cyclades_port *info, unsigned int set, in cyy_change_rts_dtr() argument 840 if (set & TIOCM_RTS) { in cyy_change_rts_dtr() 848 if (set & TIOCM_DTR) { in cyy_change_rts_dtr() 1356 /* set timeout !!! */ in cy_startup() 1357 /* set RTS and DTR !!! */ in cy_startup() 2099 /* set line characteristics according configuration */ in cy_set_line_char() 2424 unsigned int set, unsigned int clear) in cy_tiocmset() 2436 cyy_change_rts_dtr(info, set, clear); in cy_tiocmset() 2448 if (set & TIOCM_RTS) in cy_tiocmset() 2452 if (set in cy_tiocmset() 2423 cy_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) cy_tiocmset() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 2254 bool set = (ctrl->bRequest == USB_REQ_SET_FEATURE); in tegra_xudc_ep0_set_feature() local 2272 if (set) in tegra_xudc_ep0_set_feature() 2288 if (set) in tegra_xudc_ep0_set_feature() 2296 if (set) in tegra_xudc_ep0_set_feature() 2308 if (!set) in tegra_xudc_ep0_set_feature() 2324 if (set) { in tegra_xudc_ep0_set_feature() 2350 ret = __tegra_xudc_ep_set_halt(&xudc->ep[ep], set); in tegra_xudc_ep0_set_feature() 2506 dev_dbg(xudc->dev, "set address: %u\n", addr); in tegra_xudc_ep0_set_address()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 2265 bool set = (ctrl->bRequest == USB_REQ_SET_FEATURE); in tegra_xudc_ep0_set_feature() local 2283 if (set) in tegra_xudc_ep0_set_feature() 2299 if (set) in tegra_xudc_ep0_set_feature() 2307 if (set) in tegra_xudc_ep0_set_feature() 2319 if (!set) in tegra_xudc_ep0_set_feature() 2335 if (set) { in tegra_xudc_ep0_set_feature() 2361 ret = __tegra_xudc_ep_set_halt(&xudc->ep[ep], set); in tegra_xudc_ep0_set_feature() 2517 dev_dbg(xudc->dev, "set address: %u\n", addr); in tegra_xudc_ep0_set_address()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 604 * Read back AR_WA(ah) into a permanent copy and set bits 14 and 17. in __ath9k_hw_init() 1200 * set AHB_MODE not to do cacheline prefetches in ath9k_hw_set_dma() 1246 * So set the usable tx buf size also to half to in ath9k_hw_set_dma() 1269 u32 set = AR_STA_ID1_KSRCH_MODE; in ath9k_hw_set_operating_mode() local 1275 set |= AR_STA_ID1_ADHOC; in ath9k_hw_set_operating_mode() 1283 set |= AR_STA_ID1_STA_AP; in ath9k_hw_set_operating_mode() 1290 set = 0; in ath9k_hw_set_operating_mode() 1293 REG_RMW(ah, AR_STA_ID1, set, mask); in ath9k_hw_set_operating_mode() 1588 ath_err(common, "Failed to set channel\n"); in ath9k_hw_channel_change() 2080 /* set H in ath9k_hw_reset() 3056 ath9k_hw_set_tsfadjust(struct ath_hw *ah, bool set) ath9k_hw_set_tsfadjust() argument [all...] |
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_cmd_buffer.c | 799 * VK_COMMAND_BUFFER_RESET_RELEASE_RESOURCES_BIT was set. in cmd_buffer_reset() 1445 * the maximum bit index set in the view mask in the subpasses in in cmd_buffer_subpass_create_job() 1449 * last bit set in the view mask. in cmd_buffer_subpass_create_job() 1538 * that case we miss to set the is_subpass_finish flag, but that is not in v3dv_cmd_buffer_subpass_finish() 3054 V3DV_FROM_HANDLE(v3dv_descriptor_set, set, pDescriptorSets[i]); in v3dv_CmdBindDescriptorSets() 3058 if (descriptor_state->descriptor_sets[index] != set) { in v3dv_CmdBindDescriptorSets() 3059 descriptor_state->descriptor_sets[index] = set; in v3dv_CmdBindDescriptorSets() 3060 dirty_stages |= set->layout->shader_stages; in v3dv_CmdBindDescriptorSets() 3064 for (uint32_t j = 0; j < set->layout->dynamic_offset_count; j++, dyn_index++) { in v3dv_CmdBindDescriptorSets() 3065 uint32_t idx = j + layout->set[ in v3dv_CmdBindDescriptorSets() [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 137 RegisterSet::intersect(DataFile f, const RegisterSet *set) in intersect() argument 139 bits[f] |= set->bits[f]; in intersect() 576 // Update the clobber set of the function. in visit() 587 // Build the set of live-in variables of bb. 618 INFO("BB:%i live set of out blocks:\n", bb->getId()); in buildLiveSets() 629 bb->liveSet.set(it->get()->id); in buildLiveSets() 638 bb->liveSet.set(i->getSrc(s)->id); in buildLiveSets() 644 INFO("BB:%i live set after propagation:\n", bb->getId()); in buildLiveSets() 683 // the current block from the live set in visit() 693 bb->liveSet.set( in visit() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzrulets.cpp | 293 cal->set(UCAL_ERA, GregorianCalendar::BC); in TestSimpleRuleBasedTimeZone() 294 cal->set(1000, UCAL_JANUARY, 1); in TestSimpleRuleBasedTimeZone() 332 cal->set(UCAL_ERA, GregorianCalendar::AD); in TestSimpleRuleBasedTimeZone() 333 cal->set(2000, UCAL_JULY, 1); in TestSimpleRuleBasedTimeZone() 1559 errln("FAIL: Failed to set DST rules in a SimpleTimeZone"); in TestSimpleTimeZoneCoverage() 1712 errln("FAIL: URL returned by getTZURL does not match the one set by setTZURL"); in TestVTimeZoneCoverage() 1722 errln("FAIL: Date returned by getLastModified does not match the one set by setLastModified"); in TestVTimeZoneCoverage() 2118 cal.set(TestDates[i][0], TestDates[i][1], TestDates[i][2]); in TestT6216() 2312 cal->set(y, m, d, hr, min, sec); in getUTCMillis() 2313 cal->set(UCAL_MILLISECON in getUTCMillis() [all...] |
/third_party/node/deps/v8/src/debug/ |
H A D | debug.cc | 144 break_points_hit->set(break_points_hit_count++, in CheckBreakPointsForLocations() 335 bytecode_array.set(code_offset(), original.get(code_offset())); in ClearDebugBreak() 409 // Clear any one-shot breakpoints that may have been set by the other in RestoreDebug() 729 // Make sure the function is compiled and has set up the debug info. in SetBreakpoint() 825 // can happen e.g. CoverageInfos exist but no breakpoints are set. in ClearBreakPoints() 988 // Make sure the function is compiled and has set up the debug info. in FloodWithOneShot() 1032 break_points_hit->set(0, *break_points); in GetHitBreakPoints() 1047 break_points_hit->set(break_points_hit_count++, *break_point); in GetHitBreakPoints() 1362 locations->set(count++, in GetSourceBreakLocations() 1385 // Clears all the one-shot break points that are currently set [all...] |
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 422 def set(self, value): member in Variable 426 initialize = set 634 def set(self, value): member in BooleanVar 638 initialize = set 707 Returns the set value.""" 709 'set', 'tk_strictMotif', boolean)) 835 widget is omitted if it has the takefocus resource set 955 """Release grab for this widget if currently set.""" 963 self.tk.call('grab', 'set', self._w) 971 self.tk.call('grab', 'set', ' 3531 def set(self, value): global() member in Scale 3592 def set(self, first, last): global() member in Scrollbar [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSSBOLayoutCase.cpp | 714 // Compute active variable set for block. in computeReferenceLayout() 836 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies() 867 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) in collectUniqueBasicTypes() 883 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const BufferBlock& bufferBlock) in collectUniqueBasicTypes() 889 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes() 897 std::set<glu::DataType> types; in generateCompareFuncs() 898 std::set<glu::DataType> compareFuncs; in generateCompareFuncs() 904 for (std::set<glu::DataType>::const_iterator iter = types.begin(); iter != types.end(); ++iter) in generateCompareFuncs()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework.py | 1711 bitfieldTypeNames = set([bitmask.name for bitmask in api.bitmasks]) 2014 QUERY_RESULT_TYPES = set([ 2680 blobStructs[vkVersion] = set() 2877 blobStructs[vkVersion] = set() 3706 withdrawnVkBranches = set() 3707 withdrawnScBranches = set() 3728 addedVersions = set()
|
H A D | gen_framework_sc.py | 803 bitfieldEnums = set([getBitEnumNameForBitfield(n) for n in bitfieldNames if getBitEnumNameForBitfield(n) in [enum.name for enum in rawEnums]]) 1378 bitfieldTypeNames = set([bitfield.name for bitfield in api.bitfields]) 1668 QUERY_RESULT_TYPES = set([ 1699 COMPOSITE_TYPES = set([t.name for t in api.compositeTypes if not t.isAlias]) 1796 versionSet = set() 2379 blobStructs[vkVersion] = set() 2598 blobStructs[vkVersion] = set()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglImageFormatTests.cpp | 62 #include <set> 65 using std::set; 430 static set<string> getSupportedExtensions (tcu::TestLog& log, const Library& egl, const EGLDisplay dpy, const glw::Functions gl) in getSupportedExtensions() 432 set<string> exts; in getSupportedExtensions() 1419 set<string> exts = getSupportedExtensions(log, api.m_egl, api.m_display, api.m_gl); in invokeGLES() 1607 set<string> exts = getSupportedExtensions(getLog(), m_eglTestCtx.getLibrary(), m_display, m_gl); in checkExtensions() 1631 set<string> exts; in init()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_glsl.cpp | 999 // If there are any spec constants on legacy GLSL, defer declaration, we need to set up macro 1237 // SPIRVCrossDecorationPacked is set by layout_for_variable earlier to mark that we need to emit offset qualifiers. 1935 // Do not emit set = decoration in regular GLSL output, but 1940 attr.push_back(join("set = ", get_decoration(var.self, DecorationDescriptorSet))); 2110 block_flags.set(DecorationBlock); 2145 block_flags.set(DecorationBlock); 2462 ir.meta[type.self].decoration.decoration_flags.set(DecorationBlock); 2908 // If any no-read/no-write flags are actually set, assume that the compiler knows what it's doing. 2913 flags.set(DecorationNonWritable); 2914 flags.set(DecorationNonReadabl [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | mipsregs.h | 1365 ".set push\n\t" in tlbinvf() 1366 ".set noreorder\n\t" in tlbinvf() 1370 ".set pop"); in tlbinvf() 1432 ".set\tpush\n\t" \ 1433 ".set\tmips32\n\t" \ 1435 ".set\tpop\n\t" \ 1446 ".set\tpush\n\t" \ 1447 ".set\tmips3\n\t" \ 1449 ".set\tpop" \ 1453 ".set\tpus [all...] |
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | head.S | 140 tst \reg, #(1 << 5) @ CP15BEN bit set? 335 * r4 = final kernel address (possibly with LSB set) 448 cmp r1, #0 @ already set 511 * r4 = final kernel address (possibly with LSB set) 611 * r4 = kernel execution address (possibly with LSB set) 871 orrhs r1, r1, r6 @ set RAM section settings 882 orr r1, r6, #0x04 @ ensure B is set for this 1588 THUMB( orr r1, r1, #(1 << 30) ) @ set HSCTLR.TE 1591 mcr p15, 4, r0, c12, c0, 0 @ set HYP vector base (HVBAR) 1597 @ into SVC mode now, and let the decompressor set u [all...] |