/drivers/video/fbdev/mmp/ |
D | core.c | 29 static struct mmp_overlay *path_get_overlay(struct mmp_path *path, in path_get_overlay() 37 static int path_check_status(struct mmp_path *path) in path_check_status() 54 static int path_get_modelist(struct mmp_path *path, in path_get_modelist() 87 struct mmp_path *path; in mmp_register_panel() local 117 struct mmp_path *path; in mmp_unregister_panel() local 143 struct mmp_path *path; in mmp_get_path() local 170 struct mmp_path *path = NULL; in mmp_register_path() local 232 void mmp_unregister_path(struct mmp_path *path) in mmp_unregister_path()
|
/drivers/thunderbolt/ |
D | path.c | 38 struct tb_path *path = kzalloc(sizeof(*path), GFP_KERNEL); in tb_path_alloc() local 54 void tb_path_free(struct tb_path *path) in tb_path_free() 64 static void __tb_path_deallocate_nfc(struct tb_path *path, int first_hop) in __tb_path_deallocate_nfc() 77 static void __tb_path_deactivate_hops(struct tb_path *path, int first_hop) in __tb_path_deactivate_hops() 91 void tb_path_deactivate(struct tb_path *path) in tb_path_deactivate() 116 int tb_path_activate(struct tb_path *path) in tb_path_activate() 225 bool tb_path_is_invalid(struct tb_path *path) in tb_path_is_invalid()
|
/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.c | 135 struct mmp_path *path = overlay->path; in dmafetch_set_fmt() local 177 struct mmp_path *path = overlay->path; in dmafetch_onoff() local 187 static void path_enabledisable(struct mmp_path *path, int on) in path_enabledisable() 200 static void path_onoff(struct mmp_path *path, int on) in path_onoff() 258 static void path_set_mode(struct mmp_path *path, struct mmp_mode *mode) in path_set_mode() 349 static void path_set_default(struct mmp_path *path) in path_set_default() 404 struct mmp_path *path = NULL; in path_init() local
|
/drivers/md/ |
D | dm-queue-length.c | 37 struct dm_path *path; member 86 static int ql_status(struct path_selector *ps, struct dm_path *path, in ql_status() 111 static int ql_add_path(struct path_selector *ps, struct dm_path *path, in ql_add_path() 160 static void ql_fail_path(struct path_selector *ps, struct dm_path *path) in ql_fail_path() 171 static int ql_reinstate_path(struct path_selector *ps, struct dm_path *path) in ql_reinstate_path() 219 static int ql_start_io(struct path_selector *ps, struct dm_path *path, in ql_start_io() 229 static int ql_end_io(struct path_selector *ps, struct dm_path *path, in ql_end_io()
|
D | dm-service-time.c | 32 struct dm_path *path; member 82 static int st_status(struct path_selector *ps, struct dm_path *path, in st_status() 108 static int st_add_path(struct path_selector *ps, struct dm_path *path, in st_add_path() 173 static void st_fail_path(struct path_selector *ps, struct dm_path *path) in st_fail_path() 184 static int st_reinstate_path(struct path_selector *ps, struct dm_path *path) in st_reinstate_path() 301 static int st_start_io(struct path_selector *ps, struct dm_path *path, in st_start_io() 311 static int st_end_io(struct path_selector *ps, struct dm_path *path, in st_end_io()
|
D | dm-round-robin.c | 28 struct dm_path *path; member 87 static int rr_status(struct path_selector *ps, struct dm_path *path, in rr_status() 113 static int rr_add_path(struct path_selector *ps, struct dm_path *path, in rr_add_path()
|
D | dm-uevent.c | 75 const char *path, in dm_build_path_uevent() 184 const char *path, unsigned nr_valid_paths) in dm_path_uevent()
|
/drivers/staging/rtlwifi/phydm/rtl8822b/ |
D | phydm_iqk_8822b.c | 130 struct dm_iqk_info *iqk_info, u8 path) in phydm_set_iqk_cfir() 352 u8 path; in _iqk_backup_iqk_8822b() local 379 u8 i, path, idx; in _iqk_reload_iqk_setting_8822b() local 485 u8 path; in _iqk_rf_setting_8822b() local 546 static void _iqk_lok_setting_8822b(struct phy_dm_struct *dm, u8 path) in _iqk_lok_setting_8822b() 580 static void _iqk_txk_setting_8822b(struct phy_dm_struct *dm, u8 path) in _iqk_txk_setting_8822b() 610 static void _iqk_rxk1_setting_8822b(struct phy_dm_struct *dm, u8 path) in _iqk_rxk1_setting_8822b() 638 static void _iqk_rxk2_setting_8822b(struct phy_dm_struct *dm, u8 path, in _iqk_rxk2_setting_8822b() 704 u8 path, u8 step) in _iqk_rx_iqk_gain_search_fail_8822b() 787 static bool _lok_one_shot_8822b(void *dm_void, u8 path) in _lok_one_shot_8822b() [all …]
|
/drivers/hwtracing/coresight/ |
D | coresight.c | 287 void coresight_disable_path(struct list_head *path) in coresight_disable_path() 326 int coresight_enable_path(struct list_head *path, u32 mode) in coresight_enable_path() 383 struct coresight_device *coresight_get_sink(struct list_head *path) in coresight_get_sink() 457 struct list_head *path) in _coresight_build_path() 502 struct list_head *path; in coresight_build_path() local 530 void coresight_release_path(struct list_head *path) in coresight_release_path() 579 struct list_head *path; in coresight_enable() local 662 struct list_head *path = NULL; in coresight_disable() local
|
D | coresight-etm-perf.c | 48 struct list_head * __percpu *path; member 242 struct list_head *path; in etm_setup_aux() local 287 struct list_head *path; in etm_event_start() local 342 struct list_head *path; in etm_event_stop() local
|
/drivers/staging/rtl8723bs/os_dep/ |
D | osdep_service.c | 96 static int openFile(struct file **fpp, char *path, int flag, int mode) in openFile() 148 static int isFileReadable(char *path) in isFileReadable() 178 static int retriveFromFile(char *path, u8 *buf, u32 sz) in retriveFromFile() 210 int rtw_is_file_readable(char *path) in rtw_is_file_readable() 225 int rtw_retrive_from_file(char *path, u8 *buf, u32 sz) in rtw_retrive_from_file()
|
/drivers/xen/xenbus/ |
D | xenbus_xs.c | 420 char *strings, *path; in xenbus_directory() local 458 char *path; in xenbus_read() local 477 const char *path; in xenbus_write() local 500 char *path; in xenbus_mkdir() local 516 char *path; in xenbus_rm() local 653 static int xs_watch(const char *path, const char *token) in xs_watch() 666 static int xs_unwatch(const char *path, const char *token) in xs_unwatch()
|
D | xenbus_probe_frontend.c | 89 const char *path, const char *token) in backend_changed() 156 const char *path, const char *token) in frontend_changed() 335 const char *path, const char *token) in xenbus_reset_backend_state_changed()
|
/drivers/staging/greybus/tools/ |
D | lbtest | 61 def read_sysfs_int(path): argument 71 def write_sysfs_val(path, val): argument
|
/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 81 struct ipoib_path path; member 565 struct ipoib_path *path; in __path_find() local 585 static int __path_add(struct net_device *dev, struct ipoib_path *path) in __path_add() 615 static void path_free(struct net_device *dev, struct ipoib_path *path) in path_free() 658 struct ipoib_path *path; in ipoib_path_iter_next() local 684 struct ipoib_path *path) in ipoib_path_iter_read() 694 struct ipoib_path *path, *tp; in ipoib_mark_paths_invalid() local 719 struct ipoib_path *path, *tp; in ipoib_flush_paths() local 750 struct ipoib_path *path = path_ptr; in path_rec_completion() local 864 struct ipoib_path *path; in path_rec_create() local [all …]
|
/drivers/base/ |
D | devtmpfs.c | 154 struct path path; in dev_mkdir() local 171 char *path; in create_path() local 200 struct path path; in handle_create() local 255 const char *path; in delete_path() local
|
/drivers/staging/rtlwifi/rtl8822be/ |
D | phy.c | 256 u8 band, u8 path, in _rtl8822be_phy_set_txpower_by_rate_base() 295 u8 band, u8 path, u8 txnum, in _rtl8822be_phy_get_txpower_by_rate_base() 352 u8 band, path, rs, tx_num, base; in _rtl8822be_phy_store_txpower_by_rate_base() local 607 u8 base = 0, i = 0, value = 0, band = 0, path = 0, txnum = 0; in _rtl8822be_phy_convert_txpower_dbm_to_relative_value() local 1573 _rtl8822be_phy_get_txpower_by_rate(struct ieee80211_hw *hw, u8 band, u8 path, in _rtl8822be_phy_get_txpower_by_rate() 1600 u8 rtl8822be_get_txpower_index(struct ieee80211_hw *hw, u8 path, u8 rate, in rtl8822be_get_txpower_index() 1751 u8 power_index, u8 path, u8 rate) in _rtl8822be_phy_set_txpower_index() 1780 u8 *array, u8 path, in _rtl8822be_phy_set_txpower_level_by_path() 1796 u8 channel, u8 path) in rtl8822be_phy_set_txpower_level_by_path() 1821 u8 path, enum rate_section rs) in rtl8822be_phy_set_tx_power_index_by_rs() [all …]
|
/drivers/tty/hvc/ |
D | hvc_iucv.c | 70 struct iucv_path *path; /* IUCV path pointer */ member 592 struct iucv_path *path; in hvc_iucv_hangup() local 673 struct iucv_path *path; in hvc_iucv_dtr_rts() local 786 static int hvc_iucv_path_pending(struct iucv_path *path, u8 *ipvmid, in hvc_iucv_path_pending() 885 static void hvc_iucv_path_severed(struct iucv_path *path, u8 *ipuser) in hvc_iucv_path_severed() 903 static void hvc_iucv_msg_pending(struct iucv_path *path, in hvc_iucv_msg_pending() 951 static void hvc_iucv_msg_complete(struct iucv_path *path, in hvc_iucv_msg_complete()
|
/drivers/s390/char/ |
D | monreader.c | 48 struct iucv_path *path; member 232 static void mon_iucv_path_complete(struct iucv_path *path, u8 *ipuser) in mon_iucv_path_complete() 240 static void mon_iucv_path_severed(struct iucv_path *path, u8 *ipuser) in mon_iucv_path_severed() 252 static void mon_iucv_message_pending(struct iucv_path *path, in mon_iucv_message_pending()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.c | 936 u8 band, u8 path, in _rtl8821ae_phy_set_txpower_by_rate_base() 1005 u8 band, u8 path, in _rtl8821ae_phy_get_txpower_by_rate_base() 1081 u8 base = 0, path = 0; in _rtl8821ae_phy_store_txpower_by_rate_base() local 2268 static s8 _rtl8821ae_phy_get_ratesection_intxpower_byrate(u8 path, u8 rate) in _rtl8821ae_phy_get_ratesection_intxpower_byrate() 2534 u8 band, u8 path, u8 rate) in _rtl8821ae_phy_get_txpower_by_rate() 2644 static u8 _rtl8821ae_get_txpower_index(struct ieee80211_hw *hw, u8 path, in _rtl8821ae_get_txpower_index() 2772 u8 power_index, u8 path, u8 rate) in _rtl8821ae_phy_set_txpower_index() 3181 u8 *array, u8 path, in _rtl8821ae_phy_set_txpower_level_by_path() 3200 u8 bw, u8 channel, u8 path) in _rtl8821ae_phy_txpower_training_by_path() 3238 u8 channel, u8 path) in rtl8821ae_phy_set_txpower_level_by_path() [all …]
|
/drivers/staging/rtl8712/ |
D | rtl871x_mp.c | 187 u32 r8712_rf_reg_read(struct _adapter *pAdapter, u8 path, u8 offset) in r8712_rf_reg_read() 198 u8 r8712_rf_reg_write(struct _adapter *pAdapter, u8 path, u8 offset, u32 value) in r8712_rf_reg_write() 245 static u32 get_rf_reg(struct _adapter *pAdapter, u8 path, u8 offset, in get_rf_reg() 255 static u8 set_rf_reg(struct _adapter *pAdapter, u8 path, u8 offset, u32 bitmask, in set_rf_reg() 340 u8 path = RF_PATH_A; in r8712_SetDataRate() local
|
/drivers/s390/net/ |
D | smsgiucv.c | 60 static int smsg_path_pending(struct iucv_path *path, u8 *ipvmid, u8 *ipuser) in smsg_path_pending() 68 static void smsg_message_pending(struct iucv_path *path, in smsg_message_pending()
|
D | netiucv.c | 190 struct iucv_path *path; member 528 static void netiucv_callback_rx(struct iucv_path *path, in netiucv_callback_rx() 539 static void netiucv_callback_txdone(struct iucv_path *path, in netiucv_callback_txdone() 550 static void netiucv_callback_connack(struct iucv_path *path, u8 ipuser[16]) in netiucv_callback_connack() 557 static int netiucv_callback_connreq(struct iucv_path *path, u8 *ipvmid, in netiucv_callback_connreq() 588 static void netiucv_callback_connrej(struct iucv_path *path, u8 *ipuser) in netiucv_callback_connrej() 595 static void netiucv_callback_connsusp(struct iucv_path *path, u8 *ipuser) in netiucv_callback_connsusp() 602 static void netiucv_callback_connres(struct iucv_path *path, u8 *ipuser) in netiucv_callback_connres() 813 struct iucv_path *path = ev->data; in conn_action_connaccept() local 836 struct iucv_path *path = ev->data; in conn_action_connreject() local
|
/drivers/of/ |
D | unittest.c | 779 const char *path; member 1109 static struct platform_device *of_path_to_platform_device(const char *path) in of_path_to_platform_device() 1125 static int of_path_platform_device_exists(const char *path) in of_path_platform_device_exists() 1137 static struct i2c_client *of_path_to_i2c_client(const char *path) in of_path_to_i2c_client() 1153 static int of_path_i2c_client_exists(const char *path) in of_path_i2c_client_exists() 1163 static int of_path_i2c_client_exists(const char *path) in of_path_i2c_client_exists() 1174 static int of_path_device_type_exists(const char *path, in of_path_device_type_exists() 1209 const char *path; in of_unittest_device_exists() local
|
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.c | 78 void rtl8723be_phy_set_rf_reg(struct ieee80211_hw *hw, enum radio_path path, in rtl8723be_phy_set_rf_reg() 267 u8 band, path, txnum, section; in _rtl8723be_phy_init_tx_power_by_rate() local 302 u8 path, u8 rate_section, in _rtl8723be_phy_set_txpower_by_rate_base() 344 u8 band, u8 path, u8 txnum, in _rtl8723be_phy_get_txpower_by_rate_base() 391 u8 base = 0, path = 0; in _rtl8723be_phy_store_txpower_by_rate_base() local 826 static u8 _rtl8723be_phy_get_ratesection_intxpower_byrate(enum radio_path path, in _rtl8723be_phy_get_ratesection_intxpower_byrate() 965 static u8 _rtl8723be_get_txpower_index(struct ieee80211_hw *hw, u8 path, in _rtl8723be_get_txpower_index() 1017 u8 power_index, u8 path, u8 rate) in _rtl8723be_phy_set_txpower_index()
|