Home
last modified time | relevance | path

Searched refs:ptr (Results 10926 - 10950 of 11231) sorted by relevance

1...<<431432433434435436437438439440>>...450

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp535 const void* ptr; member
627 const deUint32 reportedValue = *(deUint32*)limit.ptr; in validateLimit()
635 const float reportedValue = *(float*)limit.ptr; in validateLimit()
643 const deInt32 reportedValue = *(deInt32*)limit.ptr; in validateLimit()
651 const deUint64 reportedValue = *(deUint64*)limit.ptr; in validateLimit()
659 const deUint32 reportedValue = *(deUint32*)limit.ptr; in validateLimit()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v10_0.c3517 ib.ptr[0] = PACKET3(PACKET3_WRITE_DATA, 3); in gfx_v10_0_ring_test_ib()
3518 ib.ptr[1] = WRITE_DATA_DST_SEL(5) | WR_CONFIRM; in gfx_v10_0_ring_test_ib()
3519 ib.ptr[2] = lower_32_bits(gpu_addr); in gfx_v10_0_ring_test_ib()
3520 ib.ptr[3] = upper_32_bits(gpu_addr); in gfx_v10_0_ring_test_ib()
3521 ib.ptr[4] = 0xDEADBEEF; in gfx_v10_0_ring_test_ib()
5117 char *ptr = adev->gfx.rlc.rlc_autoload_ptr; in gfx_v10_0_rlc_backdoor_autoload_copy_ucode() local
5131 memcpy(ptr + toc_offset, fw_data, fw_size); in gfx_v10_0_rlc_backdoor_autoload_copy_ucode()
5134 memset(ptr + toc_offset + fw_size, 0, toc_fw_size - fw_size); in gfx_v10_0_rlc_backdoor_autoload_copy_ucode()
/third_party/python/Objects/
H A Dunicodeobject.c865 make_bloom_mask(int kind, const void* ptr, Py_ssize_t len) in make_bloom_mask() argument
886 BLOOM_UPDATE(Py_UCS1, mask, ptr, len); in make_bloom_mask()
889 BLOOM_UPDATE(Py_UCS2, mask, ptr, len); in make_bloom_mask()
892 BLOOM_UPDATE(Py_UCS4, mask, ptr, len); in make_bloom_mask()
3342 _PyUnicode_WideCharString_Converter(PyObject *obj, void *ptr) in _PyUnicode_WideCharString_Converter() argument
3344 wchar_t **p = (wchar_t **)ptr; in _PyUnicode_WideCharString_Converter()
3374 _PyUnicode_WideCharString_Opt_Converter(PyObject *obj, void *ptr) in _PyUnicode_WideCharString_Opt_Converter() argument
3376 wchar_t **p = (wchar_t **)ptr; in _PyUnicode_WideCharString_Opt_Converter()
/kernel/linux/linux-5.10/drivers/block/
H A Dskd_main.c683 * restore the next ptr for next IO request so we in skd_postop_sg_list()
1685 skd_isr(int irq, void *ptr) in skd_isr() argument
1687 struct skd_device *skdev = ptr; in skd_isr()
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
H A Dlan743x_main.c294 static irqreturn_t lan743x_intr_entry_isr(int irq, void *ptr) in lan743x_intr_entry_isr() argument
296 struct lan743x_vector *vector = ptr; in lan743x_intr_entry_isr()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H A Dmain.c2371 unsigned long event, void *ptr) in mlx4_ib_netdev_event()
2373 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in mlx4_ib_netdev_event()
2370 mlx4_ib_netdev_event(struct notifier_block *this, unsigned long event, void *ptr) mlx4_ib_netdev_event() argument
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dxmit.c2506 void *ptr = &tx_info->status; in ath_clear_tx_status() local
2508 memset(ptr + sizeof(tx_info->status.rates), 0, in ath_clear_tx_status()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dwmi.h2161 u32 ptr; member
3009 u8 *ptr; member
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_generic.c134 * • ptr == NULL: (initial state)
135 * ◦ __ffs_epfile_read_buffer_free: go to ptr == DROP
137 * ◦ __ffs_epfile_read_data allocates temp buffer: go to ptr == buf
139 * • ptr == DROP:
141 * ◦ __ffs_epfile_read_buffered: go to ptr == NULL
144 * • ptr == buf:
145 * ◦ __ffs_epfile_read_buffer_free: free buf, go to ptr == DROP
146 * ◦ __ffs_epfile_read_buffered: go to ptr == NULL and reading
150 * • ptr == NULL and reading:
151 * ◦ __ffs_epfile_read_buffer_free: go to ptr
338 ffs_ep0_write(struct file *file, const char __user *buf, size_t len, loff_t *ptr) ffs_ep0_write() argument
511 ffs_ep0_read(struct file *file, char __user *buf, size_t len, loff_t *ptr) ffs_ep0_read() argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dnet2280.c361 static int handshake(u32 __iomem *ptr, u32 mask, u32 done, int usec) in handshake() argument
366 ret = readl_poll_timeout_atomic(ptr, result, in handshake()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dscrub.c737 unsigned long ptr = 0; in scrub_print_warning() local
772 ret = tree_backref_for_extent(&ptr, eb, &found_key, ei, in scrub_print_warning()
/kernel/linux/linux-5.10/net/core/
H A Dpktgen.c1942 unsigned long event, void *ptr) in pktgen_device_event()
1944 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in pktgen_device_event()
1941 pktgen_device_event(struct notifier_block *unused, unsigned long event, void *ptr) pktgen_device_event() argument
/kernel/linux/linux-5.10/net/ipv4/
H A Dudp.c1515 static spinlock_t *busylock_acquire(void *ptr) in busylock_acquire() argument
1519 busy = udp_busylocks + hash_ptr(ptr, udp_busylocks_log); in busylock_acquire()
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
H A Dem28xx-cards.c2793 int em28xx_tuner_callback(void *ptr, int component, int command, int arg) in em28xx_tuner_callback() argument
2795 struct em28xx_i2c_bus *i2c_bus = ptr; in em28xx_tuner_callback()
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dfc.c960 fc_dma_map_single(struct device *dev, void *ptr, size_t size, in fc_dma_map_single() argument
963 return dev ? dma_map_single(dev, ptr, size, dir) : (dma_addr_t)0L; in fc_dma_map_single()
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/
H A Dallegro-core.c330 static inline u64 ptr_to_u64(const void *ptr) in ptr_to_u64() argument
332 return (uintptr_t)ptr; in ptr_to_u64()
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H A Drockchip_av1_entropymode.c4209 void rockchip_av1_default_coeff_probs(u32 base_qindex, void *ptr) in rockchip_av1_default_coeff_probs() argument
4211 struct av1cdfs *cdfs = (struct av1cdfs *)ptr; in rockchip_av1_default_coeff_probs()
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/
H A Dem28xx-cards.c2838 int em28xx_tuner_callback(void *ptr, int component, int command, int arg) in em28xx_tuner_callback() argument
2840 struct em28xx_i2c_bus *i2c_bus = ptr; in em28xx_tuner_callback()
/kernel/linux/linux-6.6/drivers/net/
H A Damt.c3369 unsigned long event, void *ptr) in amt_device_event()
3371 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in amt_device_event()
3368 amt_device_event(struct notifier_block *unused, unsigned long event, void *ptr) amt_device_event() argument
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c414 static inline u64 ptr_to_u64(const void *ptr) in ptr_to_u64() argument
416 return (uintptr_t)ptr; in ptr_to_u64()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/
H A Dlan743x_main.c341 static irqreturn_t lan743x_intr_entry_isr(int irq, void *ptr) in lan743x_intr_entry_isr() argument
343 struct lan743x_vector *vector = ptr; in lan743x_intr_entry_isr()
/kernel/linux/linux-6.6/drivers/soc/tegra/
H A Dpmc.c2548 unsigned long action, void *ptr) in tegra_pmc_clk_notify_cb()
2551 struct clk_notifier_data *data = ptr; in tegra_pmc_clk_notify_cb()
2547 tegra_pmc_clk_notify_cb(struct notifier_block *nb, unsigned long action, void *ptr) tegra_pmc_clk_notify_cb() argument
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dnet2280.c361 static int handshake(u32 __iomem *ptr, u32 mask, u32 done, int usec) in handshake() argument
366 ret = readl_poll_timeout_atomic(ptr, result, in handshake()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_generic.c134 * • ptr == NULL: (initial state)
135 * ◦ __ffs_epfile_read_buffer_free: go to ptr == DROP
137 * ◦ __ffs_epfile_read_data allocates temp buffer: go to ptr == buf
139 * • ptr == DROP:
141 * ◦ __ffs_epfile_read_buffered: go to ptr == NULL
144 * • ptr == buf:
145 * ◦ __ffs_epfile_read_buffer_free: free buf, go to ptr == DROP
146 * ◦ __ffs_epfile_read_buffered: go to ptr == NULL and reading
150 * • ptr == NULL and reading:
151 * ◦ __ffs_epfile_read_buffer_free: go to ptr
339 ffs_ep0_write(struct file *file, const char __user *buf, size_t len, loff_t *ptr) ffs_ep0_write() argument
512 ffs_ep0_read(struct file *file, char __user *buf, size_t len, loff_t *ptr) ffs_ep0_read() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dwmi.h2273 __le32 ptr; member
3128 u8 *ptr; member

Completed in 162 milliseconds

1...<<431432433434435436437438439440>>...450