| /Linux-v5.4/sound/pci/ctxfi/ | 
| D | ctresource.h | 31 struct rsc {  struct38 	const struct rsc_ops *ops;	/* Generic resource operations */  argument
 42 	int (*master)(struct rsc *rsc);	/* Move to master resource */  argument
 
 | 
| D | ctresource.c | 102 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 int rsc_next_conj(struct rsc *rsc)  in rsc_next_conj()
 121 static int rsc_master(struct rsc *rsc)  in rsc_master()
 134 rsc_init(struct rsc *rsc, u32 idx, enum RSCTYP type, u32 msr, struct hw *hw)  in rsc_init()
 175 int rsc_uninit(struct rsc *rsc)  in rsc_uninit()
 
 | 
| D | ctamixer.c | 26 static int amixer_master(struct rsc *rsc)  in amixer_master()32 static int amixer_next_conj(struct rsc *rsc)  in amixer_next_conj()
 38 static int amixer_index(const struct rsc *rsc)  in amixer_index()
 43 static int amixer_output_slot(const struct rsc *rsc)  in amixer_output_slot()
 55 static int amixer_set_input(struct amixer *amixer, struct rsc *rsc)  in amixer_set_input()
 334 static int sum_master(struct rsc *rsc)  in sum_master()
 340 static int sum_next_conj(struct rsc *rsc)  in sum_next_conj()
 346 static int sum_index(const struct rsc *rsc)  in sum_index()
 351 static int sum_output_slot(const struct rsc *rsc)  in sum_output_slot()
 
 | 
| D | ctdaio.c | 54 static int daio_master(struct rsc *rsc)  in daio_master()62 static int daio_index(const struct rsc *rsc)  in daio_index()
 67 static int daio_out_next_conj(struct rsc *rsc)  in daio_out_next_conj()
 72 static int daio_in_next_conj_20k1(struct rsc *rsc)  in daio_in_next_conj_20k1()
 77 static int daio_in_next_conj_20k2(struct rsc *rsc)  in daio_in_next_conj_20k2()
 
 | 
| D | ctamixer.h | 24 	struct rsc rsc;		/* Basic resource info */  member53 	struct rsc rsc;		/* Basic resource info */  member
 
 | 
| D | ctsrc.c | 593 static int srcimp_master(struct rsc *rsc)  in srcimp_master()599 static int srcimp_next_conj(struct rsc *rsc)  in srcimp_next_conj()
 605 static int srcimp_index(const struct rsc *rsc)  in srcimp_index()
 
 | 
| D | ctsrc.h | 45 	struct rsc rsc; /* Basic resource info */  member104 	struct rsc rsc;  member
 
 | 
| D | ctmixer.c | 1048 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()
 
 | 
| /Linux-v5.4/drivers/remoteproc/ | 
| D | remoteproc_virtio.c | 75 	struct fw_rsc_vdev *rsc;  in rp_find_vq()  local176 	struct fw_rsc_vdev *rsc;  in rproc_virtio_get_status()  local
 186 	struct fw_rsc_vdev *rsc;  in rproc_virtio_set_status()  local
 197 	struct fw_rsc_vdev *rsc;  in rproc_virtio_reset()  local
 209 	struct fw_rsc_vdev *rsc;  in rproc_virtio_get_features()  local
 229 	struct fw_rsc_vdev *rsc;  in rproc_virtio_finalize_features()  local
 255 	struct fw_rsc_vdev *rsc;  in rproc_virtio_get()  local
 273 	struct fw_rsc_vdev *rsc;  in rproc_virtio_set()  local
 
 | 
| D | remoteproc_core.c | 322 	struct fw_rsc_vdev *rsc;  in rproc_alloc_vring()  local376 rproc_parse_vring(struct rproc_vdev *rvdev, struct fw_rsc_vdev *rsc, int i)  in rproc_parse_vring()
 404 	struct fw_rsc_vdev *rsc;  in rproc_free_vring()  local
 472 static int rproc_handle_vdev(struct rproc *rproc, struct fw_rsc_vdev *rsc,  in rproc_handle_vdev()
 603 static int rproc_handle_trace(struct rproc *rproc, struct fw_rsc_trace *rsc,  in rproc_handle_trace()
 677 static int rproc_handle_devmem(struct rproc *rproc, struct fw_rsc_devmem *rsc,  in rproc_handle_devmem()
 872 				 struct fw_rsc_carveout *rsc,  in rproc_handle_carveout()
 1052 		void *rsc = (void *)hdr + sizeof(*hdr);  in rproc_handle_resources()  local
 1175 	struct fw_rsc_carveout *rsc;  in rproc_alloc_registered_carveouts()  local
 
 | 
| D | remoteproc_internal.h | 102 int rproc_handle_rsc(struct rproc *rproc, u32 rsc_type, void *rsc, int offset,  in rproc_handle_rsc()
 | 
| D | remoteproc_debugfs.c | 207 		void *rsc = (void *)hdr + sizeof(*hdr);  in rproc_rsc_table_show()  local
 | 
| /Linux-v5.4/lib/reed_solomon/ | 
| D | reed_solomon.c | 328 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()
 
 | 
| D | test_rslib.c | 229 static void compute_syndrome(struct rs_control *rsc, uint16_t *data,  in compute_syndrome()446 	struct rs_control *rsc;  in run_exercise()  local
 
 | 
| /Linux-v5.4/drivers/s390/cio/ | 
| D | crw.c | 32 int crw_register_handler(int rsc, crw_handler_t handler)  in crw_register_handler()51 void crw_unregister_handler(int rsc)  in crw_unregister_handler()
 
 | 
| /Linux-v5.4/drivers/infiniband/ulp/iser/ | 
| D | iser_memory.c | 229 		      struct iser_reg_resources *rsc,  in iser_fast_reg_fmr()383 		struct iser_reg_resources *rsc,  in iser_reg_sig_mr()
 440 			    struct iser_reg_resources *rsc,  in iser_fast_reg_mr()
 
 | 
| /Linux-v5.4/net/sunrpc/auth_gss/ | 
| D | svcauth_gss.c | 337 struct rsc {  struct346 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old);  argument
 
 | 
| /Linux-v5.4/arch/s390/include/asm/ | 
| D | crw.h | 24 	__u32 rsc  :  4;   /* reporting source code */  member
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/display/ | 
| D | intel_lpe_audio.c | 83 	struct resource *rsc;  in lpe_audio_platdev_create()  local
 | 
| /Linux-v5.4/arch/ia64/kernel/ | 
| D | signal.c | 46 	unsigned long ip, flags, nat, um, cfm, rsc;  in restore_sigcontext()  local
 | 
| /Linux-v5.4/drivers/net/wireless/intersil/orinoco/ | 
| D | hw.c | 991 			      int set_tx, const u8 *key, const u8 *rsc,  in __orinoco_hw_set_tkip_key()996 		u8 rsc[ORINOCO_SEQ_LEN];  in __orinoco_hw_set_tkip_key()  member
 
 | 
| /Linux-v5.4/drivers/gpu/ipu-v3/ | 
| D | ipu-ic.c | 81 	u32 rsc;  member401 			 u32 rsc)  in ipu_ic_task_init_rsc()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | hil_mlc.h | 111 	uint8_t	rsc[16];	/* Security Code Header and Record */  member
 | 
| /Linux-v5.4/drivers/input/keyboard/ | 
| D | hil_kbd.c | 79 	char	rsc[HIL_PACKET_MAX_LENGTH];	/* RSC record */  member
 | 
| /Linux-v5.4/drivers/net/ethernet/i825xx/ | 
| D | sun3_82586.c | 1120 	unsigned short crc,aln,rsc,ovrn;  in sun3_82586_get_stats()  local
 |