Home
last modified time | relevance | path

Searched refs:set_master (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/sound/aoa/core/
H A Dgpio-feature.c192 if (methods.set_master) in ftr_gpio_all_amps_off()
206 if (methods.set_master) in ftr_gpio_all_amps_restore()
249 methods.set_master = ftr_gpio_set_master; in ftr_gpio_init()
/openbmc/linux/drivers/media/pci/zoran/
H A Dzoran_device.h42 void zoran_set_pci_master(struct zoran *zr, int set_master);
H A Dzoran_device.c895 void zoran_set_pci_master(struct zoran *zr, int set_master) in zoran_set_pci_master() argument
897 if (set_master) { in zoran_set_pci_master()
/openbmc/linux/drivers/scsi/cxlflash/
H A Dbackend.h29 void (*set_master)(void *ctx_cookie); member
H A Dcxl_hw.c162 .set_master = cxlflash_set_master,
H A Docxl_hw.c1384 .set_master = ocxlflash_set_master,
H A Dmain.c2011 cfg->ops->set_master(ctx); in init_mc()
/openbmc/linux/sound/aoa/
H A Daoa-gpio.h36 void (*set_master)(struct gpio_runtime *rt, int on); member
/openbmc/linux/sound/aoa/fabrics/
H A Dlayout.c911 if (codec->gpio->methods->set_master) { in layout_attached_codec()
/openbmc/linux/fs/dlm/
H A Dlock.c2484 static int set_master(struct dlm_rsb *r, struct dlm_lkb *lkb) in set_master() function
3022 error = set_master(r, lkb); in _request_lock()