Home
last modified time | relevance | path

Searched defs:s (Results 926 – 950 of 4883) sorted by relevance

1...<<31323334353637383940>>...196

/openbmc/linux/drivers/net/mdio/
H A Dmdio-mux-multiplexer.c35 struct mdio_mux_multiplexer_state *s; in mdio_mux_multiplexer_switch_fn() local
67 struct mdio_mux_multiplexer_state *s; in mdio_mux_multiplexer_probe() local
90 struct mdio_mux_multiplexer_state *s = platform_get_drvdata(pdev); in mdio_mux_multiplexer_remove() local
/openbmc/linux/drivers/comedi/drivers/
H A Dcontec_pci_dio.c30 struct comedi_subdevice *s, in contec_do_insn_bits()
43 struct comedi_subdevice *s, in contec_di_insn_bits()
55 struct comedi_subdevice *s; in contec_auto_attach() local
H A Dpcl730.c213 struct comedi_subdevice *s, in pcl730_do_insn_bits()
238 struct comedi_subdevice *s) in pcl730_get_bits()
255 struct comedi_subdevice *s, in pcl730_di_insn_bits()
268 struct comedi_subdevice *s; in pcl730_attach() local
H A Ddt3000.c273 struct comedi_subdevice *s) in dt3k_ai_empty_fifo()
302 struct comedi_subdevice *s) in dt3k_ai_cancel()
319 struct comedi_subdevice *s = dev->read_subdev; in dt3k_interrupt() local
377 struct comedi_subdevice *s, struct comedi_cmd *cmd) in dt3k_ai_cmdtest()
452 static int dt3k_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in dt3k_ai_cmd()
504 struct comedi_subdevice *s, in dt3k_ai_insn_read()
522 struct comedi_subdevice *s, in dt3k_ao_insn_write()
552 struct comedi_subdevice *s, in dt3k_dio_insn_config()
575 struct comedi_subdevice *s, in dt3k_dio_insn_bits()
588 struct comedi_subdevice *s, in dt3k_mem_insn_read()
[all …]
/openbmc/linux/arch/sparc/include/asm/
H A Dvvar.h41 static inline unsigned int vvar_read_begin(const struct vvar_data *s) in vvar_read_begin()
55 static inline int vvar_read_retry(const struct vvar_data *s, in vvar_read_retry()
62 static inline void vvar_write_begin(struct vvar_data *s) in vvar_write_begin()
68 static inline void vvar_write_end(struct vvar_data *s) in vvar_write_end()
/openbmc/qemu/hw/arm/
H A Daspeed_ast2600.c153 static qemu_irq aspeed_soc_ast2600_get_irq(AspeedSoCState *s, int dev) in aspeed_soc_ast2600_get_irq()
164 AspeedSoCState *s = ASPEED_SOC(obj); in aspeed_soc_ast2600_init() local
317 AspeedSoCState *s = ASPEED_SOC(dev); in aspeed_soc_ast2600_realize() local
756 static bool aspeed_soc_ast2600_boot_from_emmc(AspeedSoCState *s) in aspeed_soc_ast2600_boot_from_emmc()
/openbmc/linux/drivers/virt/coco/efi_secret/
H A Defi_secret.c122 struct efi_secret *s = efi_secret_get(); in efi_secret_unlink() local
158 struct efi_secret *s = efi_secret_get(); in efi_secret_map_area() local
196 struct efi_secret *s = efi_secret_get(); in efi_secret_securityfs_teardown() local
215 struct efi_secret *s = efi_secret_get(); in efi_secret_securityfs_setup() local
301 struct efi_secret *s = efi_secret_get(); in efi_secret_unmap_area() local
/openbmc/qemu/target/mips/tcg/
H A Dop_helper.c59 int s; in helper_rotx() local
80 int s; in helper_rotx() local
98 int s; in helper_rotx() local
115 int s; in helper_rotx() local
132 int s; in helper_rotx() local
/openbmc/openpower-hw-diags/test/
H A Dtest-pll-unlock.cpp42 std::string s{}; in TEST() local
109 std::string s{}; in TEST() local
178 std::string s{}; in TEST() local
244 std::string s{}; in TEST() local
322 std::string s{}; in TEST() local
/openbmc/u-boot/scripts/dtc/
H A Dutil.c39 char *xstrdup(const char *s) in xstrdup()
105 const char *s = data; in util_is_printable_string() local
139 static char get_oct_char(const char *s, int *i) in get_oct_char()
162 static char get_hex_char(const char *s, int *i) in get_hex_char()
179 char get_escape_char(const char *s, int *i) in get_escape_char()
381 const char *s; in utilfdt_print_data() local
/openbmc/qemu/hw/riscv/
H A Driscv-iommu.h92 static inline uint32_t riscv_iommu_reg_mod32(RISCVIOMMUState *s, in riscv_iommu_reg_mod32()
100 static inline void riscv_iommu_reg_set32(RISCVIOMMUState *s, unsigned idx, in riscv_iommu_reg_set32()
106 static inline uint32_t riscv_iommu_reg_get32(RISCVIOMMUState *s, unsigned idx) in riscv_iommu_reg_get32()
111 static inline uint64_t riscv_iommu_reg_mod64(RISCVIOMMUState *s, unsigned idx, in riscv_iommu_reg_mod64()
119 static inline void riscv_iommu_reg_set64(RISCVIOMMUState *s, unsigned idx, in riscv_iommu_reg_set64()
125 static inline uint64_t riscv_iommu_reg_get64(RISCVIOMMUState *s, in riscv_iommu_reg_get64()
/openbmc/linux/drivers/mtd/ubi/
H A Ddebug.c392 static void *eraseblk_count_seq_start(struct seq_file *s, loff_t *pos) in eraseblk_count_seq_start()
405 static void *eraseblk_count_seq_next(struct seq_file *s, void *v, loff_t *pos) in eraseblk_count_seq_next()
417 static void eraseblk_count_seq_stop(struct seq_file *s, void *v) in eraseblk_count_seq_stop()
421 static int eraseblk_count_seq_show(struct seq_file *s, void *iter) in eraseblk_count_seq_show()
462 struct seq_file *s; in eraseblk_count_open() local
480 struct seq_file *s = f->private_data; in eraseblk_count_release() local
/openbmc/qemu/hw/m68k/
H A Dmcf5208.c62 static void m5208_timer_update(m5208_timer_state *s) in m5208_timer_update()
73 m5208_timer_state *s = (m5208_timer_state *)opaque; in m5208_timer_write() local
132 m5208_timer_state *s = (m5208_timer_state *)opaque; in m5208_timer_trigger() local
140 m5208_timer_state *s = (m5208_timer_state *)opaque; in m5208_timer_read() local
235 m5208_timer_state *s; in mcf5208_sys_init() local
260 SysBusDevice *s; in mcf_fec_init() local
/openbmc/qemu/hw/display/
H A Dssd0323.c76 ssd0323_state *s = SSD0323(dev); in OBJECT_DECLARE_SIMPLE_TYPE() local
186 ssd0323_state *s = (ssd0323_state *)opaque; in ssd0323_update_display() local
278 ssd0323_state *s = (ssd0323_state *)opaque; in ssd0323_invalidate_display() local
285 ssd0323_state *s = (ssd0323_state *)opaque; in ssd0323_cd() local
292 ssd0323_state *s = (ssd0323_state *)opaque; in ssd0323_post_load() local
354 ssd0323_state *s = SSD0323(d); in ssd0323_realize() local
/openbmc/qemu/hw/gpio/
H A Dzaurus.c64 static inline void scoop_gpio_handler_update(ScoopInfo *s) in scoop_gpio_handler_update() argument
81 ScoopInfo *s = (ScoopInfo *) opaque; in scoop_read() local
117 ScoopInfo *s = (ScoopInfo *) opaque; in scoop_write() local
169 ScoopInfo *s = (ScoopInfo *) opaque; in scoop_gpio_set() local
181 ScoopInfo *s = SCOOP(obj); in scoop_init() local
194 ScoopInfo *s = (ScoopInfo *) opaque; in scoop_post_load() local
216 ScoopInfo *s = opaque; in vmstate_scoop_validate() local
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_write_leveling.c18 #define DEBUG_WL_C(s, d, l) \ argument
20 #define DEBUG_WL_FULL_C(s, d, l) \ argument
24 #define DEBUG_WL_S(s) puts(s) argument
26 #define DEBUG_RL_S(s) \ argument
31 #define DEBUG_WL_S(s) argument
36 #define DEBUG_WL_FULL_S(s) puts(s) argument
39 #define DEBUG_WL_FULL_S(s) argument
H A Dddr3_hw_training.c30 #define DEBUG_MAIN_C(s, d, l) \ argument
32 #define DEBUG_MAIN_FULL_C(s, d, l) \ argument
36 #define DEBUG_MAIN_S(s) puts(s) argument
39 #define DEBUG_MAIN_S(s) argument
44 #define DEBUG_MAIN_FULL_S(s) puts(s) argument
47 #define DEBUG_MAIN_FULL_S(s) argument
52 #define DEBUG_SUSPEND_RESUME_S(s) puts(s) argument
55 #define DEBUG_SUSPEND_RESUME_S(s) argument
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsched.c46 struct sched_table *s = pi->sched_tbl; in t4_sched_class_fw_cmd() local
124 struct sched_table *s = pi->sched_tbl; in t4_sched_entry_lookup() local
217 struct sched_table *s = pi->sched_tbl; in t4_sched_queue_bind() local
288 struct sched_table *s = pi->sched_tbl; in t4_sched_flowc_bind() local
482 struct sched_table *s = pi->sched_tbl; in t4_sched_class_lookup() local
608 struct sched_table *s = pi->sched_tbl; in cxgb4_sched_class_free() local
653 struct sched_table *s; in t4_init_sched() local
674 struct sched_table *s; in t4_cleanup_sched() local
/openbmc/qemu/target/sh4/
H A Dhelper.c490 void cpu_sh4_invalidate_tlb(CPUSH4State *s) in cpu_sh4_invalidate_tlb()
508 uint32_t cpu_sh4_read_mmaped_itlb_addr(CPUSH4State *s, in cpu_sh4_read_mmaped_itlb_addr()
519 void cpu_sh4_write_mmaped_itlb_addr(CPUSH4State *s, hwaddr addr, in cpu_sh4_write_mmaped_itlb_addr()
538 uint32_t cpu_sh4_read_mmaped_itlb_data(CPUSH4State *s, in cpu_sh4_read_mmaped_itlb_data()
561 void cpu_sh4_write_mmaped_itlb_data(CPUSH4State *s, hwaddr addr, in cpu_sh4_write_mmaped_itlb_data()
589 uint32_t cpu_sh4_read_mmaped_utlb_addr(CPUSH4State *s, in cpu_sh4_read_mmaped_utlb_addr()
602 void cpu_sh4_write_mmaped_utlb_addr(CPUSH4State *s, hwaddr addr, in cpu_sh4_write_mmaped_utlb_addr()
678 uint32_t cpu_sh4_read_mmaped_utlb_data(CPUSH4State *s, in cpu_sh4_read_mmaped_utlb_data()
705 void cpu_sh4_write_mmaped_utlb_data(CPUSH4State *s, hwaddr addr, in cpu_sh4_write_mmaped_utlb_data()
/openbmc/qemu/hw/net/
H A Dxgmac.c183 static void xgmac_read_desc(XgmacState *s, struct desc *d, int rx) in xgmac_read_desc()
190 static void xgmac_write_desc(XgmacState *s, struct desc *d, int rx) in xgmac_write_desc()
205 static void xgmac_enet_send(XgmacState *s) in xgmac_enet_send()
266 static void enet_update_irq(XgmacState *s) in enet_update_irq()
274 XgmacState *s = opaque; in enet_read() local
294 XgmacState *s = opaque; in enet_write() local
328 static int eth_can_rx(XgmacState *s) in eth_can_rx()
336 XgmacState *s = qemu_get_nic_opaque(nc); in eth_rx() local
394 XgmacState *s = XGMAC(dev); in xgmac_enet_realize() local
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_sseu.c72 int s, ss, total = 0; in compute_eu_total() local
100 int s, ss, i; in intel_sseu_copy_eumask_to_user() local
134 int s, ss, i; in intel_sseu_copy_ssmask_to_user() local
390 int s, ss; in gen9_sseu_info_init() local
493 int s, ss; in bdw_sseu_info_init() local
580 int s, ss; in hsw_sseu_info_init() local
778 int s; in intel_sseu_dump() local
816 int s, ss; in sseu_print_hsw_topology() local
865 int s; in intel_sseu_print_ss_info() local
/openbmc/qemu/hw/alpha/
H A Dtyphoon.c80 TyphoonState *s = opaque; in cchip_read() local
214 TyphoonState *s = opaque; in pchip_read() local
308 TyphoonState *s = opaque; in cchip_write() local
466 TyphoonState *s = opaque; in pchip_write() local
737 TyphoonState *s = opaque; in typhoon_pci_dma_iommu() local
747 TyphoonState *s = opaque; in typhoon_set_irq() local
772 TyphoonState *s = opaque; in typhoon_set_timer_irq() local
813 TyphoonState *s = (TyphoonState *)((uintptr_t)opaque & ~3); in typhoon_alarm_timer() local
827 TyphoonState *s; in typhoon_init() local
/openbmc/linux/drivers/thermal/qcom/
H A Dtsens.c290 static inline u32 degc_to_code(int degc, const struct tsens_sensor *s) in degc_to_code()
298 static inline int code_to_degc(u32 adc_code, const struct tsens_sensor *s) in code_to_degc()
328 static int tsens_hw_to_mC(const struct tsens_sensor *s, int field) in tsens_hw_to_mC()
360 static int tsens_mC_to_hw(const struct tsens_sensor *s, int temp) in tsens_mC_to_hw()
490 const struct tsens_sensor *s, in tsens_read_irq_state()
597 const struct tsens_sensor *s = &priv->sensor[i]; in tsens_critical_irq_thread() local
644 const struct tsens_sensor *s = &priv->sensor[i]; in tsens_irq_thread() local
690 struct tsens_sensor *s = thermal_zone_device_priv(tz); in tsens_set_trips() local
750 int get_temp_tsens_valid(const struct tsens_sensor *s, int *temp) in get_temp_tsens_valid()
781 int get_temp_common(const struct tsens_sensor *s, int *temp) in get_temp_common()
[all …]
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-gpio-defs.h73 } s; member
130 } s; member
143 } s; member
162 } s; member
201 } s; member
214 } s; member
227 } s; member
244 } s; member
257 } s; member
288 } s; member
[all …]
H A Dcvmx-mixx-defs.h67 } s; member
109 } s; member
157 } s; member
191 } s; member
206 } s; member
223 } s; member
255 } s; member
282 } s; member
316 } s; member
329 } s; member
[all …]

1...<<31323334353637383940>>...196