Home
last modified time | relevance | path

Searched refs:handle (Results 776 – 800 of 4091) sorted by relevance

1...<<31323334353637383940>>...164

/openbmc/linux/fs/ext4/
H A Dpage-io.c155 WARN_ON(io_end->handle); in ext4_release_io_end()
177 handle_t *handle = io_end->handle; in ext4_end_io_end() local
184 io_end->handle = NULL; /* Following call will use up the handle */ in ext4_end_io_end()
185 ret = ext4_convert_unwritten_io_end_vec(handle, io_end); in ext4_end_io_end()
230 WARN_ON(!io_end->handle && sbi->s_journal); in ext4_add_complete_io()
306 err = ext4_convert_unwritten_io_end_vec(io_end->handle, in ext4_put_io_end()
308 io_end->handle = NULL; in ext4_put_io_end()
/openbmc/linux/drivers/acpi/
H A Dbutton.c197 status = acpi_evaluate_integer(device->handle, "_LID", NULL, &lid_state); in acpi_lid_evaluate_state()
275 acpi_handle_debug(device->handle, "ACPI LID %s\n", in acpi_lid_notify_state()
421 static void acpi_lid_notify(acpi_handle handle, u32 event, void *data) in acpi_lid_notify() argument
427 acpi_handle_debug(device->handle, "Unsupported event [0x%x]\n", in acpi_lid_notify()
439 static void acpi_button_notify(acpi_handle handle, u32 event, void *data) in acpi_button_notify() argument
447 acpi_handle_debug(device->handle, "Unsupported event [0x%x]\n", in acpi_button_notify()
621 status = acpi_install_notify_handler(device->handle, in acpi_button_add()
666 acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, in acpi_button_remove()
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dtc_flower_router.sh88 tc filter add dev $rp3 egress protocol ip pref 1 handle 101 flower \
90 tc filter add dev $rp3 egress protocol ip pref 2 handle 102 flower \
111 tc filter del dev $rp3 egress protocol ip pref 2 handle 102 flower
112 tc filter del dev $rp3 egress protocol ip pref 1 handle 101 flower
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_trace.h77 __string(devname, ring->tqp->handle->kinfo.netdev->name)
87 __assign_str(devname, ring->tqp->handle->kinfo.netdev->name);
109 __string(devname, ring->tqp->handle->kinfo.netdev->name)
120 __assign_str(devname, ring->tqp->handle->kinfo.netdev->name);
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_tunnel_ipip.sh159 tc filter add dev $swp1 egress protocol ip pref 1 handle 101 \
180 tc filter del dev $swp1 egress protocol ip pref 1 handle 101 flower
192 tc filter add dev $swp1 egress protocol ip pref 1 handle 101 \
211 tc filter del dev $swp1 egress protocol ip pref 1 handle 101 flower
H A Dqos_max_descriptors.sh125 tc qdisc replace dev $swp1 root handle 1: \
139 tc qdisc replace dev $swp2 root handle 1: tbf rate $SHAPER_RATE \
141 tc qdisc replace dev $swp2 parent 1:1 handle 11: \
173 tc qdisc del dev $swp2 parent 1:1 handle 11:
/openbmc/libpldm/src/oem/meta/
H A Dfile_io.c43 pldm_msgbuf_extract(buf, req->handle); in decode_oem_meta_file_io_write_req()
86 *file_handle = request_msg->handle; in decode_oem_meta_file_io_req()
120 pldm_msgbuf_extract(buf, req->handle); in decode_oem_meta_file_io_read_req()
194 pldm_msgbuf_insert(buf, resp->handle); in encode_oem_meta_file_io_read_resp()
/openbmc/u-boot/arch/arm/dts/
H A Dzynqmp-zc1751-xm018-dc4.dts129 phy-handle = <&ethernet_phy0>;
147 phy-handle = <&ethernet_phy7>;
153 phy-handle = <&ethernet_phy3>;
159 phy-handle = <&ethernet_phy8>;
H A Ddra76-evm-u-boot.dtsi9 phy-handle = <&dp83867_0>;
13 phy-handle = <&dp83867_1>;
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_gem.c109 u32 size, u32 flags, u32 *handle) in lima_gem_create_handle() argument
144 err = drm_gem_handle_create(file, obj, handle); in lima_gem_create_handle()
241 int lima_gem_get_info(struct drm_file *file, u32 handle, u32 *va, u64 *offset) in lima_gem_get_info() argument
248 obj = drm_gem_object_lookup(file, handle); in lima_gem_get_info()
317 obj = drm_gem_object_lookup(file, submit->bos[i].handle); in lima_gem_submit()
401 int lima_gem_wait(struct drm_file *file, u32 handle, u32 op, s64 timeout_ns) in lima_gem_wait() argument
411 ret = drm_gem_dma_resv_wait(file, handle, write, timeout); in lima_gem_wait()
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.h34 struct amd_vce_state* amdgpu_get_vce_clock_state(void *handle, u32 idx);
36 void amdgpu_legacy_dpm_compute_clocks(void *handle);
/openbmc/linux/include/acpi/
H A Dacpi_lpat.h28 handle);
46 acpi_handle handle) in acpi_lpat_get_conversion_table() argument
/openbmc/linux/drivers/misc/cardreader/
H A Drtsx_pcr.c1500 struct pcr_handle *handle; in rtsx_pci_probe() local
1527 handle = kzalloc(sizeof(*handle), GFP_KERNEL); in rtsx_pci_probe()
1528 if (!handle) { in rtsx_pci_probe()
1532 handle->pcr = pcr; in rtsx_pci_probe()
1545 dev_set_drvdata(&pcidev->dev, handle); in rtsx_pci_probe()
1591 rtsx_pcr_cells[i].platform_data = handle; in rtsx_pci_probe()
1592 rtsx_pcr_cells[i].pdata_size = sizeof(*handle); in rtsx_pci_probe()
1622 kfree(handle); in rtsx_pci_probe()
1635 struct pcr_handle *handle = pci_get_drvdata(pcidev); in rtsx_pci_remove() local
1636 struct rtsx_pcr *pcr = handle->pcr; in rtsx_pci_remove()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsdma_v5_0.c1336 static int sdma_v5_0_early_init(void *handle) in sdma_v5_0_early_init() argument
1338 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in sdma_v5_0_early_init()
1350 static int sdma_v5_0_sw_init(void *handle) in sdma_v5_0_sw_init() argument
1354 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in sdma_v5_0_sw_init()
1401 static int sdma_v5_0_sw_fini(void *handle) in sdma_v5_0_sw_fini() argument
1403 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in sdma_v5_0_sw_fini()
1414 static int sdma_v5_0_hw_init(void *handle) in sdma_v5_0_hw_init() argument
1417 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in sdma_v5_0_hw_init()
1426 static int sdma_v5_0_hw_fini(void *handle) in sdma_v5_0_hw_fini() argument
1428 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in sdma_v5_0_hw_fini()
[all …]
/openbmc/linux/tools/bpf/bpftool/
H A Dnet.c45 int handle; member
298 static int netlink_get_filter(int sock, unsigned int nl_pid, int ifindex, int handle, in netlink_get_filter() argument
310 .t.tcm_parent = handle, in netlink_get_filter()
410 tcinfo->handle_array[tcinfo->used_len].handle = info->tcm_handle; in dump_class_qdisc_nlmsg()
516 int i, handle, ret = 0; in show_dev_tc_bpf_classic() local
539 tcinfo.handle_array[i].handle, in show_dev_tc_bpf_classic()
546 handle = TC_H_ROOT; in show_dev_tc_bpf_classic()
548 ret = netlink_get_filter(sock, nl_pid, dev->ifindex, handle, in show_dev_tc_bpf_classic()
553 handle = TC_H_MAKE(TC_H_CLSACT, TC_H_MIN_INGRESS); in show_dev_tc_bpf_classic()
555 ret = netlink_get_filter(sock, nl_pid, dev->ifindex, handle, in show_dev_tc_bpf_classic()
[all …]
/openbmc/linux/Documentation/power/
H A Dpm_qos_interface.rst31 void cpu_latency_qos_add_request(handle, target_value):
35 Clients of PM QoS need to save the returned handle for future use in other
38 void cpu_latency_qos_update_request(handle, new_target_value):
39 Will update the list element pointed to by the handle with the new target
43 void cpu_latency_qos_remove_request(handle):
51 int cpu_latency_qos_request_active(handle):
106 int dev_pm_qos_add_request(device, handle, type, value):
110 Clients of dev_pm_qos need to save the handle for future use in other
113 int dev_pm_qos_update_request(handle, new_value):
114 Will update the list element pointed to by the handle with the new target
[all …]
/openbmc/linux/net/sched/
H A Dsch_ets.c104 return TC_H_MAKE(sch->handle, band + 1); in ets_class_id()
124 qopt.handle = sch->handle; in ets_offload_change()
157 qopt.handle = sch->handle; in ets_offload_destroy()
170 qopt.handle = sch->handle; in ets_offload_graft()
173 qopt.graft_params.child_handle = new->handle; in ets_offload_graft()
184 qopt.handle = sch->handle; in ets_offload_dump()
308 tcm->tcm_info = cl->qdisc->handle; in ets_class_dump()
385 if (TC_H_MAJ(skb->priority) != sch->handle) { in ets_classify()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dobject.c29 nvkm_object_search(struct nvkm_client *client, u64 handle, in nvkm_object_search() argument
35 if (handle) { in nvkm_object_search()
40 if (handle < object->object) in nvkm_object_search()
43 if (handle > object->object) in nvkm_object_search()
315 object->handle = oclass->handle; in nvkm_object_ctor()
/openbmc/linux/arch/x86/include/asm/
H A Defi.h270 #define __efi64_argmap_handle_protocol(handle, protocol, interface) \ argument
271 ((handle), (protocol), efi64_zero_upper(interface))
276 #define __efi64_argmap_locate_device_path(protocol, path, handle) \ argument
277 ((protocol), (path), efi64_zero_upper(handle))
279 #define __efi64_argmap_exit(handle, status, size, data) \ argument
280 ((handle), efi64_convert_status(status), (size), (data))
/openbmc/libcper/
H A Dcper-parse.c22 json_object *cper_section_to_ir(FILE *handle, long base_pos,
325 json_object *cper_section_to_ir(FILE *handle, long base_pos, in cper_section_to_ir() argument
329 long position = ftell(handle); in cper_section_to_ir()
332 fseek(handle, base_pos + descriptor->SectionOffset, SEEK_SET); in cper_section_to_ir()
334 if (fread(section, descriptor->SectionLength, 1, handle) != 1) { in cper_section_to_ir()
342 fseek(handle, position, SEEK_SET); in cper_section_to_ir()
/openbmc/linux/drivers/regulator/
H A Dscmi-regulator.c301 const struct scmi_handle *handle = sdev->handle; in scmi_regulator_probe() local
305 if (!handle) in scmi_regulator_probe()
308 voltage_ops = handle->devm_protocol_get(sdev, in scmi_regulator_probe()
342 of_node_get(handle->dev->of_node); in scmi_regulator_probe()
343 np = of_find_node_by_name(handle->dev->of_node, "regulators"); in scmi_regulator_probe()
/openbmc/linux/drivers/platform/x86/x86-android-tablets/
H A Dcore.c63 acpi_handle handle; in x86_acpi_irq_helper_get() local
98 status = acpi_get_handle(NULL, data->chip, &handle); in x86_acpi_irq_helper_get()
104 adev = acpi_fetch_acpi_dev(handle); in x86_acpi_irq_helper_get()
140 acpi_handle handle; in x86_instantiate_i2c_client() local
147 status = acpi_get_handle(NULL, client_info->adapter_path, &handle); in x86_instantiate_i2c_client()
153 adap = i2c_acpi_find_adapter_by_handle(handle); in x86_instantiate_i2c_client()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_mr.h25 uint32_t handle; /* System handle. */ member
60 uint32_t handle; /* System handle. */ member
98 uint32_t handle; /* System handle. */ member
123 uint32_t handle; /* System handle. */ member
143 uint32_t handle; /* System handle. */ member
168 uint32_t handle; /* System handle. */ member
/openbmc/linux/drivers/scsi/bnx2i/
H A Dbnx2i_init.c163 void bnx2i_start(void *handle) in bnx2i_start() argument
166 struct bnx2i_hba *hba = handle; in bnx2i_start()
220 void bnx2i_stop(void *handle) in bnx2i_stop() argument
222 struct bnx2i_hba *hba = handle; in bnx2i_stop()
373 int bnx2i_get_stats(void *handle) in bnx2i_get_stats() argument
375 struct bnx2i_hba *hba = handle; in bnx2i_get_stats()
/openbmc/linux/arch/s390/include/asm/
H A Duv.h252 u64 handle; member
260 u64 handle; member
369 static inline int uv_cmd_nodata(u64 handle, u16 cmd, u16 *rc, u16 *rrc) in uv_cmd_nodata() argument
374 .handle = handle, in uv_cmd_nodata()
378 WARN(!handle, "No handle provided to Ultravisor call cmd %x\n", cmd); in uv_cmd_nodata()

1...<<31323334353637383940>>...164