Home
last modified time | relevance | path

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

12345678910>>...45

/Linux-v4.19/drivers/media/common/
Dcx2341x.c275 struct v4l2_ext_control *ctrl) in cx2341x_get_ctrl()
389 struct v4l2_ext_control *ctrl) in cx2341x_set_ctrl()
933 static int v4l2_ctrl_check(struct v4l2_ext_control *ctrl, struct v4l2_queryctrl *qctrl, in v4l2_ctrl_check()
967 struct v4l2_ext_control *ctrl = ctrls->controls + i; in cx2341x_ext_ctrls() local
978 struct v4l2_ext_control *ctrl = ctrls->controls + i; in cx2341x_ext_ctrls() local
1164 struct v4l2_ext_control ctrl; in cx2341x_menu_item() local
1269 static inline struct cx2341x_handler *to_cxhdl(struct v4l2_ctrl *ctrl) in to_cxhdl()
1290 static inline int cx2341x_neq(struct v4l2_ctrl *ctrl) in cx2341x_neq()
1295 static int cx2341x_try_ctrl(struct v4l2_ctrl *ctrl) in cx2341x_try_ctrl()
1335 static int cx2341x_s_ctrl(struct v4l2_ctrl *ctrl) in cx2341x_s_ctrl()
/Linux-v4.19/drivers/isdn/hardware/avm/
Db1.c278 int b1_load_firmware(struct capi_ctr *ctrl, capiloaddata *data) in b1_load_firmware()
322 void b1_reset_ctr(struct capi_ctr *ctrl) in b1_reset_ctr()
339 void b1_register_appl(struct capi_ctr *ctrl, in b1_register_appl()
363 void b1_release_appl(struct capi_ctr *ctrl, u16 appl) in b1_release_appl()
377 u16 b1_send_message(struct capi_ctr *ctrl, struct sk_buff *skb) in b1_send_message()
418 struct capi_ctr *ctrl = &cinfo->capi_ctrl; in b1_parse_version() local
494 struct capi_ctr *ctrl = &cinfo->capi_ctrl; in b1_interrupt() local
642 struct capi_ctr *ctrl = m->private; in b1_proc_show() local
Dt1isa.c139 struct capi_ctr *ctrl = &cinfo->capi_ctrl; in t1isa_interrupt() local
285 static int t1isa_load_firmware(struct capi_ctr *ctrl, capiloaddata *data) in t1isa_load_firmware()
328 static void t1isa_reset_ctr(struct capi_ctr *ctrl) in t1isa_reset_ctr()
458 static u16 t1isa_send_message(struct capi_ctr *ctrl, struct sk_buff *skb) in t1isa_send_message()
494 static char *t1isa_procinfo(struct capi_ctr *ctrl) in t1isa_procinfo()
/Linux-v4.19/drivers/usb/dwc3/
Dep0.c308 struct usb_ctrlrequest *ctrl) in dwc3_ep0_handle_status()
440 struct usb_ctrlrequest *ctrl, int set) in dwc3_ep0_handle_device()
478 struct usb_ctrlrequest *ctrl, int set) in dwc3_ep0_handle_intf()
503 struct usb_ctrlrequest *ctrl, int set) in dwc3_ep0_handle_endpoint()
532 struct usb_ctrlrequest *ctrl, int set) in dwc3_ep0_handle_feature()
556 static int dwc3_ep0_set_address(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_set_address()
586 static int dwc3_ep0_delegate_req(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_delegate_req()
596 static int dwc3_ep0_set_config(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_set_config()
690 static int dwc3_ep0_set_sel(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_set_sel()
724 static int dwc3_ep0_set_isoch_delay(struct dwc3 *dwc, struct usb_ctrlrequest *ctrl) in dwc3_ep0_set_isoch_delay()
[all …]
/Linux-v4.19/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 …]
Dshpchp_core.c64 static int init_slots(struct controller *ctrl) in init_slots()
148 void cleanup_slots(struct controller *ctrl) in cleanup_slots()
278 struct controller *ctrl; in shpc_probe() local
326 struct controller *ctrl = pci_get_drvdata(dev); in shpc_remove() local
Dcpqphp.h261 struct controller *ctrl; member
465 static inline void set_SOGO(struct controller *ctrl) in set_SOGO()
475 static inline void amber_LED_on(struct controller *ctrl, u8 slot) in amber_LED_on()
485 static inline void amber_LED_off(struct controller *ctrl, u8 slot) in amber_LED_off()
495 static inline int read_amber_LED(struct controller *ctrl, u8 slot) in read_amber_LED()
506 static inline void green_LED_on(struct controller *ctrl, u8 slot) in green_LED_on()
515 static inline void green_LED_off(struct controller *ctrl, u8 slot) in green_LED_off()
525 static inline void green_LED_blink(struct controller *ctrl, u8 slot) in green_LED_blink()
536 static inline void slot_disable(struct controller *ctrl, u8 slot) in slot_disable()
546 static inline void slot_enable(struct controller *ctrl, u8 slot) in slot_enable()
[all …]
Dshpchp_sysfs.c74 int shpchp_create_ctrl_files(struct controller *ctrl) in shpchp_create_ctrl_files()
79 void shpchp_remove_ctrl_files(struct controller *ctrl) in shpchp_remove_ctrl_files()
Dshpchp_pci.c26 struct controller *ctrl = p_slot->ctrl; in shpchp_configure_device() local
69 struct controller *ctrl = p_slot->ctrl; in shpchp_unconfigure_device() local
/Linux-v4.19/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-v4.19/drivers/pwm/
Dpwm-jz4740.c62 uint32_t ctrl = jz4740_timer_get_ctrl(pwm->pwm); in jz4740_pwm_enable() local
73 uint32_t ctrl = jz4740_timer_get_ctrl(pwm->hwpwm); in jz4740_pwm_disable() local
93 uint16_t ctrl; in jz4740_pwm_config() local
137 uint32_t ctrl = jz4740_timer_get_ctrl(pwm->pwm); in jz4740_pwm_set_polarity() local
/Linux-v4.19/drivers/nvme/target/
Dadmin-cmd.c91 struct nvmet_ctrl *ctrl; in nvmet_get_smart_log_all() local
176 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_get_log_changed_ns() local
201 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_format_ana_group() local
268 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_ctrl() local
455 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_identify_nslist() local
727 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_async_event() local
743 struct nvmet_ctrl *ctrl = req->sq->ctrl; in nvmet_execute_keep_alive() local
/Linux-v4.19/arch/powerpc/sysdev/
Dfsl_lbc.c189 static int fsl_lbc_ctrl_init(struct fsl_lbc_ctrl *ctrl, in fsl_lbc_ctrl_init()
215 struct fsl_lbc_ctrl *ctrl = data; in fsl_lbc_ctrl_irq() local
358 struct fsl_lbc_ctrl *ctrl; in fsl_lbc_syscore_suspend() local
382 struct fsl_lbc_ctrl *ctrl; in fsl_lbc_syscore_resume() local
/Linux-v4.19/sound/soc/codecs/
Dsigmadsp.c108 struct sigmadsp_control *ctrl = (void *)kcontrol->private_value; in sigmadsp_ctrl_info() local
117 struct sigmadsp_control *ctrl, void *data) in sigmadsp_ctrl_write()
131 struct sigmadsp_control *ctrl = (void *)kcontrol->private_value; in sigmadsp_ctrl_put() local
156 struct sigmadsp_control *ctrl = (void *)kcontrol->private_value; in sigmadsp_ctrl_get() local
180 struct sigmadsp_control *ctrl = (void *)kcontrol->private_value; in sigmadsp_control_free() local
202 struct sigmadsp_control *ctrl; in sigma_fw_load_control() local
456 struct sigmadsp_control *ctrl, *_ctrl; in sigmadsp_firmware_release() local
631 struct sigmadsp_control *ctrl, unsigned int samplerate_mask) in sigmadsp_alloc_control()
658 struct sigmadsp_control *ctrl, unsigned int samplerate_mask) in sigmadsp_activate_ctrl()
707 struct sigmadsp_control *ctrl; in sigmadsp_attach() local
[all …]
/Linux-v4.19/drivers/mtd/nand/raw/
Dfsl_ifc_nand.c44 struct fsl_ifc_ctrl *ctrl; member
155 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in set_addr() local
175 static int check_read_ecc(struct mtd_info *mtd, struct fsl_ifc_ctrl *ctrl, in check_read_ecc()
188 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_run_command() local
267 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_do_read() local
307 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_cmdfunc() local
622 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_wait() local
685 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_read_page() local
766 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_sram_init() local
818 struct fsl_ifc_ctrl *ctrl = priv->ctrl; in fsl_ifc_chip_init() local
Dtegra_nand.c250 struct tegra_nand_controller *ctrl = data; in tegra_nand_irq() local
308 static void tegra_nand_dump_reg(struct tegra_nand_controller *ctrl) in tegra_nand_dump_reg()
325 static void tegra_nand_controller_abort(struct tegra_nand_controller *ctrl) in tegra_nand_controller_abort()
352 struct tegra_nand_controller *ctrl = to_tegra_ctrl(chip->controller); in tegra_nand_cmd() local
469 struct tegra_nand_controller *ctrl = to_tegra_ctrl(chip->controller); in tegra_nand_select_chip() local
481 static void tegra_nand_hw_ecc(struct tegra_nand_controller *ctrl, in tegra_nand_hw_ecc()
501 struct tegra_nand_controller *ctrl = to_tegra_ctrl(chip->controller); in tegra_nand_page_xfer() local
656 struct tegra_nand_controller *ctrl = to_tegra_ctrl(chip->controller); in tegra_nand_read_page_hwecc() local
766 struct tegra_nand_controller *ctrl = to_tegra_ctrl(chip->controller); in tegra_nand_write_page_hwecc() local
778 static void tegra_nand_setup_timing(struct tegra_nand_controller *ctrl, in tegra_nand_setup_timing()
[all …]
Dfsl_elbc_nand.c52 struct fsl_lbc_ctrl *ctrl; member
169 struct fsl_lbc_ctrl *ctrl = priv->ctrl; in set_addr() local
220 struct fsl_lbc_ctrl *ctrl = priv->ctrl; in fsl_elbc_run_command() local
292 struct fsl_lbc_ctrl *ctrl = priv->ctrl; in fsl_elbc_do_read() local
325 struct fsl_lbc_ctrl *ctrl = priv->ctrl; in fsl_elbc_cmdfunc() local
644 struct fsl_lbc_ctrl *ctrl = priv->ctrl; in fsl_elbc_attach_chip() local
717 struct fsl_lbc_ctrl *ctrl = priv->ctrl; in fsl_elbc_read_page() local
757 struct fsl_lbc_ctrl *ctrl = priv->ctrl; in fsl_elbc_chip_init() local
/Linux-v4.19/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-v4.19/drivers/media/i2c/
Dlm3560.c168 static int lm3560_get_ctrl(struct v4l2_ctrl *ctrl, enum lm3560_led_id led_no) in lm3560_get_ctrl()
195 static int lm3560_set_ctrl(struct v4l2_ctrl *ctrl, enum lm3560_led_id led_no) in lm3560_set_ctrl()
255 static int lm3560_led1_get_ctrl(struct v4l2_ctrl *ctrl) in lm3560_led1_get_ctrl()
260 static int lm3560_led1_set_ctrl(struct v4l2_ctrl *ctrl) in lm3560_led1_set_ctrl()
265 static int lm3560_led0_get_ctrl(struct v4l2_ctrl *ctrl) in lm3560_led0_get_ctrl()
270 static int lm3560_led0_set_ctrl(struct v4l2_ctrl *ctrl) in lm3560_led0_set_ctrl()
/Linux-v4.19/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_core.c190 u32 ctrl; in sxgbe_set_eee_mode() local
204 u32 ctrl; in sxgbe_reset_eee_mode() local
213 u32 ctrl; in sxgbe_set_eee_pls() local
243 u32 ctrl; in sxgbe_enable_rx_csum() local
252 u32 ctrl; in sxgbe_disable_rx_csum() local
/Linux-v4.19/net/bluetooth/
Damp.c24 void amp_ctrl_get(struct amp_ctrl *ctrl) in amp_ctrl_get()
34 struct amp_ctrl *ctrl = container_of(kref, struct amp_ctrl, kref); in amp_ctrl_destroy() local
42 int amp_ctrl_put(struct amp_ctrl *ctrl) in amp_ctrl_put()
52 struct amp_ctrl *ctrl; in amp_ctrl_add() local
72 struct amp_ctrl *ctrl, *n; in amp_ctrl_list_flush() local
86 struct amp_ctrl *ctrl; in amp_ctrl_lookup() local
342 struct amp_ctrl *ctrl; in amp_write_rem_assoc_frag() local
/Linux-v4.19/arch/powerpc/platforms/82xx/
Dep8248e.c64 static void ep8248e_set_mdc(struct mdiobb_ctrl *ctrl, int level) in ep8248e_set_mdc()
75 static void ep8248e_set_mdio_dir(struct mdiobb_ctrl *ctrl, int output) in ep8248e_set_mdio_dir()
86 static void ep8248e_set_mdio_data(struct mdiobb_ctrl *ctrl, int data) in ep8248e_set_mdio_data()
97 static int ep8248e_get_mdio_data(struct mdiobb_ctrl *ctrl) in ep8248e_get_mdio_data()
/Linux-v4.19/include/linux/
Dspmi.h49 struct spmi_controller *ctrl; member
104 void *spmi_controller_get_drvdata(const struct spmi_controller *ctrl) in spmi_controller_get_drvdata()
109 static inline void spmi_controller_set_drvdata(struct spmi_controller *ctrl, in spmi_controller_set_drvdata()
122 static inline void spmi_controller_put(struct spmi_controller *ctrl) in spmi_controller_put()
/Linux-v4.19/arch/arm64/kernel/
Dssbd.c17 static int ssbd_prctl_set(struct task_struct *task, unsigned long ctrl) in ssbd_prctl_set()
71 unsigned long ctrl) in arch_prctl_spec_ctrl_set()
/Linux-v4.19/drivers/scsi/be2iscsi/
Dbe_mgmt.c33 unsigned int mgmt_vendor_specific_fw_cmd(struct be_ctrl_info *ctrl, in mgmt_vendor_specific_fw_cmd()
117 struct be_ctrl_info *ctrl = &phba->ctrl; in mgmt_open_connection() local
227 struct be_ctrl_info *ctrl = &phba->ctrl; in beiscsi_exec_nemb_cmd() local
385 struct be_ctrl_info *ctrl = &phba->ctrl; in beiscsi_if_get_handle() local
919 struct be_ctrl_info *ctrl = &phba->ctrl; in beiscsi_boot_logout_sess() local
958 struct be_ctrl_info *ctrl = &phba->ctrl; in beiscsi_boot_reopen_sess() local
999 struct be_ctrl_info *ctrl = &phba->ctrl; in beiscsi_boot_get_sinfo() local
1046 struct be_ctrl_info *ctrl = &phba->ctrl; in __beiscsi_boot_get_shandle() local
1433 struct be_ctrl_info *ctrl = &phba->ctrl; in beiscsi_invalidate_cxn() local
1469 struct be_ctrl_info *ctrl = &phba->ctrl; in beiscsi_upload_cxn() local
[all …]

12345678910>>...45