Home
last modified time | relevance | path

Searched full:nc (Results 1 – 25 of 268) sorted by relevance

1234567891011

/Linux-v6.1/arch/arm/boot/dts/
Dam335x-netcan-plus-1xx.dts93 "NC",
94 "NC",
97 "NC",
98 "NC",
99 "NC",
100 "NC",
101 "NC",
102 "NC",
103 "NC",
104 "NC",
[all …]
Dam335x-netcom-plus-8xx.dts133 "NC",
134 "NC",
137 "NC",
138 "NC",
139 "NC",
140 "NC",
141 "NC",
142 "NC",
145 "NC",
146 "NC",
[all …]
Dam335x-baltos-ir2110.dts89 "NC",
90 "NC",
93 "NC",
94 "NC",
95 "NC",
96 "NC",
97 "NC",
98 "NC",
107 "NC",
111 "NC",
[all …]
Dam335x-netcom-plus-2xx.dts105 "NC",
106 "NC",
107 "NC",
108 "NC",
109 "NC",
110 "NC",
119 "NC",
120 "NC",
123 "NC",
124 "NC",
[all …]
Dam335x-baltos-ir3220.dts141 "NC",
142 "NC",
143 "NC",
144 "NC",
157 "NC",
158 "NC",
162 "NC",
177 "NC",
178 "NC",
211 "NC",
[all …]
Dam335x-baltos-ir5221.dts165 "NC",
166 "NC",
167 "NC",
168 "NC",
181 "NC",
182 "NC",
186 "NC",
235 "NC",
236 "NC",
237 "NC",
[all …]
Dam335x-pocketbeagle.dts64 "NC",
65 "NC",
80 "NC",
81 "NC",
82 "NC",
85 "NC",
86 "NC",
88 "NC",
89 "NC",
92 "NC",
[all …]
Dam335x-boneblack.dts54 "NC",
55 "NC",
74 "NC",
75 "NC",
76 "NC",
77 "NC",
149 "NC",
150 "NC",
160 "NC",
161 "NC",
[all …]
Dbcm2837-rpi-zero-2-w.dts42 * "NC" = not connected (no rail from the SoC)
77 "NC", /* GPIO30 */
78 "NC", /* GPIO31 */
79 "NC", /* GPIO32 */
80 "NC", /* GPIO33 */
81 "NC", /* GPIO34 */
82 "NC", /* GPIO35 */
83 "NC", /* GPIO36 */
84 "NC", /* GPIO37 */
85 "NC", /* GPIO38 */
[all …]
/Linux-v6.1/drivers/mtd/nand/raw/atmel/
Dnand-controller.c199 int (*remove)(struct atmel_nand_controller *nc);
200 void (*nand_init)(struct atmel_nand_controller *nc,
288 struct atmel_hsmc_nand_controller *nc = data; in atmel_nfc_interrupt() local
292 regmap_read(nc->base.smc, ATMEL_HSMC_NFC_SR, &sr); in atmel_nfc_interrupt()
294 rcvd = sr & (nc->op.wait | ATMEL_HSMC_NFC_SR_ERRORS); in atmel_nfc_interrupt()
295 done = atmel_nfc_op_done(&nc->op, sr); in atmel_nfc_interrupt()
298 regmap_write(nc->base.smc, ATMEL_HSMC_NFC_IDR, rcvd); in atmel_nfc_interrupt()
301 complete(&nc->complete); in atmel_nfc_interrupt()
306 static int atmel_nfc_wait(struct atmel_hsmc_nand_controller *nc, bool poll, in atmel_nfc_wait() argument
317 ret = regmap_read_poll_timeout(nc->base.smc, in atmel_nfc_wait()
[all …]
/Linux-v6.1/net/ncsi/
Dncsi-manage.c37 struct ncsi_channel *nc; in ncsi_channel_is_last() local
40 NCSI_FOR_EACH_CHANNEL(np, nc) { in ncsi_channel_is_last()
41 if (nc == channel) in ncsi_channel_is_last()
43 if (nc->state == NCSI_CHANNEL_ACTIVE && in ncsi_channel_is_last()
44 ncsi_channel_has_link(nc)) in ncsi_channel_is_last()
55 struct ncsi_channel *nc; in ncsi_report_link() local
66 NCSI_FOR_EACH_CHANNEL(np, nc) { in ncsi_report_link()
67 spin_lock_irqsave(&nc->lock, flags); in ncsi_report_link()
69 if (!list_empty(&nc->link) || in ncsi_report_link()
70 nc->state != NCSI_CHANNEL_ACTIVE) { in ncsi_report_link()
[all …]
Dncsi-aen.c49 struct ncsi_channel *nc, *tmp; in ncsi_aen_handler_lsc() local
60 ncsi_find_package_and_channel(ndp, h->common.channel, NULL, &nc); in ncsi_aen_handler_lsc()
61 if (!nc) in ncsi_aen_handler_lsc()
67 spin_lock_irqsave(&nc->lock, flags); in ncsi_aen_handler_lsc()
68 ncm = &nc->modes[NCSI_MODE_LINK]; in ncsi_aen_handler_lsc()
78 nc->id, data & 0x1 ? "up" : "down"); in ncsi_aen_handler_lsc()
80 chained = !list_empty(&nc->link); in ncsi_aen_handler_lsc()
81 state = nc->state; in ncsi_aen_handler_lsc()
82 spin_unlock_irqrestore(&nc->lock, flags); in ncsi_aen_handler_lsc()
87 nc->id); in ncsi_aen_handler_lsc()
[all …]
Dncsi-rsp.c81 struct ncsi_channel *nc; in ncsi_rsp_handler_cis() local
85 ncsi_find_package_and_channel(ndp, rsp->rsp.common.channel, &np, &nc); in ncsi_rsp_handler_cis()
86 if (!nc) { in ncsi_rsp_handler_cis()
91 nc = ncsi_add_channel(np, id); in ncsi_rsp_handler_cis()
94 return nc ? 0 : -ENODEV; in ncsi_rsp_handler_cis()
128 struct ncsi_channel *nc; in ncsi_rsp_handler_dp() local
139 NCSI_FOR_EACH_CHANNEL(np, nc) { in ncsi_rsp_handler_dp()
140 spin_lock_irqsave(&nc->lock, flags); in ncsi_rsp_handler_dp()
141 nc->state = NCSI_CHANNEL_INACTIVE; in ncsi_rsp_handler_dp()
142 spin_unlock_irqrestore(&nc->lock, flags); in ncsi_rsp_handler_dp()
[all …]
/Linux-v6.1/arch/arm64/boot/dts/hisilicon/
Dhi3660-hikey960.dts204 * NC = not connected (pin out but not routed from the chip to
247 "NC", "NC",
250 "NC";
256 "NC", "NC", "NC",
270 "NC",
275 "NC";
281 "NC", "NC",
285 "NC", "NC", "NC";
295 "NC", "NC",
303 "NC", "NC", "NC",
[all …]
Dhi3670-hikey970.dts60 * NC = not connected (pin out but not routed from the chip to
89 "NC",
128 "NC",
162 "NC";
168 "NC",
181 "[PCIE_PERST_L]", "NC", "NC", "NC", "NC", "NC", "NC", "NC";
186 gpio-line-names = "NC", "NC", "NC", "NC", "NC", "NC", "NC", "NC";
191 gpio-line-names = "NC", "NC", "NC", "NC", "NC", "NC", "NC", "NC";
196 gpio-line-names = "NC", "NC", "NC", "NC", "NC", "NC", "NC", "NC";
201 gpio-line-names = "NC", "NC", "NC", "NC", "NC", "NC", "NC", "NC";
[all …]
Dhi6220-hikey.dts349 * NC = not connected (not routed from the SoC)
379 "WL_HOST_WAKE", "NC", "NC", "NC", "BT_REG_ON";
394 gpio-line-names = "GPIO3_0", "NC", "NC", "", "NC", "",
395 "WLAN_ACTIVE", "NC", "NC";
400 "USER_LED4", "SD_SEL", "NC", "NC", "BT_ACTIVE";
404 gpio-line-names = "NC", "NC",
407 "[AUX_SSI1]", "NC",
418 "NC", "NC", "NC",
423 gpio-line-names = "NC", "NC", "NC", "NC",
426 "NC", "NC";
[all …]
/Linux-v6.1/arch/arm64/boot/dts/qcom/
Dmsm8996-xiaomi-natrium.dts198 "NC", /* GPIO_1 */
203 "NC", /* GPIO_6 */
207 "NC", /* GPIO_10 */
208 "NC", /* GPIO_11 */
209 "NC", /* GPIO_12 */
210 "NC", /* GPIO_13 */
211 "NC", /* GPIO_14 */
214 "NC", /* GPIO_17 */
219 "NC"; /* GPIO_22 */
224 "NC", /* MPP_1 */
[all …]
Dmsm8996-xiaomi-gemini.dts238 "NC", /* GPIO_1 */
243 "NC", /* GPIO_6 */
248 "NC", /* GPIO_11 */
249 "NC", /* GPIO_12 */
250 "NC", /* GPIO_13 */
251 "NC", /* GPIO_14 */
254 "NC", /* GPIO_17 */
259 "NC"; /* GPIO_22 */
271 "NC", /* MPP_1 */
275 "NC", /* MPP_5 */
[all …]
Dmsm8996-xiaomi-scorpio.dts259 "NC", /* GPIO_1 */
264 "NC", /* GPIO_6 */
270 "NC", /* GPIO_12 */
271 "NC", /* GPIO_13 */
272 "NC", /* GPIO_14 */
275 "NC", /* GPIO_17 */
280 "NC"; /* GPIO_22 */
295 "NC", /* MPP_2 */
297 "NC", /* MPP_4 */
298 "NC", /* MPP_5 */
[all …]
Dapq8016-sbc.dts574 * NC = not connected (pin out but not routed from the chip to
647 "NC",
648 "NC", /* GPIO 50 */
649 "NC",
650 "NC",
651 "NC",
652 "NC",
653 "NC",
654 "NC",
655 "NC",
[all …]
Dmsm8996-sony-xperia-tone.dtsi216 "NC",
221 "NC",
223 "NC",
224 "NC",
225 "NC",
226 "NC",
227 "NC",
229 "NC",
232 "NC",
234 "NC",
[all …]
/Linux-v6.1/arch/arm64/boot/dts/bitmain/
Dbm1880-sophon-edge.dts13 * NC = not connected (pin out but not routed from the chip to
66 "NC",
70 "NC", /* GPIO14 */
71 "NC", /* GPIO15 */
72 "NC", /* GPIO16 */
73 "NC", /* GPIO17 */
74 "NC", /* GPIO18 */
75 "NC", /* GPIO19 */
76 "NC", /* GPIO20 */
77 "NC", /* GPIO21 */
[all …]
/Linux-v6.1/drivers/mtd/nand/raw/
Dorion_nand.c30 static void orion_nand_cmd_ctrl(struct nand_chip *nc, int cmd, in orion_nand_cmd_ctrl() argument
33 struct orion_nand_data *board = nand_get_controller_data(nc); in orion_nand_cmd_ctrl()
46 if (nc->options & NAND_BUSWIDTH_16) in orion_nand_cmd_ctrl()
49 writeb(cmd, nc->legacy.IO_ADDR_W + offs); in orion_nand_cmd_ctrl()
103 struct nand_chip *nc; in orion_nand_probe() local
115 nc = &info->chip; in orion_nand_probe()
116 mtd = nand_to_mtd(nc); in orion_nand_probe()
120 nc->controller = &info->controller; in orion_nand_probe()
155 nand_set_controller_data(nc, board); in orion_nand_probe()
156 nand_set_flash_node(nc, pdev->dev.of_node); in orion_nand_probe()
[all …]
/Linux-v6.1/tools/perf/util/
Dnamespaces.c246 struct nscookie *nc) in nsinfo__mountns_enter() argument
253 if (nc == NULL) in nsinfo__mountns_enter()
256 nc->oldns = -1; in nsinfo__mountns_enter()
257 nc->newns = -1; in nsinfo__mountns_enter()
280 nc->oldcwd = oldcwd; in nsinfo__mountns_enter()
281 nc->oldns = oldns; in nsinfo__mountns_enter()
282 nc->newns = newns; in nsinfo__mountns_enter()
293 void nsinfo__mountns_exit(struct nscookie *nc) in nsinfo__mountns_exit() argument
295 if (nc == NULL || nc->oldns == -1 || nc->newns == -1 || !nc->oldcwd) in nsinfo__mountns_exit()
298 setns(nc->oldns, CLONE_NEWNS); in nsinfo__mountns_exit()
[all …]
/Linux-v6.1/net/batman-adv/
Dnetwork-coding.c67 * batadv_nc_start_timer() - initialise the nc periodic worker
72 queue_delayed_work(batadv_event_workqueue, &bat_priv->nc.work, in batadv_nc_start_timer()
111 * batadv_nc_tvlv_ogm_handler_v1() - process incoming nc tvlv container
137 bat_priv->nc.timestamp_fwd_flush = jiffies; in batadv_nc_mesh_init()
138 bat_priv->nc.timestamp_sniffed_purge = jiffies; in batadv_nc_mesh_init()
140 if (bat_priv->nc.coding_hash || bat_priv->nc.decoding_hash) in batadv_nc_mesh_init()
143 bat_priv->nc.coding_hash = batadv_hash_new(128); in batadv_nc_mesh_init()
144 if (!bat_priv->nc.coding_hash) in batadv_nc_mesh_init()
147 batadv_hash_set_lock_class(bat_priv->nc.coding_hash, in batadv_nc_mesh_init()
150 bat_priv->nc.decoding_hash = batadv_hash_new(128); in batadv_nc_mesh_init()
[all …]

1234567891011