Home
last modified time | relevance | path

Searched defs:wo (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_wed_wo.c21 mtk_wed_mmio_r32(struct mtk_wed_wo *wo, u32 reg) in mtk_wed_mmio_r32()
32 mtk_wed_mmio_w32(struct mtk_wed_wo *wo, u32 reg, u32 val) in mtk_wed_mmio_w32()
38 mtk_wed_wo_get_isr(struct mtk_wed_wo *wo) in mtk_wed_wo_get_isr()
46 mtk_wed_wo_set_isr(struct mtk_wed_wo *wo, u32 mask) in mtk_wed_wo_set_isr()
52 mtk_wed_wo_set_ack(struct mtk_wed_wo *wo, u32 mask) in mtk_wed_wo_set_ack()
58 mtk_wed_wo_set_isr_mask(struct mtk_wed_wo *wo, u32 mask, u32 val, bool set) in mtk_wed_wo_set_isr_mask()
71 mtk_wed_wo_irq_enable(struct mtk_wed_wo *wo, u32 mask) in mtk_wed_wo_irq_enable()
78 mtk_wed_wo_irq_disable(struct mtk_wed_wo *wo, u32 mask) in mtk_wed_wo_irq_disable()
84 mtk_wed_wo_kickout(struct mtk_wed_wo *wo) in mtk_wed_wo_kickout()
91 mtk_wed_wo_queue_kick(struct mtk_wed_wo *wo, struct mtk_wed_wo_queue *q, in mtk_wed_wo_queue_kick()
[all …]
H A Dmtk_wed_mcu.c19 static u32 wo_r32(struct mtk_wed_wo *wo, u32 reg) in wo_r32()
24 static void wo_w32(struct mtk_wed_wo *wo, u32 reg, u32 val) in wo_w32()
48 mtk_wed_mcu_get_response(struct mtk_wed_wo *wo, unsigned long expires) in mtk_wed_mcu_get_response()
58 void mtk_wed_mcu_rx_event(struct mtk_wed_wo *wo, struct sk_buff *skb) in mtk_wed_mcu_rx_event()
82 void mtk_wed_mcu_rx_unsolicited_event(struct mtk_wed_wo *wo, in mtk_wed_mcu_rx_unsolicited_event()
118 mtk_wed_mcu_skb_send_msg(struct mtk_wed_wo *wo, struct sk_buff *skb, in mtk_wed_mcu_skb_send_msg()
147 mtk_wed_mcu_parse_response(struct mtk_wed_wo *wo, struct sk_buff *skb, in mtk_wed_mcu_parse_response()
174 int mtk_wed_mcu_send_msg(struct mtk_wed_wo *wo, int id, int cmd, in mtk_wed_mcu_send_msg()
208 struct mtk_wed_wo *wo = dev->hw->wed_wo; in mtk_wed_mcu_msg_update() local
221 mtk_wed_get_memory_region(struct mtk_wed_wo *wo, in mtk_wed_get_memory_region()
[all …]
H A Dmtk_wed.c177 struct mtk_wed_wo *wo = dev->hw->wed_wo; in mtk_wed_wo_reset() local
842 struct mtk_wed_wo *wo = dev->hw->wed_wo; in mtk_wed_rro_cfg() local
1030 struct mtk_wed_wo *wo = dev->hw->wed_wo; in mtk_wed_rx_reset() local
H A Dmtk_wed_wo.h256 mtk_wed_mcu_check_msg(struct mtk_wed_wo *wo, struct sk_buff *skb) in mtk_wed_mcu_check_msg()
/openbmc/linux/kernel/
H A Dexit.c1059 static int eligible_pid(struct wait_opts *wo, struct task_struct *p) in eligible_pid()
1066 eligible_child(struct wait_opts *wo, bool ptrace, struct task_struct *p) in eligible_child()
1098 static int wait_task_zombie(struct wait_opts *wo, struct task_struct *p) in wait_task_zombie()
1258 static int wait_task_stopped(struct wait_opts *wo, in wait_task_stopped()
1330 static int wait_task_continued(struct wait_opts *wo, struct task_struct *p) in wait_task_continued()
1382 static int wait_consider_task(struct wait_opts *wo, int ptrace, in wait_consider_task()
1494 static int do_wait_thread(struct wait_opts *wo, struct task_struct *tsk) in do_wait_thread()
1508 static int ptrace_do_wait(struct wait_opts *wo, struct task_struct *tsk) in ptrace_do_wait()
1525 struct wait_opts *wo = container_of(wait, struct wait_opts, in child_wait_callback() local
1544 static bool is_effectively_child(struct wait_opts *wo, bool ptrace, in is_effectively_child()
[all …]
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Dau6610.c70 u8 wo = (rbuf == NULL || rlen == 0); /* write-only */ in au6610_i2c_msg() local
H A Dmxl111sf.c56 int wo = (rbuf == NULL || rlen == 0); /* write-only */ in mxl111sf_ctrl_msg() local
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddigitv.c29 int ret, wo; in digitv_ctrl_msg() local
H A Ddibusb-common.c141 int ret, wo, len; in dibusb_i2c_msg() local
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_workarounds.c999 static const struct regmask wo[] = { in writeonly_reg() local
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_receiver.c1430 max_allowed_wo(struct drbd_backing_dev *bdev, enum write_ordering_e wo) in max_allowed_wo()
1449 enum write_ordering_e wo) in drbd_bump_write_ordering()