Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 704) sorted by relevance

12345678910>>...29

/openbmc/sdeventplus/src/sdeventplus/internal/
H A Dsdevent.cpp31 sd_event* event, sd_event_source** source, int fd, uint32_t events, in sd_event_add_io()
151 int SdEventImpl::sd_event_source_set_prepare(sd_event_source* source, in sd_event_source_set_prepare()
162 int SdEventImpl::sd_event_source_get_priority(sd_event_source* source, in sd_event_source_get_priority()
168 int SdEventImpl::sd_event_source_set_priority(sd_event_source* source, in sd_event_source_set_priority()
174 int SdEventImpl::sd_event_source_get_enabled(sd_event_source* source, in sd_event_source_get_enabled()
180 int SdEventImpl::sd_event_source_set_enabled(sd_event_source* source, in sd_event_source_set_enabled()
191 int SdEventImpl::sd_event_source_set_io_fd(sd_event_source* source, in sd_event_source_set_io_fd()
215 int SdEventImpl::sd_event_source_get_time(sd_event_source* source, in sd_event_source_get_time()
221 int SdEventImpl::sd_event_source_set_time(sd_event_source* source, in sd_event_source_set_time()
251 sd_event_source* source, sd_event_destroy_t callback) const in sd_event_source_set_destroy_callback()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_pipe_crc.c77 enum intel_pipe_crc_source *source) in i9xx_pipe_crc_auto_source()
127 enum intel_pipe_crc_source *source, in vlv_pipe_crc_ctl_reg()
194 enum intel_pipe_crc_source *source, in i9xx_pipe_crc_ctl_reg()
332 enum intel_pipe_crc_source *source, in ivb_pipe_crc_ctl_reg()
360 enum intel_pipe_crc_source *source, in skl_pipe_crc_ctl_reg()
470 const enum intel_pipe_crc_source source) in vlv_crc_source_valid()
485 const enum intel_pipe_crc_source source) in ilk_crc_source_valid()
499 const enum intel_pipe_crc_source source) in ivb_crc_source_valid()
513 const enum intel_pipe_crc_source source) in skl_crc_source_valid()
560 enum intel_pipe_crc_source source; in intel_crtc_verify_crc_source() local
[all …]
/openbmc/qemu/io/
H A Dchannel-watch.c68 qio_channel_fd_source_check(GSource *source) in qio_channel_fd_source_check()
77 qio_channel_fd_source_dispatch(GSource *source, in qio_channel_fd_source_dispatch()
91 qio_channel_fd_source_finalize(GSource *source) in qio_channel_fd_source_finalize()
115 qio_channel_socket_source_check(GSource *source) in qio_channel_socket_source_check()
157 qio_channel_socket_source_dispatch(GSource *source, in qio_channel_socket_source_dispatch()
169 qio_channel_socket_source_finalize(GSource *source) in qio_channel_socket_source_finalize()
197 qio_channel_fd_pair_source_check(GSource *source) in qio_channel_fd_pair_source_check()
208 qio_channel_fd_pair_source_dispatch(GSource *source, in qio_channel_fd_pair_source_dispatch()
252 GSource *source; in qio_channel_create_fd_watch() local
281 GSource *source; in qio_channel_create_socket_watch() local
[all …]
H A Dchannel-buffer.c161 qio_channel_buffer_source_prepare(GSource *source, in qio_channel_buffer_source_prepare()
172 qio_channel_buffer_source_check(GSource *source) in qio_channel_buffer_source_check()
180 qio_channel_buffer_source_dispatch(GSource *source, in qio_channel_buffer_source_dispatch()
193 qio_channel_buffer_source_finalize(GSource *source) in qio_channel_buffer_source_finalize()
212 GSource *source; in qio_channel_buffer_create_watch() local
/openbmc/linux/lib/lz4/
H A Dlz4_decompress.c460 int LZ4_decompress_safe(const char *source, char *dest, in LZ4_decompress_safe()
478 int LZ4_decompress_fast(const char *source, char *dest, int originalSize) in LZ4_decompress_fast()
488 static int LZ4_decompress_safe_withPrefix64k(const char *source, char *dest, in LZ4_decompress_safe_withPrefix64k()
510 static int LZ4_decompress_safe_forceExtDict(const char *source, char *dest, in LZ4_decompress_safe_forceExtDict()
521 static int LZ4_decompress_fast_extDict(const char *source, char *dest, in LZ4_decompress_fast_extDict()
538 int LZ4_decompress_safe_doubleDict(const char *source, char *dest, in LZ4_decompress_safe_doubleDict()
551 int LZ4_decompress_fast_doubleDict(const char *source, char *dest, in LZ4_decompress_fast_doubleDict()
588 const char *source, char *dest, int compressedSize, int maxOutputSize) in LZ4_decompress_safe_continue()
641 const char *source, char *dest, int originalSize) in LZ4_decompress_fast_continue()
679 int LZ4_decompress_safe_usingDict(const char *source, char *dest, in LZ4_decompress_safe_usingDict()
[all …]
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dio_unittest.cpp53 char source = 'a'; in TEST_F() local
69 char source; in TEST_F() local
81 char source; in TEST_F() local
96 char source = 'a'; in TEST_F() local
148 char source = 'a'; in TEST_F() local
158 char source = 'a'; in TEST_F() local
171 char source = 'a'; in TEST_F() local
/openbmc/qemu/chardev/
H A Dchar-io.c39 static IOWatchPoll *io_watch_poll_from_source(GSource *source) in io_watch_poll_from_source()
44 static gboolean io_watch_poll_prepare(GSource *source, in io_watch_poll_prepare()
77 static gboolean io_watch_poll_check(GSource *source) in io_watch_poll_check()
82 static gboolean io_watch_poll_dispatch(GSource *source, GSourceFunc callback, in io_watch_poll_dispatch()
88 static void io_watch_poll_finalize(GSource *source) in io_watch_poll_finalize()
133 static void io_remove_watch_poll(GSource *source) in io_remove_watch_poll()
H A Dchar-fd.c94 fd_source_prepare(GSource *source, in fd_source_prepare()
103 fd_source_check(GSource *source) in fd_source_check()
111 fd_source_dispatch(GSource *source, GSourceFunc callback, in fd_source_dispatch()
138 static gboolean child_func(GIOChannel *source, in child_func()
/openbmc/linux/arch/sparc/lib/
H A Dmemset.S30 #define STORE(source, base, offset, n) \ argument
42 #define STORE_LAST(source, base, offset, n) \ argument
49 #define ZERO_BIG_BLOCK(base, offset, source) \ argument
59 #define ZERO_LAST_BLOCKS(base, offset, source) \ argument
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dbase.cpp11 namespace source namespace
109 Base::Base(const Event& event, sd_event_source* source, std::false_type) : in Base()
137 sd_event_source* Base::ref(sd_event_source* const& source, in ref()
144 void Base::drop(sd_event_source*&& source, const internal::SdEvent*& sdevent, in drop()
158 int Base::prepareCallback(sd_event_source* source, void* userdata) in prepareCallback()
H A Dsignal.cpp12 namespace source namespace
50 sd_event_source* source; in create_source() local
57 int Signal::signalCallback(sd_event_source* source, in signalCallback()
H A Dchild.cpp12 namespace source namespace
53 sd_event_source* source; in create_source() local
61 int Child::childCallback(sd_event_source* source, const siginfo_t* si, in childCallback()
H A Devent.cpp11 namespace source namespace
44 sd_event_source* source; in create_source() local
50 int EventBase::eventCallback(sd_event_source* source, void* userdata) in eventCallback()
H A Dio.cpp11 namespace source namespace
79 sd_event_source* source; in create_source() local
86 int IO::ioCallback(sd_event_source* source, int fd, uint32_t revents, in ioCallback()
H A Dtime.cpp13 namespace source namespace
89 sd_event_source* source; in create_source() local
100 int Time<Id>::timeCallback(sd_event_source* source, uint64_t usec, in timeCallback()
/openbmc/linux/drivers/acpi/acpica/
H A Dutnonansi.c128 u8 acpi_ut_safe_strcpy(char *dest, acpi_size dest_size, char *source) in acpi_ut_safe_strcpy()
139 u8 acpi_ut_safe_strcat(char *dest, acpi_size dest_size, char *source) in acpi_ut_safe_strcat()
153 char *source, acpi_size max_transfer_length) in acpi_ut_safe_strncat()
167 void acpi_ut_safe_strncpy(char *dest, char *source, acpi_size dest_size) in acpi_ut_safe_strncpy()
/openbmc/qemu/qga/
H A Dchannel-win32.c23 GSource *source; member
27 GSource source; member
37 static gboolean ga_channel_prepare(GSource *source, gint *timeout_ms) in ga_channel_prepare()
94 static gboolean ga_channel_check(GSource *source) in ga_channel_check()
151 static gboolean ga_channel_dispatch(GSource *source, GSourceFunc unused, in ga_channel_dispatch()
177 static void ga_channel_finalize(GSource *source) in ga_channel_finalize()
191 GSource *source = g_source_new(&ga_channel_watch_funcs, sizeof(GAWatch)); in ga_channel_create_watch() local
/openbmc/linux/security/integrity/platform_certs/
H A Dkeyring_handler.c22 static __init void uefi_blacklist_x509_tbs(const char *source, in uefi_blacklist_x509_tbs()
31 static __init void uefi_blacklist_binary(const char *source, in uefi_blacklist_binary()
40 static __init void uefi_revocation_list_x509(const char *source, in uefi_revocation_list_x509()
/openbmc/sdeventplus/example/
H A Dfollow.cpp19 void reader(const char* fifo, sdeventplus::source::IO& source, int fd, uint32_t) in reader()
50 void remover(const char* fifo, sdeventplus::source::EventBase& source) in remover()
61 void clean_exit(sdeventplus::source::Signal& source, in clean_exit()
/openbmc/sdbusplus/include/sdbusplus/
H A Devent.hpp16 class source class
22 explicit source(event& e) : ev(&e) {} in source() function in sdbusplus::event::source
31 source(event& e, sd_event_source*& s) : ev(&e) in source() function in sdbusplus::event::source
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_irq.c653 struct amdgpu_irq_src *source, in amdgpu_dm_irq_handler()
694 struct amdgpu_irq_src *source, in amdgpu_dm_set_hpd_irq_state()
706 struct amdgpu_irq_src *source, in dm_irq_state()
737 struct amdgpu_irq_src *source, in amdgpu_dm_set_pflip_irq_state()
751 struct amdgpu_irq_src *source, in amdgpu_dm_set_crtc_irq_state()
765 struct amdgpu_irq_src *source, in amdgpu_dm_set_vline0_irq_state()
779 struct amdgpu_irq_src *source, in amdgpu_dm_set_dmub_outbox_irq_state()
791 struct amdgpu_irq_src *source, in amdgpu_dm_set_vupdate_irq_state()
805 struct amdgpu_irq_src *source, in amdgpu_dm_set_dmub_trace_irq_state()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/irq/
H A Dirq_service.c77 enum dc_irq_source source) in find_irq_source_info()
100 enum dc_irq_source source, in dal_irq_service_set()
144 enum dc_irq_source source) in dal_irq_service_ack()
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h51 source : 9, member
70 source : 9, member
89 source : 9, member
106 source : 9, member
125 source : 9, member
143 source : 9, member
/openbmc/linux/sound/soc/codecs/
H A Drt5631.c282 static int check_sysclk1_source(struct snd_soc_dapm_widget *source, in check_sysclk1_source()
292 static int check_dmic_used(struct snd_soc_dapm_widget *source, in check_dmic_used()
300 static int check_dacl_to_outmixl(struct snd_soc_dapm_widget *source, in check_dacl_to_outmixl()
310 static int check_dacr_to_outmixr(struct snd_soc_dapm_widget *source, in check_dacr_to_outmixr()
320 static int check_dacl_to_spkmixl(struct snd_soc_dapm_widget *source, in check_dacl_to_spkmixl()
330 static int check_dacr_to_spkmixr(struct snd_soc_dapm_widget *source, in check_dacr_to_spkmixr()
340 static int check_adcl_select(struct snd_soc_dapm_widget *source, in check_adcl_select()
350 static int check_adcr_select(struct snd_soc_dapm_widget *source, in check_adcr_select()
1473 int source, unsigned int freq_in, unsigned int freq_out) in rt5631_codec_set_dai_pll()
/openbmc/linux/drivers/video/fbdev/via/
H A Dvia_clock.c215 static inline u8 set_clock_source_common(enum via_clksrc source, bool use_pll) in set_clock_source_common()
246 static void set_primary_clock_source(enum via_clksrc source, bool use_pll) in set_primary_clock_source()
252 static void set_secondary_clock_source(enum via_clksrc source, bool use_pll) in set_secondary_clock_source()
263 static void dummy_set_clock_source(enum via_clksrc source, bool use_pll) in dummy_set_clock_source()

12345678910>>...29