Home
last modified time | relevance | path

Searched defs:nt (Results 1 – 25 of 32) sorted by relevance

12

/linux-5.19.10/drivers/net/
Dnetconsole.c129 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
135 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
156 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get()
160 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put()
170 struct netconsole_target *nt; in alloc_param_target() local
210 static void free_param_target(struct netconsole_target *nt) in free_param_target()
274 struct netconsole_target *nt = to_target(item); in local_ip_show() local
284 struct netconsole_target *nt = to_target(item); in remote_ip_show() local
315 struct netconsole_target *nt = to_target(item); in enabled_store() local
374 struct netconsole_target *nt = to_target(item); in extended_store() local
[all …]
Dnlmon.c32 struct netlink_tap nt; member
/linux-5.19.10/drivers/gpu/drm/panel/
Dpanel-novatek-nt35950.c100 static void nt35950_reset(struct nt35950 *nt) in nt35950_reset()
117 static int nt35950_set_cmd2_page(struct nt35950 *nt, u8 page) in nt35950_set_cmd2_page()
139 static int nt35950_set_data_compression(struct nt35950 *nt, u8 comp_mode) in nt35950_set_data_compression()
186 static int nt35950_set_scaler(struct nt35950 *nt, u8 scale_up) in nt35950_set_scaler()
201 static int nt35950_set_scale_mode(struct nt35950 *nt, u8 mode) in nt35950_set_scale_mode()
223 static int nt35950_inject_black_image(struct nt35950 *nt) in nt35950_inject_black_image()
256 static int nt35950_set_dispout(struct nt35950 *nt) in nt35950_set_dispout()
270 static int nt35950_get_current_mode(struct nt35950 *nt) in nt35950_get_current_mode()
292 static int nt35950_on(struct nt35950 *nt) in nt35950_on()
375 static int nt35950_off(struct nt35950 *nt) in nt35950_off()
[all …]
Dpanel-novatek-nt35560.c151 struct nt35560 *nt = bl_get_data(bl); in nt35560_set_brightness() local
248 static int nt35560_read_id(struct nt35560 *nt) in nt35560_read_id()
294 static int nt35560_power_on(struct nt35560 *nt) in nt35560_power_on()
314 static void nt35560_power_off(struct nt35560 *nt) in nt35560_power_off()
325 struct nt35560 *nt = panel_to_nt35560(panel); in nt35560_prepare() local
396 struct nt35560 *nt = panel_to_nt35560(panel); in nt35560_unprepare() local
423 struct nt35560 *nt = panel_to_nt35560(panel); in nt35560_get_modes() local
457 struct nt35560 *nt; in nt35560_probe() local
528 struct nt35560 *nt = mipi_dsi_get_drvdata(dsi); in nt35560_remove() local
Dpanel-novatek-nt35510.c394 static int nt35510_send_long(struct nt35510 *nt, struct mipi_dsi_device *dsi, in nt35510_send_long()
428 static int nt35510_read_id(struct nt35510 *nt) in nt35510_read_id()
464 static int nt35510_setup_power(struct nt35510 *nt) in nt35510_setup_power()
535 static int nt35510_setup_display(struct nt35510 *nt) in nt35510_setup_display()
651 struct nt35510 *nt = bl_get_data(bl); in nt35510_set_brightness() local
673 static int nt35510_power_on(struct nt35510 *nt) in nt35510_power_on()
767 static int nt35510_power_off(struct nt35510 *nt) in nt35510_power_off()
783 struct nt35510 *nt = panel_to_nt35510(panel); in nt35510_unprepare() local
813 struct nt35510 *nt = panel_to_nt35510(panel); in nt35510_prepare() local
844 struct nt35510 *nt = panel_to_nt35510(panel); in nt35510_get_modes() local
[all …]
/linux-5.19.10/drivers/ntb/
Dntb_transport.c218 struct ntb_transport_ctx *nt; member
272 #define QP_TO_MW(nt, qp) ((qp) % nt->mw_count) argument
326 static int ntb_bus_init(struct ntb_transport_ctx *nt) in ntb_bus_init()
332 static void ntb_bus_remove(struct ntb_transport_ctx *nt) in ntb_bus_remove()
363 struct ntb_transport_ctx *nt; in ntb_transport_unregister_client_dev() local
384 struct ntb_transport_ctx *nt; in ntb_transport_register_client_dev() local
613 static int ntb_transport_setup_qp_mw(struct ntb_transport_ctx *nt, in ntb_transport_setup_qp_mw()
692 static void ntb_transport_setup_qp_peer_msi(struct ntb_transport_ctx *nt, in ntb_transport_setup_qp_peer_msi()
719 static void ntb_transport_setup_qp_msi(struct ntb_transport_ctx *nt, in ntb_transport_setup_qp_msi()
768 static void ntb_transport_msi_peer_desc_changed(struct ntb_transport_ctx *nt) in ntb_transport_msi_peer_desc_changed()
[all …]
/linux-5.19.10/net/tipc/
Dname_distr.c98 struct name_table *nt = tipc_name_table(net); in tipc_named_publish() local
128 struct name_table *nt = tipc_name_table(net); in tipc_named_withdraw() local
216 struct name_table *nt = tipc_name_table(net); in tipc_named_node_up() local
263 struct name_table *nt = tipc_name_table(net); in tipc_publ_notify() local
406 struct name_table *nt = tipc_name_table(net); in tipc_named_reinit() local
Dname_table.c260 struct name_table *nt = tipc_name_table(net); in tipc_service_create() local
464 struct name_table *nt = tipc_name_table(net); in tipc_service_find() local
763 struct name_table *nt = tipc_name_table(net); in tipc_nametbl_publish() local
801 struct name_table *nt = tipc_name_table(net); in tipc_nametbl_withdraw() local
888 struct name_table *nt; in tipc_nametbl_init() local
932 struct name_table *nt = tipc_name_table(net); in tipc_nametbl_stop() local
Dnetlink_compat.c902 struct nlattr *nt[TIPC_NLA_NAME_TABLE_MAX + 1]; in tipc_nl_compat_name_table_dump() local
/linux-5.19.10/tools/perf/util/
Dthread_map.c183 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local
245 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local
/linux-5.19.10/net/ipv6/
Dip6_gre.c349 struct ip6_tnl *t, *nt; in ip6gre_tunnel_locate() local
1447 struct ip6_tnl *nt = netdev_priv(dev); in ip6gre_tnl_init_features() local
1969 struct ip6_tnl *nt; in ip6gre_newlink_common() local
2003 struct ip6_tnl *nt = netdev_priv(dev); in ip6gre_newlink() local
2033 struct ip6_tnl *t, *nt = netdev_priv(dev); in ip6gre_changelink_common() local
2236 struct ip6_tnl *nt = netdev_priv(dev); in ip6erspan_newlink() local
Dsit.c233 struct ip_tunnel *t, *nt; in ipip6_tunnel_locate() local
1619 struct ip_tunnel *nt; in ipip6_newlink() local
Dip6_vti.c1014 struct ip6_tnl *nt; in vti6_newlink() local
/linux-5.19.10/drivers/mtd/ubi/
Dbuild.c158 struct ubi_notification nt; in ubi_volume_notify() local
189 struct ubi_notification nt; in ubi_notify_all() local
Dgluebi.c447 struct ubi_notification *nt = ns_ptr; in gluebi_notify() local
Dblock.c573 struct ubi_notification *nt = ns_ptr; in ubiblock_notify() local
/linux-5.19.10/drivers/misc/
Dtifm_core.c21 static const char *tifm_media_type_name(unsigned char type, unsigned char nt) in tifm_media_type_name()
/linux-5.19.10/net/ipv4/
Dip_tunnel.c332 struct ip_tunnel *nt; in ip_tunnel_create() local
1133 struct ip_tunnel *nt; in ip_tunnel_newlink() local
/linux-5.19.10/net/switchdev/
Dswitchdev.c102 static int switchdev_port_attr_notify(enum switchdev_notifier_type nt, in switchdev_port_attr_notify()
194 static int switchdev_port_obj_notify(enum switchdev_notifier_type nt, in switchdev_port_obj_notify()
/linux-5.19.10/lib/zlib_dfltcc/
Ddfltcc.h45 unsigned nt : 1; /* New Task */ member
/linux-5.19.10/net/netlink/
Daf_netlink.c192 int netlink_add_tap(struct netlink_tap *nt) in netlink_add_tap()
210 static int __netlink_remove_tap(struct netlink_tap *nt) in __netlink_remove_tap()
237 int netlink_remove_tap(struct netlink_tap *nt) in netlink_remove_tap()
/linux-5.19.10/drivers/memory/tegra/
Dtegra210-emc-cc-r21021.c407 #define __COPY_EMA(nt, lt, dev) \ in periodic_compensation_handler() argument
/linux-5.19.10/fs/ntfs/
Dinode.c2950 sle64 nt; in __ntfs_write_inode() local
/linux-5.19.10/drivers/s390/char/
Dtape.h186 struct tape_class_device * nt; member
/linux-5.19.10/drivers/block/drbd/
Ddrbd_req.c1703 unsigned long ent = 0, dt = 0, et, nt; /* effective timeout = ko_count * timeout */ in request_timer_fn() local

12