/drivers/net/wireless/ |
D | wl3501_cs.c | 188 static inline void wl3501_switch_page(struct wl3501_card *this, u8 page) in wl3501_switch_page() 199 static int wl3501_get_flash_mac_addr(struct wl3501_card *this) in wl3501_get_flash_mac_addr() 247 static void wl3501_set_to_wla(struct wl3501_card *this, u16 dest, void *src, in wl3501_set_to_wla() 270 static void wl3501_get_from_wla(struct wl3501_card *this, u16 src, void *dest, in wl3501_get_from_wla() 296 static u16 wl3501_get_tx_buffer(struct wl3501_card *this, u16 len) in wl3501_get_tx_buffer() 332 static void wl3501_free_tx_buffer(struct wl3501_card *this, u16 ptr) in wl3501_free_tx_buffer() 350 static int wl3501_esbq_req_test(struct wl3501_card *this) in wl3501_esbq_req_test() 358 static void wl3501_esbq_req(struct wl3501_card *this, u16 *ptr) in wl3501_esbq_req() 369 static int wl3501_esbq_exec(struct wl3501_card *this, void *sig, int sig_size) in wl3501_esbq_exec() 384 static int wl3501_request_mib(struct wl3501_card *this, u8 index, void *bf) in wl3501_request_mib() [all …]
|
/drivers/mtd/nand/raw/gpmi-nand/ |
D | gpmi-nand.c | 119 static int __gpmi_enable_clk(struct gpmi_nand_data *this, bool v) in __gpmi_enable_clk() 146 static int gpmi_init(struct gpmi_nand_data *this) in gpmi_init() 197 static void gpmi_dump_info(struct gpmi_nand_data *this) in gpmi_dump_info() 241 static inline bool gpmi_check_ecc(struct gpmi_nand_data *this) in gpmi_check_ecc() 260 static int set_geometry_by_ecc_info(struct gpmi_nand_data *this, in set_geometry_by_ecc_info() 389 static inline int get_ecc_strength(struct gpmi_nand_data *this) in get_ecc_strength() 402 static int legacy_set_geometry(struct gpmi_nand_data *this) in legacy_set_geometry() 514 static int common_nfc_set_geometry(struct gpmi_nand_data *this) in common_nfc_set_geometry() 538 static int bch_set_geometry(struct gpmi_nand_data *this) in bch_set_geometry() 647 static int gpmi_nfc_compute_timings(struct gpmi_nand_data *this, in gpmi_nfc_compute_timings() [all …]
|
/drivers/mtd/nand/onenand/ |
D | onenand_base.c | 224 static int onenand_block_address(struct onenand_chip *this, int block) in onenand_block_address() 241 static int onenand_bufferram_address(struct onenand_chip *this, int block) in onenand_bufferram_address() 301 static unsigned flexonenand_block(struct onenand_chip *this, loff_t addr) in flexonenand_block() 320 inline unsigned onenand_block(struct onenand_chip *this, loff_t addr) in onenand_block() 334 static loff_t flexonenand_addr(struct onenand_chip *this, int block) in flexonenand_addr() 352 loff_t onenand_addr(struct onenand_chip *this, int block) in onenand_addr() 400 struct onenand_chip *this = mtd->priv; in onenand_command() local 524 static inline int onenand_read_ecc(struct onenand_chip *this) in onenand_read_ecc() 555 struct onenand_chip * this = mtd->priv; in onenand_wait() local 635 struct onenand_chip *this = data; in onenand_interrupt() local [all …]
|
D | onenand_bbt.c | 58 struct onenand_chip *this = mtd->priv; in create_bbt() local 133 struct onenand_chip *this = mtd->priv; in onenand_memory_bbt() local 146 struct onenand_chip *this = mtd->priv; in onenand_isbad_bbt() local 183 struct onenand_chip *this = mtd->priv; in onenand_scan_bbt() local 231 struct onenand_chip *this = mtd->priv; in onenand_default_bbt() local
|
D | onenand_samsung.c | 218 struct onenand_chip *this = onenand->mtd->priv; in s3c_onenand_readw() local 268 struct onenand_chip *this = onenand->mtd->priv; in s3c_onenand_writew() local 379 struct onenand_chip *this = mtd->priv; in s3c_onenand_command() local 477 struct onenand_chip *this = mtd->priv; in s3c_get_bufferram() local 619 struct onenand_chip *this = mtd->priv; in s5pc110_read_bufferram() local 729 struct onenand_chip *this = mtd->priv; in s3c_onenand_check_lock_status() local 749 struct onenand_chip *this = mtd->priv; in s3c_onenand_do_lock_cmd() local 774 struct onenand_chip *this = mtd->priv; in s3c_unlock_all() local 803 struct onenand_chip *this = mtd->priv; in s3c_onenand_setup() local 837 struct onenand_chip *this; in s3c_onenand_probe() local [all …]
|
D | onenand_omap2.c | 145 struct onenand_chip *this = mtd->priv; in omap2_onenand_wait() local 312 struct onenand_chip *this = mtd->priv; in omap2_onenand_bufferram_offset() local 365 struct onenand_chip *this = mtd->priv; in omap2_onenand_read_bufferram() local 413 struct onenand_chip *this = mtd->priv; in omap2_onenand_write_bufferram() local
|
/drivers/mtd/nand/raw/ |
D | nand_bbt.c | 166 static int read_bbt(struct nand_chip *this, uint8_t *buf, int page, int num, in read_bbt() 259 static int read_abs_bbt(struct nand_chip *this, uint8_t *buf, in read_abs_bbt() 287 static int scan_read_data(struct nand_chip *this, uint8_t *buf, loff_t offs, in scan_read_data() 312 static int scan_read_oob(struct nand_chip *this, uint8_t *buf, loff_t offs, in scan_read_oob() 343 static int scan_read(struct nand_chip *this, uint8_t *buf, loff_t offs, in scan_read() 353 static int scan_write_bbt(struct nand_chip *this, loff_t offs, size_t len, in scan_write_bbt() 369 static u32 bbt_get_ver_offs(struct nand_chip *this, struct nand_bbt_descr *td) in bbt_get_ver_offs() 389 static void read_abs_bbts(struct nand_chip *this, uint8_t *buf, in read_abs_bbts() 414 static int scan_block_fast(struct nand_chip *this, struct nand_bbt_descr *bd, in scan_block_fast() 451 static int bbt_block_checkbad(struct nand_chip *this, struct nand_bbt_descr *td, in bbt_block_checkbad() [all …]
|
D | diskonchip.c | 292 static void doc2000_write_byte(struct nand_chip *this, u_char datum) in doc2000_write_byte() 303 static void doc2000_writebuf(struct nand_chip *this, const u_char *buf, in doc2000_writebuf() 320 static void doc2000_readbuf(struct nand_chip *this, u_char *buf, int len) in doc2000_readbuf() 345 static void doc200x_readid(struct nand_chip *this, unsigned int cs, u8 *id) in doc200x_readid() 364 struct nand_chip *this = mtd_to_nand(mtd); in doc200x_ident_chip() local 395 struct nand_chip *this = mtd_to_nand(mtd); in doc2000_count_chips() local 415 static void doc2001_write_byte(struct nand_chip *this, u_char datum) in doc2001_write_byte() 425 static void doc2001_writebuf(struct nand_chip *this, const u_char *buf, int len) in doc2001_writebuf() 437 static void doc2001_readbuf(struct nand_chip *this, u_char *buf, int len) in doc2001_readbuf() 453 static void doc2001plus_writebuf(struct nand_chip *this, const u_char *buf, int len) in doc2001plus_writebuf() [all …]
|
D | au1550nd.c | 27 static struct au1550nd_ctx *chip_to_au_ctx(struct nand_chip *this) in chip_to_au_ctx() 40 static void au_write_buf(struct nand_chip *this, const void *buf, in au_write_buf() 61 static void au_read_buf(struct nand_chip *this, void *buf, in au_read_buf() 82 static void au_write_buf16(struct nand_chip *this, const void *buf, in au_write_buf16() 104 static void au_read_buf16(struct nand_chip *this, void *buf, unsigned int len) in au_read_buf16() 138 static int au1550nd_waitrdy(struct nand_chip *this, unsigned int timeout_ms) in au1550nd_waitrdy() 153 static int au1550nd_exec_instr(struct nand_chip *this, in au1550nd_exec_instr() 210 static int au1550nd_exec_op(struct nand_chip *this, in au1550nd_exec_op() 258 struct nand_chip *this; in au1550nd_probe() local
|
D | cs553x_nand.c | 198 static int cs553x_exec_op(struct nand_chip *this, in cs553x_exec_op() 223 static void cs_enable_hwecc(struct nand_chip *this, int mode) in cs_enable_hwecc() 230 static int cs_calculate_ecc(struct nand_chip *this, const u_char *dat, in cs_calculate_ecc() 279 struct nand_chip *this; in cs553x_init_one() local 410 struct nand_chip *this = &controller->chip; in cs553x_cleanup() local
|
D | socrates_nand.c | 37 static void socrates_nand_write_buf(struct nand_chip *this, const uint8_t *buf, in socrates_nand_write_buf() 56 static void socrates_nand_read_buf(struct nand_chip *this, uint8_t *buf, in socrates_nand_read_buf() 76 static uint8_t socrates_nand_read_byte(struct nand_chip *this) in socrates_nand_read_byte()
|
D | ams-delta.c | 139 static int gpio_nand_exec_op(struct nand_chip *this, in gpio_nand_exec_op() 194 static int gpio_nand_setup_interface(struct nand_chip *this, int csline, in gpio_nand_setup_interface() 242 struct nand_chip *this; in gpio_nand_probe() local
|
D | s3c2410.c | 406 static void s3c2410_nand_select_chip(struct nand_chip *this, int chip) in s3c2410_nand_select_chip() 670 static void s3c2410_nand_read_buf(struct nand_chip *this, u_char *buf, int len) in s3c2410_nand_read_buf() 675 static void s3c2440_nand_read_buf(struct nand_chip *this, u_char *buf, int len) in s3c2440_nand_read_buf() 691 static void s3c2410_nand_write_buf(struct nand_chip *this, const u_char *buf, in s3c2410_nand_write_buf() 697 static void s3c2440_nand_write_buf(struct nand_chip *this, const u_char *buf, in s3c2440_nand_write_buf()
|
/drivers/s390/net/ |
D | fsm.c | 21 fsm_instance *this; in init_fsm() local 73 kfree_fsm(fsm_instance *this) in kfree_fsm() 135 fsm_timer *this = from_timer(this, t, tl); in fsm_expire_timer() local 144 fsm_settimer(fsm_instance *fi, fsm_timer *this) in fsm_settimer() 155 fsm_deltimer(fsm_timer *this) in fsm_deltimer() 165 fsm_addtimer(fsm_timer *this, int millisec, int event, void *arg) in fsm_addtimer() 183 fsm_modtimer(fsm_timer *this, int millisec, int event, void *arg) in fsm_modtimer()
|
/drivers/net/phy/ |
D | mii_timestamper.c | 55 struct list_head *this, *next; in unregister_mii_tstamp_controller() local 83 struct list_head *this; in register_mii_timestamper() local 112 struct list_head *this; in unregister_mii_timestamper() local
|
D | mdio_devres.c | 12 static void devm_mdiobus_free(struct device *dev, void *this) in devm_mdiobus_free() 49 static void devm_mdiobus_unregister(struct device *dev, void *this) in devm_mdiobus_unregister() 57 void *this, void *match_data) in mdiobus_devres_match()
|
/drivers/block/drbd/ |
D | drbd_interval.c | 12 struct drbd_interval *this = rb_entry(node, struct drbd_interval, rb); in interval_end() local 25 drbd_insert_interval(struct rb_root *root, struct drbd_interval *this) in drbd_insert_interval() 96 drbd_remove_interval(struct rb_root *root, struct drbd_interval *this) in drbd_remove_interval()
|
/drivers/net/ |
D | eql.c | 147 struct list_head *this, *tmp, *head; in eql_timer() local 234 struct list_head *head, *tmp, *this; in eql_kill_slave_queue() local 305 struct list_head *this, *tmp, *head; in __eql_schedule_slaves() local 370 struct list_head *this, *head; in __eql_find_slave_dev() local
|
/drivers/gpu/drm/nouveau/nvkm/core/ |
D | mm.c | 50 struct nvkm_mm_node *this = *pthis; in nvkm_mm_free() local 114 struct nvkm_mm_node *prev, *this, *next; in nvkm_mm_head() local 189 struct nvkm_mm_node *prev, *this, *next; in nvkm_mm_tail() local
|
/drivers/ras/ |
D | cec.c | 251 unsigned int this = FULL_COUNT(ca->array[i]); in del_lru_elem_unlocked() local 290 u64 this = PFN(ca->array[i]); in sanity_check() local 303 u64 this = PFN(ca->array[i]); in sanity_check() local 456 u64 this = PFN(ca->array[i]); in array_show() local
|
/drivers/input/serio/ |
D | hp_sdc.c | 598 int __hp_sdc_enqueue_transaction(hp_sdc_transaction *this) in __hp_sdc_enqueue_transaction() 631 int hp_sdc_enqueue_transaction(hp_sdc_transaction *this) { in hp_sdc_enqueue_transaction() 642 int hp_sdc_dequeue_transaction(hp_sdc_transaction *this) in hp_sdc_dequeue_transaction()
|
/drivers/gpio/ |
D | gpiolib-devres.c | 27 struct gpio_desc **this = res, **gpio = data; in devm_gpiod_match() local 41 struct gpio_descs **this = res, **gpios = data; in devm_gpiod_match_array() local 390 unsigned *this = res, *gpio = data; in devm_gpio_match() local
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | dev.c | 562 static void *pci_get_other_drvdata(struct device *this, struct device *other) in pci_get_other_drvdata() 572 struct mlx5_core_dev *mdev, *this = (struct mlx5_core_dev *)data; in next_phys_dev() local 583 struct mlx5_core_dev *mdev, *this = (struct mlx5_core_dev *)data; in next_phys_dev_lag() local
|
/drivers/extcon/ |
D | devres.c | 40 struct extcon_dev_notifier_devres *this = res; in devm_extcon_dev_notifier_unreg() local 47 struct extcon_dev_notifier_devres *this = res; in devm_extcon_dev_notifier_all_unreg() local
|
/drivers/watchdog/ |
D | alim7101_wdt.c | 306 static int wdt_restart_handle(struct notifier_block *this, unsigned long mode, in wdt_restart_handle() 332 static int wdt_notify_sys(struct notifier_block *this, in wdt_notify_sys()
|