Home
last modified time | relevance | path

Searched defs:pkg (Results 1 – 25 of 56) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/thunderbolt/
Dctl.c147 tb_cfg_request_find(struct tb_ctl *ctl, struct ctl_pkg *pkg) in tb_cfg_request_find()
169 static int check_header(const struct ctl_pkg *pkg, u32 len, in check_header()
221 struct cfg_error_pkg *pkg = response->buffer; in decode_error() local
245 static struct tb_cfg_result parse_header(const struct ctl_pkg *pkg, u32 len, in parse_header()
307 static void tb_ctl_pkg_free(struct ctl_pkg *pkg) in tb_ctl_pkg_free()
318 struct ctl_pkg *pkg = kzalloc(sizeof(*pkg), GFP_KERNEL); in tb_ctl_pkg_alloc() local
337 struct ctl_pkg *pkg = container_of(frame, typeof(*pkg), frame); in tb_ctl_tx_callback() local
352 struct ctl_pkg *pkg; in tb_ctl_tx() local
382 struct ctl_pkg *pkg, size_t size) in tb_ctl_handle_event()
387 static void tb_ctl_rx_submit(struct ctl_pkg *pkg) in tb_ctl_rx_submit()
[all …]
Dicm.c110 struct icm_pkg_header *pkg; member
255 const struct ctl_pkg *pkg) in icm_match()
268 static bool icm_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg) in icm_copy()
704 const struct icm_fr_event_device_connected *pkg = in icm_fr_device_connected() local
852 const struct icm_fr_event_device_disconnected *pkg = in icm_fr_device_disconnected() local
880 const struct icm_fr_event_xdomain_connected *pkg = in icm_fr_xdomain_connected() local
966 const struct icm_fr_event_xdomain_disconnected *pkg = in icm_fr_xdomain_disconnected() local
1170 const struct icm_tr_event_device_connected *pkg = in __icm_tr_device_connected() local
1271 const struct icm_tr_event_device_disconnected *pkg = in icm_tr_device_disconnected() local
1291 const struct icm_tr_event_xdomain_connected *pkg = in icm_tr_xdomain_connected() local
[all …]
Ddma_port.c66 const struct ctl_pkg *pkg) in dma_port_match()
82 static bool dma_port_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg) in dma_port_copy()
Dxdomain.c27 struct tb_xdp_header *pkg; member
49 const struct ctl_pkg *pkg) in tb_xdomain_match()
82 const struct ctl_pkg *pkg) in tb_xdomain_copy()
556 const struct tb_xdp_header *pkg = xw->pkg; in tb_xdp_handle_request() local
/kernel/linux/linux-4.19/drivers/thunderbolt/
Dctl.c146 tb_cfg_request_find(struct tb_ctl *ctl, struct ctl_pkg *pkg) in tb_cfg_request_find()
168 static int check_header(const struct ctl_pkg *pkg, u32 len, in check_header()
220 struct cfg_error_pkg *pkg = response->buffer; in decode_error() local
239 static struct tb_cfg_result parse_header(const struct ctl_pkg *pkg, u32 len, in parse_header()
298 static void tb_ctl_pkg_free(struct ctl_pkg *pkg) in tb_ctl_pkg_free()
309 struct ctl_pkg *pkg = kzalloc(sizeof(*pkg), GFP_KERNEL); in tb_ctl_pkg_alloc() local
328 struct ctl_pkg *pkg = container_of(frame, typeof(*pkg), frame); in tb_ctl_tx_callback() local
343 struct ctl_pkg *pkg; in tb_ctl_tx() local
373 struct ctl_pkg *pkg, size_t size) in tb_ctl_handle_event()
378 static void tb_ctl_rx_submit(struct ctl_pkg *pkg) in tb_ctl_rx_submit()
[all …]
Dicm.c99 struct icm_pkg_header *pkg; member
174 const struct ctl_pkg *pkg) in icm_match()
187 static bool icm_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg) in icm_copy()
584 const struct icm_fr_event_device_connected *pkg = in icm_fr_device_connected() local
711 const struct icm_fr_event_device_disconnected *pkg = in icm_fr_device_disconnected() local
739 const struct icm_fr_event_xdomain_connected *pkg = in icm_fr_xdomain_connected() local
825 const struct icm_fr_event_xdomain_disconnected *pkg = in icm_fr_xdomain_disconnected() local
1023 const struct icm_tr_event_device_connected *pkg = in icm_tr_device_connected() local
1096 const struct icm_tr_event_device_disconnected *pkg = in icm_tr_device_disconnected() local
1116 const struct icm_tr_event_xdomain_connected *pkg = in icm_tr_xdomain_connected() local
[all …]
Ddma_port.c69 const struct ctl_pkg *pkg) in dma_port_match()
85 static bool dma_port_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg) in dma_port_copy()
Dxdomain.c29 struct tb_xdp_header *pkg; member
51 const struct ctl_pkg *pkg) in tb_xdomain_match()
84 const struct ctl_pkg *pkg) in tb_xdomain_copy()
465 const struct tb_xdp_header *pkg = xw->pkg; in tb_xdp_handle_request() local
/kernel/linux/linux-5.10/drivers/acpi/nfit/
Dintel.c58 struct nd_cmd_pkg pkg; in intel_security_flags() member
123 struct nd_cmd_pkg pkg; in intel_security_freeze() member
156 struct nd_cmd_pkg pkg; in intel_security_change_key() member
200 struct nd_cmd_pkg pkg; in intel_security_unlock() member
242 struct nd_cmd_pkg pkg; in intel_security_disable() member
285 struct nd_cmd_pkg pkg; in intel_security_erase() member
330 struct nd_cmd_pkg pkg; in intel_security_query_overwrite() member
368 struct nd_cmd_pkg pkg; in intel_security_overwrite() member
439 struct nd_cmd_pkg pkg; in intel_bus_fwa_businfo() member
550 struct nd_cmd_pkg pkg; in intel_bus_fwa_activate() member
[all …]
/kernel/linux/linux-4.19/arch/x86/events/intel/
Duncore.c868 int pkg; in uncore_free_boxes() local
978 int phys_id, pkg, ret; in uncore_pci_probe() local
1069 int i, phys_id, pkg; in uncore_pci_remove() local
1150 int i, pkg; in uncore_change_type_ctx() local
1187 int i, pkg, target; in uncore_event_cpu_offline() local
1220 unsigned int pkg, unsigned int cpu) in allocate_boxes()
1263 int i, ret, pkg, target; in uncore_event_cpu_online() local
/kernel/linux/linux-5.10/drivers/md/
Ddm-log-userspace-transfer.c85 struct receiving_pkg *pkg; in fill_pkg() local
179 struct receiving_pkg pkg; in dm_consult_userspace() local
Ddm-log-userspace-base.c720 } pkg; in userspace_get_resync_work() local
746 } pkg; in userspace_set_region_sync() local
842 } pkg; in userspace_is_remote_recovering() local
/kernel/linux/linux-4.19/drivers/md/
Ddm-log-userspace-transfer.c85 struct receiving_pkg *pkg; in fill_pkg() local
179 struct receiving_pkg pkg; in dm_consult_userspace() local
Ddm-log-userspace-base.c720 } pkg; in userspace_get_resync_work() local
746 } pkg; in userspace_set_region_sync() local
842 } pkg; in userspace_is_remote_recovering() local
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c459 int pkg = 0; in parse_cmdline_pkg() local
756 void print_hwp_request_pkg(int pkg, struct msr_hwp_request *h, char *str) in print_hwp_request_pkg()
825 int print_pkg_msrs(int pkg) in print_pkg_msrs()
1033 int update_hwp_request_pkg(int pkg) in update_hwp_request_pkg()
1146 unsigned int pkg; in get_pkg_num() local
1160 unsigned int pkg; in set_max_cpu_pkg_num() local
/kernel/linux/linux-4.19/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c460 int pkg = 0; in parse_cmdline_pkg() local
704 void print_hwp_request_pkg(int pkg, struct msr_hwp_request *h, char *str) in print_hwp_request_pkg()
773 int print_pkg_msrs(int pkg) in print_pkg_msrs()
981 int update_hwp_request_pkg(int pkg) in update_hwp_request_pkg()
1106 unsigned int pkg; in get_pkg_num() local
1120 unsigned int pkg; in set_max_cpu_pkg_num() local
/kernel/linux/linux-5.10/tools/power/cpupower/lib/
Dcpupower.h16 int pkg; member
/kernel/linux/linux-4.19/tools/power/cpupower/lib/
Dcpupower.h16 int pkg; member
/kernel/linux/linux-4.19/drivers/gpu/drm/i915/
Dintel_acpi.c74 union acpi_object *pkg, *connector_count; in intel_dsm_platform_mux_info() local
/kernel/linux/linux-5.10/drivers/pinctrl/stm32/
Dpinctrl-stm32.h35 const unsigned int pkg; member
/kernel/linux/linux-4.19/arch/x86/include/asm/
Dtopology.h133 static inline int topology_phys_to_logical_pkg(unsigned int pkg) { return 0; } in topology_phys_to_logical_pkg()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_acpi.c77 union acpi_object *pkg, *connector_count; in intel_dsm_platform_mux_info() local
/kernel/linux/linux-5.10/drivers/nvdimm/
Dbus.c865 struct nd_cmd_pkg *pkg = buf; in nd_cmd_in_size() local
906 struct nd_cmd_pkg *pkg = (struct nd_cmd_pkg *) in_field; in nd_cmd_out_size() local
1020 struct nd_cmd_pkg pkg; in __nd_ioctl() local
/kernel/linux/linux-4.19/drivers/nvdimm/
Dbus.c810 struct nd_cmd_pkg *pkg = buf; in nd_cmd_in_size() local
851 struct nd_cmd_pkg *pkg = (struct nd_cmd_pkg *) in_field; in nd_cmd_out_size() local
965 struct nd_cmd_pkg pkg; in __nd_ioctl() local
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dtopology.h147 static inline int topology_phys_to_logical_pkg(unsigned int pkg) { return 0; } in topology_phys_to_logical_pkg()

123