Home
last modified time | relevance | path

Searched full:d_out (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/wireless/silabs/wfx/
Dmain.h26 /* if true HIF D_out is sampled on the rising edge of the clock (intended to be used in
/linux-6.12.1/Documentation/devicetree/bindings/gpio/
Dnuvoton,sgpio.yaml18 This interface has 4 pins (D_out , D_in, S_CLK, LDSH).
/linux-6.12.1/drivers/block/drbd/
Ddrbd_nl.c4511 struct drbd_genlmsghdr *d_out; in drbd_bcast_event() local
4521 d_out = genlmsg_put(msg, 0, seq, &drbd_genl_family, 0, DRBD_EVENT); in drbd_bcast_event()
4522 if (!d_out) /* cannot happen, but anyways. */ in drbd_bcast_event()
4524 d_out->minor = device_to_minor(device); in drbd_bcast_event()
4525 d_out->ret_code = NO_ERROR; in drbd_bcast_event()
4529 genlmsg_end(msg, d_out); in drbd_bcast_event()