Home
last modified time | relevance | path

Searched full:nsd (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211netdev.h73 /*--- NSD Capabilities Flags ------------------------------*/
76 #define P80211_NSDCAP_HWFRAGMENT 0x80 /* nsd handles frag/defrag */
77 #define P80211_NSDCAP_AUTOJOIN 0x100 /* nsd does autojoin */
78 #define P80211_NSDCAP_NOSCAN 0x200 /* nsd can scan */
150 u32 nsdcaps; /* NSD Capabilities flags */
H A Dcfg80211.c258 /* send message to nsd */ in prism2_get_station()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dadi,ssm2518.yaml28 GPIO connected to the nSD pin. If the property is not present
29 it is assumed that the nSD pin is hardwired to always on.
/openbmc/linux/arch/sh/include/mach-landisk/mach/
H A Diodata_landisk.h24 /* 2003.10.31 I-O DATA NSD NWG add. for shutdown port clear */
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c208 int nsd, ret, queued = -1; in wait_for_ack() local
215 ret = ioctl(fd, SIOCOUTQNSD, &nsd); in wait_for_ack()
221 assert(nsd <= queued); in wait_for_ack()
/openbmc/u-boot/board/freescale/t4rdb/
H A Dspl.c64 puts("\nSD boot...\n"); in board_init_f()
/openbmc/u-boot/board/freescale/t208xrdb/
H A Dspl.c56 puts("\nSD boot...\n"); in board_init_f()
/openbmc/u-boot/board/freescale/t208xqds/
H A Dspl.c86 puts("\nSD boot...\n"); in board_init_f()
/openbmc/u-boot/board/freescale/p1010rdb/
H A Dspl.c48 puts("\nSD boot...\n"); in board_init_f()
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/
H A Dspl.c53 puts("\nSD boot...\n"); in board_init_f()
/openbmc/u-boot/board/freescale/p1022ds/
H A Dspl.c61 puts("\nSD boot...\n"); in board_init_f()
/openbmc/u-boot/board/freescale/t4qds/
H A Dspl.c98 puts("\nSD boot...\n"); in board_init_f()
/openbmc/u-boot/board/Arcturus/ucp1020/
H A Dspl.c61 puts("\nSD boot...\n"); in board_init_f()
/openbmc/u-boot/board/freescale/t102xrdb/
H A Dspl.c87 puts("\nSD boot...\n"); in board_init_f()
/openbmc/u-boot/board/freescale/t102xqds/
H A Dspl.c100 puts("\nSD boot...\n"); in board_init_f()
/openbmc/u-boot/board/gdsys/a38x/
H A Dkeyprogram.c154 printf("\nSD code ran successfully\n"); in load_and_run_keyprog()
/openbmc/qemu/target/ppc/
H A Ddfp_helper.c662 unsigned nsd = dfp.b.digits; \
663 if (k < nsd) { \
665 } else if (k > nsd) { \
697 unsigned nsd = dfp.b.digits; \
698 if (uim < nsd) { \
700 } else if (uim > nsd) { \
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c1014 struct i40e_hw_port_stats *nsd = &pf->stats; in i40e_update_pf_stats() local
1022 &osd->eth.rx_bytes, &nsd->eth.rx_bytes); in i40e_update_pf_stats()
1026 &osd->eth.tx_bytes, &nsd->eth.tx_bytes); in i40e_update_pf_stats()
1030 &nsd->eth.rx_discards); in i40e_update_pf_stats()
1035 &nsd->eth.rx_unicast); in i40e_update_pf_stats()
1040 &nsd->eth.rx_multicast); in i40e_update_pf_stats()
1045 &nsd->eth.rx_broadcast); in i40e_update_pf_stats()
1050 &nsd->eth.tx_unicast); in i40e_update_pf_stats()
1055 &nsd->eth.tx_multicast); in i40e_update_pf_stats()
1060 &nsd->eth.tx_broadcast); in i40e_update_pf_stats()
[all …]
/openbmc/linux/sound/soc/codecs/
H A Dssm2518.c752 gpiod_set_consumer_name(ssm2518->enable_gpio, "SSM2518 nSD"); in ssm2518_i2c_probe()