Searched refs:nt (Results 1 - 8 of 8) sorted by relevance

/drivers/net/
H A Dnetconsole.c124 static void netconsole_target_get(struct netconsole_target *nt) argument
126 if (config_item_name(&nt->item))
127 config_item_get(&nt->item);
130 static void netconsole_target_put(struct netconsole_target *nt) argument
132 if (config_item_name(&nt->item))
133 config_item_put(&nt->item);
151 static void netconsole_target_get(struct netconsole_target *nt) argument
155 static void netconsole_target_put(struct netconsole_target *nt) argument
165 struct netconsole_target *nt; local
171 nt
200 free_param_target(struct netconsole_target *nt) argument
246 show_enabled(struct netconsole_target *nt, char *buf) argument
251 show_dev_name(struct netconsole_target *nt, char *buf) argument
256 show_local_port(struct netconsole_target *nt, char *buf) argument
261 show_remote_port(struct netconsole_target *nt, char *buf) argument
266 show_local_ip(struct netconsole_target *nt, char *buf) argument
271 show_remote_ip(struct netconsole_target *nt, char *buf) argument
276 show_local_mac(struct netconsole_target *nt, char *buf) argument
284 show_remote_mac(struct netconsole_target *nt, char *buf) argument
296 store_enabled(struct netconsole_target *nt, const char *buf, size_t count) argument
337 store_dev_name(struct netconsole_target *nt, const char *buf, size_t count) argument
360 store_local_port(struct netconsole_target *nt, const char *buf, size_t count) argument
379 store_remote_port(struct netconsole_target *nt, const char *buf, size_t count) argument
398 store_local_ip(struct netconsole_target *nt, const char *buf, size_t count) argument
414 store_remote_ip(struct netconsole_target *nt, const char *buf, size_t count) argument
430 store_remote_mac(struct netconsole_target *nt, const char *buf, size_t count) argument
499 struct netconsole_target *nt = to_target(item); local
515 struct netconsole_target *nt = to_target(item); local
545 struct netconsole_target *nt; local
576 struct netconsole_target *nt = to_target(item); local
620 struct netconsole_target *nt; local
689 struct netconsole_target *nt; local
728 struct netconsole_target *nt, *tmp; local
783 struct netconsole_target *nt, *tmp; local
[all...]
/drivers/mtd/ubi/
H A Dgluebi.c470 struct ubi_notification *nt = ns_ptr; local
474 gluebi_create(&nt->di, &nt->vi);
477 gluebi_remove(&nt->vi);
480 gluebi_resized(&nt->vi);
483 gluebi_updated(&nt->vi);
H A Dbuild.c147 struct ubi_notification nt; local
149 ubi_do_get_device_info(ubi, &nt.di);
150 ubi_do_get_volume_info(ubi, vol, &nt.vi);
151 return blocking_notifier_call_chain(&ubi_notifiers, ntype, &nt);
167 struct ubi_notification nt; local
170 ubi_do_get_device_info(ubi, &nt.di);
182 ubi_do_get_volume_info(ubi, ubi->volumes[i], &nt.vi);
184 nb->notifier_call(nb, ntype, &nt);
187 &nt);
/drivers/misc/
H A Dtifm_core.c25 static const char *tifm_media_type_name(unsigned char type, unsigned char nt) argument
33 if (nt > 2 || type < 1 || type > 3)
35 return card_type_name[nt][type - 1];
/drivers/s390/char/
H A Dtape_char.c69 device->nt = register_tape_dev(
93 unregister_tape_dev(&device->cdev->dev, device->nt);
94 device->nt = NULL;
H A Dtape.h212 struct tape_class_device * nt; member in struct:tape_device
/drivers/block/drbd/
H A Ddrbd_main.c1685 struct task_struct *nt; local
1716 nt = kthread_create(drbd_thread_setup, (void *) thi,
1719 if (IS_ERR(nt)) {
1726 thi->task = nt;
1729 wake_up_process(nt);
/drivers/net/wireless/iwmc3200wifi/
H A Drx.c390 struct iwm_rx_ticket_node *ticket, *nt; local
395 list_for_each_entry_safe(ticket, nt, &iwm->rx_tickets, node) {

Completed in 203 milliseconds