Home
last modified time | relevance | path

Searched defs:ctrl (Results 51 – 75 of 1213) sorted by relevance

12345678910>>...49

/linux-5.10/drivers/clocksource/
Ddw_apb_timer.c73 u32 ctrl = apbt_readl(timer, APBTMR_N_CONTROL); in apbt_disable_int() local
114 u32 ctrl = apbt_readl(timer, APBTMR_N_CONTROL); in apbt_enable_int() local
124 u32 ctrl; in apbt_shutdown() local
138 u32 ctrl; in apbt_set_oneshot() local
171 u32 ctrl; in apbt_set_periodic() local
207 u32 ctrl; in apbt_next_event() local
333 u32 ctrl = apbt_readl(&dw_cs->timer, APBTMR_N_CONTROL); in dw_apb_clocksource_start() local
/linux-5.10/drivers/staging/comedi/drivers/
Dcomedi_parport.c90 unsigned int ctrl; in parport_data_reg_insn_config() local
122 unsigned int ctrl; in parport_ctrl_reg_insn_bits() local
187 unsigned int ctrl; in parport_intr_cmd() local
199 unsigned int ctrl; in parport_intr_cancel() local
212 unsigned int ctrl; in parport_interrupt() local
/linux-5.10/drivers/net/ethernet/freescale/fs_enet/
Dmii-bitbang.c31 struct mdiobb_ctrl ctrl; member
58 static inline void mdio_dir(struct mdiobb_ctrl *ctrl, int dir) in mdio_dir()
71 static inline int mdio_read(struct mdiobb_ctrl *ctrl) in mdio_read()
77 static inline void mdio(struct mdiobb_ctrl *ctrl, int what) in mdio()
90 static inline void mdc(struct mdiobb_ctrl *ctrl, int what) in mdc()
/linux-5.10/drivers/nvme/target/
Ddiscovery.c16 struct nvmet_ctrl *ctrl) in __nvmet_disc_changed()
31 struct nvmet_ctrl *ctrl; in nvmet_port_disc_changed() local
54 struct nvmet_ctrl *ctrl; in __nvmet_subsys_disc_changed() local
145 struct nvmet_ctrl *ctrl = req->sq->ctrl; in discovery_log_entries() local
163 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_disc_get_log_page() local
242 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_disc_identify() local
Dfabrics-cmd.c40 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_prop_get() local
106 static u16 nvmet_install_queue(struct nvmet_ctrl *ctrl, struct nvmet_req *req) in nvmet_install_queue()
156 struct nvmet_ctrl *ctrl = NULL; in nvmet_execute_admin_connect() local
225 struct nvmet_ctrl *ctrl = NULL; in nvmet_execute_io_connect() local
Dadmin-cmd.c50 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_log_page_error() local
115 struct nvmet_ctrl *ctrl; in nvmet_get_smart_log_all() local
203 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_log_changed_ns() local
228 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_format_ana_group() local
338 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_ctrl() local
471 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_ns() local
553 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_nslist() local
900 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_async_event() local
919 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_keep_alive() local
/linux-5.10/drivers/media/common/
Dcx2341x.c266 struct v4l2_ext_control *ctrl) in cx2341x_get_ctrl()
380 struct v4l2_ext_control *ctrl) in cx2341x_set_ctrl()
924 static int v4l2_ctrl_check(struct v4l2_ext_control *ctrl, struct v4l2_queryctrl *qctrl, in v4l2_ctrl_check()
958 struct v4l2_ext_control *ctrl = ctrls->controls + i; in cx2341x_ext_ctrls() local
969 struct v4l2_ext_control *ctrl = ctrls->controls + i; in cx2341x_ext_ctrls() local
1190 struct v4l2_ext_control ctrl; in cx2341x_menu_item() local
1295 static inline struct cx2341x_handler *to_cxhdl(struct v4l2_ctrl *ctrl) in to_cxhdl()
1316 static inline int cx2341x_neq(struct v4l2_ctrl *ctrl) in cx2341x_neq()
1321 static int cx2341x_try_ctrl(struct v4l2_ctrl *ctrl) in cx2341x_try_ctrl()
1361 static int cx2341x_s_ctrl(struct v4l2_ctrl *ctrl) in cx2341x_s_ctrl()
/linux-5.10/drivers/infiniband/sw/siw/
Diwarp.h112 static inline u8 __ddp_get_version(struct iwarp_ctrl *ctrl) in __ddp_get_version()
117 static inline void __ddp_set_version(struct iwarp_ctrl *ctrl, u8 version) in __ddp_set_version()
124 static inline u8 __rdmap_get_version(struct iwarp_ctrl *ctrl) in __rdmap_get_version()
131 static inline void __rdmap_set_version(struct iwarp_ctrl *ctrl, u8 version) in __rdmap_set_version()
137 static inline u8 __rdmap_get_opcode(struct iwarp_ctrl *ctrl) in __rdmap_get_opcode()
142 static inline void __rdmap_set_opcode(struct iwarp_ctrl *ctrl, u8 opcode) in __rdmap_set_opcode()
149 struct iwarp_ctrl ctrl; member
155 struct iwarp_ctrl ctrl; member
168 struct iwarp_ctrl ctrl; member
174 struct iwarp_ctrl ctrl; member
[all …]
/linux-5.10/drivers/usb/dwc3/
Dep0.c308 struct usb_ctrlrequest *ctrl) in dwc3_ep0_handle_status()
444 struct usb_ctrlrequest *ctrl, int set) in dwc3_ep0_handle_device()
482 struct usb_ctrlrequest *ctrl, int set) in dwc3_ep0_handle_intf()
507 struct usb_ctrlrequest *ctrl, int set) in dwc3_ep0_handle_endpoint()
541 struct usb_ctrlrequest *ctrl, int set) in dwc3_ep0_handle_feature()
565 static int dwc3_ep0_set_address(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_set_address()
595 static int dwc3_ep0_delegate_req(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_delegate_req()
605 static int dwc3_ep0_set_config(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_set_config()
702 static int dwc3_ep0_set_sel(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_set_sel()
736 static int dwc3_ep0_set_isoch_delay(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_set_isoch_delay()
[all …]
/linux-5.10/drivers/media/platform/qcom/venus/
Dvdec_ctrls.c13 static int vdec_op_s_ctrl(struct v4l2_ctrl *ctrl) in vdec_op_s_ctrl()
40 static int vdec_op_g_volatile_ctrl(struct v4l2_ctrl *ctrl) in vdec_op_g_volatile_ctrl()
89 struct v4l2_ctrl *ctrl; in vdec_ctrl_init() local
/linux-5.10/drivers/mtd/nand/raw/
Dfsl_ifc_nand.c32 struct fsl_ifc_ctrl *ctrl; member
143 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in set_addr() local
163 static int check_read_ecc(struct mtd_info *mtd, struct fsl_ifc_ctrl *ctrl, in check_read_ecc()
176 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_run_command() local
255 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_do_read() local
295 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_cmdfunc() local
608 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_wait() local
672 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_read_page() local
710 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_attach_chip() local
779 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_sram_init() local
[all …]
/linux-5.10/drivers/pci/hotplug/
Dcpqphp_pci.c70 int cpqhp_configure_device(struct controller *ctrl, struct pci_func *func) in cpqhp_configure_device()
199 static int PCI_ScanBusForNonBridge(struct controller *ctrl, u8 bus_num, u8 *dev_num) in PCI_ScanBusForNonBridge()
237 static int PCI_GetBusDevHelper(struct controller *ctrl, u8 *bus_num, u8 *dev_num, u8 slot, u8 nobri… in PCI_GetBusDevHelper()
276 int cpqhp_get_bus_dev(struct controller *ctrl, u8 *bus_num, u8 *dev_num, u8 slot) in cpqhp_get_bus_dev()
297 int cpqhp_save_config(struct controller *ctrl, int busnumber, int is_hot_plug) in cpqhp_save_config()
464 int cpqhp_save_slot_config(struct controller *ctrl, struct pci_func *new_slot) in cpqhp_save_slot_config()
548 int cpqhp_save_base_addr_length(struct controller *ctrl, struct pci_func *func) in cpqhp_save_base_addr_length()
685 int cpqhp_save_used_resources(struct controller *ctrl, struct pci_func *func) in cpqhp_save_used_resources()
948 int cpqhp_configure_board(struct controller *ctrl, struct pci_func *func) in cpqhp_configure_board()
1026 int cpqhp_valid_replace(struct controller *ctrl, struct pci_func *func) in cpqhp_valid_replace()
[all …]
/linux-5.10/net/caif/
Dcfctrl.c22 static int handle_loop(struct cfctrl *ctrl, in handle_loop()
63 struct cfctrl *ctrl = container_obj(layer); in cfctrl_remove() local
129 static void cfctrl_insert_req(struct cfctrl *ctrl, in cfctrl_insert_req()
140 static struct cfctrl_request_info *cfctrl_remove_req(struct cfctrl *ctrl, in cfctrl_remove_req()
334 struct cfctrl *ctrl = container_obj(layr); in cfctrl_cancel_req() local
551 static void cfctrl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, in cfctrl_ctrlcmd()
586 static int handle_loop(struct cfctrl *ctrl, int cmd, struct cfpkt *pkt) in handle_loop()
/linux-5.10/arch/powerpc/sysdev/
Dfsl_lbc.c185 static int fsl_lbc_ctrl_init(struct fsl_lbc_ctrl *ctrl, in fsl_lbc_ctrl_init()
211 struct fsl_lbc_ctrl *ctrl = data; in fsl_lbc_ctrl_irq() local
354 struct fsl_lbc_ctrl *ctrl; in fsl_lbc_syscore_suspend() local
378 struct fsl_lbc_ctrl *ctrl; in fsl_lbc_syscore_resume() local
/linux-5.10/sound/soc/codecs/
Dsigmadsp.c107 struct sigmadsp_control *ctrl = (void *)kcontrol->private_value; in sigmadsp_ctrl_info() local
116 struct sigmadsp_control *ctrl, void *data) in sigmadsp_ctrl_write()
130 struct sigmadsp_control *ctrl = (void *)kcontrol->private_value; in sigmadsp_ctrl_put() local
155 struct sigmadsp_control *ctrl = (void *)kcontrol->private_value; in sigmadsp_ctrl_get() local
179 struct sigmadsp_control *ctrl = (void *)kcontrol->private_value; in sigmadsp_control_free() local
201 struct sigmadsp_control *ctrl; in sigma_fw_load_control() local
455 struct sigmadsp_control *ctrl, *_ctrl; in sigmadsp_firmware_release() local
630 struct sigmadsp_control *ctrl, unsigned int samplerate_mask) in sigmadsp_alloc_control()
657 struct sigmadsp_control *ctrl, unsigned int samplerate_mask) in sigmadsp_activate_ctrl()
706 struct sigmadsp_control *ctrl; in sigmadsp_attach() local
[all …]
/linux-5.10/sound/soc/atmel/
Dmchp-spdiftx.c213 struct mchp_spdiftx_mixer_control *ctrl = &dev->control; in mchp_spdiftx_channel_status_write() local
229 struct mchp_spdiftx_mixer_control *ctrl = &dev->control; in mchp_spdiftx_user_data_write() local
246 struct mchp_spdiftx_mixer_control *ctrl = &dev->control; in mchp_spdiftx_interrupt() local
310 struct mchp_spdiftx_mixer_control *ctrl = &dev->control; in mchp_spdiftx_trigger() local
358 struct mchp_spdiftx_mixer_control *ctrl = &dev->control; in mchp_spdiftx_hw_params() local
577 struct mchp_spdiftx_mixer_control *ctrl = &dev->control; in mchp_spdiftx_cs_get() local
593 struct mchp_spdiftx_mixer_control *ctrl = &dev->control; in mchp_spdiftx_cs_put() local
636 struct mchp_spdiftx_mixer_control *ctrl = &dev->control; in mchp_spdiftx_subcode_get() local
653 struct mchp_spdiftx_mixer_control *ctrl = &dev->control; in mchp_spdiftx_subcode_put() local
775 struct mchp_spdiftx_mixer_control *ctrl; in mchp_spdiftx_probe() local
/linux-5.10/drivers/media/i2c/
Dlm3560.c160 static int lm3560_get_ctrl(struct v4l2_ctrl *ctrl, enum lm3560_led_id led_no) in lm3560_get_ctrl()
187 static int lm3560_set_ctrl(struct v4l2_ctrl *ctrl, enum lm3560_led_id led_no) in lm3560_set_ctrl()
247 static int lm3560_led1_get_ctrl(struct v4l2_ctrl *ctrl) in lm3560_led1_get_ctrl()
252 static int lm3560_led1_set_ctrl(struct v4l2_ctrl *ctrl) in lm3560_led1_set_ctrl()
257 static int lm3560_led0_get_ctrl(struct v4l2_ctrl *ctrl) in lm3560_led0_get_ctrl()
262 static int lm3560_led0_set_ctrl(struct v4l2_ctrl *ctrl) in lm3560_led0_set_ctrl()
/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dnv50.c28 pwm_info(struct nvkm_therm *therm, int *line, int *ctrl, int *indx) in pwm_info()
59 int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id); in nv50_fan_pwm_ctrl() local
69 int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id); in nv50_fan_pwm_get() local
86 int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id); in nv50_fan_pwm_set() local
/linux-5.10/drivers/firmware/imx/
Dmisc.c16 u32 ctrl; member
31 u32 ctrl; member
52 u8 ctrl, u32 val) in imx_sc_misc_set_control()
82 u8 ctrl, u32 *val) in imx_sc_misc_get_control()
/linux-5.10/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_core.c187 u32 ctrl; in sxgbe_set_eee_mode() local
201 u32 ctrl; in sxgbe_reset_eee_mode() local
210 u32 ctrl; in sxgbe_set_eee_pls() local
240 u32 ctrl; in sxgbe_enable_rx_csum() local
249 u32 ctrl; in sxgbe_disable_rx_csum() local
/linux-5.10/net/bluetooth/
Damp.c17 void amp_ctrl_get(struct amp_ctrl *ctrl) in amp_ctrl_get()
27 struct amp_ctrl *ctrl = container_of(kref, struct amp_ctrl, kref); in amp_ctrl_destroy() local
35 int amp_ctrl_put(struct amp_ctrl *ctrl) in amp_ctrl_put()
45 struct amp_ctrl *ctrl; in amp_ctrl_add() local
65 struct amp_ctrl *ctrl, *n; in amp_ctrl_list_flush() local
79 struct amp_ctrl *ctrl; in amp_ctrl_lookup() local
334 struct amp_ctrl *ctrl; in amp_write_rem_assoc_frag() local
/linux-5.10/drivers/nvme/host/
Dhwmon.c14 struct nvme_ctrl *ctrl; member
19 static int nvme_get_temp_thresh(struct nvme_ctrl *ctrl, int sensor, bool under, in nvme_get_temp_thresh()
40 static int nvme_set_temp_thresh(struct nvme_ctrl *ctrl, int sensor, bool under, in nvme_set_temp_thresh()
224 int nvme_hwmon_init(struct nvme_ctrl *ctrl) in nvme_hwmon_init()
/linux-5.10/arch/powerpc/platforms/82xx/
Dep8248e.c60 static void ep8248e_set_mdc(struct mdiobb_ctrl *ctrl, int level) in ep8248e_set_mdc()
71 static void ep8248e_set_mdio_dir(struct mdiobb_ctrl *ctrl, int output) in ep8248e_set_mdio_dir()
82 static void ep8248e_set_mdio_data(struct mdiobb_ctrl *ctrl, int data) in ep8248e_set_mdio_data()
93 static int ep8248e_get_mdio_data(struct mdiobb_ctrl *ctrl) in ep8248e_get_mdio_data()
/linux-5.10/drivers/misc/mei/
Ddma-ring.c113 struct hbm_dma_ring_ctrl *ctrl = mei_dma_ring_ctrl(dev); in mei_dma_ring_reset() local
169 struct hbm_dma_ring_ctrl *ctrl = mei_dma_ring_ctrl(dev); in mei_dma_ring_read() local
215 struct hbm_dma_ring_ctrl *ctrl = mei_dma_ring_ctrl(dev); in mei_dma_ring_empty_slots() local
246 struct hbm_dma_ring_ctrl *ctrl = mei_dma_ring_ctrl(dev); in mei_dma_ring_write() local
/linux-5.10/include/media/
Dv4l2-ctrls.h320 struct v4l2_ctrl *ctrl; member
535 static inline void v4l2_ctrl_lock(struct v4l2_ctrl *ctrl) in v4l2_ctrl_lock()
545 static inline void v4l2_ctrl_unlock(struct v4l2_ctrl *ctrl) in v4l2_ctrl_unlock()
868 static inline void v4l2_ctrl_grab(struct v4l2_ctrl *ctrl, bool grabbed) in v4l2_ctrl_grab()
919 static inline int v4l2_ctrl_modify_range(struct v4l2_ctrl *ctrl, in v4l2_ctrl_modify_range()
1019 static inline int v4l2_ctrl_s_ctrl(struct v4l2_ctrl *ctrl, s32 val) in v4l2_ctrl_s_ctrl()
1071 static inline int v4l2_ctrl_s_ctrl_int64(struct v4l2_ctrl *ctrl, s64 val) in v4l2_ctrl_s_ctrl_int64()
1109 static inline int v4l2_ctrl_s_ctrl_string(struct v4l2_ctrl *ctrl, const char *s) in v4l2_ctrl_s_ctrl_string()
1150 static inline int v4l2_ctrl_s_ctrl_compound(struct v4l2_ctrl *ctrl, in v4l2_ctrl_s_ctrl_compound()
1164 #define __v4l2_ctrl_s_ctrl_area(ctrl, area) \ argument
[all …]

12345678910>>...49