Home
last modified time | relevance | path

Searched defs:rs (Results 1 – 25 of 85) sorted by relevance

1234

/drivers/md/
Ddm-raid.c260 static void rs_config_backup(struct raid_set *rs, struct rs_layout *l) in rs_config_backup()
269 static void rs_config_restore(struct raid_set *rs, struct rs_layout *l) in rs_config_restore()
400 static bool rs_is_raid0(struct raid_set *rs) in rs_is_raid0()
406 static bool rs_is_raid1(struct raid_set *rs) in rs_is_raid1()
412 static bool rs_is_raid10(struct raid_set *rs) in rs_is_raid10()
418 static bool rs_is_raid6(struct raid_set *rs) in rs_is_raid6()
424 static bool rs_is_raid456(struct raid_set *rs) in rs_is_raid456()
431 static bool rs_is_reshapable(struct raid_set *rs) in rs_is_reshapable()
438 static bool rs_is_recovering(struct raid_set *rs) in rs_is_recovering()
444 static bool rs_is_reshaping(struct raid_set *rs) in rs_is_reshaping()
[all …]
/drivers/spi/
Dspi-rockchip.c204 static inline void spi_enable_chip(struct rockchip_spi *rs, bool enable) in spi_enable_chip()
209 static inline void wait_for_tx_idle(struct rockchip_spi *rs, bool target_mode) in wait_for_tx_idle()
227 static u32 get_fifo_len(struct rockchip_spi *rs) in get_fifo_len()
245 struct rockchip_spi *rs = spi_controller_get_devdata(ctlr); in rockchip_spi_set_cs() local
278 struct rockchip_spi *rs = spi_controller_get_devdata(ctlr); in rockchip_spi_handle_err() local
296 static void rockchip_spi_pio_writer(struct rockchip_spi *rs) in rockchip_spi_pio_writer()
315 static void rockchip_spi_pio_reader(struct rockchip_spi *rs) in rockchip_spi_pio_reader()
352 struct rockchip_spi *rs = spi_controller_get_devdata(ctlr); in rockchip_spi_isr() local
377 static int rockchip_spi_prepare_irq(struct rockchip_spi *rs, in rockchip_spi_prepare_irq()
405 struct rockchip_spi *rs = spi_controller_get_devdata(ctlr); in rockchip_spi_dma_rxcb() local
[all …]
Dspi-mt7621.c68 static inline u32 mt7621_spi_read(struct mt7621_spi *rs, u32 reg) in mt7621_spi_read()
73 static inline void mt7621_spi_write(struct mt7621_spi *rs, u32 reg, u32 val) in mt7621_spi_write()
80 struct mt7621_spi *rs = spidev_to_mt7621_spi(spi); in mt7621_spi_set_cs() local
104 struct mt7621_spi *rs = spidev_to_mt7621_spi(spi); in mt7621_spi_prepare() local
140 static inline int mt7621_spi_wait_till_ready(struct mt7621_spi *rs) in mt7621_spi_wait_till_ready()
157 static void mt7621_spi_read_half_duplex(struct mt7621_spi *rs, in mt7621_spi_read_half_duplex()
199 static inline void mt7621_spi_flush(struct mt7621_spi *rs) in mt7621_spi_flush()
204 static void mt7621_spi_write_half_duplex(struct mt7621_spi *rs, in mt7621_spi_write_half_duplex()
251 struct mt7621_spi *rs = spi_controller_get_devdata(master); in mt7621_spi_transfer_one_message() local
304 struct mt7621_spi *rs = spidev_to_mt7621_spi(spi); in mt7621_spi_setup() local
[all …]
/drivers/net/wireless/ath/ath9k/
Drecv.c629 struct ath_rx_status *rs, in ath_edma_get_buffers()
681 struct ath_rx_status *rs, in ath_edma_get_next_rx_buf()
696 struct ath_rx_status *rs) in ath_get_next_rx_buf()
787 static void ath9k_process_tsf(struct ath_rx_status *rs, in ath9k_process_tsf()
964 struct ath_rx_status *rs) in ath9k_antenna_check()
993 struct ath_rx_status *rs, struct ieee80211_rx_status *rxs) in ath9k_apply_ampdu_details()
1011 struct ath_rx_status *rs, in ath_rx_count_airtime()
1069 struct ath_rx_status rs; in ath_rx_tasklet() local
Ddfs.h42 struct ath_rx_status *rs, u64 mactime) { } in ath9k_dfs_process_phyerr()
Dcommon-spectral.c131 ath_cmn_process_ht20_fft(struct ath_rx_status *rs, in ath_cmn_process_ht20_fft()
235 ath_cmn_process_ht20_40_fft(struct ath_rx_status *rs, in ath_cmn_process_ht20_40_fft()
469 struct ath_rx_status *rs, u64 tsf) in ath_cmn_process_fft()
/drivers/platform/chrome/wilco_ec/
Dproperties.c36 struct ec_property_response *rs) in send_property_msg()
63 struct ec_property_response rs; in wilco_ec_get_property() local
85 struct ec_property_response rs; in wilco_ec_set_property() local
Dsysfs.c159 struct usb_charge_response *rs) in send_usb_charge()
184 struct usb_charge_response rs; in usb_charge_show() local
204 struct usb_charge_response rs; in usb_charge_store() local
Dmailbox.c119 struct wilco_ec_response *rs; in wilco_ec_transfer() local
/drivers/misc/mei/
Dhbm.c526 struct hbm_notification_response *rs = in notify_res_to_fop() local
544 struct hbm_notification_response *rs = in mei_hbm_cl_notify_start_res() local
570 struct hbm_notification_response *rs = in mei_hbm_cl_notify_stop_res() local
936 struct hbm_client_connect_response *rs = in mei_hbm_cl_disconnect_res() local
973 struct hbm_client_connect_response *rs = in mei_hbm_cl_connect_res() local
1001 struct mei_hbm_cl_cmd *rs, in mei_hbm_cl_res()
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Drate.c272 static bool brcms_c_rateset_valid(struct brcms_c_rateset *rs, bool check_brate) in brcms_c_rateset_valid()
290 void brcms_c_rateset_mcs_upd(struct brcms_c_rateset *rs, u8 txstreams) in brcms_c_rateset_mcs_upd()
302 brcms_c_rate_hwrs_filter_sort_validate(struct brcms_c_rateset *rs, in brcms_c_rate_hwrs_filter_sort_validate()
/drivers/net/wireless/realtek/rtw88/
Dphy.c1530 u8 bw, u8 rs, u8 ch, s8 pwr_limit) in rtw_phy_set_tx_power_limit()
1628 __cfg_txpwr_lmt_by_alt(struct rtw_hal *hal, u8 regd, u8 regd_alt, u8 bw, u8 rs) in __cfg_txpwr_lmt_by_alt()
1644 u8 bw, rs; in rtw_cfg_txpwr_lmt_by_alt() local
2032 u8 rs = rtw_phy_rate_to_rate_section(rate); in rtw_phy_get_tx_power_limit() local
2077 u8 rs = rtw_phy_rate_to_rate_section(rate); in rtw_phy_get_tx_power_sar() local
2162 u8 ch, u8 path, u8 rs) in rtw_phy_set_tx_power_index_by_rs()
2196 u8 rs; in rtw_phy_set_tx_power_level_by_path() local
2226 u8 rs, u8 size, u8 *rates) in rtw_phy_tx_power_by_rate_config_by_path()
2274 __rtw_phy_tx_power_limit_config(struct rtw_hal *hal, u8 regd, u8 bw, u8 rs) in __rtw_phy_tx_power_limit_config()
2292 u8 regd, bw, rs; in rtw_phy_tx_power_limit_config() local
[all …]
Dsar.h15 u8 rs; member
/drivers/auxdisplay/
Dhd44780.c64 static void hd44780_write_gpio8(struct hd44780 *hd, u8 val, unsigned int rs) in hd44780_write_gpio8()
80 static void hd44780_write_gpio4(struct hd44780 *hd, u8 val, unsigned int rs) in hd44780_write_gpio4()
/drivers/nvme/host/
Dpr.c233 struct nvme_reservation_status *rs; in nvme_pr_read_keys() local
292 struct nvme_reservation_status *rs; in nvme_pr_read_reservation() local
/drivers/net/wireless/ath/ath5k/
Ddesc.c603 struct ath5k_rx_status *rs) in ath5k_hw_proc_5210_rx_status()
697 struct ath5k_rx_status *rs) in ath5k_hw_proc_5212_rx_status()
Dbase.c1257 struct ath5k_rx_status *rs) in ath5k_rx_decrypted()
1417 struct ath5k_rx_status *rs) in ath5k_receive_frame()
1493 ath5k_receive_frame_ok(struct ath5k_hw *ah, struct ath5k_rx_status *rs) in ath5k_receive_frame_ok()
1586 struct ath5k_rx_status rs = {}; in ath5k_tasklet_rx() local
/drivers/net/wireless/ath/
Ddfs_pri_detector.c387 const struct radar_detector_specs *rs = de->rs; in pri_detector_add_pulse() local
417 struct pri_detector *pri_detector_init(const struct radar_detector_specs *rs) in pri_detector_init()
Ddfs_pattern_detector.c215 const struct radar_detector_specs *rs = &dpd->radar_spec[i]; in channel_detector_create() local
274 struct radar_detector_specs *rs) in dpd_add_pulse()
Ddfs_pri_detector.h65 const struct radar_detector_specs *rs; member
/drivers/video/backlight/
Dili922x.c100 #define START_BYTE(id, rs, rw) \ argument
149 static int ili922x_read_status(struct spi_device *spi, u16 *rs) in ili922x_read_status()
/drivers/hid/intel-ish-hid/ishtp/
Dhbm.c333 struct hbm_client_connect_response *rs) in ishtp_hbm_cl_disconnect_res()
378 struct hbm_client_connect_response *rs) in ishtp_hbm_cl_connect_res()
/drivers/clk/bcm/
Dclk-nsp.c19 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument
Dclk-ns2.c19 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument
/drivers/platform/x86/
Dsel3350-platform.c151 int rs; in sel3350_probe() local

1234