/openbmc/linux/drivers/usb/misc/ |
H A D | uss720.c | 257 static int change_mode(struct parport *pp, int m) in change_mode() function 271 if (change_mode(pp, ECR_PS2)) in change_mode() 466 if (change_mode(pp, ECR_EPP)) in parport_uss720_epp_read_data() 477 change_mode(pp, ECR_PS2); in parport_uss720_epp_read_data() 487 if (change_mode(pp, ECR_EPP)) in parport_uss720_epp_write_data() 500 change_mode(pp, ECR_PS2); in parport_uss720_epp_write_data() 510 if (change_mode(pp, ECR_EPP)) in parport_uss720_epp_write_data() 515 change_mode(pp, ECR_PS2); in parport_uss720_epp_write_data() 525 if (change_mode(pp, ECR_EPP)) in parport_uss720_epp_read_addr() 536 change_mode(pp, ECR_PS2); in parport_uss720_epp_read_addr() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/ |
H A D | hw_gpio.h | 63 enum gpio_result (*change_mode)( member
|
H A D | hw_generic.c | 89 .change_mode = dal_hw_gpio_change_mode,
|
H A D | hw_hpd.c | 110 .change_mode = dal_hw_gpio_change_mode,
|
H A D | hw_ddc.c | 214 .change_mode = dal_hw_gpio_change_mode,
|
H A D | gpio_base.c | 129 return gpio->pin->funcs->change_mode(gpio->pin, mode); in dal_gpio_change_mode()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_hwlat.c | 326 goto change_mode; in move_to_next_cpu() 337 goto change_mode; in move_to_next_cpu() 345 change_mode: in move_to_next_cpu()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | dccg.h | 147 enum dentist_dispclk_change_mode change_mode);
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_dccg.c | 656 enum dentist_dispclk_change_mode change_mode) in dccg31_set_dispclk_change_mode() argument 661 change_mode == DISPCLK_CHANGE_MODE_RAMPING ? 2 : 0); in dccg31_set_dispclk_change_mode()
|
H A D | dcn31_dccg.h | 227 enum dentist_dispclk_change_mode change_mode);
|
/openbmc/linux/drivers/thermal/intel/ |
H A D | intel_quark_dts_thermal.c | 299 .change_mode = sys_change_mode,
|
/openbmc/linux/include/linux/ |
H A D | thermal.h | 77 int (*change_mode) (struct thermal_zone_device *, member
|
/openbmc/linux/drivers/platform/x86/ |
H A D | acerhdf.c | 453 .change_mode = acerhdf_change_mode,
|
/openbmc/linux/drivers/parport/ |
H A D | parport_pc.c | 139 static int change_mode(struct parport *p, int m) in change_mode() function 739 r = change_mode(port, ECR_PPF); /* Parallel port FIFO */ in parport_pc_compat_write_block_pio() 757 r = change_mode(port, ECR_PS2); in parport_pc_compat_write_block_pio() 835 r = change_mode(port, ECR_ECP); /* ECP FIFO */ in parport_pc_ecp_write_block_pio() 852 r = change_mode(port, ECR_PS2); in parport_pc_ecp_write_block_pio()
|
/openbmc/linux/drivers/thermal/ |
H A D | thermal_core.c | 453 if (tz->ops->change_mode) in thermal_zone_device_set_mode() 454 ret = tz->ops->change_mode(tz, mode); in thermal_zone_device_set_mode()
|
H A D | imx_thermal.c | 382 .change_mode = imx_change_mode,
|
/openbmc/linux/drivers/thermal/intel/int340x_thermal/ |
H A D | int3400_thermal.c | 536 .change_mode = int3400_thermal_change_mode,
|
/openbmc/linux/Documentation/driver-api/ |
H A D | parport-lowlevel.rst | 620 change_mode, parport_claim, parport_claim_or_block, parport_yield
|