Home
last modified time | relevance | path

Searched defs:ctrl (Results 101 – 125 of 1163) sorted by relevance

12345678910>>...47

/Linux-v5.4/arch/arm64/kernel/
Dhw_breakpoint.c230 u32 ctrl; in hw_breakpoint_control() local
351 int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, in arch_bp_generic_fields()
583 u32 ctrl; in toggle_bp_registers() local
628 struct arch_hw_breakpoint_ctrl ctrl; in breakpoint_handler() local
713 struct arch_hw_breakpoint_ctrl *ctrl) in get_distance_from_watchpoint()
743 struct arch_hw_breakpoint_ctrl ctrl; in watchpoint_handler() local
/Linux-v5.4/drivers/rtc/
Drtc-jz4740.c76 uint32_t ctrl; in jz4740_rtc_wait_write_ready() local
88 uint32_t ctrl; in jz4780_rtc_enable_write() local
124 uint32_t ctrl; in jz4740_rtc_ctrl_set_bits() local
190 uint32_t ctrl; in jz4740_rtc_read_alarm() local
235 uint32_t ctrl; in jz4740_rtc_irq() local
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-flash-led-class.c44 struct v4l2_ctrl *ctrl, s32 intensity) in __intensity_to_led_brightness()
61 static s32 __led_brightness_to_intensity(struct v4l2_ctrl *ctrl, in __led_brightness_to_intensity()
80 struct v4l2_ctrl *ctrl) in v4l2_flash_set_led_brightness()
116 struct v4l2_ctrl *ctrl) in v4l2_flash_update_led_brightness()
408 struct v4l2_ctrl *ctrl; in v4l2_flash_init_controls() local
/Linux-v5.4/drivers/mfd/
Dti_am335x_tscadc.c132 int err, ctrl; in ti_tscadc_probe() local
308 u32 ctrl; in tscadc_suspend() local
323 u32 ctrl; in tscadc_resume() local
/Linux-v5.4/drivers/video/fbdev/mmp/hw/
Dmmp_ctrl.c32 struct mmphw_ctrl *ctrl = (struct mmphw_ctrl *)dev_id; in ctrl_handle_irq() local
314 static void ctrl_set_default(struct mmphw_ctrl *ctrl) in ctrl_set_default()
389 struct mmphw_ctrl *ctrl = path_plat->ctrl; in path_init() local
438 struct mmphw_ctrl *ctrl = NULL; in mmphw_probe() local
/Linux-v5.4/drivers/media/i2c/s5c73m3/
Ds5c73m3-ctrls.c31 static int s5c73m3_get_af_status(struct s5c73m3 *state, struct v4l2_ctrl *ctrl) in s5c73m3_get_af_status()
60 static int s5c73m3_g_volatile_ctrl(struct v4l2_ctrl *ctrl) in s5c73m3_g_volatile_ctrl()
183 static int s5c73m3_3a_lock(struct s5c73m3 *state, struct v4l2_ctrl *ctrl) in s5c73m3_3a_lock()
337 static int s5c73m3_s_ctrl(struct v4l2_ctrl *ctrl) in s5c73m3_s_ctrl()
/Linux-v5.4/drivers/media/i2c/
Dtw2804.c135 static inline struct tw2804 *to_state_from_ctrl(struct v4l2_ctrl *ctrl) in to_state_from_ctrl()
164 static int tw2804_g_volatile_ctrl(struct v4l2_ctrl *ctrl) in tw2804_g_volatile_ctrl()
189 static int tw2804_s_ctrl(struct v4l2_ctrl *ctrl) in tw2804_s_ctrl()
352 struct v4l2_ctrl *ctrl; in tw2804_probe() local
/Linux-v5.4/drivers/nvme/target/
Dtrace.h36 #define __print_ctrl_name(ctrl) \ argument
52 struct nvmet_ctrl *ctrl = nvmet_req_to_ctrl(req); in __assign_disk_name() local
/Linux-v5.4/arch/arm/mach-cns3xxx/
Dcore.c121 unsigned long ctrl = readl(cns3xxx_tmr1 + TIMER1_2_CONTROL_OFFSET); in cns3xxx_set_oneshot() local
131 unsigned long ctrl = readl(cns3xxx_tmr1 + TIMER1_2_CONTROL_OFFSET); in cns3xxx_set_periodic() local
145 unsigned long ctrl = readl(cns3xxx_tmr1 + TIMER1_2_CONTROL_OFFSET); in cns3xxx_timer_set_next_event() local
/Linux-v5.4/drivers/clocksource/
Dtimer-qcom.c42 u32 ctrl = readl_relaxed(event_base + TIMER_ENABLE); in msm_timer_interrupt() local
53 u32 ctrl = readl_relaxed(event_base + TIMER_ENABLE); in msm_timer_set_next_event() local
71 u32 ctrl; in msm_timer_shutdown() local
Darm_global_timer.c96 unsigned long ctrl; in gt_compare_set() local
115 unsigned long ctrl; in gt_clockevent_shutdown() local
202 unsigned long ctrl; in gt_resume() local
/Linux-v5.4/drivers/nvme/host/
Dnvme.h130 struct nvme_ctrl *ctrl; member
355 struct nvme_ctrl *ctrl; member
415 static inline int nvme_reset_subsystem(struct nvme_ctrl *ctrl) in nvme_reset_subsystem()
439 static inline void nvme_get_ctrl(struct nvme_ctrl *ctrl) in nvme_get_ctrl()
444 static inline void nvme_put_ctrl(struct nvme_ctrl *ctrl) in nvme_put_ctrl()
514 static inline bool nvme_ctrl_use_ana(struct nvme_ctrl *ctrl) in nvme_ctrl_use_ana()
559 static inline bool nvme_ctrl_use_ana(struct nvme_ctrl *ctrl) in nvme_ctrl_use_ana()
568 struct nvme_ctrl *ctrl, int *flags) in nvme_set_disk_name()
576 static inline void nvme_kick_requeue_lists(struct nvme_ctrl *ctrl) in nvme_kick_requeue_lists()
579 static inline int nvme_mpath_alloc_disk(struct nvme_ctrl *ctrl, in nvme_mpath_alloc_disk()
[all …]
/Linux-v5.4/include/media/
Dv4l2-ctrls.h290 struct v4l2_ctrl *ctrl; member
503 static inline void v4l2_ctrl_lock(struct v4l2_ctrl *ctrl) in v4l2_ctrl_lock()
513 static inline void v4l2_ctrl_unlock(struct v4l2_ctrl *ctrl) in v4l2_ctrl_unlock()
816 static inline void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed) in v4l2_ctrl_grab()
867 static inline int v4l2_ctrl_modify_range(struct v4l2_ctrl *ctrl, in v4l2_ctrl_modify_range()
967 static inline int v4l2_ctrl_s_ctrl(struct v4l2_ctrl *ctrl, s32 val) in v4l2_ctrl_s_ctrl()
1019 static inline int v4l2_ctrl_s_ctrl_int64(struct v4l2_ctrl *ctrl, s64 val) in v4l2_ctrl_s_ctrl_int64()
1057 static inline int v4l2_ctrl_s_ctrl_string(struct v4l2_ctrl *ctrl, const char *s) in v4l2_ctrl_s_ctrl_string()
/Linux-v5.4/drivers/staging/isdn/avm/
Db1dma.c451 struct capi_ctr *ctrl = &cinfo->capi_ctrl; in b1dma_handle_rx() local
704 int b1dma_load_firmware(struct capi_ctr *ctrl, capiloaddata *data) in b1dma_load_firmware()
753 void b1dma_reset_ctr(struct capi_ctr *ctrl) in b1dma_reset_ctr()
770 void b1dma_register_appl(struct capi_ctr *ctrl, in b1dma_register_appl()
807 void b1dma_release_appl(struct capi_ctr *ctrl, u16 appl) in b1dma_release_appl()
838 u16 b1dma_send_message(struct capi_ctr *ctrl, struct sk_buff *skb) in b1dma_send_message()
863 struct capi_ctr *ctrl = m->private; in b1dma_proc_show() local
Dc4.c506 struct capi_ctr *ctrl; in c4_handle_rx() local
855 static int c4_load_firmware(struct capi_ctr *ctrl, capiloaddata *data) in c4_load_firmware()
899 static void c4_reset_ctr(struct capi_ctr *ctrl) in c4_reset_ctr()
947 static void c4_register_appl(struct capi_ctr *ctrl, in c4_register_appl()
992 static void c4_release_appl(struct capi_ctr *ctrl, u16 appl) in c4_release_appl()
1028 static u16 c4_send_message(struct capi_ctr *ctrl, struct sk_buff *skb) in c4_send_message()
1052 static char *c4_procinfo(struct capi_ctr *ctrl) in c4_procinfo()
1070 struct capi_ctr *ctrl = m->private; in c4_proc_show() local
/Linux-v5.4/drivers/char/hw_random/
Dmxc-rnga.c80 u32 ctrl; in mxc_rnga_data_read() local
102 u32 ctrl, osc; in mxc_rnga_init() local
125 u32 ctrl; in mxc_rnga_cleanup() local
/Linux-v5.4/drivers/media/platform/vsp1/
Dvsp1_clu.c43 static int clu_set_table(struct vsp1_clu *clu, struct v4l2_ctrl *ctrl) in clu_set_table()
64 static int clu_s_ctrl(struct v4l2_ctrl *ctrl) in clu_s_ctrl()
198 u32 ctrl = VI6_CLU_CTRL_AAI | VI6_CLU_CTRL_MVS | VI6_CLU_CTRL_EN; in clu_configure_frame() local
/Linux-v5.4/drivers/i2c/busses/
Di2c-kempld.c227 u8 ctrl; in kempld_i2c_device_init() local
295 u8 ctrl; in kempld_i2c_probe() local
334 u8 ctrl; in kempld_i2c_remove() local
358 u8 ctrl; in kempld_i2c_suspend() local
/Linux-v5.4/sound/soc/spear/
Dspdif_in.c48 u32 ctrl = SPDIF_IN_PRTYEN | SPDIF_IN_STATEN | SPDIF_IN_USREN | in spdif_in_configure() local
79 u32 ctrl = readl(host->io_base + SPDIF_IN_CTRL); in spdif_in_format() local
114 u32 ctrl; in spdif_in_trigger() local
/Linux-v5.4/arch/nios2/kernel/
Dtime.c119 u16 ctrl; in nios2_timer_start() local
128 u16 ctrl; in nios2_timer_stop() local
138 u16 ctrl; in nios2_timer_config() local
283 unsigned int ctrl; in nios2_clocksource_init() local
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Ddmacnv50.c84 int ctrl = chan->chid.ctrl; in nv50_disp_dmac_fini() local
104 int ctrl = chan->chid.ctrl; in nv50_disp_dmac_init() local
/Linux-v5.4/drivers/usb/typec/ucsi/
Ddisplayport.c51 struct ucsi_control ctrl; in ucsi_displayport_enter() local
106 struct ucsi_control ctrl; in ucsi_displayport_exit() local
175 struct ucsi_control ctrl; in ucsi_displayport_configure() local
/Linux-v5.4/drivers/pci/
Dats.c42 u16 ctrl; in pci_enable_ats() local
83 u16 ctrl; in pci_disable_ats() local
106 u16 ctrl; in pci_restore_ats_state() local
/Linux-v5.4/drivers/media/pci/cx18/
Dcx18-dvb.c493 static struct xc2028_ctrl ctrl = { in dvb_register() local
525 static struct xc2028_ctrl ctrl = { in dvb_register() local
548 static struct xc2028_ctrl ctrl = { in dvb_register() local
/Linux-v5.4/arch/arm64/include/asm/
Dhw_breakpoint.h24 struct arch_hw_breakpoint_ctrl ctrl; member
33 static inline u32 encode_ctrl_reg(struct arch_hw_breakpoint_ctrl ctrl) in encode_ctrl_reg()
45 struct arch_hw_breakpoint_ctrl *ctrl) in decode_ctrl_reg()

12345678910>>...47