Home
last modified time | relevance | path

Searched defs:rsc (Results 1 – 25 of 48) sorted by relevance

12

/openbmc/linux/sound/pci/ctxfi/
H A Dctresource.h31 struct rsc { struct
38 const struct rsc_ops *ops; /* Generic resource operations */ argument
42 void (*master)(struct rsc *rsc); /* Move to master resource */ argument
H A Dctresource.c102 static int rsc_index(const struct rsc *rsc) in rsc_index()
107 static int audio_ring_slot(const struct rsc *rsc) in audio_ring_slot()
112 static void rsc_next_conj(struct rsc *rsc) in rsc_next_conj()
120 static void rsc_master(struct rsc *rsc) in rsc_master()
133 rsc_init(struct rsc *rsc, u32 idx, enum RSCTYP type, u32 msr, struct hw *hw) in rsc_init()
174 int rsc_uninit(struct rsc *rsc) in rsc_uninit()
H A Dctamixer.c26 static void amixer_master(struct rsc *rsc) in amixer_master()
32 static void amixer_next_conj(struct rsc *rsc) in amixer_next_conj()
37 static int amixer_index(const struct rsc *rsc) in amixer_index()
42 static int amixer_output_slot(const struct rsc *rsc) in amixer_output_slot()
54 static int amixer_set_input(struct amixer *amixer, struct rsc *rsc) in amixer_set_input()
333 static void sum_master(struct rsc *rsc) in sum_master()
339 static void sum_next_conj(struct rsc *rsc) in sum_next_conj()
344 static int sum_index(const struct rsc *rsc) in sum_index()
349 static int sum_output_slot(const struct rsc *rsc) in sum_output_slot()
H A Dctdaio.c54 static void daio_master(struct rsc *rsc) in daio_master()
62 static int daio_index(const struct rsc *rsc) in daio_index()
67 static void daio_out_next_conj(struct rsc *rsc) in daio_out_next_conj()
72 static void daio_in_next_conj_20k1(struct rsc *rsc) in daio_in_next_conj_20k1()
77 static void daio_in_next_conj_20k2(struct rsc *rsc) in daio_in_next_conj_20k2()
H A Dctamixer.h24 struct rsc rsc; /* Basic resource info */ member
53 struct rsc rsc; /* Basic resource info */ member
H A Dctsrc.c593 static void srcimp_master(struct rsc *rsc) in srcimp_master()
599 static void srcimp_next_conj(struct rsc *rsc) in srcimp_next_conj()
604 static int srcimp_index(const struct rsc *rsc) in srcimp_index()
H A Dctsrc.h45 struct rsc rsc; /* Basic resource info */ member
104 struct rsc rsc; member
H A Dctmixer.c1048 static int mixer_set_input_port(struct amixer *amixer, struct rsc *rsc) in mixer_set_input_port()
1093 enum MIXER_PORT_T type, struct rsc *rsc) in mixer_set_input_left()
1107 enum MIXER_PORT_T type, struct rsc *rsc) in mixer_set_input_right()
/openbmc/linux/drivers/remoteproc/
H A Dremoteproc_virtio.c113 struct fw_rsc_vdev *rsc; in rp_find_vq() local
216 struct fw_rsc_vdev *rsc; in rproc_virtio_get_status() local
226 struct fw_rsc_vdev *rsc; in rproc_virtio_set_status() local
237 struct fw_rsc_vdev *rsc; in rproc_virtio_reset() local
249 struct fw_rsc_vdev *rsc; in rproc_virtio_get_features() local
269 struct fw_rsc_vdev *rsc; in rproc_virtio_finalize_features() local
295 struct fw_rsc_vdev *rsc; in rproc_virtio_get() local
313 struct fw_rsc_vdev *rsc; in rproc_virtio_set() local
500 struct fw_rsc_vdev *rsc; in rproc_virtio_probe() local
H A Dremoteproc_core.c330 struct fw_rsc_vdev *rsc; in rproc_alloc_vring() local
386 rproc_parse_vring(struct rproc_vdev *rvdev, struct fw_rsc_vdev *rsc, int i) in rproc_parse_vring()
414 struct fw_rsc_vdev *rsc; in rproc_free_vring() local
478 struct fw_rsc_vdev *rsc = ptr; in rproc_handle_vdev() local
548 struct fw_rsc_trace *rsc = ptr; in rproc_handle_trace() local
622 struct fw_rsc_devmem *rsc = ptr; in rproc_handle_devmem() local
826 struct fw_rsc_carveout *rsc = ptr; in rproc_handle_carveout() local
1033 void *rsc = (void *)hdr + sizeof(*hdr); in rproc_handle_resources() local
1156 struct fw_rsc_carveout *rsc; in rproc_alloc_registered_carveouts() local
H A Dremoteproc_internal.h39 struct fw_rsc_vdev *rsc; member
185 int rproc_handle_rsc(struct rproc *rproc, u32 rsc_type, void *rsc, int offset, in rproc_handle_rsc()
/openbmc/linux/lib/reed_solomon/
H A Dreed_solomon.c328 int encode_rs8(struct rs_control *rsc, uint8_t *data, int len, uint16_t *par, in encode_rs8()
361 int decode_rs8(struct rs_control *rsc, uint8_t *data, uint16_t *par, int len, in decode_rs8()
381 int encode_rs16(struct rs_control *rsc, uint16_t *data, int len, uint16_t *par, in encode_rs16()
412 int decode_rs16(struct rs_control *rsc, uint16_t *data, uint16_t *par, int len, in decode_rs16()
H A Dtest_rslib.c229 static void compute_syndrome(struct rs_control *rsc, uint16_t *data, in compute_syndrome()
446 struct rs_control *rsc; in run_exercise() local
/openbmc/linux/drivers/s390/cio/
H A Dcrw.c31 int crw_register_handler(int rsc, crw_handler_t handler) in crw_register_handler()
50 void crw_unregister_handler(int rsc) in crw_unregister_handler()
H A Dcio_inject.c88 u32 slct, oflw, chn, rsc, anc, erc, rsid; in crw_inject_write() local
H A Dvfio_ccw_drv.c273 unsigned int rsc, in vfio_ccw_queue_crw()
/openbmc/linux/drivers/infiniband/ulp/iser/
H A Diser_memory.c250 struct iser_reg_resources *rsc, in iser_reg_sig_mr()
307 struct iser_reg_resources *rsc, in iser_fast_reg_mr()
/openbmc/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c368 struct rsc { struct
377 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old); argument
/openbmc/linux/arch/s390/include/asm/
H A Dcrw.h23 __u32 rsc : 4; /* reporting source code */ member
/openbmc/linux/include/linux/mlx5/
H A Drsc_dump.h36 enum mlx5_sgmt_type rsc; member
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_lpe_audio.c87 struct resource *rsc; in lpe_audio_platdev_create() local
/openbmc/linux/arch/ia64/kernel/
H A Dsignal.c45 unsigned long ip, flags, nat, um, cfm, rsc; in restore_sigcontext() local
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dhw.c994 const u8 *rsc, size_t rsc_len, in __orinoco_hw_set_tkip_key()
999 u8 rsc[ORINOCO_SEQ_LEN]; in __orinoco_hw_set_tkip_key() member
/openbmc/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c388 u32 rsc; in mixel_dphy_configure_lvds_phy() local
625 u32 rsc = priv->id ? IMX_SC_R_MIPI_1 : IMX_SC_R_MIPI_0; in mixel_dphy_set_mode() local
/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-ic.c81 u32 rsc; member
401 u32 rsc) in ipu_ic_task_init_rsc()

12