Home
last modified time | relevance | path

Searched refs:hal (Results 1 – 25 of 4166) sorted by relevance

12345678910>>...167

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8723bs/
H A DMakefile21 hal/hal_intf.o \
22 hal/hal_com.o \
24 hal/hal_btcoex.o \
25 hal/hal_sdio.o \
26 hal/hal_pwr_seq.o \
27 hal/HalPhyRf.o \
29 hal/odm.o \
31 hal/odm_debug.o \
32 hal/odm_DIG.o \
38 hal/odm_PathDiv.o \
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8723bs/
H A DMakefile21 hal/hal_intf.o \
22 hal/hal_com.o \
24 hal/hal_btcoex.o \
25 hal/hal_sdio.o \
26 hal/hal_pwr_seq.o \
27 hal/HalPhyRf.o \
29 hal/odm.o \
31 hal/odm_debug.o \
32 hal/odm_DIG.o \
38 hal/odm_PathDiv.o \
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8723bs/
H A DMakefile21 hal/hal_intf.o \
22 hal/hal_com.o \
24 hal/hal_btcoex.o \
25 hal/hal_sdio.o \
26 hal/hal_pwr_seq.o \
27 hal/HalPhyRf.o \
29 hal/odm.o \
31 hal/odm_debug.o \
32 hal/odm_DIG.o \
38 hal/odm_PathDiv.o \
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/hal/
H A DHal.h37 # define MOZ_HAL_NAMESPACE hal
43 namespace hal {
74 const hal::WindowIdentifier &id);
89 void CancelVibrate(const hal::WindowIdentifier &id);
260 hal::SystemClockChangeObserver* aObserver);
267 hal::SystemClockChangeObserver* aObserver);
280 hal::SystemTimezoneChangeObserver* aObserver);
287 hal::SystemTimezoneChangeObserver* aObserver);
410 void RegisterSwitchObserver(hal::SwitchDevice aDevice, hal::SwitchObserver *aSwitchObserver);
415 void UnregisterSwitchObserver(hal::SwitchDevice aDevice, hal::SwitchObserver *aSwitchObserver);
[all …]
H A DHalTypes.h13 namespace hal {
126 struct ParamTraits<mozilla::hal::ShutdownMode>
128 mozilla::hal::ShutdownMode,
139 mozilla::hal::WakeLockControl,
141 mozilla::hal::NUM_WAKE_LOCK>
148 struct ParamTraits<mozilla::hal::SwitchState>:
150 mozilla::hal::SwitchState,
152 mozilla::hal::NUM_SWITCH_STATE> {
161 mozilla::hal::SwitchDevice,
163 mozilla::hal::NUM_SWITCH_DEVICE> {
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/hal/
H A DHal.h35 #define MOZ_HAL_NAMESPACE hal
41 namespace hal {
69 const hal::WindowIdentifier& id);
84 void CancelVibrate(const hal::WindowIdentifier& id);
115 void RegisterSensorObserver(hal::SensorType aSensor,
121 void UnregisterSensorObserver(hal::SensorType aSensor,
181 hal::SystemClockChangeObserver* aObserver);
188 hal::SystemClockChangeObserver* aObserver);
201 hal::SystemTimezoneChangeObserver* aObserver);
208 hal::SystemTimezoneChangeObserver* aObserver);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/hal/
H A DHal.h34 # define MOZ_HAL_NAMESPACE hal
40 namespace hal {
90 void CancelVibrate(hal::WindowIdentifier&& id);
123 void RegisterSensorObserver(hal::SensorType aSensor,
129 void UnregisterSensorObserver(hal::SensorType aSensor,
145 void EnableSensorNotifications(hal::SensorType aSensor);
153 void DisableSensorNotifications(hal::SensorType aSensor);
201 hal::WakeLockControl aHiddenAdjust,
224 hal::ScreenConfiguration* aScreenConfiguration);
231 const hal::ScreenConfiguration& aScreenConfiguration);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/hal/
H A DHal.h34 # define MOZ_HAL_NAMESPACE hal
40 namespace hal {
90 void CancelVibrate(hal::WindowIdentifier&& id);
123 void RegisterSensorObserver(hal::SensorType aSensor,
129 void UnregisterSensorObserver(hal::SensorType aSensor,
145 void EnableSensorNotifications(hal::SensorType aSensor);
153 void DisableSensorNotifications(hal::SensorType aSensor);
201 hal::WakeLockControl aHiddenAdjust,
224 hal::ScreenConfiguration* aScreenConfiguration);
231 const hal::ScreenConfiguration& aScreenConfiguration);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/hal/
H A DHal.h34 # define MOZ_HAL_NAMESPACE hal
40 namespace hal {
90 void CancelVibrate(hal::WindowIdentifier&& id);
123 void RegisterSensorObserver(hal::SensorType aSensor,
129 void UnregisterSensorObserver(hal::SensorType aSensor,
145 void EnableSensorNotifications(hal::SensorType aSensor);
153 void DisableSensorNotifications(hal::SensorType aSensor);
201 hal::WakeLockControl aHiddenAdjust,
224 hal::ScreenConfiguration* aScreenConfiguration);
231 const hal::ScreenConfiguration& aScreenConfiguration);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/device/
H A Ddescriptor.rs13 pub struct DescriptorAllocator<B: hal::Backend>(
18 impl<B: hal::Backend> DescriptorAllocator<B> {
54 impl<B: hal::Backend>
67 ranges.push(hal::pso::DescriptorRangeDesc { in create_descriptor_pool()
68 ty: hal::pso::DescriptorType::Sampler, in create_descriptor_pool()
71 ranges.push(hal::pso::DescriptorRangeDesc { in create_descriptor_pool()
72 ty: hal::pso::DescriptorType::Image { in create_descriptor_pool()
80 ty: hal::pso::DescriptorType::Image { in create_descriptor_pool()
86 ty: hal::pso::DescriptorType::Buffer { in create_descriptor_pool()
95 ty: hal::pso::DescriptorType::Buffer { in create_descriptor_pool()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/device/
H A Ddescriptor.rs13 pub struct DescriptorAllocator<B: hal::Backend>(
18 impl<B: hal::Backend> DescriptorAllocator<B> {
54 impl<B: hal::Backend>
67 ranges.push(hal::pso::DescriptorRangeDesc { in create_descriptor_pool()
68 ty: hal::pso::DescriptorType::Sampler, in create_descriptor_pool()
71 ranges.push(hal::pso::DescriptorRangeDesc { in create_descriptor_pool()
72 ty: hal::pso::DescriptorType::Image { in create_descriptor_pool()
80 ty: hal::pso::DescriptorType::Image { in create_descriptor_pool()
86 ty: hal::pso::DescriptorType::Buffer { in create_descriptor_pool()
95 ty: hal::pso::DescriptorType::Buffer { in create_descriptor_pool()
[all …]
/dports/www/firefox/firefox-99.0/hal/
H A DHal.h35 # define MOZ_HAL_NAMESPACE hal
41 namespace hal {
91 void CancelVibrate(hal::WindowIdentifier&& id);
124 void RegisterSensorObserver(hal::SensorType aSensor,
125 hal::ISensorObserver* aObserver);
130 void UnregisterSensorObserver(hal::SensorType aSensor,
138 void NotifySensorChange(const hal::SensorData& aSensorData);
146 void EnableSensorNotifications(hal::SensorType aSensor);
154 void DisableSensorNotifications(hal::SensorType aSensor);
202 hal::WakeLockControl aHiddenAdjust,
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/hal/
H A Dhal.services.yml2 serializer.normalizer.entity_reference_item.hal:
7 serializer.normalizer.field_item.hal:
11 serializer.normalizer.field.hal:
15 serializer.normalizer.file_entity.hal:
25 serializer.normalizer.entity.hal:
30 serializer.encoder.hal:
31 class: Drupal\hal\Encoder\JsonEncoder
36 hal.link_manager:
38 arguments: ['@hal.link_manager.type', '@hal.link_manager.relation']
39 hal.link_manager.type:
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/hal/
H A Dhal.services.yml2 serializer.normalizer.entity_reference_item.hal:
7 serializer.normalizer.field_item.hal:
11 serializer.normalizer.field.hal:
15 serializer.normalizer.file_entity.hal:
25 serializer.normalizer.entity.hal:
30 serializer.encoder.hal:
31 class: Drupal\hal\Encoder\JsonEncoder
36 hal.link_manager:
38 arguments: ['@hal.link_manager.type', '@hal.link_manager.relation']
39 hal.link_manager.type:
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8188eu/
H A DMakefile21 hal/fw.o \
22 hal/mac_cfg.o \
23 hal/bb_cfg.o \
24 hal/rf_cfg.o \
25 hal/pwrseqcmd.o \
26 hal/pwrseq.o \
28 hal/hal_intf.o \
29 hal/hal_com.o \
30 hal/odm.o \
36 hal/phy.o \
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8188eu/
H A DMakefile21 hal/fw.o \
22 hal/mac_cfg.o \
23 hal/bb_cfg.o \
24 hal/rf_cfg.o \
25 hal/pwrseqcmd.o \
26 hal/pwrseq.o \
28 hal/hal_intf.o \
29 hal/hal_com.o \
30 hal/odm.o \
36 hal/phy.o \
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8188eu/
H A DMakefile21 hal/fw.o \
22 hal/mac_cfg.o \
23 hal/bb_cfg.o \
24 hal/rf_cfg.o \
25 hal/pwrseqcmd.o \
26 hal/pwrseq.o \
28 hal/hal_intf.o \
29 hal/hal_com.o \
30 hal/odm.o \
36 hal/phy.o \
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/hal/sandbox/
H A DSandboxHal.cpp26 using namespace mozilla::hal;
461 hal::Vibrate(pattern, newID); in RecvVibrate()
475 hal::CancelVibrate(newID); in RecvCancelVibrate()
482 hal::RegisterBatteryObserver(this); in RecvEnableBatteryNotifications()
560 hal::UnlockScreenOrientation(); in RecvUnlockScreenOrientation()
584 hal::SetScreenEnabled(aEnabled); in RecvSetScreenEnabled()
604 hal::SetKeyLightEnabled(aEnabled); in RecvSetKeyLightEnabled()
624 hal::SetCpuSleepAllowed(aAllowed); in RecvSetCpuSleepAllowed()
664 hal::SetTimezone(aTimezoneSpec); in RecvSetTimezone()
831 hal::FactoryReset(reason); in RecvFactoryReset()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-empty/src/
H A Dlib.rs4 extern crate gfx_hal as hal;
28 impl hal::Backend for Backend {
113 _: hal::image::Tiling, in image_format_properties()
114 _: hal::image::Usage, in image_format_properties()
145 hal::Features::empty() in features()
334 _: hal::image::Level, in create_image()
698 _: hal::IndexType, in bind_index_buffer()
835 _: hal::DrawCount, in draw_indirect()
844 _: hal::DrawCount, in draw_indexed_indirect()
871 unsafe fn draw_mesh_tasks(&mut self, _: hal::TaskCount, _: hal::TaskCount) { in draw_mesh_tasks()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-empty/src/
H A Dlib.rs4 extern crate gfx_hal as hal;
28 impl hal::Backend for Backend {
113 _: hal::image::Tiling, in image_format_properties()
114 _: hal::image::Usage, in image_format_properties()
145 hal::Features::empty() in features()
334 _: hal::image::Level, in create_image()
698 _: hal::IndexType, in bind_index_buffer()
835 _: hal::DrawCount, in draw_indirect()
844 _: hal::DrawCount, in draw_indexed_indirect()
871 unsafe fn draw_mesh_tasks(&mut self, _: hal::TaskCount, _: hal::TaskCount) { in draw_mesh_tasks()
[all …]
/dports/devel/mspdebug/mspdebug-493f38b/drivers/
H A Dv3hil.c164 if (h->hal.length < 8) { in v3hil_comm_init()
194 if (!h->hal.length) { in v3hil_start_jtag()
199 if (!h->hal.payload[0]) { in v3hil_start_jtag()
248 if (h->hal.length < 8) { in v3hil_sync()
283 if (h->hal.length < size) { in v3hil_read()
339 if (h->hal.length < 6) { in calibrate_dco()
385 if (h->hal.length < 10) { in calibrate_fll()
776 if (h->hal.length < 8) { in v3hil_context_save()
810 if (h->hal.length < 8) { in v3hil_single_step()
875 if (!fet->hal.length) { in idproc_89()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/
H A Dconv.rs26 hal::BufferUses::MAP_READ, in map_buffer_usage()
34 hal::BufferUses::COPY_SRC, in map_buffer_usage()
38 hal::BufferUses::COPY_DST, in map_buffer_usage()
42 hal::BufferUses::INDEX, in map_buffer_usage()
46 hal::BufferUses::VERTEX, in map_buffer_usage()
50 hal::BufferUses::UNIFORM, in map_buffer_usage()
54 hal::BufferUses::STORAGE_READ | hal::BufferUses::STORAGE_WRITE, in map_buffer_usage()
66 aspect: hal::FormatAspects, in map_texture_usage()
67 ) -> hal::TextureUses { in map_texture_usage()
82 hal::TextureUses::STORAGE_READ | hal::TextureUses::STORAGE_WRITE, in map_texture_usage()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/examples/halmark/
H A Dmain.rs3 extern crate wgpu_hal as hal;
5 use hal::{
56 struct Example<A: hal::Api> {
255 usage: hal::BufferUses::MAP_WRITE | hal::BufferUses::COPY_SRC, in init()
283 usage: hal::TextureUses::COPY_DST | hal::TextureUses::RESOURCE, in init()
297 usage: hal::BufferUses::empty()..hal::BufferUses::COPY_SRC, in init()
302 usage: hal::TextureUses::UNINITIALIZED..hal::TextureUses::COPY_DST, in init()
307 usage: hal::TextureUses::COPY_DST..hal::TextureUses::RESOURCE, in init()
363 usage: hal::BufferUses::MAP_WRITE | hal::BufferUses::UNIFORM, in init()
397 usage: hal::BufferUses::MAP_WRITE | hal::BufferUses::UNIFORM, in init()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/hal/sandbox/
H A DSandboxHal.cpp27 using namespace mozilla::hal;
197 hal::UnregisterBatteryObserver(this); in ActorDestroy()
198 hal::UnregisterNetworkObserver(this); in ActorDestroy()
218 hal::Vibrate(pattern, newID); in RecvVibrate()
230 hal::CancelVibrate(newID); in RecvCancelVibrate()
236 hal::RegisterBatteryObserver(this); in RecvEnableBatteryNotifications()
241 hal::UnregisterBatteryObserver(this); in RecvDisableBatteryNotifications()
258 hal::RegisterNetworkObserver(this); in RecvEnableNetworkNotifications()
303 hal::UnlockScreenOrientation(); in RecvUnlockScreenOrientation()
372 hal::RegisterWakeLockObserver(this); in RecvEnableWakeLockNotifications()
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/wgpu-native-0.4.1/src/
H A Dconv.rs9 ) -> (hal::buffer::Usage, hal::memory::Properties) { in map_buffer_usage()
11 use hal::buffer::Usage as U; in map_buffer_usage()
51 ) -> hal::image::Usage { in map_texture_usage()
126 hal::image::Offset { in map_origin()
134 hal::image::Extent { in map_extent()
264 hal::pso::State::Static(hal::pso::Sided::new(0)) in map_depth_stencil_state_descriptor()
276 hal::pso::StencilFace { in map_stencil_face()
317 ) -> hal::format::Format { in map_texture_format()
445 ) -> hal::image::Kind {
527 ) -> hal::image::State { in map_texture_state()
[all …]

12345678910>>...167