/openbmc/qemu/hw/dma/ |
H A D | xlnx-zdma.c | 209 static void zdma_ch_imr_update_irq(XlnxZDMA *s) in zdma_ch_imr_update_irq() 220 XlnxZDMA *s = XLNX_ZDMA(reg->opaque); in zdma_ch_isr_postw() local 226 XlnxZDMA *s = XLNX_ZDMA(reg->opaque); in zdma_ch_ien_prew() local 236 XlnxZDMA *s = XLNX_ZDMA(reg->opaque); in zdma_ch_ids_prew() local 244 static void zdma_set_state(XlnxZDMA *s, XlnxZDMAState state) in zdma_set_state() 255 static void zdma_src_done(XlnxZDMA *s) in zdma_src_done() 270 static void zdma_dst_done(XlnxZDMA *s) in zdma_dst_done() 285 static uint64_t zdma_get_regaddr64(XlnxZDMA *s, unsigned int basereg) in zdma_get_regaddr64() 296 static void zdma_put_regaddr64(XlnxZDMA *s, unsigned int basereg, uint64_t addr) in zdma_put_regaddr64() 302 static void zdma_load_descriptor_reg(XlnxZDMA *s, unsigned int reg, in zdma_load_descriptor_reg() [all …]
|
/openbmc/qemu/hw/misc/macio/ |
H A D | pmu.c | 57 PMUState *s = opaque; in via_set_sr_int() local 65 static void pmu_update_extirq(PMUState *s) in pmu_update_extirq() 76 PMUState *s = opaque; in pmu_adb_poll() local 94 PMUState *s = opaque; in pmu_one_sec_timer() local 105 static void pmu_cmd_int_ack(PMUState *s, in pmu_cmd_int_ack() 137 static void pmu_cmd_set_int_mask(PMUState *s, in pmu_cmd_set_int_mask() 154 static void pmu_cmd_set_adb_autopoll(PMUState *s, uint16_t mask) in pmu_cmd_set_adb_autopoll() 168 static void pmu_cmd_adb(PMUState *s, in pmu_cmd_adb() 243 static void pmu_cmd_adb_poll_off(PMUState *s, in pmu_cmd_adb_poll_off() 261 static void pmu_cmd_shutdown(PMUState *s, in pmu_cmd_shutdown() [all …]
|
/openbmc/qemu/hw/net/ |
H A D | tulip.c | 70 static void tulip_desc_read(TULIPState *s, hwaddr p, in tulip_desc_read() 88 static void tulip_desc_write(TULIPState *s, hwaddr p, in tulip_desc_write() 106 static void tulip_update_int(TULIPState *s) in tulip_update_int() 128 static bool tulip_rx_stopped(TULIPState *s) in tulip_rx_stopped() 133 static void tulip_dump_tx_descriptor(TULIPState *s, in tulip_dump_tx_descriptor() 142 static void tulip_dump_rx_descriptor(TULIPState *s, in tulip_dump_rx_descriptor() 151 static void tulip_next_rx_descriptor(TULIPState *s, in tulip_next_rx_descriptor() 165 static void tulip_copy_rx_bytes(TULIPState *s, struct tulip_descriptor *desc) in tulip_copy_rx_bytes() 196 static bool tulip_filter_address(TULIPState *s, const uint8_t *addr) in tulip_filter_address() 230 static ssize_t tulip_receive(TULIPState *s, const uint8_t *buf, size_t size) in tulip_receive() [all …]
|
H A D | dp8393x.c | 150 static uint32_t dp8393x_cdp(dp8393xState *s) in dp8393x_cdp() 155 static uint32_t dp8393x_crba(dp8393xState *s) in dp8393x_crba() 160 static uint32_t dp8393x_crda(dp8393xState *s) in dp8393x_crda() 166 static uint32_t dp8393x_rbwc(dp8393xState *s) in dp8393x_rbwc() 171 static uint32_t dp8393x_rrp(dp8393xState *s) in dp8393x_rrp() 176 static uint32_t dp8393x_tsa(dp8393xState *s) in dp8393x_tsa() 181 static uint32_t dp8393x_ttda(dp8393xState *s) in dp8393x_ttda() 187 static uint32_t dp8393x_wt(dp8393xState *s) in dp8393x_wt() 192 static uint16_t dp8393x_get(dp8393xState *s, hwaddr addr, int offset) in dp8393x_get() 216 static void dp8393x_put(dp8393xState *s, in dp8393x_put() [all …]
|
/openbmc/qemu/hw/intc/ |
H A D | arm_gic.c | 59 static inline int gic_get_current_cpu(GICState *s) in gic_get_current_cpu() 67 static inline int gic_get_current_vcpu(GICState *s) in gic_get_current_vcpu() 75 static inline bool gic_has_groups(GICState *s) in gic_has_groups() 80 static inline bool gic_cpu_ns_access(GICState *s, int cpu, MemTxAttrs attrs) in gic_cpu_ns_access() 85 static inline void gic_get_best_irq(GICState *s, int cpu, in gic_get_best_irq() 110 static inline void gic_get_best_virq(GICState *s, int cpu, in gic_get_best_virq() 142 static inline bool gic_irq_signaling_enabled(GICState *s, int cpu, bool virt, in gic_irq_signaling_enabled() 164 static inline void gic_update_internal(GICState *s, bool virt) in gic_update_internal() 227 static void gic_update(GICState *s) in gic_update() 250 static inline void gic_extract_lr_info(GICState *s, int cpu, in gic_extract_lr_info() [all …]
|
H A D | apic.c | 97 static void apic_sync_vapic(APICCommonState *s, int sync_type) in apic_sync_vapic() 146 static void apic_vapic_base_update(APICCommonState *s) in apic_vapic_base_update() 151 static void apic_local_deliver(APICCommonState *s, int vector) in apic_local_deliver() 185 APICCommonState *s = APIC(dev); in apic_deliver_pic_intr() local 205 static void apic_external_nmi(APICCommonState *s) in apic_external_nmi() 305 APICCommonState *s = APIC(dev); in is_x2apic_mode() local 310 static int apic_set_base_check(APICCommonState *s, uint64_t val) in apic_set_base_check() 347 static int apic_set_base(APICCommonState *s, uint64_t val) in apic_set_base() 382 static void apic_set_tpr(APICCommonState *s, uint8_t val) in apic_set_tpr() 393 APICCommonState *s; in apic_get_highest_priority_irr() local [all …]
|
H A D | arm_gicv3_dist.c | 34 static uint32_t mask_nsacr_ge1(GICv3State *s, int irq) in mask_nsacr_ge1() 44 static uint32_t mask_nsacr_ge2(GICv3State *s, int irq) in mask_nsacr_ge2() 59 static uint32_t mask_group_and_nsacr(GICv3State *s, MemTxAttrs attrs, in mask_group_and_nsacr() 81 static int gicd_ns_access(GICv3State *s, int irq) in gicd_ns_access() 92 static void gicd_write_bitmap_reg(GICv3State *s, MemTxAttrs attrs, in gicd_write_bitmap_reg() 115 static void gicd_write_set_bitmap_reg(GICv3State *s, MemTxAttrs attrs, in gicd_write_set_bitmap_reg() 139 static void gicd_write_clear_bitmap_reg(GICv3State *s, MemTxAttrs attrs, in gicd_write_clear_bitmap_reg() 163 static uint32_t gicd_read_bitmap_reg(GICv3State *s, MemTxAttrs attrs, in gicd_read_bitmap_reg() 196 static uint8_t gicd_read_ipriorityr(GICv3State *s, MemTxAttrs attrs, int irq) in gicd_read_ipriorityr() 221 static void gicd_write_ipriorityr(GICv3State *s, MemTxAttrs attrs, int irq, in gicd_write_ipriorityr() [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | am53c974-test.c | 17 QTestState *s = qtest_init( in test_cmdfifo_underflow_ok() local 34 QTestState *s = qtest_init( in test_cmdfifo_underflow2_ok() local 82 QTestState *s = qtest_init( in test_cmdfifo_overflow_ok() local 99 QTestState *s = qtest_init( in test_cmdfifo_overflow2_ok() local 115 QTestState *s = qtest_init( in test_fifo_pop_buf() local 137 QTestState *s = qtest_init( in test_target_selected_ok() local 155 QTestState *s = qtest_init( in test_fifo_underflow_on_write_ok() local 172 QTestState *s = qtest_init( in test_cancelled_request_ok() local 194 QTestState *s = qtest_init( in test_inflight_cancel_ok() local 228 QTestState *s = qtest_init( in test_reset_before_transfer_ok() local
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 58 static int uimm_scaled(DisasContext *s, int x) in uimm_scaled() 66 static int scale_by_log2_tag_granule(DisasContext *s, int x) in scale_by_log2_tag_granule() 118 static int get_a64_user_mem_index(DisasContext *s, bool unpriv) in get_a64_user_mem_index() 154 static void set_btype(DisasContext *s, int val) in set_btype() 162 static void reset_btype(DisasContext *s) in reset_btype() 170 static void gen_pc_plus_diff(DisasContext *s, TCGv_i64 dest, target_long diff) in gen_pc_plus_diff() 180 void gen_a64_update_pc(DisasContext *s, target_long diff) in gen_a64_update_pc() 199 static void gen_top_byte_ignore(DisasContext *s, TCGv_i64 dst, in gen_top_byte_ignore() 230 static void gen_a64_set_pc(DisasContext *s, TCGv_i64 src) in gen_a64_set_pc() 252 TCGv_i64 clean_data_tbi(DisasContext *s, TCGv_i64 addr) in clean_data_tbi() [all …]
|
/openbmc/qemu/hw/misc/ |
H A D | ivshmem.c | 135 static inline bool ivshmem_is_master(IVShmemState *s) in ivshmem_is_master() 141 static void ivshmem_IntrMask_write(IVShmemState *s, uint32_t val) in ivshmem_IntrMask_write() 148 static uint32_t ivshmem_IntrMask_read(IVShmemState *s) in ivshmem_IntrMask_read() 156 static void ivshmem_IntrStatus_write(IVShmemState *s, uint32_t val) in ivshmem_IntrStatus_write() 163 static uint32_t ivshmem_IntrStatus_read(IVShmemState *s) in ivshmem_IntrStatus_read() 175 IVShmemState *s = opaque; in ivshmem_io_write() local 218 IVShmemState *s = opaque; in ivshmem_io_read() local 257 IVShmemState *s = IVSHMEM_COMMON(pdev); in ivshmem_vector_notify() local 278 IVShmemState *s = IVSHMEM_COMMON(dev); in ivshmem_vector_unmask() local 307 IVShmemState *s = IVSHMEM_COMMON(dev); in ivshmem_vector_mask() local [all …]
|
H A D | stm32l4x5_rcc.c | 79 RccClockMuxState *s = *backref; in clock_mux_src_update() local 94 RccClockMuxState *s = RCC_CLOCK_MUX(obj); in clock_mux_init() local 112 RccClockMuxState *s = RCC_CLOCK_MUX(obj); in clock_mux_reset_enter() local 118 RccClockMuxState *s = RCC_CLOCK_MUX(obj); in clock_mux_reset_hold() local 124 RccClockMuxState *s = RCC_CLOCK_MUX(obj); in clock_mux_reset_exit() local 239 RccPllState *s = opaque; in pll_src_update() local 245 RccPllState *s = RCC_PLL(obj); in pll_init() local 262 RccPllState *s = RCC_PLL(obj); in pll_reset_enter() local 268 RccPllState *s = RCC_PLL(obj); in pll_reset_hold() local 274 RccPllState *s = RCC_PLL(obj); in pll_reset_exit() local [all …]
|
/openbmc/qemu/hw/i386/ |
H A D | intel_iommu.c | 87 static void vtd_define_quad(IntelIOMMUState *s, hwaddr addr, uint64_t val, in vtd_define_quad() 95 static void vtd_define_quad_wo(IntelIOMMUState *s, hwaddr addr, uint64_t mask) in vtd_define_quad_wo() 100 static void vtd_define_long(IntelIOMMUState *s, hwaddr addr, uint32_t val, in vtd_define_long() 108 static void vtd_define_long_wo(IntelIOMMUState *s, hwaddr addr, uint32_t mask) in vtd_define_long_wo() 114 static void vtd_set_quad(IntelIOMMUState *s, hwaddr addr, uint64_t val) in vtd_set_quad() 123 static void vtd_set_long(IntelIOMMUState *s, hwaddr addr, uint32_t val) in vtd_set_long() 132 static uint64_t vtd_get_quad(IntelIOMMUState *s, hwaddr addr) in vtd_get_quad() 139 static uint32_t vtd_get_long(IntelIOMMUState *s, hwaddr addr) in vtd_get_long() 147 static uint64_t vtd_get_quad_raw(IntelIOMMUState *s, hwaddr addr) in vtd_get_quad_raw() 152 static uint32_t vtd_get_long_raw(IntelIOMMUState *s, hwaddr addr) in vtd_get_long_raw() [all …]
|
/openbmc/qemu/hw/char/ |
H A D | cmsdk-apb-uart.c | 72 static bool uart_baudrate_ok(CMSDKAPBUART *s) in uart_baudrate_ok() 81 static void uart_update_parameters(CMSDKAPBUART *s) in uart_update_parameters() 98 static void cmsdk_apb_uart_update(CMSDKAPBUART *s) in cmsdk_apb_uart_update() 117 CMSDKAPBUART *s = CMSDK_APB_UART(opaque); in uart_can_receive() local 128 CMSDKAPBUART *s = CMSDK_APB_UART(opaque); in uart_receive() local 156 CMSDKAPBUART *s = CMSDK_APB_UART(opaque); in uart_read() local 196 CMSDKAPBUART *s = CMSDK_APB_UART(opaque); in uart_transmit() local 233 static void uart_cancel_transmit(CMSDKAPBUART *s) in uart_cancel_transmit() 244 CMSDKAPBUART *s = CMSDK_APB_UART(opaque); in uart_write() local 309 CMSDKAPBUART *s = CMSDK_APB_UART(dev); in cmsdk_apb_uart_reset() local [all …]
|
H A D | ibex_uart.c | 77 static void ibex_uart_update_irqs(IbexUartState *s) in ibex_uart_update_irqs() 106 IbexUartState *s = opaque; in ibex_uart_can_receive() local 118 IbexUartState *s = opaque; in ibex_uart_receive() local 142 IbexUartState *s = opaque; in ibex_uart_xmit() local 198 static void uart_write_tx_fifo(IbexUartState *s, const uint8_t *buf, in uart_write_tx_fifo() 232 IbexUartState *s = IBEX_UART(dev); in ibex_uart_reset() local 254 static uint64_t ibex_uart_get_baud(IbexUartState *s) in ibex_uart_get_baud() 268 IbexUartState *s = opaque; in ibex_uart_read() local 348 IbexUartState *s = opaque; in ibex_uart_write() local 453 IbexUartState *s = opaque; in ibex_uart_clk_update() local [all …]
|
/openbmc/qemu/net/ |
H A D | filter-mirror.c | 47 MirrorState *s; member 54 static int _filter_send(MirrorState *s, in _filter_send() 106 static int filter_send(MirrorState *s, in filter_send() 165 MirrorState *s = FILTER_REDIRECTOR(nf); in redirector_chr_read() local 179 MirrorState *s = FILTER_REDIRECTOR(nf); in redirector_chr_event() local 198 MirrorState *s = FILTER_MIRROR(nf); in filter_mirror_receive_iov() local 220 MirrorState *s = FILTER_REDIRECTOR(nf); in filter_redirector_receive_iov() local 236 MirrorState *s = FILTER_MIRROR(nf); in filter_mirror_cleanup() local 243 MirrorState *s = FILTER_REDIRECTOR(nf); in filter_redirector_cleanup() local 251 MirrorState *s = FILTER_MIRROR(nf); in filter_mirror_setup() local [all …]
|
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-irq.c | 31 struct ivtv_stream *s = &itv->streams[IVTV_ENC_STREAM_TYPE_PCM]; in ivtv_pcm_work_handler() local 60 struct ivtv_stream *s = &itv->streams[itv->cur_pio_stream]; in ivtv_pio_work_handler() local 111 static int stream_enc_dma_append(struct ivtv_stream *s, u32 data[CX2341X_MBOX_MAX_DATA]) in stream_enc_dma_append() 246 static void dma_post(struct ivtv_stream *s) in dma_post() 337 void ivtv_dma_stream_dec_prepare(struct ivtv_stream *s, u32 offset, int lock) in ivtv_dma_stream_dec_prepare() 414 static void ivtv_dma_enc_start_xfer(struct ivtv_stream *s) in ivtv_dma_enc_start_xfer() 430 static void ivtv_dma_dec_start_xfer(struct ivtv_stream *s) in ivtv_dma_dec_start_xfer() 447 static void ivtv_dma_enc_start(struct ivtv_stream *s) in ivtv_dma_enc_start() 508 static void ivtv_dma_dec_start(struct ivtv_stream *s) in ivtv_dma_dec_start() 529 struct ivtv_stream *s = NULL; in ivtv_irq_dma_read() local [all …]
|
H A D | ivtv-queue.h | 18 static inline int ivtv_might_use_pio(struct ivtv_stream *s) in ivtv_might_use_pio() 23 static inline int ivtv_use_pio(struct ivtv_stream *s) in ivtv_use_pio() 31 static inline int ivtv_might_use_dma(struct ivtv_stream *s) in ivtv_might_use_dma() 36 static inline int ivtv_use_dma(struct ivtv_stream *s) in ivtv_use_dma() 41 static inline void ivtv_buf_sync_for_cpu(struct ivtv_stream *s, struct ivtv_buffer *buf) in ivtv_buf_sync_for_cpu() 48 static inline void ivtv_buf_sync_for_device(struct ivtv_stream *s, struct ivtv_buffer *buf) in ivtv_buf_sync_for_device() 71 static inline void ivtv_stream_sync_for_cpu(struct ivtv_stream *s) in ivtv_stream_sync_for_cpu() 79 static inline void ivtv_stream_sync_for_device(struct ivtv_stream *s) in ivtv_stream_sync_for_device()
|
/openbmc/qemu/hw/tpm/ |
H A D | tpm_tis_common.c | 86 static void tpm_tis_tpm_send(TPMState *s, uint8_t locty) in tpm_tis_tpm_send() 108 static void tpm_tis_raise_irq(TPMState *s, uint8_t locty, uint32_t irqmask) in tpm_tis_raise_irq() 122 static uint32_t tpm_tis_check_request_use_except(TPMState *s, uint8_t locty) in tpm_tis_check_request_use_except() 138 static void tpm_tis_new_active_locality(TPMState *s, uint8_t new_active_locty) in tpm_tis_new_active_locality() 179 static void tpm_tis_abort(TPMState *s) in tpm_tis_abort() 205 static void tpm_tis_prep_abort(TPMState *s, uint8_t locty, uint8_t newlocty) in tpm_tis_prep_abort() 235 void tpm_tis_request_completed(TPMState *s, int ret) in tpm_tis_request_completed() 267 static uint32_t tpm_tis_data_read(TPMState *s, uint8_t locty) in tpm_tis_data_read() 289 static void tpm_tis_dump_state(TPMState *s, hwaddr addr) in tpm_tis_dump_state() 338 TPMState *s = opaque; in tpm_tis_mmio_read() local [all …]
|
/openbmc/linux/lib/ |
H A D | kstrtox.c | 26 const char *_parse_integer_fixup_radix(const char *s, unsigned int *base) in _parse_integer_fixup_radix() 52 unsigned int _parse_integer_limit(const char *s, unsigned int base, unsigned long long *p, in _parse_integer_limit() 91 unsigned int _parse_integer(const char *s, unsigned int base, unsigned long long *p) in _parse_integer() 96 static int _kstrtoull(const char *s, unsigned int base, unsigned long long *res) in _kstrtoull() 132 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull() 156 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll() 181 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul() 197 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol() 228 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint() 259 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint() [all …]
|
/openbmc/qemu/target/mips/tcg/ |
H A D | loong_translate.c | 28 static bool gen_lext_DIV_G(DisasContext *s, int rd, int rs, int rt, in gen_lext_DIV_G() 72 static bool trans_DIV_G(DisasContext *s, arg_muldiv *a) in trans_DIV_G() 77 static bool trans_DDIV_G(DisasContext *s, arg_muldiv *a) in trans_DDIV_G() 82 static bool gen_lext_DIVU_G(DisasContext *s, int rd, int rs, int rt, in gen_lext_DIVU_G() 119 static bool trans_DIVU_G(DisasContext *s, arg_muldiv *a) in trans_DIVU_G() 124 static bool trans_DDIVU_G(DisasContext *s, arg_muldiv *a) in trans_DDIVU_G() 129 static bool gen_lext_MOD_G(DisasContext *s, int rd, int rs, int rt, in gen_lext_MOD_G() 169 static bool trans_MOD_G(DisasContext *s, arg_muldiv *a) in trans_MOD_G() 174 static bool trans_DMOD_G(DisasContext *s, arg_muldiv *a) in trans_DMOD_G() 179 static bool gen_lext_MODU_G(DisasContext *s, int rd, int rs, int rt, in gen_lext_MODU_G() [all …]
|
/openbmc/qemu/hw/timer/ |
H A D | sse-counter.c | 100 static void sse_counter_notify_users(SSECounter *s) in sse_counter_notify_users() 109 static bool sse_counter_enabled(SSECounter *s) in sse_counter_enabled() 114 uint64_t sse_counter_tick_to_time(SSECounter *s, uint64_t tick) in sse_counter_tick_to_time() 130 void sse_counter_register_consumer(SSECounter *s, Notifier *notifier) in sse_counter_register_consumer() 140 uint64_t sse_counter_for_timestamp(SSECounter *s, uint64_t now) in sse_counter_for_timestamp() 168 static uint64_t sse_cntcv(SSECounter *s) in sse_cntcv() 174 static void sse_write_cntcv(SSECounter *s, uint32_t value, unsigned startbit) in sse_write_cntcv() 192 SSECounter *s = SSE_COUNTER(opaque); in sse_counter_control_read() local 248 SSECounter *s = SSE_COUNTER(opaque); in sse_counter_control_write() local 314 SSECounter *s = SSE_COUNTER(opaque); in sse_counter_status_read() local [all …]
|
/openbmc/qemu/hw/sensor/ |
H A D | tmp105.c | 39 static void tmp105_interrupt_update(TMP105State *s) in tmp105_interrupt_update() 44 static void tmp105_alarm_update(TMP105State *s, bool one_shot) in tmp105_alarm_update() 92 TMP105State *s = TMP105(obj); in tmp105_get_temperature() local 105 TMP105State *s = TMP105(obj); in tmp105_set_temperature() local 124 static void tmp105_read(TMP105State *s) in tmp105_read() 158 static void tmp105_write(TMP105State *s) in tmp105_write() 188 TMP105State *s = TMP105(i2c); in tmp105_rx() local 199 TMP105State *s = TMP105(i2c); in tmp105_tx() local 217 TMP105State *s = TMP105(i2c); in tmp105_event() local 229 TMP105State *s = opaque; in tmp105_post_load() local [all …]
|
/openbmc/qemu/hw/arm/ |
H A D | omap1.c | 206 struct omap_mpu_timer_s *s = opaque; in omap_mpu_timer_read() local 230 struct omap_mpu_timer_s *s = opaque; in omap_mpu_timer_write() local 266 static void omap_mpu_timer_reset(struct omap_mpu_timer_s *s) in omap_mpu_timer_reset() 282 struct omap_mpu_timer_s *s = g_new0(struct omap_mpu_timer_s, 1); in omap_mpu_timer_init() local 312 struct omap_watchdog_timer_s *s = opaque; in omap_wd_timer_read() local 337 struct omap_watchdog_timer_s *s = opaque; in omap_wd_timer_write() local 389 static void omap_wd_timer_reset(struct omap_watchdog_timer_s *s) in omap_wd_timer_reset() 411 struct omap_watchdog_timer_s *s = g_new0(struct omap_watchdog_timer_s, 1); in omap_wd_timer_init() local 435 struct omap_32khz_timer_s *s = opaque; in omap_os_timer_read() local 462 struct omap_32khz_timer_s *s = opaque; in omap_os_timer_write() local [all …]
|
/openbmc/linux/drivers/usb/host/ |
H A D | octeon-hcd.h | 157 } s; member 227 } s; member 316 } s; member 546 } s; member 573 } s; member 626 } s; member 754 } s; member 778 } s; member 824 } s; member 913 } s; member [all …]
|
/openbmc/linux/include/linux/ |
H A D | kstrtox.h | 30 static inline int __must_check kstrtoul(const char *s, unsigned int base, unsigned long *res) in kstrtoul() 58 static inline int __must_check kstrtol(const char *s, unsigned int base, long *res) in kstrtol() 74 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) in kstrtou64() 79 static inline int __must_check kstrtos64(const char *s, unsigned int base, s64 *res) in kstrtos64() 84 static inline int __must_check kstrtou32(const char *s, unsigned int base, u32 *res) in kstrtou32() 89 static inline int __must_check kstrtos32(const char *s, unsigned int base, s32 *res) in kstrtos32() 112 static inline int __must_check kstrtou64_from_user(const char __user *s, size_t count, unsigned int… in kstrtou64_from_user() 117 static inline int __must_check kstrtos64_from_user(const char __user *s, size_t count, unsigned int… in kstrtos64_from_user() 122 static inline int __must_check kstrtou32_from_user(const char __user *s, size_t count, unsigned int… in kstrtou32_from_user() 127 static inline int __must_check kstrtos32_from_user(const char __user *s, size_t count, unsigned int… in kstrtos32_from_user() [all …]
|