Home
last modified time | relevance | path

Searched defs:types (Results 1 – 25 of 151) sorted by relevance

1234567

/kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/nvkm/core/
Devent.c26 nvkm_event_put(struct nvkm_event *event, u32 types, int index) in nvkm_event_put()
39 nvkm_event_get(struct nvkm_event *event, u32 types, int index) in nvkm_event_get()
52 nvkm_event_send(struct nvkm_event *event, u32 types, int index, in nvkm_event_send()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/core/
Devent.c26 nvkm_event_put(struct nvkm_event *event, u32 types, int index) in nvkm_event_put()
39 nvkm_event_get(struct nvkm_event *event, u32 types, int index) in nvkm_event_get()
52 nvkm_event_send(struct nvkm_event *event, u32 types, int index, in nvkm_event_send()
/kernel/linux/linux-5.10/arch/powerpc/lib/
Dfeature-fixups.c122 static void do_stf_entry_barrier_fixups(enum stf_barrier_type types) in do_stf_entry_barrier_fixups()
174 static void do_stf_exit_barrier_fixups(enum stf_barrier_type types) in do_stf_exit_barrier_fixups()
233 enum stf_barrier_type *types = data; in __do_stf_barrier_fixups() local
241 void do_stf_barrier_fixups(enum stf_barrier_type types) in do_stf_barrier_fixups()
252 void do_uaccess_flush_fixups(enum l1d_flush_type types) in do_uaccess_flush_fixups()
304 enum l1d_flush_type types = *(enum l1d_flush_type *)data; in __do_entry_flush_fixups() local
377 void do_entry_flush_fixups(enum l1d_flush_type types) in do_entry_flush_fixups()
388 void do_rfi_flush_fixups(enum l1d_flush_type types) in do_rfi_flush_fixups()
/kernel/linux/linux-4.19/arch/powerpc/lib/
Dfeature-fixups.c121 void do_stf_entry_barrier_fixups(enum stf_barrier_type types) in do_stf_entry_barrier_fixups()
171 void do_stf_exit_barrier_fixups(enum stf_barrier_type types) in do_stf_exit_barrier_fixups()
229 void do_stf_barrier_fixups(enum stf_barrier_type types) in do_stf_barrier_fixups()
235 void do_uaccess_flush_fixups(enum l1d_flush_type types) in do_uaccess_flush_fixups()
285 void do_entry_flush_fixups(enum l1d_flush_type types) in do_entry_flush_fixups()
339 void do_rfi_flush_fixups(enum l1d_flush_type types) in do_rfi_flush_fixups()
/kernel/linux/linux-4.19/drivers/pci/hotplug/
Drpaphp_core.c161 const __be32 *indexes, *names, *types, *domains; in get_children_props() local
198 const __be32 *types, *domains; in rpaphp_check_drc_props_v1() local
316 const __be32 **names, const __be32 **types, in is_php_dn()
354 const __be32 *indexes, *names, *types, *power_domains; in rpaphp_add_slot() local
/kernel/linux/linux-5.10/drivers/pci/hotplug/
Drpaphp_core.c161 const __be32 *indexes, *names, *types, *domains; in get_children_props() local
198 const __be32 *types, *domains; in rpaphp_check_drc_props_v1() local
315 const __be32 **names, const __be32 **types, in is_php_dn()
378 const __be32 *indexes, *names, *types, *power_domains; in rpaphp_drc_add_slot() local
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter_ipv6/
Dip6t_mh.h10 __u8 types[2]; member
/kernel/linux/linux-4.19/include/uapi/linux/netfilter_ipv6/
Dip6t_mh.h9 __u8 types[2]; /* MH type range */ member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter_ipv6/
Dip6t_mh.h23 __u8 types[2]; member
/kernel/linux/linux-5.10/include/uapi/linux/netfilter_ipv6/
Dip6t_mh.h9 __u8 types[2]; /* MH type range */ member
/kernel/linux/linux-5.10/Documentation/driver-api/
Dscsi.rst319 Debug transport
333 todo
/kernel/linux/linux-4.19/Documentation/driver-api/
Dscsi.rst319 Debug transport
333 todo
/kernel/linux/linux-4.19/arch/x86/events/intel/
Duncore.c892 static void uncore_types_exit(struct intel_uncore_type **types) in uncore_types_exit()
958 uncore_types_init(struct intel_uncore_type **types, bool setid) in uncore_types_init()
1184 struct intel_uncore_type *type, **types = uncore_msr_uncores; in uncore_event_cpu_offline() local
1219 static int allocate_boxes(struct intel_uncore_type **types, in allocate_boxes()
1260 struct intel_uncore_type *type, **types = uncore_msr_uncores; in uncore_event_cpu_online() local
1309 struct intel_uncore_type **types = uncore_msr_uncores; in uncore_msr_pmus_register() local
/kernel/linux/linux-5.10/arch/x86/events/intel/
Duncore.c912 static void uncore_types_exit(struct intel_uncore_type **types) in uncore_types_exit()
981 uncore_types_init(struct intel_uncore_type **types, bool setid) in uncore_types_init()
1354 static void uncore_box_unref(struct intel_uncore_type **types, int id) in uncore_box_unref()
1400 static int allocate_boxes(struct intel_uncore_type **types, in allocate_boxes()
1439 static int uncore_box_ref(struct intel_uncore_type **types, in uncore_box_ref()
1505 struct intel_uncore_type **types = uncore_msr_uncores; in uncore_msr_pmus_register() local
1536 struct intel_uncore_type **types = uncore_mmio_uncores; in uncore_mmio_init() local
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Ddbexec.c345 acpi_db_execute(char *name, char **args, acpi_object_type *types, u32 flags) in acpi_db_execute()
658 char **arguments, acpi_object_type *types) in acpi_db_create_execution_thread()
/kernel/linux/linux-4.19/drivers/acpi/acpica/
Ddbexec.c342 acpi_db_execute(char *name, char **args, acpi_object_type *types, u32 flags) in acpi_db_execute()
637 char **arguments, acpi_object_type *types) in acpi_db_create_execution_thread()
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/
Diterators.bpf.c37 struct btf_type **types; member
62 struct btf_type **types, *t; in get_name() local
/kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dchangf119.c36 gf119_disp_chan_uevent_init(struct nvkm_event *event, int types, int index) in gf119_disp_chan_uevent_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dchangf119.c36 gf119_disp_chan_uevent_init(struct nvkm_event *event, int types, int index) in gf119_disp_chan_uevent_init()
/kernel/linux/linux-5.10/drivers/phy/xilinx/
Dphy-zynqmp.c672 static const int types[] = { in xpsgtr_set_lane_type() local
683 static const int types[] = { in xpsgtr_set_lane_type() local
694 static const int types[] = { in xpsgtr_set_lane_type() local
705 static const int types[] = { in xpsgtr_set_lane_type() local
718 static const int types[] = { in xpsgtr_set_lane_type() local
/kernel/linux/linux-4.19/include/trace/
Dsyscall.h29 const char **types; member
/kernel/linux/linux-5.10/include/trace/
Dsyscall.h29 const char **types; member
/kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/include/nvkm/core/
Dnotify.h19 u32 types; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/core/
Dnotify.h19 u32 types; member
/kernel/linux/linux-5.10/Documentation/hid/
Dintel-ish-hid.rst124 TX and RX of Transport messages

1234567