Home
last modified time | relevance | path

Searched defs:this (Results 1 – 200 of 304) sorted by relevance

12

/linux-4.1.27/drivers/net/wireless/
Dwl3501_cs.c187 static inline void wl3501_switch_page(struct wl3501_card *this, u8 page) in wl3501_switch_page()
198 static int wl3501_get_flash_mac_addr(struct wl3501_card *this) in wl3501_get_flash_mac_addr()
245 static void wl3501_set_to_wla(struct wl3501_card *this, u16 dest, void *src, in wl3501_set_to_wla()
267 static void wl3501_get_from_wla(struct wl3501_card *this, u16 src, void *dest, in wl3501_get_from_wla()
293 static u16 wl3501_get_tx_buffer(struct wl3501_card *this, u16 len) in wl3501_get_tx_buffer()
329 static void wl3501_free_tx_buffer(struct wl3501_card *this, u16 ptr) in wl3501_free_tx_buffer()
347 static int wl3501_esbq_req_test(struct wl3501_card *this) in wl3501_esbq_req_test()
355 static void wl3501_esbq_req(struct wl3501_card *this, u16 *ptr) in wl3501_esbq_req()
366 static int wl3501_esbq_exec(struct wl3501_card *this, void *sig, int sig_size) in wl3501_esbq_exec()
381 static int wl3501_get_mib_value(struct wl3501_card *this, u8 index, in wl3501_get_mib_value()
[all …]
/linux-4.1.27/sound/usb/line6/
Dmidibuf.c41 static int midibuf_is_empty(struct midi_buffer *this) in midibuf_is_empty()
46 static int midibuf_is_full(struct midi_buffer *this) in midibuf_is_full()
51 void line6_midibuf_reset(struct midi_buffer *this) in line6_midibuf_reset()
57 int line6_midibuf_init(struct midi_buffer *this, int size, int split) in line6_midibuf_init()
70 int line6_midibuf_bytes_free(struct midi_buffer *this) in line6_midibuf_bytes_free()
79 int line6_midibuf_bytes_used(struct midi_buffer *this) in line6_midibuf_bytes_used()
88 int line6_midibuf_write(struct midi_buffer *this, unsigned char *data, in line6_midibuf_write()
131 int line6_midibuf_read(struct midi_buffer *this, unsigned char *data, in line6_midibuf_read()
236 int line6_midibuf_ignore(struct midi_buffer *this, int length) in line6_midibuf_ignore()
248 void line6_midibuf_destroy(struct midi_buffer *this) in line6_midibuf_destroy()
/linux-4.1.27/drivers/mtd/nand/gpmi-nand/
Dgpmi-nand.c82 struct gpmi_nand_data *this = cookie; in bch_irq() local
107 static inline int get_ecc_strength(struct gpmi_nand_data *this) in get_ecc_strength()
120 static inline bool gpmi_check_ecc(struct gpmi_nand_data *this) in gpmi_check_ecc()
139 static bool set_geometry_by_ecc_info(struct gpmi_nand_data *this) in set_geometry_by_ecc_info()
257 static int legacy_set_geometry(struct gpmi_nand_data *this) in legacy_set_geometry()
367 int common_nfc_set_geometry(struct gpmi_nand_data *this) in common_nfc_set_geometry()
375 struct dma_chan *get_dma_chan(struct gpmi_nand_data *this) in get_dma_chan()
382 void prepare_data_dma(struct gpmi_nand_data *this, enum dma_data_direction dr) in prepare_data_dma()
414 struct gpmi_nand_data *this = param; in dma_irq_callback() local
445 int start_dma_without_bch_irq(struct gpmi_nand_data *this, in start_dma_without_bch_irq()
[all …]
Dgpmi-lib.c127 static int __gpmi_enable_clk(struct gpmi_nand_data *this, bool v) in __gpmi_enable_clk()
157 int gpmi_init(struct gpmi_nand_data *this) in gpmi_init()
204 void gpmi_dump_info(struct gpmi_nand_data *this) in gpmi_dump_info()
249 int bch_set_geometry(struct gpmi_nand_data *this) in bch_set_geometry()
327 static int gpmi_nfc_compute_hardware_timing(struct gpmi_nand_data *this, in gpmi_nfc_compute_hardware_timing()
858 static void gpmi_compute_edo_timing(struct gpmi_nand_data *this, in gpmi_compute_edo_timing()
918 static int enable_edo_mode(struct gpmi_nand_data *this, int mode) in enable_edo_mode()
969 int gpmi_extra_init(struct gpmi_nand_data *this) in gpmi_extra_init()
991 void gpmi_begin(struct gpmi_nand_data *this) in gpmi_begin()
1074 void gpmi_end(struct gpmi_nand_data *this) in gpmi_end()
[all …]
/linux-4.1.27/drivers/mtd/onenand/
Donenand_base.c196 static int onenand_block_address(struct onenand_chip *this, int block) in onenand_block_address()
213 static int onenand_bufferram_address(struct onenand_chip *this, int block) in onenand_bufferram_address()
273 static unsigned flexonenand_block(struct onenand_chip *this, loff_t addr) in flexonenand_block()
292 inline unsigned onenand_block(struct onenand_chip *this, loff_t addr) in onenand_block()
306 static loff_t flexonenand_addr(struct onenand_chip *this, int block) in flexonenand_addr()
324 loff_t onenand_addr(struct onenand_chip *this, int block) in onenand_addr()
372 struct onenand_chip *this = mtd->priv; in onenand_command() local
496 static inline int onenand_read_ecc(struct onenand_chip *this) in onenand_read_ecc()
527 struct onenand_chip * this = mtd->priv; in onenand_wait() local
607 struct onenand_chip *this = data; in onenand_interrupt() local
[all …]
Donenand_bbt.c59 struct onenand_chip *this = mtd->priv; in create_bbt() local
134 struct onenand_chip *this = mtd->priv; in onenand_memory_bbt() local
147 struct onenand_chip *this = mtd->priv; in onenand_isbad_bbt() local
184 struct onenand_chip *this = mtd->priv; in onenand_scan_bbt() local
235 struct onenand_chip *this = mtd->priv; in onenand_default_bbt() local
Dsamsung.c226 struct onenand_chip *this = onenand->mtd->priv; in s3c_onenand_readw() local
276 struct onenand_chip *this = onenand->mtd->priv; in s3c_onenand_writew() local
387 struct onenand_chip *this = mtd->priv; in s3c_onenand_command() local
484 struct onenand_chip *this = mtd->priv; in s3c_get_bufferram() local
626 struct onenand_chip *this = mtd->priv; in s5pc110_read_bufferram() local
736 struct onenand_chip *this = mtd->priv; in s3c_onenand_check_lock_status() local
757 struct onenand_chip *this = mtd->priv; in s3c_onenand_do_lock_cmd() local
782 struct onenand_chip *this = mtd->priv; in s3c_unlock_all() local
811 struct onenand_chip *this = mtd->priv; in s3c_onenand_setup() local
845 struct onenand_chip *this; in s3c_onenand_probe() local
[all …]
Domap2.c109 struct onenand_chip *this = mtd->priv; in omap2_onenand_wait() local
282 struct onenand_chip *this = mtd->priv; in omap2_onenand_bufferram_offset() local
301 struct onenand_chip *this = mtd->priv; in omap3_onenand_read_bufferram() local
379 struct onenand_chip *this = mtd->priv; in omap3_onenand_write_bufferram() local
470 struct onenand_chip *this = mtd->priv; in omap2_onenand_read_bufferram() local
515 struct onenand_chip *this = mtd->priv; in omap2_onenand_write_bufferram() local
614 struct onenand_chip *this; in omap2_onenand_probe() local
/linux-4.1.27/net/caif/
Dcffrml.c37 struct cffrml *this = kzalloc(sizeof(struct cffrml), GFP_ATOMIC); in cffrml_create() local
59 struct cffrml *this = container_obj(layer); in cffrml_free() local
64 void cffrml_set_uplayer(struct cflayer *this, struct cflayer *up) in cffrml_set_uplayer()
69 void cffrml_set_dnlayer(struct cflayer *this, struct cflayer *dn) in cffrml_set_dnlayer()
88 struct cffrml *this; in cffrml_receive() local
143 struct cffrml *this = container_obj(layr); in cffrml_transmit() local
178 struct cffrml *this = container_obj(layr); in cffrml_put() local
185 struct cffrml *this = container_obj(layr); in cffrml_hold() local
193 struct cffrml *this = container_obj(layr); in cffrml_refcnt_read() local
Dcfctrl.c38 struct cfctrl *this = in cfctrl_create() local
165 struct cfctrl *this = container_obj(layer); in cfctrl_get_respfuncs() local
560 struct cfctrl *this = container_obj(layr); in cfctrl_ctrlcmd() local
Dcfserl.c36 struct cfserl *this = kzalloc(sizeof(struct cfserl), GFP_ATOMIC); in cfserl_create() local
Dcaif_usb.c88 struct cfusbl *this = kmalloc(sizeof(struct cfusbl), GFP_ATOMIC); in cfusbl_create() local
Dcfrfml.c49 struct cfrfml *this = kzalloc(sizeof(struct cfrfml), GFP_ATOMIC); in cfrfml_create() local
Dcfmuxl.c50 struct cfmuxl *this = kzalloc(sizeof(struct cfmuxl), GFP_ATOMIC); in cfmuxl_create() local
Dcfcnfg.c74 struct cfcnfg *this; in cfcnfg_create() local
/linux-4.1.27/drivers/s390/net/
Dfsm.c20 fsm_instance *this; in init_fsm() local
72 kfree_fsm(fsm_instance *this) in kfree_fsm()
132 fsm_expire_timer(fsm_timer *this) in fsm_expire_timer()
142 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()
185 fsm_modtimer(fsm_timer *this, int millisec, int event, void *arg) in fsm_modtimer()
/linux-4.1.27/drivers/mtd/nand/
Dau1550nd.c42 struct nand_chip *this = mtd->priv; in au_read_byte() local
57 struct nand_chip *this = mtd->priv; in au_write_byte() local
70 struct nand_chip *this = mtd->priv; in au_read_byte16() local
85 struct nand_chip *this = mtd->priv; in au_write_byte16() local
98 struct nand_chip *this = mtd->priv; in au_read_word() local
115 struct nand_chip *this = mtd->priv; in au_write_buf() local
134 struct nand_chip *this = mtd->priv; in au_read_buf() local
153 struct nand_chip *this = mtd->priv; in au_write_buf16() local
175 struct nand_chip *this = mtd->priv; in au_read_buf16() local
201 struct nand_chip *this = mtd->priv; in au1550_hwcontrol() local
[all …]
Ddiskonchip.c299 struct nand_chip *this = mtd->priv; in doc2000_write_byte() local
311 struct nand_chip *this = mtd->priv; in doc2000_read_byte() local
326 struct nand_chip *this = mtd->priv; in doc2000_writebuf() local
343 struct nand_chip *this = mtd->priv; in doc2000_readbuf() local
358 struct nand_chip *this = mtd->priv; in doc2000_readbuf_dword() local
379 struct nand_chip *this = mtd->priv; in doc200x_ident_chip() local
425 struct nand_chip *this = mtd->priv; in doc2000_count_chips() local
445 static int doc200x_wait(struct mtd_info *mtd, struct nand_chip *this) in doc200x_wait()
461 struct nand_chip *this = mtd->priv; in doc2001_write_byte() local
472 struct nand_chip *this = mtd->priv; in doc2001_read_byte() local
[all …]
Dcs553x_nand.c100 struct nand_chip *this = mtd->priv; in cs553x_read_buf() local
112 struct nand_chip *this = mtd->priv; in cs553x_write_buf() local
124 struct nand_chip *this = mtd->priv; in cs553x_read_byte() local
130 struct nand_chip *this = mtd->priv; in cs553x_write_byte() local
143 struct nand_chip *this = mtd->priv; in cs553x_hwcontrol() local
155 struct nand_chip *this = mtd->priv; in cs553x_device_ready() local
164 struct nand_chip *this = mtd->priv; in cs_enable_hwecc() local
173 struct nand_chip *this = mtd->priv; in cs_calculate_ecc() local
189 struct nand_chip *this; in cs553x_init_one() local
328 struct nand_chip *this; in cs553x_cleanup() local
Dcmx270_nand.c56 struct nand_chip *this = mtd->priv; in cmx270_read_byte() local
64 struct nand_chip *this = mtd->priv; in cmx270_write_buf() local
73 struct nand_chip *this = mtd->priv; in cmx270_read_buf() local
97 struct nand_chip* this = mtd->priv; in cmx270_hwcontrol() local
140 struct nand_chip *this; in cmx270_init() local
Dnand_bbt.c178 struct nand_chip *this = mtd->priv; in read_bbt() local
269 struct nand_chip *this = mtd->priv; in read_abs_bbt() local
394 struct nand_chip *this = mtd->priv; in read_abs_bbts() local
460 struct nand_chip *this = mtd->priv; in create_bbt() local
529 struct nand_chip *this = mtd->priv; in search_bbt() local
624 struct nand_chip *this = mtd->priv; in write_bbt() local
825 struct nand_chip *this = mtd->priv; in nand_memory_bbt() local
844 struct nand_chip *this = mtd->priv; in check_create() local
968 struct nand_chip *this = mtd->priv; in mark_bbt_region() local
1028 struct nand_chip *this = mtd->priv; in verify_bbt_descr() local
[all …]
Dams-delta.c67 struct nand_chip *this = mtd->priv; in ams_delta_write_byte() local
80 struct nand_chip *this = mtd->priv; in ams_delta_read_byte() local
177 struct nand_chip *this; in ams_delta_init() local
Dxway_nand.c92 struct nand_chip *this = mtd->priv; in xway_cmd_ctrl() local
121 struct nand_chip *this = mtd->priv; in xway_read_byte() local
135 struct nand_chip *this = platform_get_drvdata(pdev); in xway_nand_probe() local
Dsocrates_nand.c48 struct nand_chip *this = mtd->priv; in socrates_nand_write_buf() local
67 struct nand_chip *this = mtd->priv; in socrates_nand_read_buf() local
Dsharpsl.c111 struct nand_chip *this; in sharpsl_nand_probe() local
Ds3c2410.c385 struct nand_chip *this = mtd->priv; in s3c2410_nand_select_chip() local
637 struct nand_chip *this = mtd->priv; in s3c2410_nand_read_buf() local
659 struct nand_chip *this = mtd->priv; in s3c2410_nand_write_buf() local
/linux-4.1.27/include/linux/mtd/
Donenand.h157 #define ONENAND_CURRENT_BUFFERRAM(this) (this->bufferram_index) argument
158 #define ONENAND_NEXT_BUFFERRAM(this) (this->bufferram_index ^ 1) argument
159 #define ONENAND_SET_NEXT_BUFFERRAM(this) (this->bufferram_index ^= 1) argument
160 #define ONENAND_SET_PREV_BUFFERRAM(this) (this->bufferram_index ^= 1) argument
161 #define ONENAND_SET_BUFFERRAM0(this) (this->bufferram_index = 0) argument
162 #define ONENAND_SET_BUFFERRAM1(this) (this->bufferram_index = 1) argument
164 #define FLEXONENAND(this) \ argument
166 #define ONENAND_GET_SYS_CFG1(this) \ argument
168 #define ONENAND_SET_SYS_CFG1(v, this) \ argument
171 #define ONENAND_IS_DDP(this) \ argument
[all …]
/linux-4.1.27/fs/jffs2/
Ddebug.c501 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local
523 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local
546 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local
569 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local
585 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local
600 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local
616 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local
632 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local
648 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local
664 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local
[all …]
Dcompr.c34 static int jffs2_is_best_compression(struct jffs2_compressor *this, in jffs2_is_best_compression()
77 struct jffs2_compressor *this; in jffs2_selected_compress() local
154 struct jffs2_compressor *this, *best=NULL; in jffs2_compress() local
257 struct jffs2_compressor *this; in jffs2_decompress() local
303 struct jffs2_compressor *this; in jffs2_register_compressor() local
Dnodelist.c102 struct jffs2_node_frag *this) in jffs2_obsolete_node_frag()
171 struct jffs2_node_frag *this, uint32_t lastend) in no_overlapping_node()
217 struct jffs2_node_frag *this; in jffs2_add_frag_to_fragtree() local
490 struct jffs2_inode_cache *this, *next; in jffs2_free_ino_caches() local
507 struct jffs2_raw_node_ref *this, *next; in jffs2_free_raw_node_refs() local
Dwbuf.c50 struct jffs2_inodirty *this = c->wbuf_inodes; in jffs2_wbuf_pending_for_ino() local
71 struct jffs2_inodirty *this; in jffs2_clear_wbuf_ino_list() local
110 struct list_head *this, *next; in jffs2_refile_wbuf_blocks() local
Dreadinode.c223 struct jffs2_tmp_dnode_info *this, *ptn; in jffs2_add_tn_to_tree() local
455 struct jffs2_tmp_dnode_info *pen, *last, *this; in jffs2_build_inode_fragtree() local
Derase.c256 struct jffs2_raw_node_ref *this; in jffs2_remove_node_refs_from_ino_list() local
Dnodemgmt.c567 struct list_head *this; in on_list() local
/linux-4.1.27/net/atm/
Daddr.c50 struct atm_dev_addr *this, *p; in atm_reset_addr() local
71 struct atm_dev_addr *this; in atm_add_addr() local
106 struct atm_dev_addr *this; in atm_del_addr() local
136 struct atm_dev_addr *this; in atm_get_addr() local
Dclip.c542 static int clip_device_event(struct notifier_block *this, unsigned long event, in clip_device_event()
575 static int clip_inet_event(struct notifier_block *this, unsigned long event, in clip_inet_event()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_interval.c11 struct drbd_interval *this = rb_entry(node, struct drbd_interval, rb); in interval_end() local
47 drbd_insert_interval(struct rb_root *root, struct drbd_interval *this) in drbd_insert_interval()
117 drbd_remove_interval(struct rb_root *root, struct drbd_interval *this) in drbd_remove_interval()
/linux-4.1.27/arch/mips/lasat/
Dsetup.c90 static int lasat_panic_display(struct notifier_block *this, in lasat_panic_display()
102 static int lasat_panic_prom_monitor(struct notifier_block *this, in lasat_panic_prom_monitor()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Dmm.c50 struct nvkm_mm_node *this = *pthis; in nvkm_mm_free() local
114 struct nvkm_mm_node *prev, *this, *next; in nvkm_mm_head() local
188 struct nvkm_mm_node *prev, *this, *next; in nvkm_mm_tail() local
/linux-4.1.27/arch/cris/arch-v32/drivers/mach-fs/
Dnandflash.c54 struct nand_chip *this = mtd->priv; in crisv32_hwcontrol() local
109 struct nand_chip *this; in crisv32_nand_flash_probe() local
/linux-4.1.27/net/ipv6/netfilter/
Dnf_nat_masquerade_ipv6.c64 static int masq_device_event(struct notifier_block *this, in masq_device_event()
81 static int masq_inet_event(struct notifier_block *this, in masq_inet_event()
/linux-4.1.27/arch/cris/arch-v32/drivers/mach-a3/
Dnandflash.c55 struct nand_chip *this = mtd->priv; in crisv32_hwcontrol() local
111 struct nand_chip *this; in crisv32_nand_flash_probe() local
/linux-4.1.27/net/ipv4/netfilter/
Dnf_nat_masquerade_ipv4.c86 static int masq_device_event(struct notifier_block *this, in masq_device_event()
107 static int masq_inet_event(struct notifier_block *this, in masq_inet_event()
Dnf_nat_h323.c396 struct nf_conntrack_expect *this) in ip_nat_q931_expect()
495 struct nf_conntrack_expect *this) in ip_nat_callforwarding_expect()
/linux-4.1.27/drivers/net/
Deql.c145 struct list_head *this, *tmp, *head; in eql_timer() local
234 struct list_head *head, *tmp, *this; in eql_kill_slave_queue() local
301 struct list_head *this, *tmp, *head; in __eql_schedule_slaves() local
366 struct list_head *this, *head; in __eql_find_slave_dev() local
/linux-4.1.27/virt/kvm/
Dcoalesced_mmio.c64 struct kvm_io_device *this, gpa_t addr, in coalesced_mmio_write()
91 static void coalesced_mmio_destructor(struct kvm_io_device *this) in coalesced_mmio_destructor()
Deventfd.c718 ioeventfd_write(struct kvm_vcpu *vcpu, struct kvm_io_device *this, gpa_t addr, in ioeventfd_write()
735 ioeventfd_destructor(struct kvm_io_device *this) in ioeventfd_destructor()
/linux-4.1.27/arch/parisc/kernel/
Dpdc_chassis.c98 static int pdc_chassis_panic_event(struct notifier_block *this, in pdc_chassis_panic_event()
118 static int pdc_chassis_reboot_event(struct notifier_block *this, in pdc_chassis_reboot_event()
/linux-4.1.27/kernel/irq/
Ddevres.c16 struct irq_devres *this = res; in devm_irq_release() local
23 struct irq_devres *this = res, *match = data; in devm_irq_match() local
/linux-4.1.27/drivers/gpio/
Ddevres.c33 struct gpio_desc **this = res, **gpio = data; in devm_gpiod_match() local
47 struct gpio_descs **this = res, **gpios = data; in devm_gpiod_match_array() local
304 unsigned *this = res, *gpio = data; in devm_gpio_match() local
/linux-4.1.27/arch/arm/mach-omap1/
Dboard-nand.c25 struct nand_chip *this = mtd->priv; in omap1_nand_cmd_ctl() local
Dboard-voiceblue.c163 static int panic_event(struct notifier_block *this, unsigned long event, in panic_event()
/linux-4.1.27/drivers/base/
Ddma-mapping.c28 struct dma_devres *this = res; in dmam_coherent_release() local
35 struct dma_devres *this = res; in dmam_noncoherent_release() local
42 struct dma_devres *this = res, *match = match_data; in dmam_match() local
/linux-4.1.27/drivers/isdn/hardware/eicon/
Ddi.c81 ENTITY *this = NULL; in pr_out() local
364 ENTITY *this; in isdn_rc() local
566 ENTITY *this; in isdn_ind() local
Dcapifunc.c727 APPL *this; in diva_register_appl() local
851 APPL *this = &application[appl - 1]; in diva_release_appl() local
885 APPL *this = &application[GET_WORD(&msg->header.appl_id) - 1]; in diva_send_message() local
/linux-4.1.27/drivers/power/reset/
Dat91-reset.c55 static int at91sam9260_restart(struct notifier_block *this, unsigned long mode, in at91sam9260_restart()
82 static int at91sam9g45_restart(struct notifier_block *this, unsigned long mode, in at91sam9g45_restart()
Dhisi-reboot.c27 static int hisi_restart_handler(struct notifier_block *this, in hisi_restart_handler()
Drmobile-reset.c27 static int rmobile_reset_handler(struct notifier_block *this, in rmobile_reset_handler()
Dsyscon-reboot.c34 static int syscon_restart_handle(struct notifier_block *this, in syscon_restart_handle()
Daxxia-reset.c40 static int axxia_restart_handler(struct notifier_block *this, in axxia_restart_handler()
Dxgene-reboot.c44 static int xgene_restart_handler(struct notifier_block *this, in xgene_restart_handler()
Darm-versatile-reboot.c71 static int versatile_reboot(struct notifier_block *this, unsigned long mode, in versatile_reboot()
Dgpio-restart.c34 static int gpio_restart_notify(struct notifier_block *this, in gpio_restart_notify()
Dbrcmstb-reboot.c45 static int brcmstb_restart_handler(struct notifier_block *this, in brcmstb_restart_handler()
Dkeystone-reset.c55 static int rsctrl_restart_handler(struct notifier_block *this, in rsctrl_restart_handler()
Dst-poweroff.c77 static int st_restart(struct notifier_block *this, unsigned long mode, in st_restart()
Dvexpress-poweroff.c46 static int vexpress_restart(struct notifier_block *this, unsigned long mode, in vexpress_restart()
/linux-4.1.27/drivers/input/serio/
Dhp_sdc.c601 int __hp_sdc_enqueue_transaction(hp_sdc_transaction *this) in __hp_sdc_enqueue_transaction()
634 int hp_sdc_enqueue_transaction(hp_sdc_transaction *this) { in hp_sdc_enqueue_transaction()
645 int hp_sdc_dequeue_transaction(hp_sdc_transaction *this) in hp_sdc_dequeue_transaction()
/linux-4.1.27/kernel/locking/
Dlockdep.c867 static int add_lock_to_list(struct lock_class *class, struct lock_class *this, in add_lock_to_list()
1191 static noinline int print_circular_bug(struct lock_list *this, in print_circular_bug()
1250 static unsigned long __lockdep_count_forward_deps(struct lock_list *this) in __lockdep_count_forward_deps()
1262 struct lock_list this; in lockdep_count_forward_deps() local
1276 static unsigned long __lockdep_count_backward_deps(struct lock_list *this) in __lockdep_count_backward_deps()
1289 struct lock_list this; in lockdep_count_backward_deps() local
1572 struct lock_list this, that; in check_usage() local
1829 struct lock_list this; in check_prev_add() local
2234 print_usage_bug(struct task_struct *curr, struct held_lock *this, in print_usage_bug()
2276 valid_state(struct task_struct *curr, struct held_lock *this, in valid_state()
[all …]
/linux-4.1.27/drivers/watchdog/
Dbcm47xx_wdt.c161 static int bcm47xx_wdt_notify_sys(struct notifier_block *this, in bcm47xx_wdt_notify_sys()
172 static int bcm47xx_wdt_restart(struct notifier_block *this, unsigned long mode, in bcm47xx_wdt_restart()
Dalim7101_wdt.c304 static int wdt_restart_handle(struct notifier_block *this, unsigned long mode, in wdt_restart_handle()
330 static int wdt_notify_sys(struct notifier_block *this, in wdt_notify_sys()
Dsoftdog.c128 static int softdog_notify_sys(struct notifier_block *this, unsigned long code, in softdog_notify_sys()
Dindydog.c145 static int indydog_notify_sys(struct notifier_block *this, in indydog_notify_sys()
Dsbc8360.c293 static int sbc8360_notify_sys(struct notifier_block *this, unsigned long code, in sbc8360_notify_sys()
Dsbc_epx_c3.c149 static int epx_c3_notify_sys(struct notifier_block *this, unsigned long code, in epx_c3_notify_sys()
Dmoxart_wdt.c37 static int moxart_restart_handle(struct notifier_block *this, in moxart_restart_handle()
Dwafer5823wdt.c220 static int wafwdt_notify_sys(struct notifier_block *this, unsigned long code, in wafwdt_notify_sys()
Dscx200_wdt.c120 static int scx200_wdt_notify_sys(struct notifier_block *this, in scx200_wdt_notify_sys()
Dsb_wdog.c220 static int sbwdog_notify_sys(struct notifier_block *this, unsigned long code, in sbwdog_notify_sys()
Dsbc7240_wdt.c235 static int wdt_notify_sys(struct notifier_block *this, unsigned long code, in wdt_notify_sys()
Dda9063_wdt.c124 static int da9063_wdt_restart_handler(struct notifier_block *this, in da9063_wdt_restart_handler()
Dsbc60xxwdt.c301 static int wdt_notify_sys(struct notifier_block *this, unsigned long code, in wdt_notify_sys()
Dpnx833x_wdt.c208 static int pnx833x_wdt_notify_sys(struct notifier_block *this, in pnx833x_wdt_notify_sys()
Dintel_scu_watchdog.c413 static int intel_scu_notify_sys(struct notifier_block *this, in intel_scu_notify_sys()
Dalim1535_wdt.c287 static int ali_notify_sys(struct notifier_block *this, in ali_notify_sys()
Dw83877f_wdt.c323 static int wdt_notify_sys(struct notifier_block *this, unsigned long code, in wdt_notify_sys()
Dmeson_wdt.c51 static int meson_restart_handle(struct notifier_block *this, unsigned long mode, in meson_restart_handle()
Ddiag288_wdt.c242 static int wdt_power_event(struct notifier_block *this, unsigned long event, in wdt_power_event()
Dat91rm9200_wdt.c58 static int at91rm9200_restart(struct notifier_block *this, in at91rm9200_restart()
Dwdt977.c416 static int wdt977_notify_sys(struct notifier_block *this, unsigned long code, in wdt977_notify_sys()
Dmtk_wdt.c70 static int mtk_reset_handler(struct notifier_block *this, unsigned long mode, in mtk_reset_handler()
Dw83977f_wdt.c441 static int wdt_notify_sys(struct notifier_block *this, unsigned long code, in wdt_notify_sys()
Deurotechwdt.c359 static int eurwdt_notify_sys(struct notifier_block *this, unsigned long code, in eurwdt_notify_sys()
Dsc520_wdt.c355 static int wdt_notify_sys(struct notifier_block *this, unsigned long code, in wdt_notify_sys()
Dsunxi_wdt.c89 static int sunxi_restart_handle(struct notifier_block *this, unsigned long mode, in sunxi_restart_handle()
Dsc1200wdt.c296 static int sc1200wdt_notify_sys(struct notifier_block *this, in sc1200wdt_notify_sys()
Ddw_wdt.c142 static int dw_wdt_restart_handle(struct notifier_block *this, in dw_wdt_restart_handle()
Dwdrtas.c472 static int wdrtas_reboot(struct notifier_block *this, in wdrtas_reboot()
Dsmsc37b787_wdt.c494 static int wb_smsc_wdt_notify_sys(struct notifier_block *this, in wb_smsc_wdt_notify_sys()
Dimx2_wdt.c86 static int imx2_restart_handler(struct notifier_block *this, unsigned long mode, in imx2_restart_handler()
Dwdt_pci.c555 static int wdtpci_notify_sys(struct notifier_block *this, unsigned long code, in wdtpci_notify_sys()
Dwdt.c512 static int wdt_notify_sys(struct notifier_block *this, unsigned long code, in wdt_notify_sys()
Dpc87413_wdt.c463 static int pc87413_notify_sys(struct notifier_block *this, in pc87413_notify_sys()
Dit8712f_wdt.c222 static int it8712f_wdt_notify(struct notifier_block *this, in it8712f_wdt_notify()
Dcadence_wdt.c295 static int cdns_wdt_notify_sys(struct notifier_block *this, unsigned long code, in cdns_wdt_notify_sys()
Dmachzwd.c356 static int zf_notify_sys(struct notifier_block *this, unsigned long code, in zf_notify_sys()
Dw83627hf_wdt.c293 static int wdt_notify_sys(struct notifier_block *this, unsigned long code, in wdt_notify_sys()
Dpcwd_pci.c635 static int pcipcwd_notify_sys(struct notifier_block *this, unsigned long code, in pcipcwd_notify_sys()
Dpcwd_usb.c540 static int usb_pcwd_notify_sys(struct notifier_block *this, unsigned long code, in usb_pcwd_notify_sys()
Ds3c2410_wdt.c455 static int s3c2410wdt_restart(struct notifier_block *this, in s3c2410wdt_restart()
/linux-4.1.27/arch/x86/kvm/
Di8254.c449 struct kvm_io_device *this, in pit_ioport_write()
526 struct kvm_io_device *this, in pit_ioport_read()
597 struct kvm_io_device *this, in speaker_ioport_write()
615 struct kvm_io_device *this, in speaker_ioport_read()
Dioapic.c498 static int ioapic_mmio_read(struct kvm_vcpu *vcpu, struct kvm_io_device *this, in ioapic_mmio_read()
541 static int ioapic_mmio_write(struct kvm_vcpu *vcpu, struct kvm_io_device *this, in ioapic_mmio_write()
/linux-4.1.27/drivers/mtd/chips/
Dchipreg.c34 struct mtd_chip_driver *ret = NULL, *this; in get_mtd_chip_driver() local
/linux-4.1.27/arch/xtensa/platforms/iss/
Dsetup.c97 iss_panic_event(struct notifier_block *this, unsigned long event, void *ptr) in iss_panic_event()
/linux-4.1.27/drivers/clk/samsung/
Dclk-exynos5440.c96 static int exynos5440_clk_restart_notify(struct notifier_block *this, in exynos5440_clk_restart_notify()
Dclk-s3c2412.c209 static int s3c2412_restart(struct notifier_block *this, in s3c2412_restart()
Dclk-s3c2443.c359 static int s3c2443_restart(struct notifier_block *this, in s3c2443_restart()
/linux-4.1.27/drivers/edac/
Docteon_edac-pc.c39 static int co_cache_error_event(struct notifier_block *this, in co_cache_error_event()
/linux-4.1.27/fs/hfs/
Dstring.c54 int hfs_hash_dentry(const struct dentry *dentry, struct qstr *this) in hfs_hash_dentry()
Dbtree.h49 u32 this; member
/linux-4.1.27/arch/mips/pnx833x/common/
Dplatform.c183 struct nand_chip *this = mtd->priv; in pnx833x_flash_nand_cmd_ctrl() local
/linux-4.1.27/drivers/mmc/core/
Dpwrseq_emmc.c59 static int mmc_pwrseq_emmc_reset_nb(struct notifier_block *this, in mmc_pwrseq_emmc_reset_nb()
Dsdio_cis.c231 struct sdio_func_tuple *this, **prev; in sdio_read_cis() local
/linux-4.1.27/arch/arm/mach-ixp4xx/
Dixdp425-setup.c79 struct nand_chip *this = mtd->priv; in ixdp425_flash_nand_cmd_ctrl() local
/linux-4.1.27/arch/mips/sgi-ip32/
Dip32-reset.c110 static int panic_event(struct notifier_block *this, unsigned long event, in panic_event()
/linux-4.1.27/fs/
Danon_inodes.c74 struct qstr this; in anon_inode_getfile() local
/linux-4.1.27/net/sched/
Dsch_cbq.c191 cbq_reclassify(struct sk_buff *skb, struct cbq_class *this) in cbq_reclassify()
325 static void cbq_deactivate_class(struct cbq_class *this) in cbq_deactivate_class()
466 struct cbq_class *this = cl; in cbq_ovl_rclassic() local
696 struct cbq_class *this = q->tx_class; in cbq_update() local
1008 static void cbq_adjust_levels(struct cbq_class *this) in cbq_adjust_levels()
1122 static void cbq_unlink_class(struct cbq_class *this) in cbq_unlink_class()
1150 static void cbq_link_class(struct cbq_class *this) in cbq_link_class()
/linux-4.1.27/drivers/net/phy/
Ddp83640.c586 struct list_head *this, *next; in prune_rx_ts() local
618 struct list_head *this; in recalibrate() local
989 struct list_head *this, *next; in dp83640_free_clocks() local
1067 struct list_head *this; in dp83640_clock_get_bus() local
1163 struct list_head *this, *next; in dp83640_remove() local
1389 struct list_head *this, *next; in dp83640_rxtstamp() local
/linux-4.1.27/lib/zlib_inflate/
Dinftrees.c39 code this; /* table entry for duplication */ in zlib_inflate_table() local
Dinffast.c109 code this; /* retrieved table entry */ in inflate_fast() local
Dinflate.c328 code this; /* current decoding table entry */ in zlib_inflate() local
/linux-4.1.27/arch/powerpc/mm/
Dhugetlbpage-book3e.c17 int this, next; in tlb1_next() local
/linux-4.1.27/arch/mips/sgi-ip22/
Dip22-reset.c168 static int panic_event(struct notifier_block *this, unsigned long event, in panic_event()
/linux-4.1.27/drivers/net/ethernet/ti/
Dcpts.c108 struct list_head *this, *next; in cpts_systim_read() local
290 struct list_head *this, *next; in cpts_find_ts() local
/linux-4.1.27/net/rds/
Dinfo.c118 unsigned long this; in rds_info_copy() local
/linux-4.1.27/drivers/char/xillybus/
Dxillybus_pcie.c100 struct xilly_mapping *this; in xilly_map_single_pci() local
Dxillybus_of.c83 struct xilly_mapping *this; in xilly_map_single_of() local
/linux-4.1.27/drivers/iommu/
Diova.c199 struct iova *this = container_of(*entry, in __alloc_and_insert_iova_range() local
229 struct iova *this = container_of(*new, struct iova, node); in iova_insert_rbtree() local
/linux-4.1.27/arch/arm/mach-pxa/
Dpalmtx.c253 struct nand_chip *this = mtd->priv; in palmtx_nand_cmd_ctl() local
Dballoon3.c575 struct nand_chip *this = mtd->priv; in balloon3_nand_cmd_ctl() local
/linux-4.1.27/net/6lowpan/
Dnhc.c30 struct lowpan_nhc *this = container_of(*new, struct lowpan_nhc, in lowpan_nhc_insert() local
/linux-4.1.27/drivers/parisc/
Dpower.c183 static int parisc_panic_event(struct notifier_block *this, in parisc_panic_event()
/linux-4.1.27/kernel/
Dfutex.c581 struct futex_q *this; in futex_top_waiter() local
1125 static int wake_futex_pi(u32 __user *uaddr, u32 uval, struct futex_q *this) in wake_futex_pi()
1227 struct futex_q *this, *next; in futex_wake() local
1280 struct futex_q *this, *next; in futex_wake_op() local
1515 struct futex_q *this, *next; in futex_requeue() local
Dhung_task.c64 hung_task_panic(struct notifier_block *this, unsigned long event, void *ptr) in hung_task_panic()
Dresource.c561 struct resource *this = root->child; in __find_resource() local
1332 struct region_devres *this = res; in devm_region_release() local
1339 struct region_devres *this = res, *match = match_data; in devm_region_match() local
/linux-4.1.27/arch/frv/mb93090-mb00/
Dpci-dma-nommu.c40 struct list_head *this = &dma_alloc_list; in dma_alloc_coherent() local
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_amd_uncore.c331 amd_uncore_find_online_sibling(struct amd_uncore *this, in amd_uncore_find_online_sibling()
410 struct amd_uncore *this = *per_cpu_ptr(uncores, cpu); in uncore_down_prepare() local
/linux-4.1.27/tools/perf/
Dbuiltin-kmem.c379 struct page_stat this = { in perf_evsel__process_page_alloc_event() local
432 struct page_stat this = { in perf_evsel__process_page_free_event() local
715 struct alloc_stat *this; in sort_slab_insert() local
760 struct page_stat *this; in sort_page_insert() local
/linux-4.1.27/net/netfilter/
Dxt_TEE.c200 static int tee_netdev_event(struct notifier_block *this, unsigned long event, in tee_netdev_event()
Dnfnetlink_queue_core.c812 nfqnl_rcv_dev_event(struct notifier_block *this, in nfqnl_rcv_dev_event()
849 nfqnl_rcv_nl_event(struct notifier_block *this, in nfqnl_rcv_nl_event()
/linux-4.1.27/security/selinux/
Dnetif.c261 static int sel_netif_netdev_notifier_handler(struct notifier_block *this, in sel_netif_netdev_notifier_handler()
/linux-4.1.27/arch/blackfin/mach-bf561/boards/
Dacvilon.c270 struct nand_chip *this = mtd->priv; in bfin_plat_nand_cmd_ctrl() local
/linux-4.1.27/fs/gfs2/
Dexport.c161 struct gfs2_inum_host this; in gfs2_fh_to_dentry() local
/linux-4.1.27/arch/x86/mm/
Dpat_rbtree.c242 struct memtype *this = container_of(node, struct memtype, rb); in rbt_memtype_copy_nth_element() local
/linux-4.1.27/drivers/misc/mic/card/
Dmic_device.c51 static int mic_panic_event(struct notifier_block *this, unsigned long event, in mic_panic_event()
/linux-4.1.27/arch/mips/alchemy/devboards/
Ddb1550.c130 struct nand_chip *this = mtd->priv; in au1550_nand_cmd_ctrl() local
Ddb1300.c152 struct nand_chip *this = mtd->priv; in au1300_nand_cmd_ctrl() local
Ddb1200.c203 struct nand_chip *this = mtd->priv; in au1200_nand_cmd_ctrl() local
/linux-4.1.27/drivers/net/wan/
Dhdlc.c99 static int hdlc_device_event(struct notifier_block *this, unsigned long event, in hdlc_device_event()
Dlapbether.c369 static int lapbeth_device_event(struct notifier_block *this, in lapbeth_device_event()
/linux-4.1.27/net/core/
Ddst.c358 static int dst_dev_event(struct notifier_block *this, unsigned long event, in dst_dev_event()
Dfib_rules.c731 static int fib_rules_event(struct notifier_block *this, unsigned long event, in fib_rules_event()
/linux-4.1.27/drivers/net/ethernet/sun/
Dsunbmac.c768 struct be_txd *this = &txbase[elem]; in bigmac_tx() local
802 struct be_rxd *this; in bigmac_rx() local
Dsunhme.c127 int i, this; in tx_dump_log() local
1922 struct happy_meal_txd *this; in happy_meal_tx() local
1994 struct happy_meal_rxd *this; in happy_meal_rx() local
2276 struct happy_meal_txd *this = &txbase[first_entry]; in unmap_partial_tx_skb() local
Dsunqe.c414 struct qe_rxd *this; in qe_rx() local
/linux-4.1.27/crypto/
Dalgboss.c276 static int cryptomgr_notify(struct notifier_block *this, unsigned long msg, in cryptomgr_notify()
/linux-4.1.27/drivers/mtd/devices/
Dphram.c87 struct phram_mtd_list *this, *safe; in unregister_devices() local
/linux-4.1.27/drivers/cpufreq/
Ds3c2416-cpufreq.c305 static int s3c2416_cpufreq_reboot_notifier_evt(struct notifier_block *this, in s3c2416_cpufreq_reboot_notifier_evt()
Ds5pv210-cpufreq.c559 static int s5pv210_cpufreq_reboot_notifier_event(struct notifier_block *this, in s5pv210_cpufreq_reboot_notifier_event()
/linux-4.1.27/drivers/media/i2c/smiapp/
Dsmiapp-core.c1895 int this = scaling_goodness( in smiapp_set_compose_binner() local
1985 int this = scaling_goodness( in smiapp_set_compose_scaler() local
2484 struct smiapp_subdev *this = ssds[i + 1]; in smiapp_register_subdevs() local
2714 struct smiapp_subdev *this = _this->ssd; in smiapp_init() local
/linux-4.1.27/arch/metag/kernel/
Dsetup.c208 static int metag_panic_event(struct notifier_block *this, unsigned long event, in metag_panic_event()
/linux-4.1.27/net/batman-adv/
Dhard-interface.c639 static int batadv_hard_if_event(struct notifier_block *this, in batadv_hard_if_event()
/linux-4.1.27/kernel/trace/
Dtrace_stat.c91 struct stat_node *this; in insert_stat() local
/linux-4.1.27/lib/
Ddevres.c245 struct pcim_iomap_devres *this = res; in pcim_iomap_release() local
/linux-4.1.27/arch/ia64/hp/sim/
Dsimeth.c269 simeth_device_event(struct notifier_block *this,unsigned long event, void *ptr) in simeth_device_event()
/linux-4.1.27/arch/arm/mach-exynos/
Dpmu.c880 static int pmu_restart_notify(struct notifier_block *this, in pmu_restart_notify()
/linux-4.1.27/drivers/clk/rockchip/
Dclk.c335 static int rockchip_restart_notify(struct notifier_block *this, in rockchip_restart_notify()
/linux-4.1.27/arch/powerpc/kernel/
Dsetup-common.c666 static int ppc_panic_event(struct notifier_block *this, in ppc_panic_event()
/linux-4.1.27/arch/mips/txx9/generic/
Dsetup_tx4939.c330 static int tx4939_netdev_event(struct notifier_block *this, in tx4939_netdev_event()
/linux-4.1.27/net/ipv4/
Dfib_frontend.c1074 static int fib_inetaddr_event(struct notifier_block *this, unsigned long event, void *ptr) in fib_inetaddr_event()
1105 static int fib_netdev_event(struct notifier_block *this, unsigned long event, void *ptr) in fib_netdev_event()
/linux-4.1.27/drivers/block/paride/
Dppc6lnx.c550 u8 this, last; in ppc6_wr_data_blk() local
/linux-4.1.27/drivers/net/hamradio/
Dbpqether.c550 static int bpq_device_event(struct notifier_block *this, in bpq_device_event()
/linux-4.1.27/arch/arm/mach-orion5x/
Dts78xx-setup.c179 struct nand_chip *this = mtd->priv; in ts78xx_ts_nand_cmd_ctrl() local
/linux-4.1.27/drivers/devfreq/exynos/
Dexynos5_bus.c190 static int exynos5_busfreq_int_pm_notifier_event(struct notifier_block *this, in exynos5_busfreq_int_pm_notifier_event()
Dexynos4_bus.c831 static int exynos4_busfreq_pm_notifier_event(struct notifier_block *this, in exynos4_busfreq_pm_notifier_event()
/linux-4.1.27/arch/s390/mm/
Dcmm.c416 static int cmm_power_event(struct notifier_block *this, in cmm_power_event()
/linux-4.1.27/drivers/char/ipmi/
Dipmi_watchdog.c1144 static int wdog_reboot_handler(struct notifier_block *this, in wdog_reboot_handler()
1177 static int wdog_panic_handler(struct notifier_block *this, in wdog_panic_handler()
/linux-4.1.27/drivers/net/usb/
Dnet1080.c269 #define MK_TTL(this,other) ((u16)(((other)<<8)|(0x00ff&(this)))) argument
/linux-4.1.27/drivers/s390/cio/
Dcss.c808 static int css_reboot_event(struct notifier_block *this, in css_reboot_event()
839 static int css_power_event(struct notifier_block *this, unsigned long event, in css_power_event()
/linux-4.1.27/mm/
Dksm.c743 struct list_head *this, *next; in remove_all_stable_nodes() local
1568 struct list_head *this, *next; in scan_get_next_rmap_item() local
1995 struct list_head *this, *next; in ksm_check_stable_tree() local
/linux-4.1.27/drivers/xen/
Devtchn.c88 struct user_evtchn *this; in add_evtchn() local
/linux-4.1.27/drivers/acpi/
Dsleep.c44 static int tts_notify_reboot(struct notifier_block *this, in tts_notify_reboot()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramnv50.c224 struct nvkm_mm_node *this; in __nv50_ram_put() local
/linux-4.1.27/kernel/rcu/
Dupdate.c420 static int rcu_panic(struct notifier_block *this, unsigned long ev, void *ptr) in rcu_panic()
/linux-4.1.27/virt/kvm/arm/
Dvgic.c800 struct kvm_io_device *this, gpa_t addr, in vgic_handle_mmio_access()
849 struct kvm_io_device *this, in vgic_handle_mmio_read()
856 struct kvm_io_device *this, in vgic_handle_mmio_write()
/linux-4.1.27/drivers/mtd/ubi/
Dattach.c1140 struct rb_node *this = av->root.rb_node; in destroy_av() local
/linux-4.1.27/drivers/clk/
Dclk-nomadik.c65 static int nomadik_clk_reboot_handler(struct notifier_block *this, in nomadik_clk_reboot_handler()
/linux-4.1.27/fs/proc/
Dgeneric.c83 struct proc_dir_entry *this = in pde_subdir_insert() local
/linux-4.1.27/net/decnet/
Ddn_fib.c667 static int dn_fib_dnaddr_event(struct notifier_block *this, unsigned long event, void *ptr) in dn_fib_dnaddr_event()
/linux-4.1.27/kernel/debug/
Ddebug_core.c872 dbg_notify_reboot(struct notifier_block *this, unsigned long code, void *x) in dbg_notify_reboot()

12