Home
last modified time | relevance | path

Searched refs:wp (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Duu_avl.c315 (void) memset(wp, 0, sizeof (*wp)); in _avl_walk_init()
316 wp->uaw_avl = ap; in _avl_walk_init()
343 wp->uaw_next_result = (wp->uaw_dir > 0)? AVL_NEXT(t, np) : in _avl_walk_advance()
353 wp->uaw_next->uaw_prev = wp->uaw_prev; in _avl_walk_fini()
354 wp->uaw_prev->uaw_next = wp->uaw_next; in _avl_walk_fini()
372 wp = uu_zalloc(sizeof (*wp)); in uu_avl_walk_start()
379 return (wp); in uu_avl_walk_start()
385 return (_avl_walk_advance(wp, wp->uaw_avl)); in uu_avl_walk_next()
392 uu_free(wp); in uu_avl_walk_end()
439 for (wp = ap->ua_null_walk.uaw_next; wp != &ap->ua_null_walk; in uu_avl_remove()
[all …]
H A Duu_list.c404 (void) memset(wp, 0, sizeof (*wp)); in list_walk_init()
405 wp->ulw_list = lp; in list_walk_init()
446 wp->ulw_next->ulw_prev = wp->ulw_prev; in list_walk_fini()
447 wp->ulw_prev->ulw_next = wp->ulw_next; in list_walk_fini()
458 uu_list_walk_t *wp; in uu_list_walk_start() local
465 wp = uu_zalloc(sizeof (*wp)); in uu_list_walk_start()
466 if (wp == NULL) { in uu_list_walk_start()
472 return (wp); in uu_list_walk_start()
491 uu_free(wp); in uu_list_walk_end()
559 for (wp = lp->ul_null_walk.ulw_next; wp != &lp->ul_null_walk; in uu_list_remove()
[all …]
/f-stack/dpdk/app/test/
H A Dtest_distributor.c79 struct worker_params *wp = arg; in handle_work() local
80 struct rte_distributor *db = wp->dist; in handle_work()
111 struct rte_distributor *db = wp->dist; in sanity_test()
296 struct worker_params *wp = arg; in handle_work_with_free_mbufs() local
297 struct rte_distributor *d = wp->dist; in handle_work_with_free_mbufs()
324 struct rte_distributor *d = wp->dist; in sanity_test_with_mbuf_alloc()
365 struct worker_params *wp = arg; in handle_work_for_shutdown_test() local
366 struct rte_distributor *d = wp->dist; in handle_work_for_shutdown_test()
432 struct rte_distributor *d = wp->dist; in sanity_test_with_worker_shutdown()
516 struct rte_distributor *d = wp->dist; in test_flush_with_worker_shutdown()
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Drk3288-veyron-mighty.dts23 wp-gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>;
25 /delete-property/ disable-wp;
30 sdmmc_wp_pin: sdmmc-wp-pin {
H A Dzx296702-ad1.dts25 disable-wp;
37 disable-wp;
H A Domap5-sbc-t54.dts36 wp-inverted;
38 wp-gpios = <&gpio8 5 GPIO_ACTIVE_LOW>; /* gpio8_229 */
H A Dimx50-kobo-aura.dts86 disable-wp;
97 disable-wp;
111 disable-wp;
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,dove-pinctrl.txt19 mpp1 1 gpio, pmu, uart2(cts), sdio0(wp), lcd1(pwm), pmu*
25 mpp5 5 gpio, pmu, uart3(cts), sdio1(wp), spi1(cs), pmu*
35 mpp13 13 gpio, pmu, uart2(cts), audio1(extclk), sdio1(wp),
40 mpp17 17 gpio, uart3(cts), sdio0(wp), ac97(sdi2), twsi(sda),
46 mpp21 21 gpio, sdio0(wp), sdio1(wp), spi1(cs), lcd-spi(cs0),
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Dsamsung,s3cmci.txt27 - wp-gpios: gpio for write protection (see mmc.txt)
41 wp-gpios = <&gph 8 GPIO_ACTIVE_LOW>;
H A Dfsl-imx-esdhc.txt29 - fsl,wp-controller : Indicate to use controller internal write protection
58 fsl,wp-controller;
66 wp-gpios = <&gpio1 5 0>; /* GPIO1_5 */
H A Dfsl-esdhc.txt28 - sdhci,wp-inverted : specifies that eSDHC controller reports
30 "wp-inverted" property.
H A Dk3-dw-mshc.txt46 disable-wp;
57 disable-wp;
H A Dfsl-imx-esdhc.yaml48 fsl,wp-controller:
115 fsl,wp-controller;
123 wp-gpios = <&gpio1 5 0>; /* GPIO1_5 */
H A Dmmc-controller.yaml53 # inserted. Similar logic applies to the "wp-inverted" property.
56 # ways: as GPIOs, specified in cd-gpios and wp-gpios properties, or
66 wp-inverted:
92 disable-wp:
99 specify the wp-gpios property in the absence of a write-protect
102 wp-gpios:
361 wp-gpios = <&gpio 70 0>;
/f-stack/freebsd/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-gxl-s905x-nexbox-a95x.dts166 disable-wp;
187 disable-wp;
206 disable-wp;
H A Dmeson-gxm-rbox-pro.dts149 disable-wp;
174 disable-wp;
192 disable-wp;
H A Dmeson-gxl-s905x-p212.dtsi119 disable-wp;
140 disable-wp;
159 disable-wp;
H A Dmeson-gxbb-p20x.dtsi171 disable-wp;
200 disable-wp;
219 disable-wp;
H A Dmeson-gxbb-wetek.dtsi205 disable-wp;
231 disable-wp;
250 disable-wp;
H A Dmeson-gxbb-vega-s95.dtsi185 disable-wp;
211 disable-wp;
230 disable-wp;
H A Dmeson-gxbb-nexbox-a95x.dts221 disable-wp;
242 disable-wp;
261 disable-wp;
/f-stack/freebsd/contrib/device-tree/Bindings/eeprom/
H A Dat25.txt23 - wp-gpios : GPIO to which the write-protect pin of the chip is connected
40 wp-gpios = <&gpio1 3 0>;
/f-stack/freebsd/contrib/device-tree/Bindings/display/ti/
H A Dti,dra7-dss.txt60 - reg: addresses and lengths of the register spaces for 'wp', 'pll', 'phy',
62 - reg-names: "wp", "pll", "phy", "core"
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c256 struct tm_wred_profile *wp; in tm_wred_profile_search() local
258 TAILQ_FOREACH(wp, wpl, node) in tm_wred_profile_search()
260 return wp; in tm_wred_profile_search()
1317 if (wp) in wred_profile_check()
1378 if (wp == NULL) in pmd_tm_wred_profile_add()
1387 memcpy(&wp->params, profile, sizeof(wp->params)); in pmd_tm_wred_profile_add()
1407 if (wp == NULL) in pmd_tm_wred_profile_delete()
1415 if (wp->n_users) in pmd_tm_wred_profile_delete()
1425 free(wp); in pmd_tm_wred_profile_delete()
1786 wp == NULL) in node_add_check_queue()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/nvmem/
H A Dnvmem.yaml37 wp-gpios:
79 wp-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;

12345678910>>...14