/openbmc/sdeventplus/src/sdeventplus/internal/ |
H A D | sdevent.cpp | 31 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 D | intel_pipe_crc.c | 77 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 D | channel-watch.c | 68 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 D | channel-buffer.c | 161 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 D | lz4_decompress.c | 460 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 D | io_unittest.cpp | 53 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 D | char-io.c | 39 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 D | char-fd.c | 94 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 D | memset.S | 30 #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 D | base.cpp | 11 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 D | signal.cpp | 12 namespace source namespace 50 sd_event_source* source; in create_source() local 57 int Signal::signalCallback(sd_event_source* source, in signalCallback()
|
H A D | child.cpp | 12 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 D | event.cpp | 11 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 D | io.cpp | 11 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 D | time.cpp | 13 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 D | utnonansi.c | 128 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 D | channel-win32.c | 23 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 D | keyring_handler.c | 22 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 D | follow.cpp | 19 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 D | event.hpp | 16 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 D | amdgpu_dm_irq.c | 653 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 D | irq_service.c | 77 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 D | aicasm_insformat.h | 51 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 D | rt5631.c | 282 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 D | via_clock.c | 215 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()
|