Home
last modified time | relevance | path

Searched refs:get_id (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/usb/renesas_usbhs/
H A Drcar3.c101 .get_id = usbhs_get_id_as_gadget,
113 .get_id = usbhs_get_id_as_gadget,
H A Drza.c51 .get_id = usbhs_get_id_as_gadget,
H A Drcar2.c69 .get_id = usbhs_get_id_as_gadget,
H A Dcommon.c458 id = usbhs_platform_call(priv, get_id, pdev); in usbhsc_hotplug()
657 if (!info->platform_callback.get_id) { in usbhs_probe()
/linux/tools/testing/selftests/user_events/
H A Dperf_test.c38 static int get_id(void) in get_id() function
154 id = get_id(); in TEST_F()
218 id = get_id(); in TEST_F()
/linux/drivers/input/joystick/iforce/
H A Diforce.h79 int (*get_id)(struct iforce *iforce, u8 id, member
118 return iforce->xport_ops->get_id(iforce, id, in iforce_get_id_packet()
H A Diforce-serio.c109 .get_id = iforce_serio_get_id,
H A Diforce-usb.c132 .get_id = iforce_usb_get_id,
/linux/include/linux/usb/
H A Drenesas_usbhs.h18 * it will be return value from get_id
69 int (*get_id)(struct platform_device *pdev); member
/linux/tools/perf/util/
H A Dcpumap.h110 * cpus. The aggr_cpu_id is created with 'get_id' that may have a data value
114 aggr_cpu_id_get_t get_id,
H A Dcpumap.c254 aggr_cpu_id_get_t get_id, in cpu_aggr_map__new() argument
269 struct aggr_cpu_id cpu_id = get_id(cpu, data); in cpu_aggr_map__new()
/linux/tools/perf/
H A Dbuiltin-stat.c1450 aggr_get_id_t get_id, struct perf_cpu cpu) in perf_stat__get_aggr() argument
1456 return get_id(config, cpu); in perf_stat__get_aggr()
1459 config->cpus_aggr_map->map[cpu.cpu] = get_id(config, cpu); in perf_stat__get_aggr()
1570 aggr_cpu_id_get_t get_id = aggr_mode__get_aggr(stat_config.aggr_mode); in perf_stat_init_aggr_mode() local
1572 if (get_id) { in perf_stat_init_aggr_mode()
1575 get_id, /*data=*/NULL, needs_sort); in perf_stat_init_aggr_mode()
1880 aggr_cpu_id_get_t get_id = aggr_mode__get_aggr_file(stat_config.aggr_mode); in perf_stat_init_aggr_mode_file() local
1899 if (!get_id) in perf_stat_init_aggr_mode_file()
1903 get_id, env, needs_sort); in perf_stat_init_aggr_mode_file()
/linux/net/netfilter/
H A Dnf_tables_trace.c120 u32 id = ct_hook->get_id(&ct->ct_general); in nf_trace_fill_ct_info()
H A Dnf_conntrack_core.c2731 .get_id = nf_conntrack_get_id,
/linux/include/linux/
H A Dnetfilter.h477 u32 (*get_id)(const struct nf_conntrack *nfct); member
/linux/arch/sh/boards/
H A Dboard-sh7757lcr.c274 .get_id = usbhs0_get_id,
/linux/tools/bpf/resolve_btfids/
H A Dmain.c279 static int get_id(const char *prefix_end, char *buf, size_t buf_sz) in get_id() function
348 if (get_id(name + size, id, sizeof(id))) { in add_symbol()
/linux/drivers/fpga/
H A Ddfl.c227 if (!port_ops || !port_ops->get_id) in dfl_fpga_check_port_id()
230 fdata->id = port_ops->get_id(fdata); in dfl_fpga_check_port_id()
/linux/arch/sh/boards/mach-ecovec24/
H A Dsetup.c272 .get_id = usbhs_get_id,
/linux/drivers/android/binder/
H A Dprocess.rs278 let (_, node_cookie) = node.get_id(); in get_existing_node()