Home
last modified time | relevance | path

Searched refs:KOBJMETHOD (Results 1 – 23 of 23) sorted by relevance

/f-stack/freebsd/mips/ingenic/
H A Djz4780_uart.c87 KOBJMETHOD(uart_probe, ns8250_bus_probe),
88 KOBJMETHOD(uart_attach, jz4780_bus_attach),
89 KOBJMETHOD(uart_detach, ns8250_bus_detach),
90 KOBJMETHOD(uart_flush, ns8250_bus_flush),
91 KOBJMETHOD(uart_getsig, ns8250_bus_getsig),
92 KOBJMETHOD(uart_ioctl, ns8250_bus_ioctl),
93 KOBJMETHOD(uart_ipend, ns8250_bus_ipend),
94 KOBJMETHOD(uart_param, ns8250_bus_param),
96 KOBJMETHOD(uart_setsig, ns8250_bus_setsig),
98 KOBJMETHOD(uart_grab, ns8250_bus_grab),
[all …]
H A Djz4780_aic.c172 KOBJMETHOD(mixer_init, aicmixer_init),
173 KOBJMETHOD(mixer_set, aicmixer_set),
469 KOBJMETHOD(channel_init, aicchan_init),
470 KOBJMETHOD(channel_free, aicchan_free),
471 KOBJMETHOD(channel_setformat, aicchan_setformat),
472 KOBJMETHOD(channel_setspeed, aicchan_setspeed),
473 KOBJMETHOD(channel_setblocksize, aicchan_setblocksize),
474 KOBJMETHOD(channel_trigger, aicchan_trigger),
475 KOBJMETHOD(channel_getptr, aicchan_getptr),
476 KOBJMETHOD(channel_getcaps, aicchan_getcaps),
/f-stack/freebsd/arm/nvidia/
H A Dtegra_uart.c130 KOBJMETHOD(uart_probe, ns8250_bus_probe),
131 KOBJMETHOD(uart_attach, tegra_uart_attach),
132 KOBJMETHOD(uart_detach, ns8250_bus_detach),
133 KOBJMETHOD(uart_flush, ns8250_bus_flush),
134 KOBJMETHOD(uart_getsig, ns8250_bus_getsig),
135 KOBJMETHOD(uart_ioctl, ns8250_bus_ioctl),
136 KOBJMETHOD(uart_ipend, ns8250_bus_ipend),
137 KOBJMETHOD(uart_param, ns8250_bus_param),
139 KOBJMETHOD(uart_setsig, ns8250_bus_setsig),
141 KOBJMETHOD(uart_grab, tegra_uart_grab),
[all …]
/f-stack/freebsd/libkern/
H A Diconv_xlat.c117 KOBJMETHOD(iconv_converter_open, iconv_xlat_open),
118 KOBJMETHOD(iconv_converter_close, iconv_xlat_close),
119 KOBJMETHOD(iconv_converter_conv, iconv_xlat_conv),
121 KOBJMETHOD(iconv_converter_init, iconv_xlat_init),
122 KOBJMETHOD(iconv_converter_done, iconv_xlat_done),
124 KOBJMETHOD(iconv_converter_name, iconv_xlat_name),
H A Diconv_xlat16.c351 KOBJMETHOD(iconv_converter_open, iconv_xlat16_open),
352 KOBJMETHOD(iconv_converter_close, iconv_xlat16_close),
353 KOBJMETHOD(iconv_converter_conv, iconv_xlat16_conv),
355 KOBJMETHOD(iconv_converter_init, iconv_xlat16_init),
356 KOBJMETHOD(iconv_converter_done, iconv_xlat16_done),
358 KOBJMETHOD(iconv_converter_name, iconv_xlat16_name),
359 KOBJMETHOD(iconv_converter_tolower, iconv_xlat16_tolower),
360 KOBJMETHOD(iconv_converter_toupper, iconv_xlat16_toupper),
H A Diconv_ucs.c401 KOBJMETHOD(iconv_converter_open, iconv_ucs_open),
402 KOBJMETHOD(iconv_converter_close, iconv_ucs_close),
403 KOBJMETHOD(iconv_converter_conv, iconv_ucs_conv),
404 KOBJMETHOD(iconv_converter_init, iconv_ucs_init),
405 KOBJMETHOD(iconv_converter_done, iconv_ucs_done),
406 KOBJMETHOD(iconv_converter_name, iconv_ucs_name),
/f-stack/freebsd/mips/mediatek/
H A Duart_dev_mtk.c207 KOBJMETHOD(uart_attach, mtk_uart_bus_attach),
208 KOBJMETHOD(uart_detach, mtk_uart_bus_detach),
209 KOBJMETHOD(uart_flush, mtk_uart_bus_flush),
210 KOBJMETHOD(uart_getsig, mtk_uart_bus_getsig),
211 KOBJMETHOD(uart_ioctl, mtk_uart_bus_ioctl),
212 KOBJMETHOD(uart_ipend, mtk_uart_bus_ipend),
213 KOBJMETHOD(uart_param, mtk_uart_bus_param),
214 KOBJMETHOD(uart_probe, mtk_uart_bus_probe),
216 KOBJMETHOD(uart_setsig, mtk_uart_bus_setsig),
218 KOBJMETHOD(uart_grab, mtk_uart_bus_grab),
[all …]
/f-stack/freebsd/arm/freescale/vybrid/
H A Dvf_uart.c261 KOBJMETHOD(uart_attach, vf_uart_bus_attach),
262 KOBJMETHOD(uart_detach, vf_uart_bus_detach),
263 KOBJMETHOD(uart_flush, vf_uart_bus_flush),
264 KOBJMETHOD(uart_getsig, vf_uart_bus_getsig),
265 KOBJMETHOD(uart_ioctl, vf_uart_bus_ioctl),
266 KOBJMETHOD(uart_ipend, vf_uart_bus_ipend),
267 KOBJMETHOD(uart_param, vf_uart_bus_param),
268 KOBJMETHOD(uart_probe, vf_uart_bus_probe),
269 KOBJMETHOD(uart_receive, vf_uart_bus_receive),
270 KOBJMETHOD(uart_setsig, vf_uart_bus_setsig),
[all …]
H A Dvf_sai.c238 KOBJMETHOD(mixer_init, saimixer_init),
239 KOBJMETHOD(mixer_set, saimixer_set),
577 KOBJMETHOD(channel_init, saichan_init),
578 KOBJMETHOD(channel_free, saichan_free),
579 KOBJMETHOD(channel_setformat, saichan_setformat),
580 KOBJMETHOD(channel_setspeed, saichan_setspeed),
581 KOBJMETHOD(channel_setblocksize, saichan_setblocksize),
582 KOBJMETHOD(channel_trigger, saichan_trigger),
583 KOBJMETHOD(channel_getptr, saichan_getptr),
584 KOBJMETHOD(channel_getcaps, saichan_getcaps),
/f-stack/freebsd/arm/allwinner/
H A Da10_hdmiaudio.c123 KOBJMETHOD(mixer_init, a10hdmiaudio_mixer_init),
124 KOBJMETHOD(mixer_set, a10hdmiaudio_mixer_set),
335 KOBJMETHOD(channel_init, a10hdmiaudio_chan_init),
336 KOBJMETHOD(channel_free, a10hdmiaudio_chan_free),
337 KOBJMETHOD(channel_setformat, a10hdmiaudio_chan_setformat),
338 KOBJMETHOD(channel_setspeed, a10hdmiaudio_chan_setspeed),
339 KOBJMETHOD(channel_setblocksize, a10hdmiaudio_chan_setblocksize),
340 KOBJMETHOD(channel_trigger, a10hdmiaudio_chan_trigger),
341 KOBJMETHOD(channel_getptr, a10hdmiaudio_chan_getptr),
342 KOBJMETHOD(channel_getcaps, a10hdmiaudio_chan_getcaps),
H A Da10_codec.c363 KOBJMETHOD(mixer_init, a10_mixer_init),
364 KOBJMETHOD(mixer_set, a10_mixer_set),
365 KOBJMETHOD(mixer_setrecsrc, a10_mixer_setrecsrc),
615 KOBJMETHOD(mixer_init, h3_mixer_init),
616 KOBJMETHOD(mixer_set, h3_mixer_set),
617 KOBJMETHOD(mixer_setrecsrc, h3_mixer_setrecsrc),
999 KOBJMETHOD(channel_init, a10codec_chan_init),
1000 KOBJMETHOD(channel_free, a10codec_chan_free),
1004 KOBJMETHOD(channel_trigger, a10codec_chan_trigger),
1005 KOBJMETHOD(channel_getptr, a10codec_chan_getptr),
[all …]
/f-stack/freebsd/mips/atheros/
H A Duart_dev_ar933x.c330 KOBJMETHOD(uart_attach, ar933x_bus_attach),
331 KOBJMETHOD(uart_detach, ar933x_bus_detach),
332 KOBJMETHOD(uart_flush, ar933x_bus_flush),
333 KOBJMETHOD(uart_getsig, ar933x_bus_getsig),
334 KOBJMETHOD(uart_ioctl, ar933x_bus_ioctl),
335 KOBJMETHOD(uart_ipend, ar933x_bus_ipend),
336 KOBJMETHOD(uart_param, ar933x_bus_param),
337 KOBJMETHOD(uart_probe, ar933x_bus_probe),
339 KOBJMETHOD(uart_setsig, ar933x_bus_setsig),
341 KOBJMETHOD(uart_grab, ar933x_bus_grab),
[all …]
/f-stack/freebsd/arm/xilinx/
H A Duart_dev_cdnc.c402 KOBJMETHOD(uart_probe, cdnc_uart_bus_probe),
403 KOBJMETHOD(uart_attach, cdnc_uart_bus_attach),
404 KOBJMETHOD(uart_flush, cdnc_uart_bus_flush),
405 KOBJMETHOD(uart_getsig, cdnc_uart_bus_getsig),
406 KOBJMETHOD(uart_ioctl, cdnc_uart_bus_ioctl),
407 KOBJMETHOD(uart_ipend, cdnc_uart_bus_ipend),
408 KOBJMETHOD(uart_param, cdnc_uart_bus_param),
409 KOBJMETHOD(uart_receive, cdnc_uart_bus_receive),
410 KOBJMETHOD(uart_setsig, cdnc_uart_bus_setsig),
412 KOBJMETHOD(uart_grab, cdnc_uart_bus_grab),
[all …]
/f-stack/freebsd/mips/cavium/
H A Duart_dev_oct16550.c406 KOBJMETHOD(uart_attach, oct16550_bus_attach),
407 KOBJMETHOD(uart_detach, oct16550_bus_detach),
408 KOBJMETHOD(uart_flush, oct16550_bus_flush),
409 KOBJMETHOD(uart_getsig, oct16550_bus_getsig),
410 KOBJMETHOD(uart_ioctl, oct16550_bus_ioctl),
411 KOBJMETHOD(uart_ipend, oct16550_bus_ipend),
412 KOBJMETHOD(uart_param, oct16550_bus_param),
413 KOBJMETHOD(uart_probe, oct16550_bus_probe),
415 KOBJMETHOD(uart_setsig, oct16550_bus_setsig),
417 KOBJMETHOD(uart_grab, oct16550_bus_grab),
[all …]
/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_ssi.c276 KOBJMETHOD(mixer_init, ssimixer_init),
277 KOBJMETHOD(mixer_set, ssimixer_set),
633 KOBJMETHOD(channel_init, ssichan_init),
634 KOBJMETHOD(channel_free, ssichan_free),
635 KOBJMETHOD(channel_setformat, ssichan_setformat),
636 KOBJMETHOD(channel_setspeed, ssichan_setspeed),
637 KOBJMETHOD(channel_setblocksize, ssichan_setblocksize),
638 KOBJMETHOD(channel_trigger, ssichan_trigger),
639 KOBJMETHOD(channel_getptr, ssichan_getptr),
640 KOBJMETHOD(channel_getcaps, ssichan_getcaps),
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c721 KOBJMETHOD(channel_init, bcmchan_init),
722 KOBJMETHOD(channel_free, bcmchan_free),
723 KOBJMETHOD(channel_setformat, bcmchan_setformat),
724 KOBJMETHOD(channel_setspeed, bcmchan_setspeed),
725 KOBJMETHOD(channel_setblocksize, bcmchan_setblocksize),
726 KOBJMETHOD(channel_trigger, bcmchan_trigger),
727 KOBJMETHOD(channel_getptr, bcmchan_getptr),
728 KOBJMETHOD(channel_getcaps, bcmchan_getcaps),
766 KOBJMETHOD(mixer_init, bcmmix_init),
767 KOBJMETHOD(mixer_set, bcmmix_set),
/f-stack/freebsd/kern/
H A Ddevice_if.m134 * KOBJMETHOD(device_probe, foo_probe)
179 * KOBJMETHOD(device_identify, foo_identify)
202 * KOBJMETHOD(device_attach, foo_attach)
234 * KOBJMETHOD(device_detach, foo_detach)
260 * KOBJMETHOD(device_shutdown, foo_shutdown)
279 * KOBJMETHOD(device_suspend, foo_suspend)
301 * KOBJMETHOD(device_resume, foo_resume)
327 * KOBJMETHOD(device_quiesce, foo_quiesce)
350 * KOBJMETHOD(device_register, foo_register)
H A Dlink_elf.c166 KOBJMETHOD(linker_lookup_symbol, link_elf_lookup_symbol),
167 KOBJMETHOD(linker_symbol_values, link_elf_symbol_values),
168 KOBJMETHOD(linker_search_symbol, link_elf_search_symbol),
169 KOBJMETHOD(linker_unload, link_elf_unload_file),
170 KOBJMETHOD(linker_load_file, link_elf_load_file),
171 KOBJMETHOD(linker_link_preload, link_elf_link_preload),
173 KOBJMETHOD(linker_lookup_set, link_elf_lookup_set),
174 KOBJMETHOD(linker_each_function_name, link_elf_each_function_name),
176 KOBJMETHOD(linker_ctf_get, link_elf_ctf_get),
177 KOBJMETHOD(linker_symtab_get, link_elf_symtab_get),
[all …]
H A Dlink_elf_obj.c155 KOBJMETHOD(linker_lookup_symbol, link_elf_lookup_symbol),
156 KOBJMETHOD(linker_symbol_values, link_elf_symbol_values),
157 KOBJMETHOD(linker_search_symbol, link_elf_search_symbol),
158 KOBJMETHOD(linker_unload, link_elf_unload_file),
159 KOBJMETHOD(linker_load_file, link_elf_load_file),
160 KOBJMETHOD(linker_link_preload, link_elf_link_preload),
162 KOBJMETHOD(linker_lookup_set, link_elf_lookup_set),
163 KOBJMETHOD(linker_each_function_name, link_elf_each_function_name),
165 KOBJMETHOD(linker_ctf_get, link_elf_ctf_get),
166 KOBJMETHOD(linker_symtab_get, link_elf_symtab_get),
[all …]
H A Dsubr_bus.c5138 KOBJMETHOD(device_shutdown, bus_generic_shutdown),
5139 KOBJMETHOD(device_suspend, bus_generic_suspend),
5140 KOBJMETHOD(device_resume, root_resume),
5143 KOBJMETHOD(bus_print_child, root_print_child),
5144 KOBJMETHOD(bus_read_ivar, bus_generic_read_ivar),
5145 KOBJMETHOD(bus_write_ivar, bus_generic_write_ivar),
5146 KOBJMETHOD(bus_setup_intr, root_setup_intr),
5147 KOBJMETHOD(bus_child_present, root_child_present),
5148 KOBJMETHOD(bus_get_cpus, root_get_cpus),
/f-stack/freebsd/arm/include/
H A Dplatformvar.h77 #define PLATFORMMETHOD KOBJMETHOD
/f-stack/freebsd/sys/
H A Dkobj.h99 #define KOBJMETHOD(NAME, FUNC) \ macro
H A Dbus.h738 #define DEVMETHOD KOBJMETHOD