Searched defs:rs (Results 51 - 75 of 187) sorted by relevance

12345678

/linux-master/drivers/comedi/drivers/
H A Dni_routes.c320 struct ni_route_set *rs = &valid_routes->routes[n]; local
/linux-master/drivers/net/wireless/ath/ath9k/
H A Ddfs.c289 ath9k_dfs_process_phyerr(struct ath_softc *sc, void *data, struct ath_rx_status *rs, u64 mactime) argument
H A Dhtc_drv_debug.c245 ath9k_htc_err_stat_rx(struct ath9k_htc_priv *priv, struct ath_rx_status *rs) argument
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dphy.h72 u8 rs; member in struct:rtw_txpwr_lmt_cfg_pair
/linux-master/crypto/
H A Decdsa.c41 u8 rs[ECC_MAX_BYTES]; local
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvmodesnv17.c324 uint64_t rs[] = {mode->hdisplay * id3, local
/linux-master/drivers/platform/chrome/wilco_ec/
H A Dsysfs.c184 struct usb_charge_response rs; local
204 struct usb_charge_response rs; local
157 send_usb_charge(struct wilco_ec_device *ec, struct usb_charge_request *rq, struct usb_charge_response *rs) argument
H A Ddebugfs.c179 struct ec_response rs; local
/linux-master/drivers/md/
H A Ddm-verity-fec.h55 struct rs_control *rs; /* Reed-Solomon state */ member in struct:dm_verity_fec_io
/linux-master/fs/dlm/
H A Drcom.c102 static void set_rcom_status(struct dlm_ls *ls, struct rcom_status *rs, argument
229 struct rcom_status *rs; local
/linux-master/drivers/spi/
H A Dspi-mt7621.c68 static inline u32 mt7621_spi_read(struct mt7621_spi *rs, u32 reg) argument
73 static inline void mt7621_spi_write(struct mt7621_spi *rs, u32 reg, u32 val) argument
80 struct mt7621_spi *rs = spidev_to_mt7621_spi(spi); local
104 struct mt7621_spi *rs local
140 mt7621_spi_wait_till_ready(struct mt7621_spi *rs) argument
157 mt7621_spi_read_half_duplex(struct mt7621_spi *rs, int rx_len, u8 *buf) argument
199 mt7621_spi_flush(struct mt7621_spi *rs) argument
204 mt7621_spi_write_half_duplex(struct mt7621_spi *rs, int tx_len, const u8 *buf) argument
251 struct mt7621_spi *rs = spi_controller_get_devdata(host); local
304 struct mt7621_spi *rs = spidev_to_mt7621_spi(spi); local
329 struct mt7621_spi *rs; local
[all...]
/linux-master/fs/isofs/
H A Drock.c53 setup_rock_ridge(struct iso_directory_record *de, struct inode *inode, struct rock_state *rs) argument
72 init_rock_state(struct rock_state *rs, struct inode *inode) argument
85 rock_continue(struct rock_state *rs) argument
139 rock_check_overflow(struct rock_state *rs, int sig) argument
201 struct rock_state rs; local
318 struct rock_state rs; local
704 struct rock_state rs; local
[all...]
/linux-master/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.c210 const struct radar_detector_specs *rs = &dpd->radar_spec[i]; local
268 dpd_add_pulse(struct dfs_pattern_detector *dpd, struct pulse_event *event, struct radar_detector_specs *rs) argument
/linux-master/drivers/misc/
H A Dphantom.c92 struct phm_regs rs; local
[all...]
/linux-master/fs/reiserfs/
H A Dprocfs.c229 struct reiserfs_super_block *rs = sb_info->s_rs; local
273 struct reiserfs_super_block *rs local
311 struct reiserfs_super_block *rs = r->s_rs; local
[all...]
/linux-master/drivers/auxdisplay/
H A Dhd44780.c64 static void hd44780_write_gpio8(struct hd44780 *hd, u8 val, unsigned int rs) argument
80 static void hd44780_write_gpio4(struct hd44780 *hd, u8 val, unsigned int rs) argument
/linux-master/fs/xfs/scrub/
H A Dreap.c147 static inline bool xreap_dirty(const struct xreap_state *rs) argument
168 static inline bool xreap_want_roll(const struct xreap_state *rs) argument
179 static inline void xreap_reset(struct xreap_state *rs) argument
197 xreap_want_defer_finish(const struct xreap_state *rs) argument
206 xreap_defer_finish_reset(struct xreap_state *rs) argument
216 xreap_agextent_binval( struct xreap_state *rs, xfs_agblock_t agbno, xfs_extlen_t *aglenp) argument
295 xreap_agextent_select( struct xreap_state *rs, xfs_agblock_t agbno, xfs_agblock_t agbno_next, bool *crosslinked, xfs_extlen_t *aglenp) argument
355 xreap_agextent_iter( struct xreap_state *rs, xfs_agblock_t agbno, xfs_extlen_t *aglenp, bool crosslinked) argument
471 struct xreap_state *rs = priv; local
518 struct xreap_state rs = { local
549 struct xreap_state *rs = priv; local
630 struct xreap_state rs = { local
[all...]
/linux-master/drivers/perf/amlogic/
H A Dmeson_g12_ddr_pmu.c226 u32 rs[MAX_CHANNEL_NUM] = {DMC_MON_G12_CTRL2, DMC_MON_G12_CTRL4, local
/linux-master/arch/mips/include/asm/
H A Dasmmacro.h205 .macro _EXT rd, rs, p, s variable
206 ext \rd, \rs, \p, \s variable
243 .macro MTTR rt=0, rs=0, u=0, sel=0 variable
[all...]
/linux-master/drivers/video/fbdev/core/
H A Dbitblit.c212 unsigned int rs = info->var.xres - rw; local
H A Dfbcon_cw.c181 unsigned int rs = info->var.yres - rw; local
/linux-master/drivers/nvme/host/
H A Dpr.c232 struct nvme_reservation_status *rs; local
291 struct nvme_reservation_status *rs; local
/linux-master/fs/jffs2/
H A Dcompr_rubin.c88 static void init_rubin(struct rubin_state *rs, int div, int *bits) argument
102 static int encode(struct rubin_state *rs, long A, long B, int symbol) argument
138 end_rubin(struct rubin_state *rs) argument
151 init_decode(struct rubin_state *rs, int div, int *bits) argument
163 __do_decode(struct rubin_state *rs, unsigned long p, unsigned long q) argument
200 decode(struct rubin_state *rs, long A, long B) argument
230 out_byte(struct rubin_state *rs, unsigned char byte) argument
249 in_byte(struct rubin_state *rs) argument
268 struct rubin_state rs; local
374 struct rubin_state rs; local
[all...]
/linux-master/net/rds/
H A Dib_rdma.c550 rds_ib_get_mr(struct scatterlist *sg, unsigned long nents, struct rds_sock *rs, u32 *key_ret, struct rds_connection *conn, u64 start, u64 length, int need_odp) argument
/linux-master/drivers/hid/intel-ish-hid/ishtp/
H A Dhbm.c332 ishtp_hbm_cl_disconnect_res(struct ishtp_device *dev, struct hbm_client_connect_response *rs) argument
377 ishtp_hbm_cl_connect_res(struct ishtp_device *dev, struct hbm_client_connect_response *rs) argument

Completed in 317 milliseconds

12345678