Searched refs:wlcore_set_partition (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | boot.c | 202 ret = wlcore_set_partition(wl, &partition); in wl1271_boot_upload_firmware_chunk() 218 ret = wlcore_set_partition(wl, &partition); in wl1271_boot_upload_firmware_chunk() 415 ret = wlcore_set_partition(wl, &wl->ptable[PART_WORK]); in wlcore_boot_upload_nvs() 443 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wlcore_boot_run_firmware() 527 ret = wlcore_set_partition(wl, &wl->ptable[PART_WORK]); in wlcore_boot_run_firmware()
|
D | io.c | 137 int wlcore_set_partition(struct wl1271 *wl, in wlcore_set_partition() function 188 EXPORT_SYMBOL_GPL(wlcore_set_partition);
|
D | debugfs.c | 1090 ret = wlcore_set_partition(wl, &part); in dev_mem_read() 1100 ret = wlcore_set_partition(wl, &old_part); in dev_mem_read() 1177 ret = wlcore_set_partition(wl, &part); in dev_mem_write() 1187 ret = wlcore_set_partition(wl, &old_part); in dev_mem_write()
|
D | io.h | 233 int wlcore_set_partition(struct wl1271 *wl,
|
D | main.c | 881 ret = wlcore_set_partition(wl, &part); in wl12xx_read_fwlog_panic() 912 wlcore_set_partition(wl, &old_part); in wl12xx_read_fwlog_panic() 963 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wlcore_print_recovery() 978 wlcore_set_partition(wl, &wl->ptable[PART_WORK]); in wlcore_print_recovery() 1080 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wl12xx_set_power_on()
|
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/ |
D | main.c | 714 ret = wlcore_set_partition(wl, &wl->ptable[PART_TOP_PRCM_ELP_SOC]); in wl18xx_set_clk() 846 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wl18xx_pre_boot() 869 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wl18xx_pre_upload() 895 ret = wlcore_set_partition(wl, &wl->ptable[PART_PHY_INIT]); in wl18xx_pre_upload() 931 ret = wlcore_set_partition(wl, &wl->ptable[PART_PHY_INIT]); in wl18xx_set_mac_and_phy() 1311 ret = wlcore_set_partition(wl, &wl->ptable[PART_TOP_PRCM_ELP_SOC]); in wl18xx_get_pg_ver() 1347 ret = wlcore_set_partition(wl, &wl->ptable[PART_BOOT]); in wl18xx_get_pg_ver() 1436 ret = wlcore_set_partition(wl, &wl->ptable[PART_TOP_PRCM_ELP_SOC]); in wl18xx_get_mac() 1463 ret = wlcore_set_partition(wl, &wl->ptable[PART_DOWN]); in wl18xx_get_mac()
|
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 1118 ret = wlcore_set_partition(wl, &wl->ptable[PART_DRPW]); in wl12xx_pre_boot() 1141 ret = wlcore_set_partition(wl, &wl->ptable[PART_WORK]); in wl12xx_pre_boot() 1521 ret = wlcore_set_partition(wl, &wl->ptable[PART_DRPW]); in wl12xx_get_fuse_mac() 1538 ret = wlcore_set_partition(wl, &wl->ptable[PART_DOWN]); in wl12xx_get_fuse_mac()
|