Home
last modified time | relevance | path

Searched refs:nt (Results 1 – 25 of 55) sorted by relevance

123

/linux-6.3-rc2/drivers/gpu/drm/panel/
A Dpanel-novatek-nt35950.c291 nt->cur_mode = nt35950_get_current_mode(nt); in nt35950_on()
307 ret = nt35950_set_scaler(nt, mode_data[nt->cur_mode].scaler_on); in nt35950_on()
434 if (nt->prepared) in nt35950_prepare()
467 regulator_bulk_disable(ARRAY_SIZE(nt->vregs), nt->vregs); in nt35950_prepare()
488 regulator_bulk_disable(ARRAY_SIZE(nt->vregs), nt->vregs); in nt35950_unprepare()
540 nt = devm_kzalloc(dev, sizeof(*nt), GFP_KERNEL); in nt35950_probe()
541 if (!nt) in nt35950_probe()
549 if (!nt->desc) in nt35950_probe()
581 nt->dsi[0] = dsi; in nt35950_probe()
594 nt->dsi[i]->lanes = nt->desc->num_lanes; in nt35950_probe()
[all …]
A Dpanel-novatek-nt35510.c471 nt->conf->avdd); in nt35510_setup_power()
481 nt->conf->avee); in nt35510_setup_power()
491 nt->conf->vgh); in nt35510_setup_power()
506 nt->conf->vgl); in nt35510_setup_power()
516 nt->conf->vgp); in nt35510_setup_power()
521 nt->conf->vgn); in nt35510_setup_power()
678 ret = regulator_bulk_enable(ARRAY_SIZE(nt->supplies), nt->supplies); in nt35510_power_on()
771 ret = regulator_bulk_disable(ARRAY_SIZE(nt->supplies), nt->supplies); in nt35510_power_off()
879 if (!nt) in nt35510_probe()
882 nt->dev = dev; in nt35510_probe()
[all …]
A Dpanel-novatek-nt35560.c378 if (nt->video_mode) { in nt35560_prepare()
390 nt35560_power_off(nt); in nt35560_prepare()
414 nt35560_power_off(nt); in nt35560_unprepare()
427 if (nt->video_mode) in nt35560_get_modes()
457 struct nt35560 *nt; in nt35560_probe() local
461 if (!nt) in nt35560_probe()
467 nt->dev = dev; in nt35560_probe()
470 if (!nt->conf) { in nt35560_probe()
486 if (nt->video_mode) in nt35560_probe()
496 if (IS_ERR(nt->supply)) in nt35560_probe()
[all …]
/linux-6.3-rc2/drivers/net/
A Dnetconsole.c176 nt = kzalloc(sizeof(*nt), GFP_KERNEL); in alloc_param_target()
177 if (!nt) in alloc_param_target()
202 return nt; in alloc_param_target()
205 kfree(nt); in alloc_param_target()
213 kfree(nt); in free_param_target()
276 if (nt->np.ipv6) in local_ip_show()
626 nt = kzalloc(sizeof(*nt), GFP_KERNEL); in make_netconsole_target()
627 if (!nt) in make_netconsole_target()
722 netdev_put(nt->np.dev, &nt->np.dev_tracker); in netconsole_netdev_event()
829 if (nt->extended && nt->enabled && netif_running(nt->np.dev)) in write_ext_msg()
[all …]
A Dnlmon.c32 struct netlink_tap nt; member
39 nlmon->nt.dev = dev; in nlmon_open()
40 nlmon->nt.module = THIS_MODULE; in nlmon_open()
41 return netlink_add_tap(&nlmon->nt); in nlmon_open()
48 return netlink_remove_tap(&nlmon->nt); in nlmon_close()
/linux-6.3-rc2/drivers/ntb/
A Dntb_transport.c272 #define QP_TO_MW(nt, qp) ((qp) % nt->mw_count) argument
788 ntb_peer_db_set(nt->ndev, nt->msi_db_mask); in ntb_transport_msi_desc_changed()
974 qp_bitmap_alloc = nt->qp_bitmap & ~nt->qp_bitmap_free; in ntb_transport_link_cleanup()
1269 nt = kzalloc_node(sizeof(*nt), GFP_KERNEL, node); in ntb_transport_probe()
1270 if (!nt) in ntb_transport_probe()
1300 nt->msi_spad_offset = nt->mw_count * 2 + MW0_SZ_HIGH; in ntb_transport_probe()
1397 kfree(nt); in ntb_transport_probe()
1434 kfree(nt); in ntb_transport_free()
2432 if (ntb_db_read(nt->ndev) & nt->msi_db_mask) { in ntb_transport_doorbell_callback()
2434 ntb_db_clear(nt->ndev, nt->msi_db_mask); in ntb_transport_doorbell_callback()
[all …]
/linux-6.3-rc2/net/tipc/
A Dname_distr.c90 struct name_table *nt = tipc_name_table(net); in tipc_named_publish() local
98 write_lock_bh(&nt->cluster_scope_lock); in tipc_named_publish()
100 write_unlock_bh(&nt->cluster_scope_lock); in tipc_named_publish()
124 write_lock_bh(&nt->cluster_scope_lock); in tipc_named_withdraw()
126 write_unlock_bh(&nt->cluster_scope_lock); in tipc_named_withdraw()
216 nt->rc_dests++; in tipc_named_node_up()
217 seqno = nt->snd_nxt; in tipc_named_node_up()
220 read_lock_bh(&nt->cluster_scope_lock); in tipc_named_node_up()
223 read_unlock_bh(&nt->cluster_scope_lock); in tipc_named_node_up()
264 nt->rc_dests--; in tipc_publ_notify()
[all …]
A Dname_table.c778 nt->local_publ_count++; in tipc_nametbl_publish()
781 rc_dests = nt->rc_dests; in tipc_nametbl_publish()
811 nt->local_publ_count--; in tipc_nametbl_withdraw()
816 rc_dests = nt->rc_dests; in tipc_nametbl_withdraw()
888 struct name_table *nt; in tipc_nametbl_init() local
891 nt = kzalloc(sizeof(*nt), GFP_KERNEL); in tipc_nametbl_init()
892 if (!nt) in tipc_nametbl_init()
898 INIT_LIST_HEAD(&nt->node_scope); in tipc_nametbl_init()
901 tn->nametbl = nt; in tipc_nametbl_init()
945 service_head = &nt->services[i]; in tipc_nametbl_stop()
[all …]
/linux-6.3-rc2/arch/hexagon/lib/
A Dmemset.S159 if (r2==#0) jump:nt .L1
164 if (p0.new) jump:nt .L3
179 if (!p0.new) jump:nt .L8
191 if (!p0.new) jump:nt .L10
197 if (p0.new) jump:nt .L1
202 if (!p0.new) jump:nt .L12
208 if (p0.new) jump:nt .L1
216 if (r3==#0) jump:nt .L17
222 if (r3==#0) jump:nt .L17
228 if (r3==#0) jump:nt .L17
[all …]
A Dmemcpy_likely_aligned.S16 if (!p0) jump:nt .Lmemcpy_call
22 if (p0) jump:nt .Lmemcpy_call
/linux-6.3-rc2/Documentation/usb/
A Dlinux-cdc-acm.inf28 [DriverInstall.nt]
30 CopyFiles=DriverCopyFiles.nt
31 AddReg=DriverInstall.nt.AddReg
33 [DriverCopyFiles.nt]
36 [DriverInstall.nt.AddReg]
41 [DriverInstall.nt.Services]
42 AddService=usbser, 0x00000002, DriverService.nt
44 [DriverService.nt]
/linux-6.3-rc2/arch/hexagon/mm/
A Dcopy_user_template.S20 if (!p0.new) jump:nt .Ldone
27 if (!p0.new) jump:nt .Loop_not_aligned_8
53 if (p0.new) jump:nt .Lalign
57 if (!p0.new) jump:nt .Loop_not_aligned_4
83 if (!p0.new) jump:nt .Loop_not_aligned
126 if (p0.new) jump:nt .Loop_not_aligned
/linux-6.3-rc2/tools/testing/selftests/rcutorture/bin/
A Dfunctions.sh311 echo $2 -smp cores=`expr \( $3 + $nt - 1 \) / $nt`,threads=$nt
/linux-6.3-rc2/tools/perf/util/
A Dthread_map.c184 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local
214 nt = perf_thread_map__realloc(threads, total_tasks); in thread_map__new_by_pid_str()
215 if (nt == NULL) in thread_map__new_by_pid_str()
218 threads = nt; in thread_map__new_by_pid_str()
246 struct perf_thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local
273 nt = perf_thread_map__realloc(threads, ntasks); in thread_map__new_by_tid_str()
275 if (nt == NULL) in thread_map__new_by_tid_str()
278 threads = nt; in thread_map__new_by_tid_str()
/linux-6.3-rc2/Documentation/devicetree/bindings/display/panel/
A Dkingdisplay,kd035g6-54nt.yaml4 $id: http://devicetree.org/schemas/display/panel/kingdisplay,kd035g6-54nt.yaml#
18 const: kingdisplay,kd035g6-54nt
44 compatible = "kingdisplay,kd035g6-54nt";
/linux-6.3-rc2/net/ipv6/
A Dip6_gre.c349 struct ip6_tnl *t, *nt; in ip6gre_tunnel_locate() local
374 nt = netdev_priv(dev); in ip6gre_tunnel_locate()
375 nt->parms = *parms; in ip6gre_tunnel_locate()
378 nt->dev = dev; in ip6gre_tunnel_locate()
379 nt->net = dev_net(dev); in ip6gre_tunnel_locate()
386 return nt; in ip6gre_tunnel_locate()
1975 struct ip6_tnl *nt; in ip6gre_newlink_common() local
1979 nt = netdev_priv(dev); in ip6gre_newlink_common()
1991 nt->dev = dev; in ip6gre_newlink_common()
1992 nt->net = dev_net(dev); in ip6gre_newlink_common()
[all …]
/linux-6.3-rc2/drivers/mtd/ubi/
A Dgluebi.c447 struct ubi_notification *nt = ns_ptr; in gluebi_notify() local
451 gluebi_create(&nt->di, &nt->vi); in gluebi_notify()
454 gluebi_remove(&nt->vi); in gluebi_notify()
457 gluebi_resized(&nt->vi); in gluebi_notify()
460 gluebi_updated(&nt->vi); in gluebi_notify()
A Dblock.c539 struct ubi_notification *nt = ns_ptr; in ubiblock_notify() local
549 ubiblock_remove(&nt->vi); in ubiblock_notify()
552 ubiblock_resize(&nt->vi); in ubiblock_notify()
559 if (nt->vi.vol_type == UBI_STATIC_VOLUME) in ubiblock_notify()
560 ubiblock_resize(&nt->vi); in ubiblock_notify()
A Dbuild.c160 struct ubi_notification nt; in ubi_volume_notify() local
162 ubi_do_get_device_info(ubi, &nt.di); in ubi_volume_notify()
163 ubi_do_get_volume_info(ubi, vol, &nt.vi); in ubi_volume_notify()
175 return blocking_notifier_call_chain(&ubi_notifiers, ntype, &nt); in ubi_volume_notify()
191 struct ubi_notification nt; in ubi_notify_all() local
194 ubi_do_get_device_info(ubi, &nt.di); in ubi_notify_all()
206 ubi_do_get_volume_info(ubi, ubi->volumes[i], &nt.vi); in ubi_notify_all()
208 nb->notifier_call(nb, ntype, &nt); in ubi_notify_all()
211 &nt); in ubi_notify_all()
/linux-6.3-rc2/net/ipv4/
A Dip_tunnel.c332 struct ip_tunnel *nt; in ip_tunnel_create() local
347 nt = netdev_priv(dev); in ip_tunnel_create()
354 ip_tunnel_add(itn, nt); in ip_tunnel_create()
355 return nt; in ip_tunnel_create()
1134 struct ip_tunnel *nt; in ip_tunnel_newlink() local
1140 nt = netdev_priv(dev); in ip_tunnel_newlink()
1143 if (nt->collect_md) { in ip_tunnel_newlink()
1151 nt->net = net; in ip_tunnel_newlink()
1152 nt->parms = *p; in ip_tunnel_newlink()
1153 nt->fwmark = fwmark; in ip_tunnel_newlink()
[all …]
/linux-6.3-rc2/lib/zlib_dfltcc/
A Ddfltcc_inflate.c46 return !param->nt; in dfltcc_was_inflate_used()
131 param->nt = 0; /* Honor history for the first block */ in dfltcc_inflate()
A Ddfltcc.c36 dfltcc_state->param.nt = 1; in dfltcc_reset_state()
/linux-6.3-rc2/drivers/misc/
A Dtifm_core.c21 static const char *tifm_media_type_name(unsigned char type, unsigned char nt) in tifm_media_type_name() argument
29 if (nt > 2 || type < 1 || type > 3) in tifm_media_type_name()
31 return card_type_name[nt][type - 1]; in tifm_media_type_name()
/linux-6.3-rc2/drivers/s390/char/
A Dtape_char.c69 device->nt = register_tape_dev( in tapechar_setup_device()
93 unregister_tape_dev(&device->cdev->dev, device->nt); in tapechar_cleanup_device()
94 device->nt = NULL; in tapechar_cleanup_device()
/linux-6.3-rc2/tools/testing/selftests/powerpc/tm/
A D.gitignore16 tm-signal-sigreturn-nt

Completed in 64 milliseconds

123