Home
last modified time | relevance | path

Searched refs:get_id (Results 51 - 75 of 98) sorted by relevance

1234

/kernel/linux/linux-6.6/drivers/input/joystick/iforce/
H A Diforce-serio.c115 .get_id = iforce_serio_get_id,
H A Diforce-usb.c133 .get_id = iforce_usb_get_id,
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dtrace.cpp191 : threadID(std::hash<std::thread::id>()(std::this_thread::get_id())) { in Event()
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/
H A Dcommon.c456 id = usbhs_platform_call(priv, get_id, pdev); in usbhsc_hotplug()
642 if (!info->platform_callback.get_id) { in usbhs_probe()
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/
H A Dcommon.c456 id = usbhs_platform_call(priv, get_id, pdev); in usbhsc_hotplug()
640 if (!info->platform_callback.get_id) { in usbhs_probe()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcpumap.c236 aggr_cpu_id_get_t get_id, in cpu_aggr_map__new()
251 struct aggr_cpu_id cpu_id = get_id(cpu, data); in cpu_aggr_map__new()
235 cpu_aggr_map__new(const struct perf_cpu_map *cpus, aggr_cpu_id_get_t get_id, void *data, bool needs_sort) cpu_aggr_map__new() argument
/kernel/linux/linux-6.6/tools/bpf/resolve_btfids/
H A Dmain.c226 static char *get_id(const char *prefix_end) in get_id() function
281 id = get_id(name + size); in add_symbol()
/third_party/rust/crates/clap/tests/builder/
H A Dconflicts.rs316 assert_eq!(result[0].get_id(), "some"); in get_arg_conflicts_with_group()
317 assert_eq!(result[1].get_id(), "other"); in get_arg_conflicts_with_group()
H A Dtests.rs420 .map(|a| a.get_id().clone()) in mut_arg_all()
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/
H A Diforce-usb.c133 .get_id = iforce_usb_get_id,
/third_party/gn/src/base/
H A Dlogging.cc199 stream_ << std::this_thread::get_id() << ':'; in Init()
/third_party/libexif/libexif/apple/
H A Dexif-mnote-data-apple.c294 md->methods.get_id = exif_mnote_data_apple_get_id; in exif_mnote_data_apple_new()
/third_party/python/Lib/
H A Dsymtable.py77 def get_id(self): member in SymbolTable
/third_party/rust/crates/clap/src/builder/
H A Darg.rs3699 pub fn get_id(&self) -> &Id { in get_id() functions
3975 /// .find(|a| a.get_id() == "port").unwrap()
4118 debug!("Arg::name_no_brackets:{}", self.get_id());
4138 self.get_id().as_str().to_owned()
4252 self.get_id() == other.get_id() in eq()
4264 self.get_id().cmp(other.get_id()) in cmp()
/third_party/backends/backend/
H A Dgt68xx_low.c1034 if (dev->model->command_set->get_id) in gt68xx_device_get_id()
1035 return (*dev->model->command_set->get_id) (dev); in gt68xx_device_get_id()
H A Dgt68xx_low.h391 SANE_Status (*get_id) (GT68xx_Device * dev); member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.cpp675 CurrentNativeContext &currentContext = mCurrentNativeContexts[std::this_thread::get_id()]; in makeCurrent()
904 CurrentNativeContext &currentContext = mCurrentNativeContexts[std::this_thread::get_id()]; in createRenderer()
/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp345 unsigned get_id(PhysReg reg) in get_id() function in aco::__anon6956::RegisterFile
1076 reg_file.get_id(op.reg) == instr->operands[i].tempId()) { in get_reg_for_create_vector_copy()
1284 reg_file.get_id(reg_win.lo()) == reg_file.get_id(reg_win.lo().advance(-1))) in get_reg_impl()
1287 reg_file.get_id(reg_win.hi().advance(-1)) == reg_file.get_id(reg_win.hi())) in get_reg_impl()
1758 reg_file.get_id(reg_win.lo()) == reg_file.get_id(reg_win.lo().advance(-1))) in get_reg_create_vector()
1761 reg_file.get_id(reg_win.hi().advance(-1)) == reg_file.get_id(reg_wi in get_reg_create_vector()
[all...]
/kernel/linux/linux-5.10/drivers/fpga/
H A Ddfl.h177 * @get_id: get port id from hardware.
184 int (*get_id)(struct platform_device *pdev); member
/kernel/linux/linux-5.10/arch/sh/boards/
H A Dboard-sh7757lcr.c274 .get_id = usbhs0_get_id,
/kernel/linux/linux-6.6/arch/sh/boards/
H A Dboard-sh7757lcr.c274 .get_id = usbhs0_get_id,
/kernel/linux/linux-6.6/drivers/fpga/
H A Ddfl.h215 * @get_id: get port id from hardware.
222 int (*get_id)(struct platform_device *pdev); member
/third_party/libexif/libexif/pentax/
H A Dexif-mnote-data-pentax.c466 d->methods.get_id = exif_mnote_data_pentax_get_id; in exif_mnote_data_pentax_new()
/third_party/libexif/libexif/fuji/
H A Dexif-mnote-data-fuji.c366 d->methods.get_id = exif_mnote_data_fuji_get_id; in exif_mnote_data_fuji_new()
/third_party/libexif/libexif/canon/
H A Dexif-mnote-data-canon.c426 d->methods.get_id = exif_mnote_data_canon_get_id; in exif_mnote_data_canon_new()

Completed in 28 milliseconds

1234