Home
last modified time | relevance | path

Searched refs:handle (Results 126 – 150 of 4138) sorted by relevance

12345678910>>...166

/openbmc/linux/tools/testing/selftests/drivers/net/dsa/
H A Dtc_common.sh12 local handle=$2
16 tc_rule_handle_stats_get "$id" "$handle" > /dev/null
22 local handle=$2
26 tc_rule_handle_stats_get "$id" "$handle" > /dev/null
32 local handle=$2
35 tc_rule_handle_stats_get "$id" "$handle" > /dev/null
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dvce_v2_0.c204 static bool vce_v2_0_is_idle(void *handle) in vce_v2_0_is_idle() argument
211 static int vce_v2_0_wait_for_idle(void *handle) in vce_v2_0_wait_for_idle() argument
217 if (vce_v2_0_is_idle(handle)) in vce_v2_0_wait_for_idle()
401 static int vce_v2_0_early_init(void *handle) in vce_v2_0_early_init() argument
413 static int vce_v2_0_sw_init(void *handle) in vce_v2_0_sw_init() argument
449 static int vce_v2_0_sw_fini(void *handle) in vce_v2_0_sw_fini() argument
461 static int vce_v2_0_hw_init(void *handle) in vce_v2_0_hw_init() argument
480 static int vce_v2_0_hw_fini(void *handle) in vce_v2_0_hw_fini() argument
489 static int vce_v2_0_suspend(void *handle) in vce_v2_0_suspend() argument
525 static int vce_v2_0_resume(void *handle) in vce_v2_0_resume() argument
[all …]
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dtc_chains.sh38 tc filter add dev $h2 ingress chain 1 protocol ip pref 1 handle 1101 \
47 tc filter del dev $h2 ingress chain 1 protocol ip pref 1 handle 1101 \
57 tc filter add dev $h2 ingress chain 1 protocol ip pref 1 handle 1101 \
59 tc filter add dev $h2 ingress protocol ip pref 2 handle 102 flower \
61 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
76 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
77 tc filter del dev $h2 ingress protocol ip pref 2 handle 102 flower
133 tc filter add dev $h2 ingress protocol ip pref 1 handle 1101 \
137 tc filter add dev $h2 ingress protocol ip pref 1 handle 1102 \
154 tc filter del dev $h2 ingress protocol ip pref 1 handle 1102 \
[all …]
H A Dtc_police.sh132 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \
152 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
164 tc filter del dev $rp1 ingress protocol ip pref 1 handle 101 flower
176 tc filter del dev $rp2 egress protocol ip pref 1 handle 101 flower
227 tc filter del dev $rp2 egress protocol ip pref 1 handle 101 flower
228 tc filter del dev $rp1 ingress protocol ip pref 1 handle 101 flower
229 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
283 tc filter del dev $h3 ingress protocol ip pref 1 handle 101 flower
284 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
324 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower
[all …]
H A Dsch_tbf_etsprio.sh17 tc qdisc replace dev $swp2 parent 10:3 handle 103: tbf \
19 tc qdisc replace dev $swp2 parent 10:2 handle 102: tbf \
32 tc qdisc add dev $swp2 root handle 10: $QDISC 3 priomap 2 1 0
43 tc qdisc replace dev $swp2 root handle 1: \
45 tc qdisc replace dev $swp2 parent 1:1 handle 10: \
47 tc qdisc replace dev $swp2 parent 10:3 handle 103: \
49 tc qdisc replace dev $swp2 parent 10:2 handle 102: \
51 tc qdisc replace dev $swp2 parent 10:1 handle 101: \
H A Dtc_flower_cfm.sh60 tc filter add dev $h2 ingress protocol cfm pref 1 handle 101 \
62 tc filter add dev $h2 ingress protocol cfm pref 1 handle 102 \
85 tc filter del dev $h2 ingress protocol cfm pref 1 handle 101 flower
86 tc filter del dev $h2 ingress protocol cfm pref 1 handle 102 flower
96 tc filter add dev $h2 ingress protocol cfm pref 1 handle 101 \
98 tc filter add dev $h2 ingress protocol cfm pref 1 handle 102 \
100 tc filter add dev $h2 ingress protocol cfm pref 1 handle 103 \
131 tc filter del dev $h2 ingress protocol cfm pref 1 handle 101 flower
132 tc filter del dev $h2 ingress protocol cfm pref 1 handle 102 flower
143 tc filter add dev $h2 ingress protocol cfm pref 1 handle 101 \
[all …]
/openbmc/linux/net/sched/
H A Dcls_basic.c30 u32 handle; member
68 if (f->handle == handle) { in basic_get()
117 idr_remove(&head->handle_idr, f->handle); in basic_destroy()
135 idr_remove(&head->handle_idr, f->handle); in basic_delete()
192 if (handle && fold->handle != handle) in basic_change()
204 if (!handle) { in basic_change()
205 handle = 1; in basic_change()
210 handle, GFP_KERNEL); in basic_change()
214 fnew->handle = handle; in basic_change()
225 idr_remove(&head->handle_idr, fnew->handle); in basic_change()
[all …]
H A Dcls_route.c54 u32 handle; member
224 h1 = to_hash(handle); in route4_get()
237 if (f->handle == handle) in route4_get()
327 h = f->handle; in route4_delete()
423 if (handle && new) { in route4_set_parms()
448 if (fp->handle == f->handle) in route4_set_parms()
460 f->handle = nhandle; in route4_set_parms()
487 if (!handle) { in route4_change()
501 if (fold && fold->handle != handle) in route4_change()
516 f->handle = fold->handle; in route4_change()
[all …]
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c430 if (!handle) in efi_add_handle()
451 *handle = obj; in efi_create_handle()
549 if (!handle) in efi_delete_handle()
553 free(handle); in efi_delete_handle()
1045 if (!*handle) { in efi_install_protocol_interface()
1050 *handle); in efi_install_protocol_interface()
1053 *handle); in efi_install_protocol_interface()
1156 handle, in efi_disconnect_all_drivers()
1248 free(handle); in efi_uninstall_protocol_interface()
2416 if (!handle) in efi_install_multiple_protocol_interfaces()
[all …]
/openbmc/linux/include/acpi/
H A Dacpiosxf.h89 void acpi_os_delete_lock(acpi_spinlock handle);
93 acpi_cpu_flags acpi_os_acquire_lock(acpi_spinlock handle);
97 void acpi_os_release_lock(acpi_spinlock handle, acpi_cpu_flags flags);
109 # define acpi_os_delete_raw_lock(handle) acpi_os_delete_lock(handle) argument
113 # define acpi_os_acquire_raw_lock(handle) acpi_os_acquire_lock(handle) argument
117 # define acpi_os_release_raw_lock(handle, flags) \ argument
118 acpi_os_release_lock(handle, flags)
131 acpi_status acpi_os_delete_semaphore(acpi_semaphore handle);
154 void acpi_os_delete_mutex(acpi_mutex handle);
158 acpi_status acpi_os_acquire_mutex(acpi_mutex handle, u16 timeout);
[all …]
H A Dacpi_bus.h27 acpi_evaluate_integer(acpi_handle handle,
31 acpi_evaluate_reference(acpi_handle handle,
42 bool acpi_has_method(acpi_handle handle, char *name);
45 acpi_status acpi_evaluate_ej0(acpi_handle handle);
48 bool acpi_ata_match(acpi_handle handle);
49 bool acpi_bay_match(acpi_handle handle);
50 bool acpi_dock_match(acpi_handle handle);
397 acpi_handle handle; member
545 bool acpi_bus_power_manageable(acpi_handle handle);
554 bool acpi_bus_can_wakeup(acpi_handle handle);
[all …]
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dmemory_mgr.c25 buf = idr_find(&mmg->handles, lower_32_bits(handle >> PAGE_SHIFT)); in hl_mmap_mem_buf_get()
113 int hl_mmap_mem_buf_put_handle(struct hl_mem_mgr *mmg, u64 handle) in hl_mmap_mem_buf_put_handle() argument
118 buf = idr_find(&mmg->handles, lower_32_bits(handle >> PAGE_SHIFT)); in hl_mmap_mem_buf_put_handle()
122 "Buff put failed, no match to handle %#llx\n", handle); in hl_mmap_mem_buf_put_handle()
171 buf->handle = (((u64)rc | buf->behavior->mem_id) << PAGE_SHIFT); in hl_mmap_mem_buf_alloc()
185 idr_remove(&mmg->handles, lower_32_bits(buf->handle >> PAGE_SHIFT)); in hl_mmap_mem_buf_alloc()
235 u64 handle; local
241 handle = vma->vm_pgoff << PAGE_SHIFT;
245 buf = hl_mmap_mem_buf_get(mmg, handle);
248 "Memory mmap failed, no match to handle %#llx\n", handle);
[all …]
/openbmc/linux/arch/mips/include/asm/fw/cfe/
H A Dcfe_api.h81 int cfe_close(int handle);
93 int cfe_init(uint64_t handle, uint64_t ept);
94 int cfe_inpstat(int handle);
95 int cfe_ioctl(int handle, unsigned int ioctlnum, unsigned char *buffer,
98 int cfe_read(int handle, unsigned char *buffer, int length);
99 int cfe_readblk(int handle, int64_t offset, unsigned char *buffer,
102 int cfe_write(int handle, const char *buffer, int length);
103 int cfe_writeblk(int handle, int64_t offset, const char *buffer,
/openbmc/linux/fs/ext4/
H A Dfile.c311 handle_t *handle; in ext4_handle_inode_extension() local
315 if (IS_ERR(handle)) in ext4_handle_inode_extension()
360 if (IS_ERR(handle)) { in ext4_inode_extension_cleanup()
501 handle_t *handle; in ext4_dio_write_iter() local
561 if (IS_ERR(handle)) { in ext4_dio_write_iter()
634 handle_t *handle; in ext4_dax_write_iter() local
654 if (IS_ERR(handle)) { in ext4_dax_write_iter()
734 if (IS_ERR(handle)) { in ext4_dax_huge_fault()
813 handle_t *handle; in ext4_sample_last_mounted() local
838 err = PTR_ERR(handle); in ext4_sample_last_mounted()
[all …]
H A Dinode.c166 handle_t *handle; in ext4_evict_inode() local
1152 handle_t *handle; in ext4_write_begin() local
2197 mpd->io_submit.io_end->handle = handle->h_rsv_handle; in mpage_map_one_extent()
2445 if (handle) { in mpage_prepare_extent_to_map()
2529 if (handle) in mpage_prepare_extent_to_map()
2534 if (handle) in mpage_prepare_extent_to_map()
2719 if (!ext4_handle_valid(handle) || handle->h_sync == 0) { in ext4_do_writepages()
2721 handle = NULL; in ext4_do_writepages()
2736 if (handle) { in ext4_do_writepages()
3304 handle_t *handle; in ext4_iomap_alloc() local
[all …]
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c65 if (!handle->client) in hclgevf_ae_get_hdev()
106 hclge_comm_tqps_get_stats(handle, data); in hclgevf_get_stats()
342 hdev->htqp[i].q.handle = &hdev->nic; in hclgevf_knic_setup()
379 client = handle->client; in hclgevf_update_link_status()
673 dev_err(&handle->pdev->dev, in hclgevf_map_ring_to_vector()
682 struct hnae3_handle *handle, in hclgevf_unmap_ring_from_vector() argument
694 dev_err(&handle->pdev->dev, in hclgevf_unmap_ring_from_vector()
701 dev_err(&handle->pdev->dev, in hclgevf_unmap_ring_from_vector()
716 dev_err(&handle->pdev->dev, in hclgevf_put_vector()
1634 struct hnae3_handle *handle) in hclgevf_reset_event() argument
[all …]
/openbmc/linux/drivers/i2c/busses/
H A Di2c-scmi.c23 acpi_handle handle; member
176 acpi_handle_err(smbus_cmi->handle, in acpi_smbus_cmi_access()
234 acpi_handle_err(smbus_cmi->handle, in acpi_smbus_cmi_access()
246 acpi_handle_err(smbus_cmi->handle, in acpi_smbus_cmi_access()
297 struct acpi_handle *handle = smbus_cmi->handle; in acpi_smbus_cmi_add_cap() local
302 status = acpi_evaluate_object(smbus_cmi->handle, in acpi_smbus_cmi_add_cap()
306 acpi_handle_err(handle, "Failed to evaluate %s: %i\n", in acpi_smbus_cmi_add_cap()
315 acpi_handle_err(handle, "Invalid argument type\n"); in acpi_smbus_cmi_add_cap()
321 acpi_handle_err(handle, "Invalid argument type\n"); in acpi_smbus_cmi_add_cap()
325 acpi_handle_debug(handle, "SMBus CMI Version %x\n", in acpi_smbus_cmi_add_cap()
[all …]
/openbmc/linux/drivers/acpi/
H A Dpci_slot.c42 check_slot(acpi_handle handle, unsigned long long *sun) in check_slot() argument
49 acpi_get_name(handle, ACPI_FULL_PATHNAME, &buffer); in check_slot()
54 status = acpi_evaluate_integer(handle, "_STA", NULL, &sta); in check_slot()
59 status = acpi_evaluate_integer(handle, "_ADR", NULL, &adr); in check_slot()
67 status = acpi_evaluate_integer(handle, "_SUN", NULL, sun); in check_slot()
84 register_slot(acpi_handle handle, u32 lvl, void *context, void **rv) in register_slot() argument
93 device = check_slot(handle, &sun); in register_slot()
132 acpi_handle handle = ACPI_HANDLE(bus->bridge); in acpi_pci_slot_enumerate() local
134 if (handle) { in acpi_pci_slot_enumerate()
136 acpi_walk_namespace(ACPI_TYPE_DEVICE, handle, 1, in acpi_pci_slot_enumerate()
H A Dprocessor_pdc.c71 acpi_processor_eval_pdc(acpi_handle handle, struct acpi_object_list *pdc_in) in acpi_processor_eval_pdc() argument
75 status = acpi_evaluate_object(handle, "_PDC", pdc_in, NULL); in acpi_processor_eval_pdc()
78 acpi_handle_debug(handle, in acpi_processor_eval_pdc()
84 void acpi_processor_set_pdc(acpi_handle handle) in acpi_processor_set_pdc() argument
95 acpi_processor_eval_pdc(handle, obj_list); in acpi_processor_set_pdc()
103 early_init_pdc(acpi_handle handle, u32 lvl, void *context, void **rv) in early_init_pdc() argument
105 if (processor_physically_present(handle) == false) in early_init_pdc()
108 acpi_processor_set_pdc(handle); in early_init_pdc()
/openbmc/linux/drivers/media/radio/
H A Dlm7000.h21 static inline void lm7000_set_freq(u32 freq, void *handle, in lm7000_set_freq() argument
22 void (*set_pins)(void *handle, u8 pins)) in lm7000_set_freq() argument
34 set_pins(handle, data | LM7000_CE); in lm7000_set_freq()
36 set_pins(handle, data | LM7000_CE | LM7000_CLK); in lm7000_set_freq()
38 set_pins(handle, data | LM7000_CE); in lm7000_set_freq()
41 set_pins(handle, 0); in lm7000_set_freq()
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-385-clearfog-gtr-l8.dts24 phy-handle = <&switch0phy0>;
30 phy-handle = <&switch0phy1>;
36 phy-handle = <&switch0phy2>;
42 phy-handle = <&switch0phy3>;
48 phy-handle = <&switch0phy4>;
54 phy-handle = <&switch0phy5>;
60 phy-handle = <&switch0phy6>;
66 phy-handle = <&switch0phy7>;
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_prime.c75 int fd, u32 *handle) in vmw_prime_fd_to_handle() argument
78 int ret = ttm_prime_fd_to_handle(tfile, fd, handle); in vmw_prime_fd_to_handle()
81 ret = drm_gem_prime_fd_to_handle(dev, file_priv, fd, handle); in vmw_prime_fd_to_handle()
88 uint32_t handle, uint32_t flags, in vmw_prime_handle_to_fd() argument
94 if (handle > VMWGFX_NUM_MOB) in vmw_prime_handle_to_fd()
95 ret = ttm_prime_handle_to_fd(tfile, handle, flags, prime_fd); in vmw_prime_handle_to_fd()
97 ret = drm_gem_prime_handle_to_fd(dev, file_priv, handle, flags, prime_fd); in vmw_prime_handle_to_fd()
/openbmc/phosphor-host-ipmid/
H A Dstorageaddsel.cpp29 std::ifstream handle(fileName); in readESEL() local
31 if (handle.fail()) in readESEL()
38 handle.seekg(0, std::ios::end); in readESEL()
39 content.resize(handle.tellg()); in readESEL()
40 handle.seekg(0, std::ios::beg); in readESEL()
41 handle.read(&content[0], content.size()); in readESEL()
42 handle.close(); in readESEL()
/openbmc/linux/include/uapi/linux/
H A Dfirewire-cdev.h184 __u32 handle; member
215 __u32 handle; member
286 __u32 handle; member
414 __u32 handle; member
671 __u32 handle; member
715 __u32 handle; member
725 __u32 handle; member
782 __u32 handle; member
795 __u32 handle; member
842 __u32 handle; member
[all …]
/openbmc/linux/drivers/firmware/arm_scmi/
H A Ddriver.c162 struct scmi_handle handle; member
1799 const struct scmi_handle *handle = &info->handle; in scmi_alloc_init_protocol_instance() local
1814 pi->handle = handle; in scmi_alloc_init_protocol_instance()
2006 dres->handle = sdev->handle; in scmi_devres_protocol_instance_get()
2151 handle = &info->handle; in scmi_handle_get()
2157 return handle; in scmi_handle_get()
2176 if (!handle) in scmi_handle_put()
2201 if (scmi_dev->handle) in scmi_set_handle()
2371 cinfo->handle = &info->handle; in scmi_chan_setup()
2493 sdev->handle = NULL; in scmi_bus_notifier()
[all …]

12345678910>>...166